Add title overlay to embedded videos

This commit is contained in:
Omar Roth 2019-06-08 10:52:47 -05:00
parent ef8c9f093c
commit 9122f8acee
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
6 changed files with 41 additions and 0 deletions

View file

@ -351,6 +351,12 @@ span > select {
background-color: rgba(0, 182, 240, 1);
}
/* Overlay */
.video-js .vjs-overlay {
background-color: rgba(35, 35, 35, 0.5);
color: rgba(255, 255, 255, 1);
}
/* ProgressBar marker */
.vjs-marker {
background-color: rgba(255, 255, 255, 1);