mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Make sure that the display:none is applied for onlyPrint and noPrint
This commit is contained in:
parent
d007da8e79
commit
20db2d8c81
@ -423,8 +423,8 @@ body {
|
||||
/*
|
||||
Printing
|
||||
*/
|
||||
@media screen { .onlyPrint { display: none; } }
|
||||
@media print { .noPrint { display: none; } }
|
||||
@media screen { .onlyPrint { display: none !important; } }
|
||||
@media print { .noPrint { display: none !important; } }
|
||||
|
||||
/*
|
||||
Portal_box as used in home
|
||||
|
Loading…
Reference in New Issue
Block a user