Make suggest script visible in the customizer.
props celloexpressions for initial patch. see #25867. git-svn-id: https://develop.svn.wordpress.org/trunk@26085 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8cc1529de8
commit
6592f4cb73
@ -4901,6 +4901,10 @@ p.popular-tags a {
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-customizer .ac_results {
|
||||||
|
z-index: 500000;
|
||||||
|
}
|
||||||
|
|
||||||
.ac_results li {
|
.ac_results li {
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -56,7 +56,7 @@ do_action( 'customize_controls_enqueue_scripts' );
|
|||||||
wp_user_settings();
|
wp_user_settings();
|
||||||
_wp_admin_html_begin();
|
_wp_admin_html_begin();
|
||||||
|
|
||||||
$body_class = 'wp-core-ui js';
|
$body_class = 'wp-core-ui wp-customizer js';
|
||||||
|
|
||||||
if ( wp_is_mobile() ) :
|
if ( wp_is_mobile() ) :
|
||||||
$body_class .= ' mobile';
|
$body_class .= ' mobile';
|
||||||
|
Loading…
Reference in New Issue
Block a user