Merge pull request #3182 from brendandahl/print-background
Remove background when printing.
This commit is contained in:
commit
a87c2dab20
@ -1348,6 +1348,11 @@ canvas {
|
||||
}
|
||||
|
||||
@media print {
|
||||
/* General rules for printing. */
|
||||
body {
|
||||
background: transparent none;
|
||||
}
|
||||
|
||||
/* Rules for browsers that don't support mozPrintCallback. */
|
||||
#sidebarContainer, .toolbar, #loadingBox, #errorWrapper, .textLayer {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user