Browse Source
Fixes Discover poter with title #76
Make text on discovery page if posters with title under poster is enabed readable again
pull/77/head
reloxx13
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
CSS/themes/radarr/radarr-base.css
|
@ -964,7 +964,7 @@ pre { |
|
|
color: hsla(0,0%,100%,.7); |
|
|
color: hsla(0,0%,100%,.7); |
|
|
} |
|
|
} |
|
|
/* POSTERS */ |
|
|
/* POSTERS */ |
|
|
.MovieIndexPoster-title-Umirt, .MovieIndexPoster-nextAiring-1FZy6, .MovieIndexPosterInfo-info-2JsCg, .MovieIndexPosterInfo-info-2Oh-5, .MovieCreditPoster-title-EGksL { |
|
|
.MovieIndexPoster-title-Umirt, .MovieIndexPoster-nextAiring-1FZy6, .MovieIndexPosterInfo-info-2JsCg, .MovieIndexPosterInfo-info-2Oh-5, .MovieCreditPoster-title-EGksL, .AddListMoviePoster-title-2qKvg { |
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|