1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix styling issues in book readers

This commit is contained in:
Bill Thornton 2022-09-29 01:30:01 -04:00
parent 48032c3b93
commit a9f03f5475
3 changed files with 32 additions and 26 deletions

View file

@ -483,7 +483,8 @@ html {
}
#comicsPlayer,
#bookPlayer {
#bookPlayer,
#pdfPlayer {
background: #101010;
}
@ -496,14 +497,11 @@ html {
color: #fff;
}
.actionButtonIcon {
#comicsPlayer .actionButtonIcon,
#pdfPlayer .actionButtonIcon {
color: #fff;
}
.actionButtons > button:hover {
background: #101010 !important;
}
#dialogToc {
background-color: #101010;
}
@ -516,11 +514,11 @@ html {
color: #00a4dc;
}
.toc li a:link {
#dialogToc .toc li a:link {
color: #ccc;
}
.toc li a:active,
.toc li a:hover {
#dialogToc .toc li a:active,
#dialogToc .toc li a:hover {
color: #00a4dc;
}