Skip to content

Commit

Permalink
Allow buttons to reappear.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Mar 23, 2016
1 parent c36ebf5 commit a161b7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ input {
display: none;
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button {
display: block;
}

.vjs-default-skin.vjs-big-play-centered div.vjs-big-play-button {
height: 50px;
width: 50px;
Expand Down

0 comments on commit a161b7b

Please sign in to comment.