1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

New: Native Theme Engine

Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com>
This commit is contained in:
Qstick
2021-11-20 17:15:30 -06:00
committed by Mark McDowall
parent e1de523c89
commit 2291f3e00e
139 changed files with 849 additions and 456 deletions
@@ -4,7 +4,7 @@
margin: 5px 0;
padding-top: 5px;
height: 45px;
border-top: 1px solid $borderColor;
border-top: 1px solid var(--borderColor);
}
.quality,
@@ -28,7 +28,7 @@
top: 9px;
margin: 0 5px;
height: 3px;
background-color: $sliderAccentColor;
background-color: var(--sliderAccentColor);
box-shadow: 0 0 0 #000;
&:nth-child(odd) {
@@ -41,9 +41,9 @@
z-index: 0 !important;
width: 18px;
height: 18px;
border: 3px solid $sliderAccentColor;
border: 3px solid var(--sliderAccentColor);
border-radius: 50%;
background-color: $white;
background-color: var(--white);
text-align: center;
cursor: pointer;
}
@@ -25,7 +25,7 @@
.sizeLimitHelpText {
max-width: 500px;
color: $helpTextColor;
color: var(--helpTextColor);
}
@media only screen and (max-width: $breakpointSmall) {