Make WordPress Core


Ignore:
Timestamp:
11/22/2013 04:02:37 AM (11 years ago)
Author:
dd32
Message:

Theme Installer: Fix the Theme Preview function, and bring the button handling/styling inline with the Customizer. Fixes #26129

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php

    r26081 r26317  
    256256            <div class="wp-full-overlay-sidebar">
    257257                <div class="wp-full-overlay-header">
    258                     <a href="#" class="close-full-overlay"><?php _e( '&larr; Close' ); ?></a>
     258                    <a href="#" class="close-full-overlay button-secondary"><?php _e( 'Close' ); ?></a>
     259                    <span class="theme-install"></span>
    259260                </div>
    260261                <div class="wp-full-overlay-sidebar-content">
Note: See TracChangeset for help on using the changeset viewer.