mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 22:21:34 +01:00
hide body background-image when printing - this makes it possible to activate printing of backgrounds generally (e.g. in Firefox, looks nice for calendar events), but leave background-white instead of grey (which made spooling very,very slow for some reason)
This commit is contained in:
parent
990e32e760
commit
497602b4de
@ -56,4 +56,9 @@ tr.th td {
|
|||||||
a,a:link,a:visited,a:hover {
|
a,a:link,a:visited,a:hover {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
color: black;
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* hide background-image to save print costs and spool time */
|
||||||
|
body {
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user