mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #4020 from jwatt/master
Prevent the page number field from having a spinner (spin buttons) in mozilla now that mozilla supports <input type=number>
This commit is contained in:
commit
d6277419a7
1 changed files with 1 additions and 0 deletions
|
@ -1038,6 +1038,7 @@ html[dir='rtl'] .verticalToolbarSeparator {
|
|||
}
|
||||
|
||||
.toolbarField.pageNumber {
|
||||
-moz-appearance: textfield; /* hides the spinner in moz */
|
||||
min-width: 16px;
|
||||
text-align: right;
|
||||
width: 40px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue