From e294d3cdb2b39fae3952ffe4c4634f8171262ba0 Mon Sep 17 00:00:00 2001 From: gilbN Date: Fri, 5 Jul 2019 18:44:35 +0200 Subject: [PATCH] sonarr: searchinput needed important --- CSS/themes/sonarr/sonarr-base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index c254a451..98f1fdf4 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -676,9 +676,9 @@ pre { /* SEARCH DROPDOWN HEADER */ .SeriesSearchInput-containerOpen-3F8xe, .SeriesSearchInput-seriesContainer-2yDTR { - border: none; + border: none !important; background: var(--modal-bg-color); - color: #fff; + color: #fff !important; } .SeriesSearchInput-highlighted-15xAK { background-color: hsla(0,0%,100%,.08);