Browse Source

Discovert postert title fix for #76

pull/90/head
Marius 4 years ago
parent
commit
86e79b5f8f
  1. 5
      CSS/themes/radarr/radarr-base.css

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

@ -1107,6 +1107,11 @@ pre {
color: #fff; color: #fff;
background: hsla(0,0%,100%,.08); background: hsla(0,0%,100%,.08);
} }
/*Posters*/
.AddListMoviePoster-title-2qKvg {
background-color: rgba(255, 255, 255, 0.08);
color: #fff;
}
/* MASS EDITOR */ /* MASS EDITOR */
/* FOOTER */ /* FOOTER */
.PageContentFooter-contentFooter-3ODMj { .PageContentFooter-contentFooter-3ODMj {

Loading…
Cancel
Save