Fixed the icon of date input fields

SVN:trunk[131]
This commit is contained in:
Denis Flaven
2009-09-10 14:04:14 +00:00
parent 1f009f1a28
commit 9b7b2dd4f3

View File

@@ -565,7 +565,7 @@ th.orange {
/* For Date Picker: Creates a little calendar icon
* instead of a text link for "Choose date"
*/
a.dp-choose-date, a.dp-choose-date:hover {
td a.dp-choose-date, a.dp-choose-date, td a.dp-choose-date:hover, a.dp-choose-date:hover {
float: left;
width: 16px;
height: 16px;
@@ -576,7 +576,7 @@ a.dp-choose-date, a.dp-choose-date:hover {
overflow: hidden;
background: url(../images/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled {
background-position: 0 -20px;
cursor: default;
}