mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
changed video player chapter icon
This commit is contained in:
parent
90b25e7edb
commit
91f786f25c
2 changed files with 5 additions and 3 deletions
BIN
dashboard-ui/css/images/media/chapter.png
Normal file
BIN
dashboard-ui/css/images/media/chapter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 395 B |
|
@ -419,7 +419,7 @@ form, .readOnlyContent {
|
|||
|
||||
.posterViewItem img {
|
||||
max-width: 155px;
|
||||
max-height: 110px;
|
||||
max-height: 125px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
|
@ -838,8 +838,10 @@ progress {
|
|||
width: 16px;
|
||||
}
|
||||
|
||||
.vjs-chapter-button div {
|
||||
background-position: -100px -75px !important;
|
||||
.vjs-default-skin .vjs-chapter-button div {
|
||||
background: url("images/media/chapter.png");
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.vjs-chapter-button.vjs-menu-button ul {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue