1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-16 15:09:39 +02:00

fix: 🐛 starr: servarr base tweaks

This commit is contained in:
GilbN 2022-06-10 22:53:23 +02:00
parent 220b7c9ebd
commit 3c0a7c0754

View File

@ -27,11 +27,11 @@ body {
}
*::-webkit-scrollbar-thumb,
[class*="-thumb-"] {
[class*="-thumb-"]:not([class*="QualityDefinition-thumb-"]) {
background-color: var(--transparency-light-25) !important;
}
*::-webkit-scrollbar-thumb:hover,
[class*="-thumb-"]:hover {
[class*="-thumb-"]:hover:not([class*="QualityDefinition-thumb-"]) {
background-color: var(--transparency-light-35) !important;
}
@ -398,6 +398,12 @@ a:hover {
color: var(--label-text-color);
}
[class*="QualityProfile-qualities-"] [class*="Label-info-"] {
border-color: rgb(var(--accent-color));
background-color: transparent;
color: var(--text-hover);
}
[class*="PageSidebarItem-status-"] [class*="Label-info-"] {
border-color: var(--arr-queue-color);
background-color: var(--arr-queue-color);
@ -631,7 +637,8 @@ a:hover {
/* IMPORT */
[class*="FieldSet-legend-"] {
[class*="FieldSet-legend-"],
[class*="FieldSet-legend-"][class*="FieldSet-small-"] {
color: var(--text-hover);
border-bottom: 1px solid rgb(var(--accent-color));
}
@ -813,6 +820,14 @@ a:hover {
color: var(--text);
}
[class*="QualityDefinition-qualityDefinition-"] {
border-top: 1px solid var(--transparency-light-25);
}
[class*="DelayProfile-delayProfile-"] {
border-bottom: 1px solid rgb(var(--accent-color));
}
/* INDEXSERS */
[class*="Indexers-center-"] {
background-color: transparent;