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

Loading…
Cancel
Save