33 lines
722 B
CSS
33 lines
722 B
CSS
/**
|
|
* @Author: zhangtq 2452618307@qq.com
|
|
* @Date: 2024-11-18 13:33:30
|
|
* @LastEditors: zhangtq 2452618307@qq.com
|
|
* @LastEditTime: 2024-11-18 13:36:14
|
|
* @FilePath: static/js/qx/utility/mini-easyui/themes/bootstrap/combobox.css
|
|
* @Description: 这是默认设置,可以在设置》工具》File Description中进行配置
|
|
*/
|
|
.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;
|
|
}
|