1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

fix: 🐛 Bazarr: dropdown fix

Fixed text colors on the Bazarr notification dropdown menu
This commit is contained in:
GilbN 2022-03-12 13:14:27 +01:00
parent 97fbe3983a
commit b9e440f070

View File

@ -103,6 +103,19 @@ a:hover {
background-color: rgb(0 0 0 / 15%);
}
.text-dark {
color: var(--text-hover)!important;
}
.text-secondary {
color: var(--text)!important;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: var(--text-muted);
pointer-events: none;
background-color: transparent;
}
h1,
h2,
h3,
@ -827,6 +840,9 @@ line {
background-size: 1rem 1rem
}
.notification-btn .notification-center-progress .progress .progress-bar {
text-shadow: -2px -2px 5px rgb(var(--accent-color)), 2px -2px 5px rgb(var(--accent-color)), -2px 2px 5px rgb(var(--accent-color)), 2px 2px 5px rgb(var(--accent-color));
}
/* LOGS */
/* Stack traceback */
code.zmdi-language-python-alt {