Browse Source

Fix elements whose names were changed to books

pull/65/head
rg9400 4 years ago
committed by GitHub
parent
commit
21e0def28d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      CSS/themes/readarr/readarr-base.css

14
CSS/themes/readarr/readarr-base.css

@ -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*/

Loading…
Cancel
Save