mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
Fixed the icon of date input fields
SVN:code[131]
This commit is contained in:
@@ -565,7 +565,7 @@ th.orange {
|
|||||||
/* For Date Picker: Creates a little calendar icon
|
/* For Date Picker: Creates a little calendar icon
|
||||||
* instead of a text link for "Choose date"
|
* 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;
|
float: left;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@@ -576,7 +576,7 @@ a.dp-choose-date, a.dp-choose-date:hover {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url(../images/calendar.png) no-repeat;
|
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;
|
background-position: 0 -20px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user