Verified Commit dc1525b2 authored by Dominique Feyer's avatar Dominique Feyer
Browse files

TASK: Update video.js 5.19.2

parent 8e1ef87c
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot"); }
  src: url("../font/2.0.0/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
@@ -401,6 +401,9 @@ body.vjs-full-window {
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
@@ -452,8 +455,8 @@ body.vjs-full-window {
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li:focus,
.vjs-menu li:hover {
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }
@@ -687,7 +690,7 @@ body.vjs-full-window {
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
@@ -931,9 +934,6 @@ body.vjs-full-window {
.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster {
  display: none; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

+9482 −7478

File changed.

Preview size limit exceeded, changes collapsed.