mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
Fix top half of week label was not clickable in Firefox
This commit is contained in:
parent
34e04a1315
commit
6ac0d8f45d
@ -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 {
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user