Browse Source

Change hover color when navigating custom filters

pull/52/head
rg9400 5 years ago
committed by GitHub
parent
commit
b0f8d2cb30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CSS/themes/sonarr/sonarr-base.css

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

@ -1208,3 +1208,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);
}

Loading…
Cancel
Save