From c66eb88067403cf807cc89b79bbfa134f3d41590 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 18 Aug 2020 16:15:05 +0200 Subject: [PATCH] removed var from success label --- CSS/themes/lidarr/lidarr-base.css | 18 +++--------------- CSS/themes/radarr/radarr-base.css | 11 ++--------- CSS/themes/readarr/readarr-base.css | 15 +++------------ CSS/themes/sonarr/sonarr-base.css | 12 ++---------- 4 files changed, 10 insertions(+), 46 deletions(-) diff --git a/CSS/themes/lidarr/lidarr-base.css b/CSS/themes/lidarr/lidarr-base.css index 75c708f8..30ab49bf 100644 --- a/CSS/themes/lidarr/lidarr-base.css +++ b/CSS/themes/lidarr/lidarr-base.css @@ -365,28 +365,16 @@ background-color: hsla(0,0%,100%,.25) !important; color: #c2c6c8; } /* INDEXERS */ - .Indexer-enabled-1kjis .Label-success-1pfcC { - border-color: transparent; - background-color: var(--accent-color); - color: #fff; - } + /* DOWNLOAD CLIENTS */ .DownloadClients-center-FvACx { background-color: transparent; border: none; color: #c2c6c8; } - .DownloadClient-enabled-h2UaL .Label-success-1pfcC { - border-color: transparent; - background-color: var(--accent-color); - color: #fff; - } + /* IMPORT LISTS */ - .ImportList-enabled-3lfv- .Label-success-1pfcC { - border-color: transparent; - background-color: var(--accent-color); - color: #fff; - } + /* CONNECTIONS */ .Notifications-center-8iwmy { background-color: transparent; diff --git a/CSS/themes/radarr/radarr-base.css b/CSS/themes/radarr/radarr-base.css index c982b239..49c5036a 100644 --- a/CSS/themes/radarr/radarr-base.css +++ b/CSS/themes/radarr/radarr-base.css @@ -1249,11 +1249,7 @@ pre { border: none; color: #c2c6c8; } - .DownloadClient-enabled-h2UaL .Label-success-1pfcC { - border-color: transparent; - background-color: var(--accent-color); - color: #fff; - } + /* CONNECTIONS */ .Notifications-center-8iwmy { @@ -1273,10 +1269,7 @@ pre { border: 1px solid transparent; background-color: transparent; } - .Indexer-enabled-1kjis .Label-success-1pfcC { - border-color: transparent; - background-color: var(--accent-color); - } + /* LISTS */ .NetImports-center-3otL- { border: 1px solid transparent; diff --git a/CSS/themes/readarr/readarr-base.css b/CSS/themes/readarr/readarr-base.css index 7b94cfe3..feeb80b5 100644 --- a/CSS/themes/readarr/readarr-base.css +++ b/CSS/themes/readarr/readarr-base.css @@ -367,25 +367,16 @@ background-color: hsla(0,0%,100%,.25) !important; } /* INDEXERS */ - .Indexer-enabled-1kjis .Label-success-1pfcC { - border-color: var(--accent-color); - background-color: var(--accent-color); - } + /* DOWNLOAD CLIENTS */ .DownloadClients-center-FvACx { background-color: transparent; border: none; color: #c2c6c8; } - .DownloadClient-enabled-h2UaL .Label-success-1pfcC { - border-color: var(--accent-color); - background-color: var(--accent-color); - } + /* IMPORT LISTS */ - .ImportList-enabled-3lfv- .Label-success-1pfcC { - border-color: var(--accent-color); - background-color: var(--accent-color); - } + /* CONNECTIONS */ .Notifications-center-8iwmy { background-color: transparent; diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index 2a87ecab..e9725eea 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -1168,11 +1168,7 @@ pre { } /* INDEXERS */ - .Indexer\/enabled\/1kjis .Label\/success\/1pfcC{ - border-color: transparent; - background-color: var(--accent-color); - color: #fff; - } + /* DOWNLOAD CLIENTS */ .DownloadClients\/center\/FvACx { @@ -1180,11 +1176,7 @@ pre { border: none; color: #c2c6c8; } - .DownloadClient\/enabled\/h2UaL .Label\/success\/1pfcC { - border-color: transparent; - background-color: var(--accent-color); - color: #fff; - } + /* CONNECTIONS */ .Notifications\/center\/8iwmy {