mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix printing does not get background and images into account
This commit is contained in:
parent
d8761441b1
commit
e0199278c8
@ -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