show play button when video is paused
This commit is contained in:
parent
5d3077ff9f
commit
6e09dbfb96
1 changed files with 25 additions and 0 deletions
|
@ -104,3 +104,28 @@
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vjs-paused .vjs-big-play-button,
|
||||||
|
.vjs-paused.vjs-has-started .vjs-big-play-button {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.file-render {
|
||||||
|
.video-js {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
.vjs-big-play-button {
|
||||||
|
@extend .button--icon;
|
||||||
|
@extend .button--play;
|
||||||
|
border: none;
|
||||||
|
position: static;
|
||||||
|
z-index: 2;
|
||||||
|
|
||||||
|
.vjs-icon-placeholder {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue