From 67866a487dd6c90fbdb8c2aab05ed9344febe0a9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 21 Sep 2016 08:23:57 -0400 Subject: [PATCH] fixing border color for the events calendar view --- css/front.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/front.css b/css/front.css index 9537345..a166dba 100644 --- a/css/front.css +++ b/css/front.css @@ -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; -- 2.17.1