forked from extern/egroupware
Fix top half of week label was not clickable in Firefox
This commit is contained in:
parent
e26ac5563e
commit
f0ab3a5972
@ -578,7 +578,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 55px;
|
width: 55px;
|
||||||
}
|
}
|
||||||
.calendar_TimeGridNoLabel > .calendar_calGridHeader > ul {
|
.calendar_TimeGridNoLabel > .calendar_calGridHeader > span.et2_label {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.calendar_calDayColHeader img {
|
.calendar_calDayColHeader img {
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
#calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader > span.et2_label {
|
#calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader > span.et2_label {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Sidebox
|
* Sidebox
|
||||||
*/
|
*/
|
||||||
|
@ -572,7 +572,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 55px;
|
width: 55px;
|
||||||
}
|
}
|
||||||
.calendar_TimeGridNoLabel > .calendar_calGridHeader > ul {
|
.calendar_TimeGridNoLabel > .calendar_calGridHeader > span.et2_label {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.calendar_calDayColHeader img {
|
.calendar_calDayColHeader img {
|
||||||
|
Loading…
Reference in New Issue
Block a user