forked from extern/egroupware
Fix hamburger menu not being displayed in mobile theme for some apps, e.g. calendar
This commit is contained in:
parent
6268bad881
commit
5ed1ddf76c
@ -8383,14 +8383,14 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
body #egw_fw_basecontainer #egw_fw_toggler {
|
body #egw_fw_basecontainer #egw_fw_toggler {
|
||||||
z-index: 2;
|
z-index: 999;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
body #egw_fw_basecontainer #egw_fw_toggler span {
|
body #egw_fw_basecontainer #egw_fw_toggler span {
|
||||||
top: 15px;
|
top: 15px;
|
||||||
}
|
}
|
||||||
body #egw_fw_basecontainer.egw_fw_sidebar_toggleOn #egw_fw_toggler {
|
body #egw_fw_basecontainer.egw_fw_sidebar_toggleOn #egw_fw_toggler {
|
||||||
z-index: 2;
|
z-index: 999;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
@ -524,7 +524,7 @@
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
#egw_fw_toggler {
|
#egw_fw_toggler {
|
||||||
z-index: 2;
|
z-index: 999;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
span {
|
span {
|
||||||
top: 15px;
|
top: 15px;
|
||||||
@ -533,7 +533,7 @@
|
|||||||
}
|
}
|
||||||
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn {
|
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn {
|
||||||
#egw_fw_toggler {
|
#egw_fw_toggler {
|
||||||
z-index: 2;
|
z-index: 999;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
span {
|
span {
|
||||||
|
Loading…
Reference in New Issue
Block a user