Fix printing does not get background and images into account

This commit is contained in:
Hadi Nategh 2016-08-31 14:26:26 +02:00 committed by Ralf Becker
parent 15927535a1
commit f6e4cafc17

View File

@ -71,6 +71,8 @@ a,a:link,a:visited,a:hover {
/* hide background-image to save print costs and spool time */ /* hide background-image to save print costs and spool time */
body { body {
background-image: none; 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 */ /* MSIE needs these styles to repeat table header and footer part on each page */