Browse Source

Merge pull request #48 from rg9400/patch-2

Fix naming tokens
pull/52/head
GilbN 5 years ago
committed by GitHub
parent
commit
96d0cf1b5f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      CSS/themes/radarr/radarr-base.css

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

@ -1167,6 +1167,19 @@ pre {
color: #fff;
}
/* MEDIA MANGEMENT */
.NamingOption-small-2nxIl {
border: 1px solid transparent;
}
.NamingOption-token-1y5bz {
background-color: rgba(255, 255, 255, 0.15);
}
.NamingOption-example-RNR6x {
background-color: rgba(255, 255, 255, 0.25);
}
/* PROFILES */
.Card-card-1iGZk, .QualityProfiles-addQualityProfile-2U2Io {
background-color: rgba(0,0,0,.45);

Loading…
Cancel
Save