From: Anthony Talarico Date: Thu, 15 Sep 2016 18:33:32 +0000 (-0400) Subject: cleaning up the calendar structure styles, the default styles didn't look clean,... X-Git-Tag: v1.4.0^2~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c354082c5311833eec90cf7b7075bc024e788ad6;p=WP-Plugins%2Fglm-member-db-events.git cleaning up the calendar structure styles, the default styles didn't look clean, removed extra padding and greyed out backgrounds --- diff --git a/css/front.css b/css/front.css index 6d106f0..b85d755 100644 --- a/css/front.css +++ b/css/front.css @@ -279,6 +279,24 @@ input[name='contact_fname'], input[name='contact_lname']{ .fc-widget-content, .fc-event { cursor: pointer; } +.fc-head .fc-head-container table{ + margin-bottom: 0px; +} +.fc-head .fc-head-container .fc-day-number{ + +} +.fc-week .fc-bg table tbody tr .fc-today{ + background: white; +} +.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td { + border-color: inherit; +} +.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td{ + border-color: inherit; +} +.fc-content-skeleton table thead, .fc-row table thead{ + background: transparent; +} a.fc-time-grid-event.fc-v-event { width: 60%; }