Browse Source

Prevent the page number field from having a spinner (spin buttons) in mozilla now that it supports <input type=number>

Jonathan Watt 12 years ago
parent
commit
3eaa421c74
  1. 1
      web/viewer.css

1
web/viewer.css

@ -1038,6 +1038,7 @@ html[dir='rtl'] .verticalToolbarSeparator {
} }
.toolbarField.pageNumber { .toolbarField.pageNumber {
-moz-appearance: textfield; /* hides the spinner in moz */
min-width: 16px; min-width: 16px;
text-align: right; text-align: right;
width: 40px; width: 40px;

Loading…
Cancel
Save