mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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:
commit
fc39aa8d71
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ textarea.inputbox {
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="number"] {
|
input[type="number"] {
|
||||||
-moz-padding-end: inherit;
|
-moz-padding-end: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="search"] {
|
input[type="search"] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue