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:
Jonathan Watt 2013-12-11 02:11:11 +00:00
Родитель 0229da7a2b
Коммит d911eac635
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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