mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
Fix printing does not get background and images into account
This commit is contained in:
parent
15927535a1
commit
f6e4cafc17
@ -71,6 +71,8 @@ a,a:link,a:visited,a:hover {
|
||||
/* hide background-image to save print costs and spool time */
|
||||
body {
|
||||
background-image: none;
|
||||
/*this webkit force browser to print background and images. should work for Chrome/Safari/Firefox*/
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
|
||||
/* MSIE needs these styles to repeat table header and footer part on each page */
|
||||
|
Loading…
Reference in New Issue
Block a user