Ticket #25867: 25867.3.diff
File 25867.3.diff, 1.4 KB (added by , 12 years ago) |
---|
-
src/wp-admin/css/wp-admin.css
4901 4901 border-style: solid; 4902 4902 } 4903 4903 4904 .wp-customizer .ac_results { 4905 z-index: 500000; 4906 } 4907 4904 4908 .ac_results li { 4905 4909 padding: 2px 5px; 4906 4910 white-space: nowrap; -
src/wp-admin/customize.php
56 56 wp_user_settings(); 57 57 _wp_admin_html_begin(); 58 58 59 $body_class = 'wp-core-ui js';59 $body_class = 'wp-core-ui wp-customizer js'; 60 60 61 61 if ( wp_is_mobile() ) : 62 62 $body_class .= ' mobile'; -
src/wp-content/themes/twentyfourteen/inc/featured-content.php
370 370 */ 371 371 public static function enqueue_scripts() { 372 372 wp_enqueue_script( 'featured-content-suggest', get_template_directory_uri() . '/js/featured-content-admin.js', array( 'jquery', 'suggest' ), '20131022', true ); 373 wp_add_inline_style( 'customize-controls', "374 .ac_results {375 z-index: 500000;376 }377 " );378 373 } 379 374 380 375 /**