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:
parent
2e6d3d6b00
commit
7cb92a64b1
6 changed files with 49 additions and 0 deletions
|
@ -277,6 +277,13 @@
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
.xfaDisabled input,
|
||||
.xfaDisabled textarea,
|
||||
.xfaReadOnly input,
|
||||
.xfaReadOnly textarea {
|
||||
background: initial;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.xfaTextfield,
|
||||
.xfaSelect {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue