Browse Source

Change hover color when navigating custom filters (Radarr)

pull/56/head
rg9400 4 years ago
committed by GitHub
parent
commit
9ffcbcbd7d
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