From e94e0ec86fce121ab9af9b3ad3a5574c21a26a28 Mon Sep 17 00:00:00 2001 From: Jacky720 <32578221+Jacky720@users.noreply.github.com> Date: Mon, 28 Feb 2022 21:27:33 -0500 Subject: [PATCH] attempt 3 --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 91c94ad..017ea0c 100644 --- a/style.css +++ b/style.css @@ -127,10 +127,14 @@ input:not([type="file"]):not([type="checkbox"]), padding-right: 0.5rem; height: 2.25rem; justify-content: center; - appearance: none; + /* appearance: none; /* breaks removal of the inc/dec arrows on firefox */ margin: 0; } +select { + appearance: none; +} + .checkbox { margin-top: 0.25rem; display: flex;