From 7e2744920407b7cb7d4f8759f8757d253ba1de55 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 16 Oct 2019 16:12:22 +0100 Subject: [PATCH] Fixed search box appaerance in Firefox --- src/web/stylesheets/utils/_overrides.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/web/stylesheets/utils/_overrides.css b/src/web/stylesheets/utils/_overrides.css index b1ca4c57..c06d3b8c 100755 --- a/src/web/stylesheets/utils/_overrides.css +++ b/src/web/stylesheets/utils/_overrides.css @@ -82,14 +82,6 @@ a:focus { border-color: var(--btn-success-hover-border-colour); } -input[type="search"] { - appearance: searchfield; -} - -input[type="search"]::-webkit-search-cancel-button { - appearance: searchfield-cancel-button; -} - select.form-control:not([size]):not([multiple]), select.custom-file-control:not([size]):not([multiple]) { height: unset !important; }