| Server IP : 195.130.67.5 / Your IP : 216.73.217.127 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/plugins/system/nnframework/fields/multiselect/ |
Upload File : |
.nn_multiselect {
width: 400px;
background-color: #F0F0F0;
border: 1px solid #CCCCCC;
}
.nnms_filterbox {
float: left;
padding: 5px;
}
.nnms_filterbox input {
border: 1px solid #CCCCCC;
margin: 0;
}
.nnms_filtercontrols {
padding: 7px 0;
border-bottom: 1px solid #CCCCCC;
}
.nnms_filtercontrols li {
display:inline;
padding: 0 5px !important;
}
.nnms_filtercontrols a {
color: #84D1E0;
}
.nnms_filtercontrols span {
padding-left: 3px;
}
.nnms_empty {
border-bottom: 1px solid #CCCCCC;
padding: 0 0 3px 0;
}
.nn_multiselect ol {
padding: 0 0 3px 0;
clear: left;
max-height: 200px;
overflow-y: auto;
}
.nn_multiselect ol li {
cursor: pointer;
list-style-type: none;
padding: 2px 5px 2px 25px !important;
border-bottom: 1px solid #CCCCCC;
background: #FFFFFF url(checkbox.png) 0 0 no-repeat;
}
.nn_multiselect ol li.selected {
background-position: 0 -20px;
background-color: #D5EEFF;
}
.nn_multiselect ol li:hover {
background-color: #F0F0F0;
}
.nn_multiselect ol li.selected:hover {
background-color: #E3EFF7;
}
.nn_multiselect ol li.disabled,
.nn_multiselect ol li.disabled:hover {
cursor: default;
background: #FFFFFF none;
color: #146295;
}