video player chapter button and flyout fixes, added time to chapter title in flyout
This commit is contained in:
parent
a701c6615b
commit
f250bd54b1
3 changed files with 33 additions and 1 deletions
|
@ -837,6 +837,20 @@ progress {
|
|||
background: none !important;
|
||||
}
|
||||
|
||||
.vjs-chapter-button div {
|
||||
background-position: -100px -75px !important;
|
||||
}
|
||||
.vjs-chapter-button.vjs-menu-button ul {
|
||||
width: auto;
|
||||
max-width: 25em;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.vjs-chapter-button.vjs-menu-button ul li {
|
||||
width: auto;
|
||||
white-space: nowrap;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
|
||||
.itemVideo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue