Make WordPress Core

Changeset 26280


Ignore:
Timestamp:
11/20/2013 02:29:28 AM (12 years ago)
Author:
dd32
Message:

Themes page: Remove a z-index which caused the Current Theme overlay to overlay menu's, that otherwise appears unused. See #25948

File:
1 edited

Legend:

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

    r26142 r26280  
    135135    background: rgba(244, 244, 244, 0.7);
    136136    border-left: 1px solid rgba(0,0,0,0.05);
    137     z-index: 10;
    138137}
    139138.theme:hover .theme-actions {
     
    299298    line-height: 48px;
    300299    padding: 0 10px;
    301 }
    302 /* Moves z-index back */
    303 .theme-overlay .theme.active .theme-actions {
    304     z-index: 0;
    305300}
    306301.theme.active .theme-actions .button {
Note: See TracChangeset for help on using the changeset viewer.