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:
Jonathan Watt 2013-12-10 15:15:22 +00:00
parent 33100620dd
commit 3eaa421c74

View File

@ -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;