From 74531bbae4c52704517d86c08e1d95fb8e0a717d Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 14 Jan 2016 22:01:23 +0000 Subject: [PATCH] Fix gridlist event colors for Pixelegg theme --- calendar/templates/pixelegg/app.css | 11 ++++++++++- calendar/templates/pixelegg/app.less | 1 - 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 2344c453af..7ab3a02ea9 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1,3 +1,4 @@ +@import "../default/app.css"; /** * EGroupware: CSS with less preprocessor * @@ -11,7 +12,6 @@ * @package calendar * @version $Id$ */ -@import "../default/app.css"; /*generell*/ .egw_fw_content_browser_iframe img[src$="svg"] { background-color: #828282 !important; @@ -871,6 +871,15 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget .calendar_calEventHeaderSmall .calendar_calEventIcons img { height: 13px; } +.calendar_calTimeGridList .calendar_calEventBody { + background: #f0f0f0 !important; +} +.calendar_calTimeGridList .calendar_calDayCol .hiddenEventAfter:before { + background: #f0f0f0; +} +.calendar_calTimeGridList .calendar_calDayCol .hiddenEventAfter:hover { + background: #f0f0f0; +} /* table of the dayView containing 2 cols: 1) day-view, 2) todos */ .calendar_calDayView { diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index d5a5b386fc..40da1fac55 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -997,7 +997,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget } - .calendar_calTimeGridList .calendar_calEventBody { background: #f0f0f0 !important; }