removed var from success label

This commit is contained in:
Marius 2020-08-18 16:15:05 +02:00
parent bede09dcd7
commit c66eb88067
4 changed files with 10 additions and 46 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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 {