Change the color of progressBar marker

このコミットが含まれているのは:
dimqua 2018-08-31 16:49:02 +03:00
コミット eda5beaed5
1個のファイルの変更5行の追加0行の削除

ファイルの表示

@ -171,6 +171,11 @@ div {
background-color: rgba(0, 182, 240, 1);
}
/* ProgressBar marker */
.vjs-marker {
background-color: rgba(255, 255, 255, 1);
}
/* Big "Play" Button */
.video-js .vjs-big-play-button {
background-color: rgba(35, 35, 35, 0.5);