Make WordPress Core

Changeset 26496


Ignore:
Timestamp:
12/01/2013 05:15:19 AM (11 years ago)
Author:
dd32
Message:

Themes: For small screen sizes, still allow access to the Customize button (Don't hide the theme actions). See #25948

File:
1 edited

Legend:

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

    r26495 r26496  
    70867086        bottom: 0;
    70877087        left: 0;
    7088         text-align: left;
    70897088        padding: 10px;
    70907089    }
     
    71097108    }
    71107109
    7111     .theme-browser .theme:hover .theme-actions {
    7112         display: none;
    7113     }
    7114 
    71157110    .theme-browser .theme:nth-child(2n),
    71167111    .theme-browser .theme:nth-child(3n) {
     
    71217116    .theme-overlay .theme-description {
    71227117        margin-left: 0;
    7123     }
    7124 
    7125     .theme-overlay.active .theme-actions .active-theme .button:nth-child(3n) {
    7126         display: none;
    71277118    }
    71287119
Note: See TracChangeset for help on using the changeset viewer.