Make WordPress Core

Ticket #31544: 31544.diff

File 31544.diff, 683 bytes (added by obenland, 8 years ago)

z-indeces should die in a fire.

  • src/wp-admin/css/themes.css

     
    411411        bottom: 0;
    412412        background: #f1f1f1;
    413413        background: rgba( 238, 238, 238, 0.9 );
    414         z-index: 10;
     414        z-index: 10000; /* Over WP Pointers */
    415415}
    416416
    417417.theme-overlay .theme-header {
     
    524524        background: #fff;
    525525        -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
    526526        box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
    527         z-index: 20;
     527        z-index: 10000; /* Over WP Pointers */
    528528        -webkit-box-sizing: border-box;
    529529        -moz-box-sizing: border-box;
    530530        box-sizing: border-box;