From c354082c5311833eec90cf7b7075bc024e788ad6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 15 Sep 2016 14:33:32 -0400 Subject: [PATCH] cleaning up the calendar structure styles, the default styles didn't look clean, removed extra padding and greyed out backgrounds --- css/front.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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%; } -- 2.17.1