mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
fix: 🐛 Sonarr: Dropdown select background color fix.
This commit is contained in:
parent
c693647a3e
commit
b1fef5b14f
@ -629,6 +629,7 @@ a:hover {
|
|||||||
|
|
||||||
[class*="EnhancedSelectInput-options-"] {
|
[class*="EnhancedSelectInput-options-"] {
|
||||||
border: 1px solid rgba(var(--accent-color)) !important;
|
border: 1px solid rgba(var(--accent-color)) !important;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="EnhancedSelectInputOption-isSelected-"],
|
[class*="EnhancedSelectInputOption-isSelected-"],
|
||||||
|
Loading…
Reference in New Issue
Block a user