Browse Source

hover color for datepicker header

Davide Alberani 7 years ago
parent
commit
9470fa8801
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/App.vue

+ 4 - 0
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);
 }