mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 948433 - Uplift pdf.js git commit 3eaa421c74 to prevent the page number field from having spin buttons in mozilla now that mozilla supports <input type=number>. r=bdahl
This commit is contained in:
parent
b457274c6f
commit
ec7567b01d
@ -951,6 +951,7 @@ html[dir='rtl'] .verticalToolbarSeparator {
|
||||
}
|
||||
|
||||
.toolbarField.pageNumber {
|
||||
-moz-appearance: textfield; /* hides the spinner in moz */
|
||||
min-width: 16px;
|
||||
text-align: right;
|
||||
width: 40px;
|
||||
|
Loading…
Reference in New Issue
Block a user