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

Merge pull request #4798 from javiexin/ticket/13735

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

* github.com:phpbb/phpbb:
  [ticket/13735] Fix input type number for Firefox in prosilver
This commit is contained in:
Tristan Darricau 2017-04-19 22:20:14 +02:00
commit 8d8886e7ba
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

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