Make WordPress Core

Changeset 22611


Ignore:
Timestamp:
11/16/2012 10:20:11 AM (12 years ago)
Author:
koopersmith
Message:

Media: The zIndex arms race.

Adjusts zIndexes to be not-as-absurd as before, in the process moving the modal below the plupload flash shims (which do not have customizable zIndexes or classes, sadly).

fixes #22441, see #22446, #21390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/media-views.css

    r22610 r22611  
    2525    right: 40px;
    2626    bottom: 40px;
    27     z-index: 125000;
     27    z-index: 50000;
    2828}
    2929
     
    3636    background: #000;
    3737    opacity: 0.8;
    38     z-index: 120000;
     38    z-index: 40000;
    3939}
    4040
     
    672672    background: rgba( 0, 86, 132, 0.9 );
    673673
    674     z-index: 250000;
     674    z-index: 200000;
    675675    display: none;
    676676    text-align: center;
Note: See TracChangeset for help on using the changeset viewer.