升级easyUI到1.9.4版本
This commit is contained in:
40
erp_web/js/easyui/themes/default/combobox.css
Normal file
40
erp_web/js/easyui/themes/default/combobox.css
Normal file
@@ -0,0 +1,40 @@
|
||||
.combobox-item,
|
||||
.combobox-group,
|
||||
.combobox-stick {
|
||||
font-size: 14px;
|
||||
padding: 6px 4px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user