mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Hide days that are outside the current month in the datepicker
This commit is contained in:
parent
c8bfb623e2
commit
11188872fa
1 changed files with 7 additions and 0 deletions
|
@ -479,4 +479,11 @@ body .clearfix {
|
|||
border-color: #429a82;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.flatpickr-day.prevMonthDay,
|
||||
.flatpickr-day.nextMonthDay {
|
||||
height: 0;
|
||||
width: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue