mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 18:38:57 +01:00
Fix class colors on events went missing
This commit is contained in:
parent
f57ccb9a41
commit
82cf5184e3
@ -355,8 +355,10 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
* border-color: depending on category
|
* border-color: depending on category
|
||||||
* background: depending on category (shade)
|
* background: depending on category (shade)
|
||||||
*
|
*
|
||||||
* These are defaults:
|
|
||||||
*/
|
*/
|
||||||
|
}
|
||||||
|
.calendar_calEvent:not([class*="cat_"]) {
|
||||||
|
/* Defaults for no category, so we don't override it */
|
||||||
background-color: #808080;
|
background-color: #808080;
|
||||||
border-color: #808080;
|
border-color: #808080;
|
||||||
}
|
}
|
||||||
|
@ -866,6 +866,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.calendar_calAddEvent {
|
.calendar_calAddEvent {
|
||||||
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user