1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Add style for default kind in ProgressBar

Fixes #8641
This commit is contained in:
Bogdan
2023-05-31 04:00:52 +03:00
parent fa1f07987c
commit 4ab1cb393a
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -45,6 +45,10 @@
cursor: default;
}
.default {
background-color: var(--darkGray);
}
.primary {
background-color: var(--primaryColor);
}