nxdt-uniapp/static/js/qx/utility/easyui/themes/gray/combo.css

44 lines
941 B
CSS

/**
* @Author: zhangtq 2452618307@qq.com
* @Date: 2024-11-18 13:33:31
* @LastEditors: zhangtq 2452618307@qq.com
* @LastEditTime: 2024-11-18 13:36:24
* @FilePath: static/js/qx/utility/easyui/themes/gray/combo.css
* @Description: 这是默认设置,可以在设置》工具》File Description中进行配置
*/
.combo-arrow {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.combo-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.combo-panel {
overflow: auto;
}
.combo-arrow {
background: url('images/combo_arrow.png') no-repeat center center;
}
.combo-panel {
background-color: #ffffff;
}
.combo-arrow {
background-color: #f3f3f3;
}
.combo-arrow-hover {
background-color: #e2e2e2;
}
.combo-arrow:hover {
background-color: #e2e2e2;
}
.combo .textbox-icon-disabled:hover {
cursor: default;
}