mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 09:34:35 +08:00
removed spinboxes
This commit is contained in:
parent
1458abf378
commit
c04b1a7a93
1 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,14 @@ input[type="color"]::-webkit-color-swatch {
|
|||
border: none;
|
||||
}
|
||||
|
||||
input[type="number"]::-webkit-inner-spin-button,
|
||||
input[type="number"]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.colorPicker {
|
||||
text-align: center;
|
||||
will-change: transform;
|
||||
|
|
Loading…
Reference in a new issue