From 53ec96bf24a709a88e28b931e3bfd701271e07fa Mon Sep 17 00:00:00 2001 From: gilbN Date: Tue, 4 Jun 2019 20:44:11 +0200 Subject: [PATCH] Sonarr: better bgcolor on input --- CSS/themes/orgarr-plex.css | 2 +- CSS/themes/orgarr.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index e6531837..a0144446 100644 --- a/CSS/themes/orgarr-plex.css +++ b/CSS/themes/orgarr-plex.css @@ -654,7 +654,7 @@ pre { color: #fff; } .SelectInput-select-1qCdc { - background-color: #323232 !important; + background-color: #1e1e1e !important; } .AutoSuggestInput-suggestionsList-_bVXO, .AutoSuggestInput-suggestionsContainerOpen-3TAB7, .AutoSuggestInput-suggestionsContainer-3MmlD { background-color: #323232 !important; diff --git a/CSS/themes/orgarr.css b/CSS/themes/orgarr.css index fe4a6ace..b00c3763 100644 --- a/CSS/themes/orgarr.css +++ b/CSS/themes/orgarr.css @@ -616,7 +616,7 @@ pre { color: #fff; } .SelectInput-select-1qCdc { - background-color: #323232 !important; + background-color: #1e1e1e !important; } .AutoSuggestInput-suggestionsList-_bVXO, .AutoSuggestInput-suggestionsContainerOpen-3TAB7, .AutoSuggestInput-suggestionsContainer-3MmlD { background-color: #323232 !important;