changing the border color to black when hovering over a month or year button on the calendar view page
}
-.date-highlight{
- color: red;
- font-weight: bold;
-}
+
.month-nav, .year-nav{
display: inline-block;
margin: 5px;
- border: 1px solid black;
+ border: 1px solid lightgrey;
padding: 3px 5px;
}
.month-nav:hover, .year-nav:hover{
cursor: pointer;
+ border: 1px solid black;
+
+}
+.date-highlight{
+ color: red;
+ font-weight: bold;
+ border: 1px solid black;
}
.current-date{
background: #f5822a;