Skip to content

Commit

Permalink
fix: 🐛 starr: servarr base tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Jun 10, 2022
1 parent 220b7c9 commit 3c0a7c0
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions css/defaults/servarr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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));
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 3c0a7c0

Please sign in to comment.