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.
40 lines
634 B
Plaintext
40 lines
634 B
Plaintext
.combobox-item,
|
|
.combobox-group,
|
|
.combobox-stick {
|
|
font-size: 12px;
|
|
padding: 3px;
|
|
}
|
|
.combobox-item-disabled {
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.combobox-gitem {
|
|
padding-left: 10px;
|
|
}
|
|
.combobox-group,
|
|
.combobox-stick {
|
|
font-weight: bold;
|
|
}
|
|
.combobox-stick {
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 1px;
|
|
right: 1px;
|
|
background: inherit;
|
|
}
|
|
.combobox-item-hover {
|
|
background-color: #eaf2ff;
|
|
color: #000000;
|
|
}
|
|
.combobox-item-selected {
|
|
background-color: #ffe48d;
|
|
color: #000000;
|
|
}
|
|
.combobox-icon {
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
vertical-align: middle;
|
|
margin-right: 2px;
|
|
}
|