You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.0 KiB
33 lines
1.0 KiB
/* ################################################################## */
|
|
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GLOBAL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
|
/* ################################################################## */
|
|
|
|
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SELECTMANIA ELEMENT */
|
|
|
|
.select-mania-theme-darkblue .select-mania-inner { border:1px solid #D6D6D6; }
|
|
|
|
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SELECTED VALUES */
|
|
|
|
.select-mania-theme-darkblue.select-mania.select-mania-multiple .select-mania-value {
|
|
border: 1px solid #336AB2;
|
|
|
|
background-color: #336AB2;
|
|
color: white;
|
|
}
|
|
|
|
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DROPDOWN */
|
|
|
|
.select-mania-theme-darkblue .select-mania { border:1px solid #D6D6D6; }
|
|
|
|
|
|
.select-mania-theme-darkblue .select-mania-search-input {
|
|
border:1px solid #D6D6D6;
|
|
color: #5A5A5A;
|
|
}
|
|
|
|
.select-mania-theme-darkblue .select-mania-item:hover { background:#D4DFEF; }
|
|
|
|
.select-mania-theme-darkblue .select-mania-item.select-mania-selected {
|
|
background: #336AB2;
|
|
color: white;
|
|
}
|
|
|