1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

fix: 🐛 Bazarr: Loading spinner og notification fixes

This commit is contained in:
GilbN 2022-07-15 18:37:19 +02:00
parent 18e387870f
commit 450ecff828

View File

@ -471,8 +471,10 @@ line {
}
/* NOTIFICATIONS */
.mantine-Notification-root.mantine-Notification-withIcon[class*="bazarr-"] {
.mantine-Notification-root.mantine-Notification-withIcon[class*="bazarr-"],
.mantine-Notification-root[class*="bazarr-"] {
background: var(--drop-down-menu-bg);
border: 1px solid var(--drop-down-menu-bg);
}
code,
@ -495,4 +497,10 @@ code,
[class*="bazarr-"].mantine-Progress-bar[style="width: 100%;"] .mantine-Text-root.mantine-Progress-label[class*="bazarr-"] {
color: var(--label-text-color);
}
/* LOADER */
.mantine-LoadingOverlay-root[class*="bazarr-"] svg {
stroke: rgb(var(--accent-color));
}