From e3a83ef3e714b66479a78516dc683c597c1ed2ac Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 26 Sep 2021 13:18:08 -0400 Subject: [PATCH] remove dupelicated dropdown icon in search bar --- common/static/css/boofilsic.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/static/css/boofilsic.css b/common/static/css/boofilsic.css index 514f1aba..e0db7e25 100644 --- a/common/static/css/boofilsic.css +++ b/common/static/css/boofilsic.css @@ -132,12 +132,10 @@ input[type='submit'].button-clear[disabled]:hover { } select { - background: url('data:image/svg+xml;utf8,') center right no-repeat; padding-right: 3.0rem; } select:focus { - background-image: url('data:image/svg+xml;utf8,'); } textarea {