From: Anthony Talarico Date: Thu, 11 May 2017 15:09:04 +0000 (-0400) Subject: adding styles to the month and year buttons in the calendar view X-Git-Tag: v1.6.38^2~2^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1081b1a84217d78ccb880410c1e700508a9d9927;p=WP-Plugins%2Fglm-member-db-events.git adding styles to the month and year buttons in the calendar view adding a border and padding to the buttons for the calendar navigation on the events calendar view agenda view file --- diff --git a/css/front.css b/css/front.css index 9260de3..5df9713 100755 --- a/css/front.css +++ b/css/front.css @@ -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;