Fix font color for captions button

This commit is contained in:
Omar Roth 2019-05-11 11:09:45 -05:00
parent bdfe170c3b
commit bb15dc57a4
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

View File

@ -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);