44 lines
946 B
CSS
44 lines
946 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/bootstrap/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: #F2F2F2;
|
||
|
|
}
|
||
|
|
.combo-arrow-hover {
|
||
|
|
background-color: #e6e6e6;
|
||
|
|
}
|
||
|
|
.combo-arrow:hover {
|
||
|
|
background-color: #e6e6e6;
|
||
|
|
}
|
||
|
|
.combo .textbox-icon-disabled:hover {
|
||
|
|
cursor: default;
|
||
|
|
}
|