Fix font color for captions button

pull/530/head
Omar Roth 5 years ago
parent bdfe170c3b
commit bb15dc57a4
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

@ -327,6 +327,11 @@ input[type="search"]::-webkit-search-cancel-button {
background-color: rgba(15, 15, 15, 0.5);
}
fieldset > select,
span > select {
color: rgba(49, 49, 51, 1);
}
.video-js .vjs-load-progress,
.video-js .vjs-load-progress div {
background: rgba(87, 87, 88, 1);

Loading…
Cancel
Save