Fix books page, add new authors page

This commit is contained in:
rg9400 2020-07-03 15:23:44 -05:00 committed by GitHub
parent 2adb988385
commit 9ad64284eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -820,10 +820,10 @@ background-color: hsla(0,0%,100%,.25) !important;
/* Readarr */ /* Readarr */
/* Add New*/ /* Add New*/
.AddNewArtistSearchResult-underlay-3aVNi, .AddNewAlbumSearchResult-underlay-2Egnf { .AddNewAuthorSearchResult-underlay-snqgD, .AddNewBookSearchResult-underlay-2zx_k {
background-color: transparent; background-color: transparent;
} }
.AddNewAlbumSearchResult-underlay-2Egnf:hover, .AddNewArtistSearchResult-underlay-3aVNi:hover { .AddNewAuthorSearchResult-underlay-snqgD:hover, .AddNewBookSearchResult-underlay-2zx_k:hover {
background-color: hsla(0,0%,100%,.08); background-color: hsla(0,0%,100%,.08);
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
@ -833,8 +833,9 @@ background-color: hsla(0,0%,100%,.25) !important;
color: #FFF; color: #FFF;
} }
/*Books Tab*/ /*Books Tab*/
.AuthorDetailsSeason-books-11bVF { .AuthorDetailsSeason-bookType-4wzA5 {
border: none; border: none;
background-color: rgba(0, 0, 0, .25);
} }
/*Series Tab*/ /*Series Tab*/
.AuthorDetailsSeries-bookType-2OKXb{ .AuthorDetailsSeries-bookType-2OKXb{