Browse Source

arr list fix, thanks rg9400

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

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

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

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

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

Loading…
Cancel
Save