Make WordPress Core


Ignore:
Timestamp:
09/26/2012 07:57:44 PM (12 years ago)
Author:
nacin
Message:

New HiDPI spinner. Uses clean <span class="spinner"></span> markup.

Be on the lookout for weirdness.
props lessbloat. see #21456.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-themes-list-table.php

    r21914 r22019  
    9292        <div class="tablenav themes <?php echo $which; ?>">
    9393            <?php $this->pagination( $which ); ?>
    94            <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" />
    95           <br class="clear" />
     94            <span class="ajax-loading list-ajax-loading spinner"></span>
     95            <br class="clear" />
    9696        </div>
    9797        <?php
Note: See TracChangeset for help on using the changeset viewer.