🐛 Fixed Firefox behaviour

This commit is contained in:
alonso.torres 2020-06-03 08:48:21 +02:00
parent 8077f2704e
commit ccbe50b042
3 changed files with 7 additions and 2 deletions

View file

@ -221,3 +221,7 @@ input[type=number]::-webkit-inner-spin-button,
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}