mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
* calendar: give event background a bit more contrast to improve visibility of event duration
This commit is contained in:
parent
0126030d95
commit
6b2a8790ba
@ -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 {
|
||||
width: 100%;
|
||||
background-color: rgba(255,255,255,0.9);
|
||||
background-color: rgba(255,255,255,0.8);
|
||||
height: 5px;
|
||||
content: "\02026";
|
||||
left: 0px;
|
||||
@ -807,7 +807,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
* background-color: depending on category
|
||||
* 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 {
|
||||
display: none;
|
||||
@ -838,7 +838,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
right: 2px;
|
||||
height: 99%;
|
||||
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 {
|
||||
white-space: pre-wrap;
|
||||
|
@ -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 {
|
||||
width: 100%;
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
height: 5px;
|
||||
content: "\02026";
|
||||
left: 0px;
|
||||
@ -789,7 +789,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
* background-color: depending on category
|
||||
* 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 {
|
||||
display: none;
|
||||
@ -820,7 +820,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
right: 2px;
|
||||
height: 99%;
|
||||
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 {
|
||||
@ -1633,7 +1633,7 @@ div.calendar {
|
||||
}
|
||||
.calendar thead .active {
|
||||
/* Active (pressed) buttons in header */
|
||||
background_color: #408dd2;
|
||||
background_color: #408DD2;
|
||||
/*padding: 2px 0px 0px 2px;*/
|
||||
}
|
||||
.calendar tbody tr,
|
||||
@ -2120,7 +2120,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
overflow: auto;
|
||||
}
|
||||
.calendar_calAddEvent:hover {
|
||||
background-color: #ffdd73;
|
||||
background-color: #FFDD73;
|
||||
cursor: pointer;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user