From 609078fbfaec17ea96bc407bd37522b25f977c4d Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 20 Jul 2019 23:44:37 +0200 Subject: [PATCH] sonarr: add indexer,client,notification, quality,language, profile background fix --- CSS/themes/sonarr/sonarr-base.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index 7b4fcdd6..f3035451 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -964,7 +964,7 @@ pre { color: #fff; } .QualityProfiles-center-1iiKm, .LanguageProfiles-center-7EV_2, .ReleaseProfiles-center-114Qx { - background-color: rgba(0, 0, 0, .25); + background-color: transparent; border: none; color: #c2c6c8; } @@ -979,21 +979,21 @@ pre { /* PROFILES */ .Indexers-center-11Csq { - background-color: rgba(0, 0, 0, .25); + background-color: transparent; border: none; color: #c2c6c8; } /* DOWNLOAD CLIENTS */ .DownloadClients-center-FvACx { - background-color: rgba(0, 0, 0, .25); + background-color: transparent; border: none; color: #c2c6c8; } /* CONNECTIONS */ .Notifications-center-8iwmy { - background-color: rgba(0, 0, 0, .25); + background-color: transparent; border: none; color: #c2c6c8; }