This commit is contained in:
24
WebRoot/js/easyui-1.3.5/themes/default/combobox.css
Normal file
24
WebRoot/js/easyui-1.3.5/themes/default/combobox.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.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: #FBEC88;
|
||||
color: #000000;
|
||||
}
|
||||
Reference in New Issue
Block a user