Show elapsed/total instead of the

countdown to the end in video player.

Closes #3813
This commit is contained in:
Jeffrey Fisher 2020-04-22 21:21:07 -07:00 committed by Sean Yesmunt
parent 62a70cf16c
commit 3c6469f388

View file

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