Merge pull request #96 from dimqua/master

Make progress colors solid
このコミットが含まれているのは:
Omar Roth 2018-08-06 21:05:49 -05:00 committed by GitHub
コミット 32f000ed49
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -159,7 +159,7 @@ div {
.video-js .vjs-load-progress,
.video-js .vjs-load-progress div {
background: rgba(87, 87, 88, 0.5);
background: rgba(87, 87, 88, 1);
}
.video-js .vjs-slider:hover,
@ -168,7 +168,7 @@ div {
}
.video-js .vjs-play-progress {
background-color: rgba(0, 182, 240, 0.5);
background-color: rgba(0, 182, 240, 1);
}
/* Big "Play" Button */