Browse Source

Banner page fix

pull/11/head
gilbN 6 years ago
parent
commit
a6825a132b
  1. 4
      CSS/themes/orgarr-plex.css
  2. 5
      CSS/themes/orgarr.css

4
CSS/themes/orgarr-plex.css

@ -1111,6 +1111,10 @@ pre {
} }
.ArtistIndexOverview-content-hiNUl:hover { .ArtistIndexOverview-content-hiNUl:hover {
text-decoration: none; text-decoration: none;
}
/* BANNER PAGE */
.ArtistIndexBanner-title-dKZ3c {
background-color: rgba(0, 0, 0, .25);
} }
/* Table view*/ /* Table view*/

5
CSS/themes/orgarr.css

@ -1069,7 +1069,10 @@ pre {
.ArtistIndexOverview-content-hiNUl:hover { .ArtistIndexOverview-content-hiNUl:hover {
text-decoration: none; text-decoration: none;
} }
/* BANNER PAGE */
.ArtistIndexBanner-title-dKZ3c {
background-color: rgba(0, 0, 0, .25);
}
/* Table view*/ /* Table view*/
.VirtualTableRow-row-2osBd:hover { .VirtualTableRow-row-2osBd:hover {
background-color: rgba(0, 0, 0, .25); background-color: rgba(0, 0, 0, .25);

Loading…
Cancel
Save