fixing border color for the events calendar view
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Sep 2016 12:23:57 +0000 (08:23 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Sep 2016 12:23:57 +0000 (08:23 -0400)
css/front.css

index 9537345..a166dba 100644 (file)
@@ -289,10 +289,10 @@ input[name='contact_fname'], input[name='contact_lname']{
     background: white;
 }
 .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
-    border-color: inherit;
+    border-color: lightgrey;
 }
 .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td{
-    border-color: inherit;
+    border-color: lightgrey;
 }
 .fc-content-skeleton table thead, .fc-row table thead{
     background: transparent;