You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
396 B
Plaintext
25 lines
396 B
Plaintext
.combobox-item,
|
|
.combobox-group {
|
|
font-size: 12px;
|
|
padding: 3px;
|
|
padding-right: 0px;
|
|
}
|
|
.combobox-item-disabled {
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.combobox-gitem {
|
|
padding-left: 10px;
|
|
}
|
|
.combobox-group {
|
|
font-weight: bold;
|
|
}
|
|
.combobox-item-hover {
|
|
background-color: #eaf2ff;
|
|
color: #000000;
|
|
}
|
|
.combobox-item-selected {
|
|
background-color: #ffe48d;
|
|
color: #000000;
|
|
}
|