mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Adjusted progress bar corners and background color in active device cards to match the updated thumb cards
This commit is contained in:
@@ -1056,11 +1056,12 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.itemProgressBarForeground {
|
.itemProgressBarForeground {
|
||||||
border-radius: var(--largeRadius);
|
border-radius: 0 var(--largeRadius) var(--largeRadius) 0;
|
||||||
background-color: var(--dimTextColor);
|
background-color: var(--dimTextColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgroundProgress>div {
|
.backgroundProgress>div,
|
||||||
|
.backgroundProgress {
|
||||||
background-color: var(--darkerGradientPoint);
|
background-color: var(--darkerGradientPoint);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user