Add background change on month dropdown hover
This commit is contained in:
parent
dd3697c018
commit
1ae06fcf0a
1 changed files with 4 additions and 0 deletions
|
@ -441,6 +441,10 @@ body .clearfix {
|
|||
|
||||
.flatpickr-calendar {
|
||||
box-shadow: none;
|
||||
|
||||
.flatpickr-monthDropdown-months:hover {
|
||||
background: rgba(0,0,0,.05) !important;
|
||||
}
|
||||
|
||||
.flatpickr-months {
|
||||
padding: 10px 0;
|
||||
|
|
Loading…
Reference in a new issue