Skip to content
New issue

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

Need the add default-skin namespace to boilerplate css? #750

Closed
liamlogan opened this issue Sep 22, 2013 · 2 comments
Closed

Need the add default-skin namespace to boilerplate css? #750

liamlogan opened this issue Sep 22, 2013 · 2 comments

Comments

@liamlogan
Copy link

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.

@heff
Copy link
Member

heff commented Oct 4, 2013

Thanks for pointing that. Definitely a bug. I've added this to the site repo issues.
videojs/videojs.com#8

@heff heff closed this as completed Oct 4, 2013
@heff
Copy link
Member

heff commented Nov 12, 2013

This has been fixed.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants