Files
HTCloud/HT.Cloud.Web/wwwroot/lib/jquery-easyui/Content/themes/black/combo.css

36 lines
616 B
CSS
Raw Normal View History

2023-03-10 16:39:21 +08:00
.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: #666;
}
.combo-arrow {
background-color: #3d3d3d;
}
.combo-arrow-hover {
background-color: #777;
}
.combo-arrow:hover {
background-color: #777;
}
.combo .textbox-icon-disabled:hover {
cursor: default;
}