mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
XFA - Enable disabled fields (bug 1719464)
- it's a workaround in waiting for JS implementation to let the use fill manually some fields.
This commit is contained in:
parent
b2b7806cab
commit
d9a776caf8
3 changed files with 21 additions and 6 deletions
|
@ -254,6 +254,8 @@
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
.xfaNonInteractive input,
|
||||
.xfaNonInteractive textarea,
|
||||
.xfaDisabled input,
|
||||
.xfaDisabled textarea,
|
||||
.xfaReadOnly input,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue