sonarr: add indexer,client,notification, quality,language, profile background fix

This commit is contained in:
gilbN 2019-07-20 23:44:37 +02:00
parent 87def294e9
commit 609078fbfa

View File

@ -964,7 +964,7 @@ pre {
color: #fff; color: #fff;
} }
.QualityProfiles-center-1iiKm, .LanguageProfiles-center-7EV_2, .ReleaseProfiles-center-114Qx { .QualityProfiles-center-1iiKm, .LanguageProfiles-center-7EV_2, .ReleaseProfiles-center-114Qx {
background-color: rgba(0, 0, 0, .25); background-color: transparent;
border: none; border: none;
color: #c2c6c8; color: #c2c6c8;
} }
@ -979,21 +979,21 @@ pre {
/* PROFILES */ /* PROFILES */
.Indexers-center-11Csq { .Indexers-center-11Csq {
background-color: rgba(0, 0, 0, .25); background-color: transparent;
border: none; border: none;
color: #c2c6c8; color: #c2c6c8;
} }
/* DOWNLOAD CLIENTS */ /* DOWNLOAD CLIENTS */
.DownloadClients-center-FvACx { .DownloadClients-center-FvACx {
background-color: rgba(0, 0, 0, .25); background-color: transparent;
border: none; border: none;
color: #c2c6c8; color: #c2c6c8;
} }
/* CONNECTIONS */ /* CONNECTIONS */
.Notifications-center-8iwmy { .Notifications-center-8iwmy {
background-color: rgba(0, 0, 0, .25); background-color: transparent;
border: none; border: none;
color: #c2c6c8; color: #c2c6c8;
} }