Make suggest script visible in the customizer.

props celloexpressions for initial patch.
see #25867.
Built from https://develop.svn.wordpress.org/trunk@26085


git-svn-id: http://core.svn.wordpress.org/trunk@26005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-11-11 17:39:09 +00:00
parent a1036ac9f0
commit 6484ca83a5
3 changed files with 6 additions and 2 deletions

View File

@ -4901,6 +4901,10 @@ p.popular-tags a {
border-style: solid;
}
.wp-customizer .ac_results {
z-index: 500000;
}
.ac_results li {
padding: 2px 5px;
white-space: nowrap;

File diff suppressed because one or more lines are too long

View File

@ -56,7 +56,7 @@ do_action( 'customize_controls_enqueue_scripts' );
wp_user_settings();
_wp_admin_html_begin();
$body_class = 'wp-core-ui js';
$body_class = 'wp-core-ui wp-customizer js';
if ( wp_is_mobile() ) :
$body_class .= ' mobile';