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:
parent
48032c3b93
commit
a9f03f5475
3 changed files with 32 additions and 26 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue