From c04b1a7a93136b7905961de9a292e1ae8785078e Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 11 Aug 2020 22:17:53 +0100 Subject: [PATCH] removed spinboxes --- public/css/style.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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;