From 1077da4e5b530747ee8465adfc0618958ed41321 Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 11 Sep 2020 18:44:35 +0200 Subject: [PATCH] arr list fix, thanks rg9400 --- CSS/themes/radarr/radarr-base.css | 11 +++++++++-- CSS/themes/sonarr/sonarr-base.css | 9 +++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CSS/themes/radarr/radarr-base.css b/CSS/themes/radarr/radarr-base.css index d3772449..c5ac898a 100644 --- a/CSS/themes/radarr/radarr-base.css +++ b/CSS/themes/radarr/radarr-base.css @@ -1250,7 +1250,6 @@ pre { color: #c2c6c8; } - /* CONNECTIONS */ .Notifications-center-8iwmy { background-color: transparent; @@ -1258,12 +1257,20 @@ pre { color: #c2c6c8; } + /* LISTS */ + .ImportLists-center-17Qdu{ + background-color: transparent; + border: none; + color: #c2c6c8; + } + /* LOG */ .Alert-info-1J8mE { border-color: transparent; background-color: rgba(0, 0, 0, 0.25); color: #FFC107; -} + } + /* INDEXER */ .Restrictions-center-3ngzk { border: 1px solid transparent; diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index 71eabb8a..f1b535ed 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -1176,7 +1176,6 @@ pre { /* INDEXERS */ - /* DOWNLOAD CLIENTS */ .DownloadClients\/center\/FvACx { background-color: transparent; @@ -1184,6 +1183,12 @@ pre { color: #c2c6c8; } + /*INPORT LISTS */ + .ImportLists\/center\/17Qdu{ + background-color: transparent; + border: none; + color: #c2c6c8; + } /* CONNECTIONS */ .Notifications\/center\/8iwmy { @@ -1197,7 +1202,7 @@ pre { border-color: transparent; background-color: rgba(0, 0, 0, 0.25); color: #FFC107; -} + } /* Login Page */