Browse Source

Merge pull request #56 from rg9400/patch-6

Change hover color when navigating custom filters (Radarr)
pull/60/head
GilbN 4 years ago
committed by GitHub
parent
commit
535ed2085f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CSS/themes/radarr/radarr-base.css

3
CSS/themes/radarr/radarr-base.css

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

Loading…
Cancel
Save