Banner page fix

This commit is contained in:
gilbN 2019-06-03 17:24:59 +02:00
parent 26f96115cb
commit a6825a132b
2 changed files with 8 additions and 1 deletions

View File

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

View File

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