Prevent the page number field from having a spinner (spin buttons) in mozilla now that it supports <input type=number>
This commit is contained in:
parent
33100620dd
commit
3eaa421c74
@ -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…
x
Reference in New Issue
Block a user