Fix log level dropdown using CSS from Sonarr

This commit is contained in:
rg9400 2020-04-22 20:36:11 -05:00 committed by GitHub
parent 170d8e346c
commit 54249e064f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -865,3 +865,18 @@ background-color: hsla(0,0%,100%,.25) !important;
border: 1px solid transparent;
background-color: transparent;
}
/* General - Log Level*/
.EnhancedSelectInput-options-3yy65 {
border: 1px solid #dde6e9;
border-radius: 4px;
background-color: #1e1e1e;
}
div[class*='EnhancedSelectInputOption']:hover {
background-color: rgba(255, 255, 255, 0.08);
color: #fff;
}
div[class*='EnhancedSelectInputOption'] {
background-color: #1e1e1e;
color: #fff;
}