mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
Removed arrows in firefox in every input field type number
This commit is contained in:
parent
55a4e5b5a3
commit
e81f810fbc
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
.colorPicker {
|
||||
text-align: center;
|
||||
will-change: transform;
|
||||
|
|
Loading…
Reference in a new issue