added row highlight class for bootstrap datepicker.

This commit is contained in:
chris.watts90@outlook.com 2017-02-06 22:08:45 +00:00
parent e60c1f55bb
commit c9ac6f25d5

View File

@ -13,4 +13,8 @@
} }
.bootstrap-datetimepicker-widget tr:hover { .bootstrap-datetimepicker-widget tr:hover {
background-color: #808080; background-color: #808080;
}
.datepicker tr.highlight {
background: #eeeeee;
cursor: pointer;
} }