1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-25 17:41:25 +02:00

[ticket/12813] Fix page-jump title lang and use input type=number

PHPBB3-12813
This commit is contained in:
PayBas
2014-07-05 11:08:15 +02:00
parent 53ff23671c
commit 2d2525f382
3 changed files with 9 additions and 1 deletions

View File

@@ -276,6 +276,10 @@ textarea.inputbox {
width: auto !important;
}
input[type="number"] {
padding-right: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;