mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +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
|
||||
* 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;
|
||||
border-color: #808080;
|
||||
}
|
||||
|
@ -866,6 +866,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
overflow: auto;
|
||||
}
|
||||
.calendar_calAddEvent {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user