Fix: Adjusted progress bar corners and background color in active device cards to match the updated thumb cards

This commit is contained in:
lscambo13
2025-05-30 11:04:19 -07:00
parent aeed15c037
commit 2eb4be1c97

View File

@@ -1056,11 +1056,12 @@ html {
}
.itemProgressBarForeground {
border-radius: var(--largeRadius);
border-radius: 0 var(--largeRadius) var(--largeRadius) 0;
background-color: var(--dimTextColor);
}
.backgroundProgress>div {
.backgroundProgress>div,
.backgroundProgress {
background-color: var(--darkerGradientPoint);
}