mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Added toggle for direction and double page view
This commit is contained in:
parent
9b4bc7937f
commit
f683288429
8 changed files with 218 additions and 39 deletions
|
@ -487,6 +487,11 @@ html {
|
|||
background: #101010;
|
||||
}
|
||||
|
||||
#comicsPlayer .swiper-pagination {
|
||||
background: #101010;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#bookPlayer .topButtons {
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -495,6 +500,10 @@ html {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.actionButtons > button:hover {
|
||||
background: #101010 !important;
|
||||
}
|
||||
|
||||
#dialogToc {
|
||||
background-color: #101010;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue