Calendar: Fix missing color when hovering over all day non-blocking space

This commit is contained in:
nathangray 2020-05-11 10:49:17 -06:00
parent 9ed6b9b1d6
commit f337820c83
3 changed files with 4 additions and 4 deletions

View File

@ -819,7 +819,7 @@ Hide subsequent headers in week view with non-consolidated owners
z-index: 10;
}
.calendar_calAddEvent:hover{
.calendar_calDayColHeader .calendar_calAddEvent:hover{
background-color: #D2D7FF;
cursor: pointer;
}

View File

@ -801,7 +801,7 @@ Hide subsequent headers in week view with non-consolidated owners
width: 100%;
z-index: 10;
}
.calendar_calAddEvent:hover {
.calendar_calDayColHeader .calendar_calAddEvent:hover {
background-color: #D2D7FF;
cursor: pointer;
}
@ -2169,7 +2169,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
max-height: 400px;
overflow: auto;
}
.calendar_calAddEvent:hover {
.calendar_calDayColHeader .calendar_calAddEvent:hover {
background-color: #ffdd73;
cursor: pointer;
color: #ffffff;

View File

@ -791,7 +791,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
overflow: auto;
}
.calendar_calAddEvent:hover{
.calendar_calDayColHeader .calendar_calAddEvent:hover{
// .background-color-50-gray;
background-color: @egw_color_1_e;
cursor: pointer;