mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #3717 from mark-5/master
dont display file input when printing
This commit is contained in:
commit
7001a50e88
1 changed files with 4 additions and 0 deletions
|
@ -1434,6 +1434,10 @@ canvas {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.fileInput {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Rules for browsers that support mozPrintCallback */
|
||||
body[data-mozPrintCallback] #outerContainer {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue