ENDRPrint_12CRelease/.svn/pristine/52/525ef6c557e3bbd399ba3b6121d8683ec52bb59b.svn-base

25 lines
393 B
Plaintext
Raw Permalink Normal View History

2024-08-14 10:58:03 +07:00
.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: #e2e2e2;
color: #000000;
}
.combobox-item-selected {
background-color: #0092DC;
color: #fff;
}