From b5f6c5bb90afde481d97dc9581217b11e3794cbd Mon Sep 17 00:00:00 2001 From: Xaloc Date: Fri, 7 Jul 2023 14:42:16 +0200 Subject: [PATCH] improve compatibility input appearance --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 4881a92..eaf6eba 100644 --- a/style.css +++ b/style.css @@ -95,6 +95,7 @@ input[type=number]::-webkit-outer-spin-button { input[type=number] { -moz-appearance: textfield; + appearance: textfield; } select {