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

fix: 🐛 Bazarr: dropdrown color fix, code block traceback fix

This commit is contained in:
GilbN 2022-07-15 19:17:03 +02:00
parent 37db1993c0
commit 7b9ce0d184

View File

@ -426,6 +426,10 @@ textarea:focus-within,
background: var(--transparency-dark-15);
}
[class*="bazarr-"].mantine-Autocomplete-item {
color: var(--text);
}
/* MODAL */
.mantine-Paper-root.mantine-Modal-modal[class*="bazarr-"] {
@ -508,6 +512,11 @@ code,
color: var(--label-text-color);
}
.mantine-Code-root.mantine-Code-block[class*="bazarr-"] {
background: var(--transparency-dark-15);
color: var(text);
}
/* SPINNER */
.mantine-Notification-root.mantine-Notification-withIcon[class*="bazarr-"] svg {