11 lines
197 B
CSS
Raw Normal View History

2026-01-06 04:47:40 +08:00
.Wdate{
border:#999 1px solid;
height:20px;
background:#001527 url(datePicker.gif) no-repeat right 5px top 3px;
}
.Wdate::-ms-clear{display:none;}
.WdateFmtErr{
font-weight:bold;
color:red;
}