Fix top half of week label was not clickable in Firefox

This commit is contained in:
nathangray 2017-01-25 10:23:24 -07:00
parent 34e04a1315
commit 6ac0d8f45d
3 changed files with 3 additions and 3 deletions

View File

@ -578,7 +578,7 @@ Hide subsequent headers in week view with non-consolidated owners
position: absolute;
width: 55px;
}
.calendar_TimeGridNoLabel > .calendar_calGridHeader > ul {
.calendar_TimeGridNoLabel > .calendar_calGridHeader > span.et2_label {
display: none;
}
.calendar_calDayColHeader img {

View File

@ -69,7 +69,7 @@
#calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader > span.et2_label {
overflow: visible !important;
}
}
}
/**
* Sidebox
*/

View File

@ -572,7 +572,7 @@ Hide subsequent headers in week view with non-consolidated owners
position: absolute;
width: 55px;
}
.calendar_TimeGridNoLabel > .calendar_calGridHeader > ul {
.calendar_TimeGridNoLabel > .calendar_calGridHeader > span.et2_label {
display: none;
}
.calendar_calDayColHeader img {