IntelligentRecognition/ah-jjsp-web/.svn/pristine/23/2358ad99666c72d6e5de5d89884...

25 lines
393 B
Plaintext
Raw Permalink Normal View History

2024-05-24 16:09:40 +08: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: #e6e6e6;
color: #00438a;
}
.combobox-item-selected {
background-color: #0081c2;
color: #fff;
}