Ticket #41155: 41155.3.patch
File 41155.3.patch, 743 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/css/themes.css
370 370 bottom: 0; 371 371 background: #f1f1f1; 372 372 background: rgba( 238, 238, 238, 0.9 ); 373 z-index: 10000; /* Over WP Pointers. */373 z-index: 9000; /* Over WP Pointers. */ 374 374 } 375 375 376 376 .theme-overlay .theme-header { … … 481 481 background: #fff; 482 482 -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); 483 483 box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); 484 z-index: 10000; /* Over WP Pointers. */484 z-index: 9000; /* Over WP Pointers. */ 485 485 -webkit-box-sizing: border-box; 486 486 -moz-box-sizing: border-box; 487 487 box-sizing: border-box;