mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Fix gridlist event colors for Pixelegg theme
This commit is contained in:
parent
cc53069d40
commit
74531bbae4
@ -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 {
|
||||
|
@ -997,7 +997,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
}
|
||||
|
||||
|
||||
|
||||
.calendar_calTimeGridList .calendar_calEventBody {
|
||||
background: #f0f0f0 !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user