10 lines
149 B
CSS
10 lines
149 B
CSS
|
.Wdate{
|
||
|
border:#999 1px solid;
|
||
|
height:20px;
|
||
|
background:#fff url(datePicker.gif) no-repeat right;
|
||
|
}
|
||
|
|
||
|
.WdateFmtErr{
|
||
|
font-weight:bold;
|
||
|
color:red;
|
||
|
}
|