highlight current day in date-picker (#527)
This commit is contained in:
@@ -38,3 +38,4 @@ footer.main-footer {
|
||||
@import 'dashboard';
|
||||
@import 'navbar';
|
||||
@import 'documentation';
|
||||
@import 'daterangepicker';
|
||||
|
||||
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