mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Fixed: Progress bar text colour in Dark theme
(cherry picked from commit ca61efa57fc04a7f6753aedb4b8044d17e345429)
This commit is contained in:
parent
4956ff7914
commit
9d1956794e
3 changed files with 11 additions and 3 deletions
|
@ -20,7 +20,11 @@
|
|||
|
||||
.frontTextContainer {
|
||||
z-index: 1;
|
||||
color: var(--white);
|
||||
color: var(--progressBarFrontTextColor);
|
||||
}
|
||||
|
||||
.backTextContainer {
|
||||
color: var(--progressBarBackTextColor);
|
||||
}
|
||||
|
||||
.backTextContainer,
|
||||
|
|
|
@ -226,6 +226,8 @@ module.exports = {
|
|||
//
|
||||
// Misc
|
||||
|
||||
progressBarFrontTextColor: white,
|
||||
progressBarBackTextColor: white,
|
||||
progressBarBackgroundColor: '#727070',
|
||||
logEventsBackgroundColor: '#2a2a2a'
|
||||
};
|
||||
|
|
|
@ -227,6 +227,8 @@ module.exports = {
|
|||
//
|
||||
// Misc
|
||||
|
||||
progressBarBackgroundColor: '#fff',
|
||||
logEventsBackgroundColor: '#fff'
|
||||
progressBarFrontTextColor: white,
|
||||
progressBarBackTextColor: darkGray,
|
||||
progressBarBackgroundColor: white,
|
||||
logEventsBackgroundColor: white
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue