* calendar: give event background a bit more contrast to improve visibility of event duration

This commit is contained in:
Ralf Becker 2017-01-27 11:33:42 +01:00
parent 0126030d95
commit 6b2a8790ba
2 changed files with 8 additions and 8 deletions

View File

@ -703,7 +703,7 @@ Hide subsequent headers in week view with non-consolidated owners
} }
.calendar_calTimeGrid:not(.calendar_calTimeGridList) *:not(.calendar_calDayColAllDay) > .calendar_calEvent::after { .calendar_calTimeGrid:not(.calendar_calTimeGridList) *:not(.calendar_calDayColAllDay) > .calendar_calEvent::after {
width: 100%; width: 100%;
background-color: rgba(255,255,255,0.9); background-color: rgba(255,255,255,0.8);
height: 5px; height: 5px;
content: "\02026"; content: "\02026";
left: 0px; left: 0px;
@ -807,7 +807,7 @@ Hide subsequent headers in week view with non-consolidated owners
* background-color: depending on category * background-color: depending on category
* color: white || black depending on cat; * color: white || black depending on cat;
*/ */
background-color: rgba(255,255,255,0.9); background-color: rgba(255,255,255,0.8);
} }
.calendar_calEventHeader .calendar_calEventTitle { .calendar_calEventHeader .calendar_calEventTitle {
display: none; display: none;
@ -838,7 +838,7 @@ Hide subsequent headers in week view with non-consolidated owners
right: 2px; right: 2px;
height: 99%; height: 99%;
white-space: normal; white-space: normal;
background-color: rgba(255,255,255,0.9); background-color: rgba(255,255,255,0.8);
} }
.calendar_calEventBody > p, .calendar_calEventBodySmall > p { .calendar_calEventBody > p, .calendar_calEventBodySmall > p {
white-space: pre-wrap; white-space: pre-wrap;

View File

@ -691,7 +691,7 @@ Hide subsequent headers in week view with non-consolidated owners
} }
.calendar_calTimeGrid:not(.calendar_calTimeGridList) *:not(.calendar_calDayColAllDay) > .calendar_calEvent::after { .calendar_calTimeGrid:not(.calendar_calTimeGridList) *:not(.calendar_calDayColAllDay) > .calendar_calEvent::after {
width: 100%; width: 100%;
background-color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.8);
height: 5px; height: 5px;
content: "\02026"; content: "\02026";
left: 0px; left: 0px;
@ -789,7 +789,7 @@ Hide subsequent headers in week view with non-consolidated owners
* background-color: depending on category * background-color: depending on category
* color: white || black depending on cat; * color: white || black depending on cat;
*/ */
background-color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.8);
} }
.calendar_calEventHeader .calendar_calEventTitle { .calendar_calEventHeader .calendar_calEventTitle {
display: none; display: none;
@ -820,7 +820,7 @@ Hide subsequent headers in week view with non-consolidated owners
right: 2px; right: 2px;
height: 99%; height: 99%;
white-space: normal; white-space: normal;
background-color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.8);
} }
.calendar_calEventBody > p, .calendar_calEventBody > p,
.calendar_calEventBodySmall > p { .calendar_calEventBodySmall > p {
@ -1633,7 +1633,7 @@ div.calendar {
} }
.calendar thead .active { .calendar thead .active {
/* Active (pressed) buttons in header */ /* Active (pressed) buttons in header */
background_color: #408dd2; background_color: #408DD2;
/*padding: 2px 0px 0px 2px;*/ /*padding: 2px 0px 0px 2px;*/
} }
.calendar tbody tr, .calendar tbody tr,
@ -2120,7 +2120,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
overflow: auto; overflow: auto;
} }
.calendar_calAddEvent:hover { .calendar_calAddEvent:hover {
background-color: #ffdd73; background-color: #FFDD73;
cursor: pointer; cursor: pointer;
color: #ffffff; color: #ffffff;
} }