Fix gridlist event colors for Pixelegg theme

This commit is contained in:
Nathan Gray 2016-01-14 22:01:23 +00:00
parent cc53069d40
commit 74531bbae4
2 changed files with 10 additions and 2 deletions

View File

@ -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 {

View File

@ -997,7 +997,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
}
.calendar_calTimeGridList .calendar_calEventBody {
background: #f0f0f0 !important;
}