From 95e10853b0b0891fbd931a20be9eb030ff43b1fc Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 22 Jul 2019 11:38:13 +0200 Subject: [PATCH] Apply css changes to avoid conflicts --- calendar/templates/mobile/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calendar/templates/mobile/app.css b/calendar/templates/mobile/app.css index d1cb100715..52cef5bd58 100644 --- a/calendar/templates/mobile/app.css +++ b/calendar/templates/mobile/app.css @@ -472,7 +472,8 @@ Hide subsequent headers in week view with non-consolidated owners border-bottom: 1px solid silver; white-space: nowrap; overflow: hidden; - background-color: white; + color: white; + background: #2D6393; } .hideDayColHeader .calendar_calDayColHeader > div[data-date] { position: fixed;