Merge pull request #56 from rg9400/patch-6

Change hover color when navigating custom filters (Radarr)
This commit is contained in:
GilbN 2020-05-22 17:06:58 +02:00 committed by GitHub
commit 535ed2085f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1270,3 +1270,6 @@ pre {
.FilterBuilderRow-filterRow-1ozij:hover { .FilterBuilderRow-filterRow-1ozij:hover {
background-color: transparent; background-color: transparent;
} }
.CustomFilter-customFilter-zBSMd:hover {
background-color: hsla(0,0%,100%,.08);
}