cleaning up the calendar structure styles, the default styles didn't look clean,...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 15 Sep 2016 18:33:32 +0000 (14:33 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 15 Sep 2016 18:33:32 +0000 (14:33 -0400)
css/front.css

index 6d106f0..b85d755 100644 (file)
@@ -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%;
 }