Skip to content

Commit a87c2da

Browse files
committed
Merge pull request mozilla#3182 from brendandahl/print-background
Remove background when printing.
2 parents beec8ab + b89d727 commit a87c2da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/viewer.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,11 @@ canvas {
13481348
}
13491349

13501350
@media print {
1351+
/* General rules for printing. */
1352+
body {
1353+
background: transparent none;
1354+
}
1355+
13511356
/* Rules for browsers that don't support mozPrintCallback. */
13521357
#sidebarContainer, .toolbar, #loadingBox, #errorWrapper, .textLayer {
13531358
display: none;

0 commit comments

Comments
 (0)