From b89d7272e2ce765f49a7cbba7eb60e1bc4947985 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Tue, 30 Apr 2013 14:39:57 -0700 Subject: [PATCH] Remove background when printing. --- web/viewer.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/viewer.css b/web/viewer.css index da0896418..1504eacd5 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -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;