Show elapsed/total instead of the
countdown to the end in video player. Closes #3813
This commit is contained in:
parent
62a70cf16c
commit
3c6469f388
1 changed files with 12 additions and 0 deletions
|
@ -170,6 +170,18 @@
|
|||
// Make sure no videojs message interferes with overlaying buttons
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.vjs-control-bar {
|
||||
.vjs-remaining-time {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.vjs-current-time,
|
||||
.vjs-time-divider,
|
||||
.vjs-duration {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.vjs-paused .vjs-big-play-button,
|
||||
|
|
Loading…
Reference in a new issue