1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-18 07:59:37 +02:00

arr QualityDefinitions & SeriesDetailsSeason fix

This commit is contained in:
Marius 2021-05-17 18:10:35 +02:00
parent 7b951f6763
commit 8f89b05899
7 changed files with 45 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -107,16 +107,16 @@
</p>
<p>Lidarr</p>
</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">
<p><img class="app-container-image"
src="https://docs.theme-park.dev/site_assets/readarr/logo.png" /></p>
<p>Readarr</p>
</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">
<p><img class="app-container-image" src="https://docs.theme-park.dev/site_assets/plex/logo.png" />
</p>