1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Add style for default kind in ProgressBar

This commit is contained in:
Bogdan
2023-06-10 03:13:47 +03:00
parent 32f09633e9
commit 3f2ea49023
+4 -4
View File
@@ -17,6 +17,10 @@
color: var(--white);
transition: width 0.6s ease;
&.default {
background-color: var(--darkGray);
}
&.primary {
background-color: var(--primaryColor);
}
@@ -57,10 +61,6 @@
.frontTextContainer {
z-index: 1;
color: var(--progressBarFrontTextColor);
&.default {
color: var(--darkGray);
}
}
.backTextContainer {