1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-19 07:00:14 +01:00

[ticket/13735] Fix input type number for Firefox in prosilver

PHPBB3-13735
This commit is contained in:
javiexin 2017-04-17 20:04:06 +02:00
parent 3322117c38
commit 3c8bdc8fb4

View File

@ -288,7 +288,7 @@ textarea.inputbox {
}
input[type="number"] {
-moz-padding-end: inherit;
-moz-padding-end: 0;
}
input[type="search"] {