Fix class colors on events went missing

This commit is contained in:
Nathan Gray 2015-10-06 22:47:45 +00:00
parent f57ccb9a41
commit 82cf5184e3
2 changed files with 4 additions and 1 deletions

View File

@ -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;
}

View File

@ -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;
}