Make WordPress Core


Ignore:
Timestamp:
09/21/2012 07:34:23 PM (11 years ago)
Author:
nacin
Message:

Updates and fixes to the new button styles. By default, buttons are now the same size as they were in 3.4. Then there is a smaller button (designed for minor elements) and a larger button (designed for things like Publish and Save Changes). Better focus styles. props lessbloat. see #21598.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-background.php

    r21070 r21944  
    261261        <input type="hidden" name="action" value="save" />
    262262        <?php wp_nonce_field( 'custom-background-upload', '_wpnonce-custom-background-upload' ); ?>
    263         <?php submit_button( __( 'Upload' ), 'button', 'submit', false ); ?>
     263        <?php submit_button( __( 'Upload' ), 'small', 'submit', false ); ?>
    264264    </p>
    265265    <?php
Note: See TracChangeset for help on using the changeset viewer.