1
0
Fork 0
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:
Techywarrior 2013-04-08 14:50:28 -07:00
parent 90b25e7edb
commit 91f786f25c
2 changed files with 5 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

View file

@ -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 {