Browse Source

movie details fix

pull/182/head
GilbN 4 years ago
committed by GitHub
parent
commit
5b74968bbe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/radarr/radarr-base.css

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

@ -381,6 +381,10 @@ a:hover {
border-bottom: 4px solid var(--accent-color); border-bottom: 4px solid var(--accent-color);
} }
[class*="MovieDetails-tabList-] {
color: #fff;
}
/* Table options*/ /* Table options*/
[class*="TableOptionsColumn-column-"] { [class*="TableOptionsColumn-column-"] {
background: rgba(0, 0, 0, .25); background: rgba(0, 0, 0, .25);

Loading…
Cancel
Save