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;
|
border-color: #429a82;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flatpickr-day.prevMonthDay,
|
||||||
|
.flatpickr-day.nextMonthDay {
|
||||||
|
height: 0;
|
||||||
|
width: 0;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue