From 4a15b234656cf5054a1fe7d5b6b93bf3d8ba1458 Mon Sep 17 00:00:00 2001 From: gilbN Date: Fri, 5 Jul 2019 18:26:25 +0200 Subject: [PATCH] sonarr: fixed search colors --- CSS/themes/sonarr/sonarr-base.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index f75cacca..d2646058 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -676,15 +676,19 @@ pre { /* SEARCH DROPDOWN HEADER */ .SeriesSearchInput-containerOpen-3F8xe, .SeriesSearchInput-seriesContainer-2yDTR { - border: 1px solid #000000 !important; - background-color: #1f1f1f !important; + border: none; + background: var(--modal-bg-color); + color: #fff; } .SeriesSearchInput-highlighted-15xAK { background-color: hsla(0,0%,100%,.08); } .PageHeader-donate-ZT-3N { color: #c4273c !important; - } + } + .SeriesSearchInput-seriesContainer-2yDTR::-webkit-scrollbar-thumb { + background-color: rgba(255, 255, 255, 0.25); + } /* SIDE MENU */ .PageSidebar-sidebar-2UXc0 {