mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-19 17:32:38 +01:00
Fixed: Progress bar text colour in Dark theme
(cherry picked from commit ca61efa57fc04a7f6753aedb4b8044d17e345429)
This commit is contained in:
parent
4956ff7914
commit
9d1956794e
@ -20,7 +20,11 @@
|
|||||||
|
|
||||||
.frontTextContainer {
|
.frontTextContainer {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
color: var(--white);
|
color: var(--progressBarFrontTextColor);
|
||||||
|
}
|
||||||
|
|
||||||
|
.backTextContainer {
|
||||||
|
color: var(--progressBarBackTextColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.backTextContainer,
|
.backTextContainer,
|
||||||
|
@ -226,6 +226,8 @@ module.exports = {
|
|||||||
//
|
//
|
||||||
// Misc
|
// Misc
|
||||||
|
|
||||||
|
progressBarFrontTextColor: white,
|
||||||
|
progressBarBackTextColor: white,
|
||||||
progressBarBackgroundColor: '#727070',
|
progressBarBackgroundColor: '#727070',
|
||||||
logEventsBackgroundColor: '#2a2a2a'
|
logEventsBackgroundColor: '#2a2a2a'
|
||||||
};
|
};
|
||||||
|
@ -227,6 +227,8 @@ module.exports = {
|
|||||||
//
|
//
|
||||||
// Misc
|
// Misc
|
||||||
|
|
||||||
progressBarBackgroundColor: '#fff',
|
progressBarFrontTextColor: white,
|
||||||
logEventsBackgroundColor: '#fff'
|
progressBarBackTextColor: darkGray,
|
||||||
|
progressBarBackgroundColor: white,
|
||||||
|
logEventsBackgroundColor: white
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user