From e166a78a483502c9f6a9b2d53e858637b7927c7f Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Mon, 28 Feb 2022 21:19:28 -0600 Subject: [PATCH] Remove outdated FF CSS fix --- www/css/core.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/www/css/core.css b/www/css/core.css index 131499d7..6151ed55 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -1621,10 +1621,6 @@ input[type="search"]:-moz-ui-invalid{ box-shadow: 1px 1px 0 #ff0000, -1px -1px 0 #ff0000; } -select[multiple] option:last-child{ - margin-bottom: 1rem; /* needed for firefox */ -} - select[multiple] option:checked{ /* We have to use this method to set the bg color because browsers override background-color with !important */ background-image: linear-gradient(0deg, var(--button) 0%, var(--button) 100%);