Skip to content

Commit

Permalink
Disable certain controls.
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Sep 22, 2015
1 parent dc3d85e commit efd2abe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,15 @@ footer {
transition-duration: 0s!important;
}

.vjs-default-skin .vjs-progress-holder {
height: 100%;
pointer-events: none;
}

.vjs-default-skin .vjs-play-control {
display:none;
}

/* pointer patch from @chrisinajar */
.tooltip {
pointer-events: none;
Expand Down

0 comments on commit efd2abe

Please sign in to comment.