mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
show play button when video is paused (issue #201)
This commit is contained in:
parent
ef3796a033
commit
3add3897ac
@ -5,6 +5,11 @@ video.video-js {
|
||||
min-height: 100%
|
||||
}
|
||||
|
||||
/* show big play button when paused */
|
||||
.vjs-has-started.vjs-paused .vjs-big-play-button{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.vjs-airplay .vjs-icon-placeholder::before {
|
||||
content: url("../img/airplay.png");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user