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:
Brendan Dahl 2013-12-10 10:57:18 -08:00
commit d6277419a7

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;