From 866186dcaaae057e71f4c55997f72a6725a78ddb Mon Sep 17 00:00:00 2001 From: mark-5 Date: Fri, 20 Sep 2013 19:01:34 -0400 Subject: [PATCH] dont display file input when printing closes #2464 --- web/viewer.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/viewer.css b/web/viewer.css index a58298229..5669248b6 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -1434,6 +1434,10 @@ canvas { display: block; } + .fileInput { + display: none; + } + /* Rules for browsers that support mozPrintCallback */ body[data-mozPrintCallback] #outerContainer { display: none;