mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #15549 from calixteman/padding_inline
[XFA] Add some padding inline in selects
This commit is contained in:
commit
3dc9b427b9
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