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/datebox.css
2018-09-27 16:21:05 +08:00

27 lines
395 B
CSS

.datebox-calendar{
position:absolute;
border:1px solid #d3d3d3;
width:180px;
}
.datebox-calendar-inner{
height:180px;
}
.datebox-button{
height:18px;
padding:2px 5px;
font-size:12px;
background-color:#fafafa;
}
.datebox-current,.datebox-close{
float:left;
color:#888;
text-decoration:none;
font-weight:bold;
}
.datebox-close{
float:right;
}
.datebox-button-hover{
color:#A4BED4;
}