Add caption styling

This commit is contained in:
Omar Roth 2019-06-30 13:32:33 -05:00
parent 48ad744ebf
commit 8fad0af935
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

View File

@ -285,6 +285,12 @@ input[type="search"]::-webkit-search-cancel-button {
cursor: none;
}
.video-js .vjs-text-track-display > div > div > div {
background-color: rgba(0, 0, 0, 0.75) !important;
border-radius: 9px !important;
padding: 5px !important;
}
.vjs-play-control,
.vjs-volume-panel,
.vjs-current-time,