Merge pull request #96 from dimqua/master

Make progress colors solid
This commit is contained in:
Omar Roth 2018-08-06 21:05:49 -05:00 committed by GitHub
commit 32f000ed49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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