49 lines
976 B
CSS
49 lines
976 B
CSS
|
|
/**
|
||
|
|
* @Author: zhangtq 2452618307@qq.com
|
||
|
|
* @Date: 2024-11-18 13:33:30
|
||
|
|
* @LastEditors: zhangtq 2452618307@qq.com
|
||
|
|
* @LastEditTime: 2024-11-18 13:34:49
|
||
|
|
* @FilePath: static/js/qx/utility/easyui/themes/material/combobox.css
|
||
|
|
* @Description: 这是默认设置,可以在设置》工具》File Description中进行配置
|
||
|
|
*/
|
||
|
|
.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: #eee;
|
||
|
|
color: #404040;
|
||
|
|
}
|
||
|
|
.combobox-item-selected {
|
||
|
|
background-color: #00bbee;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
.combobox-icon {
|
||
|
|
display: inline-block;
|
||
|
|
width: 16px;
|
||
|
|
height: 16px;
|
||
|
|
vertical-align: middle;
|
||
|
|
margin-right: 2px;
|
||
|
|
}
|