Merge branch '3.1.x' into 3.2.x

* 3.1.x:
  [ticket/13735] Fix input type number for Firefox in prosilver
This commit is contained in:
Tristan Darricau 2017-04-19 22:20:15 +02:00
commit fc39aa8d71
No known key found for this signature in database
GPG key ID: 817043C2E29DB881

View file

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