forked from extern/egroupware
Do not show print button for mobile devices in mobile theme
This commit is contained in:
parent
29f5ff6223
commit
92da1d0759
@ -7000,6 +7000,9 @@ a.textSidebox {
|
||||
}
|
||||
}
|
||||
@media only screen and (max-device-width : 1024px) {
|
||||
#egw_fw_print {
|
||||
display: none;
|
||||
}
|
||||
div#loginMainDiv #divAppIconBar #divLogo img[src$="svg"] {
|
||||
width: 40%;
|
||||
margin-top: 5px;
|
||||
|
@ -774,6 +774,9 @@
|
||||
}
|
||||
@media @handheld
|
||||
{
|
||||
#egw_fw_print {
|
||||
display:none;
|
||||
}
|
||||
div#loginMainDiv{
|
||||
#divAppIconBar {
|
||||
#divLogo img[src$="svg"] {
|
||||
|
Loading…
Reference in New Issue
Block a user