Browse Source

arr QualityDefinitions & SeriesDetailsSeason fix

pull/204/head
Marius 4 years ago
parent
commit
8f89b05899
  1. 4
      CSS/themes/lidarr/lidarr-base.css
  2. 4
      CSS/themes/prowlarr/prowlarr-base.css
  3. 4
      CSS/themes/radarr/radarr-base.css
  4. 4
      CSS/themes/readarr/readarr-base.css
  5. 9
      CSS/themes/sonarr/noname.css
  6. 15
      CSS/themes/sonarr/sonarr-base.css
  7. 10
      index.html

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

@ -827,6 +827,10 @@ a:hover {
background: rgba(0, 0, 0, .25); background: rgba(0, 0, 0, .25);
} }
[class*="QualityDefinitions-sizeLimitHelpText-"] {
color: var(--text);
}
/* PROFILES */ /* PROFILES */
[class*="Indexers-center-"] { [class*="Indexers-center-"] {
background-color: transparent; background-color: transparent;

4
CSS/themes/prowlarr/prowlarr-base.css

@ -844,6 +844,10 @@ a:hover {
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);
} }
[class*="QualityDefinitions-sizeLimitHelpText-"] {
color: var(--text);
}
[class*="KeyValueListInputItem-keyInput-"], [class*="KeyValueListInputItem-keyInput-"],
[class*="KeyValueListInputItem-valueInput-"] { [class*="KeyValueListInputItem-valueInput-"] {
border: none; border: none;

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

@ -858,6 +858,10 @@ a:hover {
background: rgba(0, 0, 0, .25); background: rgba(0, 0, 0, .25);
} }
[class*="QualityDefinitions-sizeLimitHelpText-"] {
color: var(--text);
}
/* PROFILES */ /* PROFILES */
[class*="Indexers-center-"] { [class*="Indexers-center-"] {
background-color: transparent; background-color: transparent;

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

@ -825,6 +825,10 @@ a:hover {
background: rgba(0, 0, 0, .25); background: rgba(0, 0, 0, .25);
} }
[class*="QualityDefinitions-sizeLimitHelpText-"] {
color: var(--text);
}
/* PROFILES */ /* PROFILES */
[class*="Indexers-center-"] { [class*="Indexers-center-"] {
background-color: transparent; background-color: transparent;

9
CSS/themes/sonarr/noname.css

@ -26,8 +26,17 @@
--button-color: #fb3f62; --button-color: #fb3f62;
--button-color-hover: rgba(251, 63, 98, .8); --button-color-hover: rgba(251, 63, 98, .8);
--button-text: #eee;
--button-text-hover: #FFF;
--accent-color: rgba(251, 63, 98, .8); --accent-color: rgba(251, 63, 98, .8);
--accent-color-hover: rgba(251, 63, 98, .8); --accent-color-hover: rgba(251, 63, 98, .8);
--queue-color: rgba(63, 251, 157, .8); --queue-color: rgba(63, 251, 157, .8);
--link-color: #ff6581;
--link-color-hover: #fff;
--text:#eee;
--text-hover: #fff;
--text-muted: #999;
} }

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

@ -295,6 +295,10 @@ a:hover {
color: var(--text) !important; color: var(--text) !important;
} }
[class*="SeriesDetailsSeason\/sizeOnDisk\/"] {
color: var(--text-muted);
}
.fa-search:hover { .fa-search:hover {
color: var(--text-hover) !important; color: var(--text-hover) !important;
} }
@ -832,6 +836,9 @@ a:hover {
color: white; color: white;
} }
[class*="QualityDefinitions\/sizeLimitHelpText\/"] {
color: var(--text);
}
/* PROFILES */ /* PROFILES */
[class*="Indexers\/center\/"] { [class*="Indexers\/center\/"] {
background-color: transparent; background-color: transparent;
@ -1180,6 +1187,10 @@ a:hover {
color: var(--text) !important; color: var(--text) !important;
} }
[class*="SeriesDetailsSeason-sizeOnDisk-"] {
color: var(--text-muted);
}
.fa-search:hover { .fa-search:hover {
color: var(--text-hover) !important; color: var(--text-hover) !important;
} }
@ -1716,6 +1727,10 @@ a:hover {
color: white; color: white;
} }
[class*="QualityDefinitions-sizeLimitHelpText-"] {
color: var(--text);
}
/* PROFILES */ /* PROFILES */
[class*="Indexers-center-"] { [class*="Indexers-center-"] {
background-color: transparent; background-color: transparent;

10
index.html

@ -107,16 +107,16 @@
</p> </p>
<p>Lidarr</p> <p>Lidarr</p>
</a> </a>
<a class="col app-container text-center p-2 m-1" href="https://docs.theme-park.dev/themes/bazarr">
<p><img class="app-container-image" src="https://docs.theme-park.dev/site_assets/bazarr/logo.png" />
</p>
<p>Bazarr</p>
</a>
<a class="col app-container text-center p-2 m-1" href="https://docs.theme-park.dev/themes/readarr"> <a class="col app-container text-center p-2 m-1" href="https://docs.theme-park.dev/themes/readarr">
<p><img class="app-container-image" <p><img class="app-container-image"
src="https://docs.theme-park.dev/site_assets/readarr/logo.png" /></p> src="https://docs.theme-park.dev/site_assets/readarr/logo.png" /></p>
<p>Readarr</p> <p>Readarr</p>
</a> </a>
<a class="col app-container text-center p-2 m-1" href="https://docs.theme-park.dev/themes/bazarr">
<p><img class="app-container-image" src="https://docs.theme-park.dev/site_assets/bazarr/logo.png" />
</p>
<p>Bazarr</p>
</a>
<a class="col app-container text-center p-2 m-1" href="https://docs.theme-park.dev/themes/plex"> <a class="col app-container text-center p-2 m-1" href="https://docs.theme-park.dev/themes/plex">
<p><img class="app-container-image" src="https://docs.theme-park.dev/site_assets/plex/logo.png" /> <p><img class="app-container-image" src="https://docs.theme-park.dev/site_assets/plex/logo.png" />
</p> </p>

Loading…
Cancel
Save