fix for subtitle settings values not showing up (#801)

This commit is contained in:
Duane Jaspers 2020-12-02 19:04:24 +01:00 committed by GitHub
parent 016b816f29
commit 2c71dedb06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -213,6 +213,7 @@
}
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
color: #fff;
font-family: VideoJS;
font-weight: normal;
font-style: normal;
@ -1550,7 +1551,7 @@ video::-webkit-media-text-track-display {
.vjs-modal-dialog.vjs-text-track-settings {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.75);
color: #fff;
color: #000;
height: 70%;
}