Fix elements whose names were changed to books

This commit is contained in:
rg9400 2020-07-02 16:45:14 -05:00 committed by GitHub
parent 36e127b0f3
commit 21e0def28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -829,26 +829,26 @@ background-color: hsla(0,0%,100%,.25) !important;
text-decoration: none; text-decoration: none;
} }
/*Author Page*/ /*Author Page*/
.ArtistDetails-tab-lWaPK { .AuthorDetails-tab-eL4hG {
color: #FFF; color: #FFF;
} }
/*Books Tab*/ /*Books Tab*/
.ArtistDetailsSeason-albums-1kcYI { .AuthorDetailsSeason-books-11bVF {
border: none; border: none;
} }
/*Series Tab*/ /*Series Tab*/
.AuthorDetailsSeries-albumType-sjbM4 { .AuthorDetailsSeries-bookType-2OKXb{
border: none; border: none;
background-color: rgba(0, 0, 0, .25); background-color: rgba(0, 0, 0, .25);
} }
.AuthorDetailsSeries-collapseButtonContainer-2gS_Y { .AuthorDetailsSeries-collapseButtonContainer-3Ir3l {
border: none; border: none;
background-color: rgba(0, 0, 0, .25); background-color: rgba(0, 0, 0, .25);
} }
.AuthorDetailsSeries-albumTypeLabel-27tss { AuthorDetailsSeries-bookTypeLabel-2WwAO {
color: #FFF; color: #FFF;
} }
.AuthorDetailsSeries-albumCount-KYhiA { .AuthorDetailsSeries-bookCount-2OuhM {
color: #FFF; color: #FFF;
} }
/*Search Tab*/ /*Search Tab*/
@ -856,7 +856,7 @@ background-color: hsla(0,0%,100%,.25) !important;
color: #FFF; color: #FFF;
} }
/*Specific Book Page*/ /*Specific Book Page*/
.AlbumDetails-tab-1Ax0D { .BookDetails-tab-3ODdT {
color: #FFF; color: #FFF;
} }
/*Settings*/ /*Settings*/