1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

XFA - Add support for access property

- it's a partial fix for https://bugzilla.mozilla.org/show_bug.cgi?id=1716816.
This commit is contained in:
Calixte Denizet 2021-06-20 18:56:14 +02:00
parent 2e6d3d6b00
commit 7cb92a64b1
6 changed files with 49 additions and 0 deletions

View file

@ -277,6 +277,13 @@
flex: 1;
}
.xfaDisabled input,
.xfaDisabled textarea,
.xfaReadOnly input,
.xfaReadOnly textarea {
background: initial;
}
@media print {
.xfaTextfield,
.xfaSelect {