Make WordPress Core

Changeset 33068


Ignore:
Timestamp:
07/03/2015 05:04:33 PM (9 years ago)
Author:
obenland
Message:

Don't let wp-pointers cover the theme detail modal.

Fixes #31544.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/themes.css

    r32977 r33068  
    412412    background: #f1f1f1;
    413413    background: rgba( 238, 238, 238, 0.9 );
    414     z-index: 10;
     414    z-index: 10000; /* Over WP Pointers. */
    415415}
    416416
     
    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;
Note: See TracChangeset for help on using the changeset viewer.