We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I used "Customize Me:" on the homepage to change some colors which then generated the following override snippet:
But this didn't work for me until I manually added the default-skin namespace:
Not sure if this is just some quirk of my setup or a more general issue...?
Liam.
The text was updated successfully, but these errors were encountered:
Thanks for pointing that. Definitely a bug. I've added this to the site repo issues. videojs/videojs.com#8
Sorry, something went wrong.
This has been fixed.
No branches or pull requests
Hi,
I used "Customize Me:" on the homepage to change some colors which then generated the following override snippet:
<style type="text/css"> .vjs-play-progress, .vjs-volume-level { background-color: #cc6697 } </style>But this didn't work for me until I manually added the default-skin namespace:
<style type="text/css"> .vjs-default-skin .vjs-play-progress, .vjs-default-skin .vjs-volume-level { background-color: #cc6697 } </style>Not sure if this is just some quirk of my setup or a more general issue...?
Liam.
The text was updated successfully, but these errors were encountered: