From c045bc6ed5734907ce945a5e844e8786574c2bd1 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 8 Oct 2023 20:16:19 +0300 Subject: [PATCH] imagine supporting browser versions pre-2020 --- files/assets/css/main.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 3f6bf698c..9f84d580c 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5058,7 +5058,6 @@ pre .com, code .com { } textarea, input[type=text] { -webkit-appearance: none; - -moz-appearance: none; appearance: none; } } @@ -7140,10 +7139,6 @@ input::-webkit-inner-spin-button { margin: 0 !important; } -input[type=number] { - -moz-appearance: textfield !important; -} - .has_header { padding-top: 81.55px !important }