highlight current day in date-picker (#527)
This commit is contained in:
9
assets/sass/daterangepicker.scss
Normal file
9
assets/sass/daterangepicker.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
.drp-calendar {
|
||||
.calendar-table {
|
||||
td.today:not(.active) {
|
||||
background-color: lighten(#357ebd, 40);
|
||||
color: #357ebd;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user