mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +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
|
Printing
|
||||||
*/
|
*/
|
||||||
@media screen { .onlyPrint { display: none; } }
|
@media screen { .onlyPrint { display: none !important; } }
|
||||||
@media print { .noPrint { display: none; } }
|
@media print { .noPrint { display: none !important; } }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Portal_box as used in home
|
Portal_box as used in home
|
||||||
|
Loading…
Reference in New Issue
Block a user