This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nms-nmsweb/WebRoot/js/jquery-easyui-1.1.2/themes/gray/combobox.css
2018-09-27 16:21:05 +08:00

50 lines
823 B
CSS

.combobox{
display:inline-block;
white-space:nowrap;
font-size:12px;
margin:0;
padding:0;
border:1px solid #d3d3d3;
}
.combobox-text{
font-size:12px;
border:0px;
line-height:20px;
height:20px;
padding:0px;
}
.combobox-arrow{
background:url('images/combo_arrow.gif') no-repeat 0 0;
width:18px;
height:20px;
overflow:hidden;
display:inline-block;
vertical-align:top;
cursor:pointer;
opacity:0.6;
filter:alpha(opacity=60);
}
.combobox-arrow-hover{
opacity:1.0;
filter:alpha(opacity=100);
}
.combobox-content{
position:absolute;
background:#fff;
display:none;
border:1px solid #d3d3d3;
overflow-x:hidden;
overflow-y:auto;
}
.combobox-item{
padding:2px;
font-size:12px;
padding:3px;
padding-right:0px;
}
.combobox-item-hover{
background:#fafafa;
}
.combobox-item-selected{
background:#FBEC88;
}