From 5eb97c7e7f0609d9f6076bacf9dbd88f753edcb3 Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 20 Sep 2020 11:43:38 +0200 Subject: [PATCH] lidarr input fixes --- CSS/themes/lidarr/lidarr-base.css | 62 +++++++++++++++++++++---------- CSS/themes/sonarr/sonarr-base.css | 2 +- 2 files changed, 43 insertions(+), 21 deletions(-) diff --git a/CSS/themes/lidarr/lidarr-base.css b/CSS/themes/lidarr/lidarr-base.css index 08a48e78..55fc4807 100644 --- a/CSS/themes/lidarr/lidarr-base.css +++ b/CSS/themes/lidarr/lidarr-base.css @@ -98,6 +98,29 @@ body { color: #fff; } +.TagInput-input-3E1DX { + border: none; + background-color: rgba(255, 255, 255, 0.08); + color: #FFF; +} + +.TagInput-input-3E1DX.TagInput-isFocused-13j-F { + outline: 0; + border-color: #fff; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.25); +} + +.TagInput-suggestion-3jRkQ, +.TagInput-containerOpen-2g0Wc, +.TagInput-suggestionsContainer-1vjHY { + background-color: #1e1e1e !important; +} + +.TagInput-suggestion-3jRkQ:hover { + background-color: hsla(0, 0%, 100%, .3) !important; +} + .SelectInput-select-1qCdc { background-color: #1e1e1e !important; } @@ -270,15 +293,15 @@ body { /* SEARCH BAR */ .Input-input-2YWzR { border: none; - background-color: rgba(0, 0, 0, .25); - color: #FFF + background-color: rgba(255, 255, 255, 0.08); + color: #FFF; } .Input-input-2YWzR:focus { outline: 0; - border-color: transparent; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0); - background-color: rgba(0, 0, 0, .25); + border-color: #fff; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.25); } .Button-default-2uiHU:hover { @@ -571,21 +594,6 @@ body { border-color: transparent; } -.TagInput-input-3E1DX { - background-color: transparent; - color: #FFF; -} - -.TagInput-suggestion-3jRkQ, -.TagInput-containerOpen-2g0Wc, -.TagInput-suggestionsContainer-1vjHY { - background-color: #1e1e1e !important; -} - -.TagInput-suggestion-3jRkQ:hover { - background-color: hsla(0, 0%, 100%, .3) !important; -} - /* Main Menu Header */ .PageHeader-header-1lnFT { background-color: rgba(0, 0, 0, .7); @@ -983,6 +991,20 @@ body { } /* MEDIA MANAGEMENT */ +/* DROPDOWNS SELECT */ +div[class*='EnhancedSelectInputOption'] { + background-color: #1e1e1e; + color: #fff; + } + div[class*='EnhancedSelectInputOption']:hover { + background-color: rgba(255, 255, 255, 0.08); + color: #fff; + } + .EnhancedSelectInput-options-3yy65 { + border: 1px solid #1e1e1e; + border-radius: 4px; + background-color: #1e1e1e; + } /* FILE NAME TOKENS */ .NamingOption-token-1y5bz { background-color: rgba(255, 255, 255, 0.15); diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index f1b535ed..5f82e4b2 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -972,7 +972,7 @@ pre { color: #fff; } .EnhancedSelectInput\/options\/3yy65 { - border: 1px solid #dde6e9; + border: 1px solid #1e1e1e; border-radius: 4px; background-color: #1e1e1e; }