adding styles to the month and year buttons in the calendar view
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 11 May 2017 15:09:04 +0000 (11:09 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 11 May 2017 15:09:04 +0000 (11:09 -0400)
adding a border and padding to the buttons for the calendar navigation on the events calendar view
agenda view file

css/front.css

index 9260de3..5df9713 100755 (executable)
@@ -401,6 +401,8 @@ a.fc-time-grid-event.fc-v-event {
 .month-nav, .year-nav{
     display: inline-block;
     margin: 5px;
+    border: 1px solid black;
+    padding: 3px 5px;
 }
 .month-nav:hover, .year-nav:hover{
     cursor: pointer;