added row highlight class for bootstrap datepicker.
This commit is contained in:
parent
e60c1f55bb
commit
c9ac6f25d5
@ -14,3 +14,7 @@
|
|||||||
.bootstrap-datetimepicker-widget tr:hover {
|
.bootstrap-datetimepicker-widget tr:hover {
|
||||||
background-color: #808080;
|
background-color: #808080;
|
||||||
}
|
}
|
||||||
|
.datepicker tr.highlight {
|
||||||
|
background: #eeeeee;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user