| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/public_html/painel/front/tema02/assets/src/ |
Upload File : |
/**
* A default stylesheme for Listbox.js plugin.
*
* @copyright (c) 2012, Igor Kalnitsky <igor@kalnitsky.org>
* @version 0.3.0-dev
* @license BSD
*/
.lbjs {
margin: 0px;
width: 100%;
padding: 5px;
border: 1px solid #CCC;
border-radius: 5px;
background: #FCFCFC;
height: 130px;
}
.lbjs .lbjs-list {
margin: 0px;
overflow: auto;
}
.lbjs .lbjs-list .lbjs-item {
margin: 0px;
padding: 2px;
height: auto;
}
.lbjs .lbjs-list .lbjs-item:not([disabled]) {
cursor: pointer;
}
.lbjs .lbjs-list .lbjs-item:hover:not([disabled]) {
background: rgba(112, 147, 216, 0.9);
}
.lbjs .lbjs-list .lbjs-item[selected] {
background: rgba(112, 147, 216, 0.5);
}
.lbjs .lbjs-list .lbjs-item[disabled] {
color: #999;
cursor: default;
}
.lbjs .lbjs-searchbar-wrapper {
margin: 0px;
margin-right: 12px;
}
.lbjs .lbjs-searchbar {
margin: 0px;
margin-bottom: 10px;
width: 100%;
padding: 3px 5px;
border: 1px solid #ccc;
}