mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
Merge pull request #3717 from mark-5/master
dont display file input when printing
This commit is contained in:
commit
7001a50e88
@ -1434,6 +1434,10 @@ canvas {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fileInput {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Rules for browsers that support mozPrintCallback */
|
||||
body[data-mozPrintCallback] #outerContainer {
|
||||
display: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user