diff --git a/public/css/style.scss b/public/css/style.scss index 5215f3174..eef39414f 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -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;