Browse Source

arr list fix, thanks rg9400

pull/101/head
Marius 5 years ago
parent
commit
1077da4e5b
  1. 11
      CSS/themes/radarr/radarr-base.css
  2. 9
      CSS/themes/sonarr/sonarr-base.css

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

@ -1250,7 +1250,6 @@ pre {
color: #c2c6c8; color: #c2c6c8;
} }
/* CONNECTIONS */ /* CONNECTIONS */
.Notifications-center-8iwmy { .Notifications-center-8iwmy {
background-color: transparent; background-color: transparent;
@ -1258,12 +1257,20 @@ pre {
color: #c2c6c8; color: #c2c6c8;
} }
/* LISTS */
.ImportLists-center-17Qdu{
background-color: transparent;
border: none;
color: #c2c6c8;
}
/* LOG */ /* LOG */
.Alert-info-1J8mE { .Alert-info-1J8mE {
border-color: transparent; border-color: transparent;
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.25);
color: #FFC107; color: #FFC107;
} }
/* INDEXER */ /* INDEXER */
.Restrictions-center-3ngzk { .Restrictions-center-3ngzk {
border: 1px solid transparent; border: 1px solid transparent;

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

@ -1176,7 +1176,6 @@ pre {
/* INDEXERS */ /* INDEXERS */
/* DOWNLOAD CLIENTS */ /* DOWNLOAD CLIENTS */
.DownloadClients\/center\/FvACx { .DownloadClients\/center\/FvACx {
background-color: transparent; background-color: transparent;
@ -1184,6 +1183,12 @@ pre {
color: #c2c6c8; color: #c2c6c8;
} }
/*INPORT LISTS */
.ImportLists\/center\/17Qdu{
background-color: transparent;
border: none;
color: #c2c6c8;
}
/* CONNECTIONS */ /* CONNECTIONS */
.Notifications\/center\/8iwmy { .Notifications\/center\/8iwmy {
@ -1197,7 +1202,7 @@ pre {
border-color: transparent; border-color: transparent;
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.25);
color: #FFC107; color: #FFC107;
} }
/* Login Page */ /* Login Page */

Loading…
Cancel
Save