mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Do not show print button for mobile devices in mobile theme
This commit is contained in:
parent
7402129ffa
commit
68f3b2bb28
@ -6998,6 +6998,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;
|
||||
|
@ -772,6 +772,9 @@
|
||||
}
|
||||
@media @handheld
|
||||
{
|
||||
#egw_fw_print {
|
||||
display:none;
|
||||
}
|
||||
div#loginMainDiv{
|
||||
#divAppIconBar {
|
||||
#divLogo img[src$="svg"] {
|
||||
|
Loading…
Reference in New Issue
Block a user