Make WordPress Core

Changeset 30509


Ignore:
Timestamp:
11/22/2014 02:42:30 AM (11 years ago)
Author:
azaozz
Message:

TinyMCE: set the image toolbar's z-index to be the same as the other TinyMCE panels, or it is under the editor when in fullscreen mode. See #30147.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r30395 r30509  
    172172    -ms-user-select: none;
    173173    user-select: none;
    174     z-index: 10001; /* Above the DFW v.2 editor */
     174    z-index: 100100; /* Same as the other TinyMCE "panels" */
    175175}
    176176
Note: See TracChangeset for help on using the changeset viewer.