Browse Source

fixed sort by "added" background color on series page. (Thanks sjabby)

pull/15/head
gilbN 5 years ago
parent
commit
73ad4b42ab
  1. 2
      CSS/themes/sonarr/sonarr-base.css

2
CSS/themes/sonarr/sonarr-base.css

@ -770,7 +770,7 @@ pre {
color: hsla(0,0%,100%,.7); color: hsla(0,0%,100%,.7);
} }
/* POSTERS */ /* POSTERS */
.SeriesIndexPoster-title-263Pq, .SeriesIndexPoster-nextAiring-1FZy6 { .SeriesIndexPoster-title-263Pq, .SeriesIndexPoster-nextAiring-1FZy6, .SeriesIndexPosterInfo-info-2JsCg {
background-color: rgba(0, 0, 0, .25); background-color: rgba(0, 0, 0, .25);
color: #fff; color: #fff;
} }

Loading…
Cancel
Save