Merge pull request #51 from rg9400/patch-4

Fix log level dropdown using CSS from Sonarr
This commit is contained in:
GilbN 2020-04-23 15:57:59 +02:00 committed by GitHub
commit 8724f77406
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;
}