mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 18:12:31 +01:00
fix: 🐛 Bazarr: Search dropdown background fix
This commit is contained in:
parent
a2349def40
commit
18e387870f
@ -395,6 +395,12 @@ textarea:focus-within,
|
||||
background: var(--transparency-dark-15)
|
||||
}
|
||||
|
||||
.mantine-ScrollArea-root.mantine-Paper-root.mantine-Autocomplete-dropdown[class*="bazarr-"] {
|
||||
background: var(--drop-down-menu-bg);
|
||||
color: var(--text);
|
||||
border: 1px solid var(--drop-down-menu-bg);
|
||||
}
|
||||
|
||||
/* MODAL */
|
||||
|
||||
.mantine-Paper-root.mantine-Modal-modal[class*="bazarr-"] {
|
||||
|
Loading…
Reference in New Issue
Block a user