Browse Source

removed var from success label

pull/90/head
Marius 5 years ago
parent
commit
c66eb88067
  1. 18
      CSS/themes/lidarr/lidarr-base.css
  2. 11
      CSS/themes/radarr/radarr-base.css
  3. 15
      CSS/themes/readarr/readarr-base.css
  4. 12
      CSS/themes/sonarr/sonarr-base.css

18
CSS/themes/lidarr/lidarr-base.css

@ -365,28 +365,16 @@ background-color: hsla(0,0%,100%,.25) !important;
color: #c2c6c8; color: #c2c6c8;
} }
/* INDEXERS */ /* INDEXERS */
.Indexer-enabled-1kjis .Label-success-1pfcC {
border-color: transparent;
background-color: var(--accent-color);
color: #fff;
}
/* DOWNLOAD CLIENTS */ /* DOWNLOAD CLIENTS */
.DownloadClients-center-FvACx { .DownloadClients-center-FvACx {
background-color: transparent; background-color: transparent;
border: none; border: none;
color: #c2c6c8; color: #c2c6c8;
} }
.DownloadClient-enabled-h2UaL .Label-success-1pfcC {
border-color: transparent;
background-color: var(--accent-color);
color: #fff;
}
/* IMPORT LISTS */ /* IMPORT LISTS */
.ImportList-enabled-3lfv- .Label-success-1pfcC {
border-color: transparent;
background-color: var(--accent-color);
color: #fff;
}
/* CONNECTIONS */ /* CONNECTIONS */
.Notifications-center-8iwmy { .Notifications-center-8iwmy {
background-color: transparent; background-color: transparent;

11
CSS/themes/radarr/radarr-base.css

@ -1249,11 +1249,7 @@ pre {
border: none; border: none;
color: #c2c6c8; color: #c2c6c8;
} }
.DownloadClient-enabled-h2UaL .Label-success-1pfcC {
border-color: transparent;
background-color: var(--accent-color);
color: #fff;
}
/* CONNECTIONS */ /* CONNECTIONS */
.Notifications-center-8iwmy { .Notifications-center-8iwmy {
@ -1273,10 +1269,7 @@ pre {
border: 1px solid transparent; border: 1px solid transparent;
background-color: transparent; background-color: transparent;
} }
.Indexer-enabled-1kjis .Label-success-1pfcC {
border-color: transparent;
background-color: var(--accent-color);
}
/* LISTS */ /* LISTS */
.NetImports-center-3otL- { .NetImports-center-3otL- {
border: 1px solid transparent; border: 1px solid transparent;

15
CSS/themes/readarr/readarr-base.css

@ -367,25 +367,16 @@ background-color: hsla(0,0%,100%,.25) !important;
} }
/* INDEXERS */ /* INDEXERS */
.Indexer-enabled-1kjis .Label-success-1pfcC {
border-color: var(--accent-color);
background-color: var(--accent-color);
}
/* DOWNLOAD CLIENTS */ /* DOWNLOAD CLIENTS */
.DownloadClients-center-FvACx { .DownloadClients-center-FvACx {
background-color: transparent; background-color: transparent;
border: none; border: none;
color: #c2c6c8; color: #c2c6c8;
} }
.DownloadClient-enabled-h2UaL .Label-success-1pfcC {
border-color: var(--accent-color);
background-color: var(--accent-color);
}
/* IMPORT LISTS */ /* IMPORT LISTS */
.ImportList-enabled-3lfv- .Label-success-1pfcC {
border-color: var(--accent-color);
background-color: var(--accent-color);
}
/* CONNECTIONS */ /* CONNECTIONS */
.Notifications-center-8iwmy { .Notifications-center-8iwmy {
background-color: transparent; background-color: transparent;

12
CSS/themes/sonarr/sonarr-base.css

@ -1168,11 +1168,7 @@ pre {
} }
/* INDEXERS */ /* INDEXERS */
.Indexer\/enabled\/1kjis .Label\/success\/1pfcC{
border-color: transparent;
background-color: var(--accent-color);
color: #fff;
}
/* DOWNLOAD CLIENTS */ /* DOWNLOAD CLIENTS */
.DownloadClients\/center\/FvACx { .DownloadClients\/center\/FvACx {
@ -1180,11 +1176,7 @@ pre {
border: none; border: none;
color: #c2c6c8; color: #c2c6c8;
} }
.DownloadClient\/enabled\/h2UaL .Label\/success\/1pfcC {
border-color: transparent;
background-color: var(--accent-color);
color: #fff;
}
/* CONNECTIONS */ /* CONNECTIONS */
.Notifications\/center\/8iwmy { .Notifications\/center\/8iwmy {

Loading…
Cancel
Save