소스 검색

hover color for datepicker header

Davide Alberani 7 년 전
부모
커밋
9470fa8801
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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);
 }