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 {
|
||||
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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user