From 9470fa8801a32afce51d879aefce06dcae36755f Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Wed, 1 Feb 2017 22:35:06 +0100 Subject: [PATCH] hover color for datepicker header --- src/App.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.vue b/src/App.vue index 85df859..f4239d8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -230,6 +230,10 @@ export default { background-color: #f8bbd0; } +.calendar:hover .prev:hover, .calendar .up:hover, .calendar .next:hover { + background-color: #f06292 !important; +} + #day-notes { color: rgba(0, 0, 0, 0.54); }