User not accepted only changes body color, leave header color

This commit is contained in:
Nathan Gray 2015-11-13 15:51:41 +00:00
parent 5f919ced72
commit cf26523530

View File

@ -433,6 +433,10 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
* User has not accepted the invitation * User has not accepted the invitation
*/ */
.calendar_calEventUnknown { .calendar_calEventUnknown {
border-color: white;
}
.calendar_calEventUnknown .calendar_calEventBody,
.calendar_calEventUnknown .calendar_calEventBodySmall {
background-color: white !important; background-color: white !important;
} }
/** /**