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

jQuery UI and dark themes #148

Closed
yanickrochon opened this issue Apr 10, 2013 · 3 comments
Closed

jQuery UI and dark themes #148

yanickrochon opened this issue Apr 10, 2013 · 3 comments
Assignees
Labels

Comments

@yanickrochon
Copy link

Sorry to, again, add another task to your list! The CSS class for hover and focus option items are not applied correctly for jQuery UI. Currently, they are applied to the LI elements and should be applied to the anchors. The problem is that, currently, anchors have a white text color for dark themes as their color is taken from the ui-widget-content class, Therefore the .ui-state-focus classes and such should be applied to the anchor to override the CSS rule .ui-widget-content a which sets a bright color for the dark background. Thus, the ui-state-focus and such should be applied to the a selector.

@gfranko
Copy link
Owner

gfranko commented Apr 22, 2013

Could you provide a public example of when this is an issue?

@yanickrochon
Copy link
Author

Of course, although it's a quick put-together example, it may not be live forever.

As you can see, the vader theme is wrong.

@ghost ghost assigned gfranko Apr 25, 2013
@gfranko
Copy link
Owner

gfranko commented Apr 27, 2013

This should now be fixed in the latest release!

@gfranko gfranko closed this as completed Apr 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants