diff --git a/app/styles/input.css b/app/styles/input.css index 6d39bd7c..1b82e69a 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -68,13 +68,13 @@ select { https://bugzilla.mozilla.org/show_bug.cgi?id=1805406 */ select:active { /* Rotated arrow */ - --select-arrow: url('data:image/svg+xml;utf8, \ + background-image: url('data:image/svg+xml;utf8, \ \ \ - '); + '), var(--bg-gradient); } option { color: black;