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 style conflict #26

Closed

Conversation

mattheu
Copy link

@mattheu mattheu commented Nov 14, 2013

If a jQuery UI stylesheet is loaded in the WordPress admin, the color picker looks broken.

See screenshot.
image

To reproduce on the theme customizer page use the following code:

add_action( 'customize_controls_print_styles', function() {
    wp_enqueue_style( 'jquery-ui-theme', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/jquery-ui.min.css' );
}, 100 );

To fix this, the color picker should override the default jQuery-UI styles.

@mattheu
Copy link
Author

mattheu commented Nov 18, 2013

I have opened a ticket on Trac for this issue - http://core.trac.wordpress.org/ticket/26097

@mattwiebe mattwiebe closed this in 1b1a0c2 Nov 18, 2013
@mattwiebe
Copy link
Contributor

Thanks for reporting and patching this (and #25 too) @mattheu :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants