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. 6
      CSS/themes/radarr/radarr-base.css

6
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);
@ -925,4 +929,4 @@ div[class*='EnhancedSelectInputOption']:hover {
[class*="SelectMovieModalContent-path-"] { [class*="SelectMovieModalContent-path-"] {
color: var(--text); color: var(--text);
} }

Loading…
Cancel
Save