11 lines
187 B
CSS
11 lines
187 B
CSS
.Wdate{
|
|
border:#ccc 1px solid;
|
|
height:24px;
|
|
background:#fff url(icon_datePicker.png) no-repeat right;
|
|
}
|
|
.Wdate::-ms-clear{display:none;}
|
|
|
|
.WdateFmtErr{
|
|
font-weight:bold;
|
|
color:red;
|
|
} |