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
parent d8761441b1
commit e0199278c8

View File

@ -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 */