mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:09 +01:00
User not accepted only changes body color, leave header color
This commit is contained in:
parent
5f919ced72
commit
cf26523530
@ -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;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user