mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
New: Improve status label and progress bar style for deleted movies
Closes #7127
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
background-color: var(--darkGray);
|
||||
}
|
||||
|
||||
&.inverse {
|
||||
background-color: var(--inverseLabelColor);
|
||||
}
|
||||
|
||||
&.primary {
|
||||
background-color: var(--primaryColor);
|
||||
}
|
||||
@@ -61,10 +65,18 @@
|
||||
.frontTextContainer {
|
||||
z-index: 1;
|
||||
color: var(--progressBarFrontTextColor);
|
||||
|
||||
&.inverse {
|
||||
color: var(--inverseLabelTextColor);
|
||||
}
|
||||
}
|
||||
|
||||
.backTextContainer {
|
||||
color: var(--progressBarBackTextColor);
|
||||
|
||||
&.inverse {
|
||||
color: var(--inverseLabelTextColor);
|
||||
}
|
||||
}
|
||||
|
||||
.backTextContainer,
|
||||
|
||||
Reference in New Issue
Block a user