Make play-progress color solid

This commit is contained in:
dimqua 2018-08-07 02:54:39 +03:00 committed by GitHub
parent 6c71227766
commit 2177aff370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */