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

fix: 🐛 Sonarr: Dropdown select background color fix.

This commit is contained in:
GilbN 2022-03-19 19:15:16 +01:00
parent c693647a3e
commit b1fef5b14f

View File

@ -629,6 +629,7 @@ a:hover {
[class*="EnhancedSelectInput-options-"] {
border: 1px solid rgba(var(--accent-color)) !important;
background-color: transparent;
}
[class*="EnhancedSelectInputOption-isSelected-"],