mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Calendar: Fix missing color when hovering over all day non-blocking space
This commit is contained in:
parent
9ed6b9b1d6
commit
f337820c83
@ -819,7 +819,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar_calAddEvent:hover{
|
.calendar_calDayColHeader .calendar_calAddEvent:hover{
|
||||||
background-color: #D2D7FF;
|
background-color: #D2D7FF;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -801,7 +801,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
.calendar_calAddEvent:hover {
|
.calendar_calDayColHeader .calendar_calAddEvent:hover {
|
||||||
background-color: #D2D7FF;
|
background-color: #D2D7FF;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@ -2169,7 +2169,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.calendar_calAddEvent:hover {
|
.calendar_calDayColHeader .calendar_calAddEvent:hover {
|
||||||
background-color: #ffdd73;
|
background-color: #ffdd73;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -791,7 +791,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar_calAddEvent:hover{
|
.calendar_calDayColHeader .calendar_calAddEvent:hover{
|
||||||
// .background-color-50-gray;
|
// .background-color-50-gray;
|
||||||
background-color: @egw_color_1_e;
|
background-color: @egw_color_1_e;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user