From cf26523530b866afe1e5874880be69d0db9cf38e Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Fri, 13 Nov 2015 15:51:41 +0000 Subject: [PATCH] User not accepted only changes body color, leave header color --- calendar/templates/default/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 7d15eab849..b89d098063 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -433,6 +433,10 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget * User has not accepted the invitation */ .calendar_calEventUnknown { + border-color: white; +} +.calendar_calEventUnknown .calendar_calEventBody, +.calendar_calEventUnknown .calendar_calEventBodySmall { background-color: white !important; } /**