Explorar o código

hover color for datepicker header

Davide Alberani %!s(int64=7) %!d(string=hai) anos
pai
achega
9470fa8801
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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);
 }