mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[XFA] Add some padding inline in selects
Because of https://bugzilla.mozilla.org/show_bug.cgi?id=1582545, the padding-inline is by default 0. 0 is not really enough because of the outline, so just set it to 2px (it was 4px before the patch) in order to have something visually correct.
This commit is contained in:
parent
9931295bea
commit
24757e32d1
1 changed files with 4 additions and 0 deletions
|
@ -219,6 +219,10 @@
|
|||
background-image: var(--xfa-unfocused-field-background);
|
||||
}
|
||||
|
||||
.xfaSelect {
|
||||
padding-inline: 2px;
|
||||
}
|
||||
|
||||
.xfaTop > .xfaTextfield,
|
||||
.xfaTop > .xfaSelect,
|
||||
.xfaBottom > .xfaTextfield,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue