Browse Source

Merge pull request #52 from rg9400/patch-5

Change hover color when navigating custom filters
pull/56/head
GilbN 5 years ago
committed by GitHub
parent
commit
8b94adc982
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 {
background-color: transparent;
}
.CustomFilter\/customFilter\/zBSMd:hover {
background-color: hsla(0,0%,100%,.08);
}

Loading…
Cancel
Save