GilbN
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
CSS/themes/radarr/radarr-base.css
|
|
@ -381,6 +381,10 @@ a:hover { |
|
|
|
border-bottom: 4px solid var(--accent-color); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="MovieDetails-tabList-] { |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
/* Table options*/ |
|
|
|
[class*="TableOptionsColumn-column-"] { |
|
|
|
background: rgba(0, 0, 0, .25); |
|
|
@ -925,4 +929,4 @@ div[class*='EnhancedSelectInputOption']:hover { |
|
|
|
|
|
|
|
[class*="SelectMovieModalContent-path-"] { |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
} |
|
|
|