hover color for datepicker header
This commit is contained in:
parent
b5175a21b8
commit
9470fa8801
1 changed files with 4 additions and 0 deletions
|
@ -230,6 +230,10 @@ export default {
|
||||||
background-color: #f8bbd0;
|
background-color: #f8bbd0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.calendar:hover .prev:hover, .calendar .up:hover, .calendar .next:hover {
|
||||||
|
background-color: #f06292 !important;
|
||||||
|
}
|
||||||
|
|
||||||
#day-notes {
|
#day-notes {
|
||||||
color: rgba(0, 0, 0, 0.54);
|
color: rgba(0, 0, 0, 0.54);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue