Make WordPress Core


Ignore:
Timestamp:
02/21/2008 12:27:23 AM (18 years ago)
Author:
ryan
Message:

Admin styling updates from mt. fixes #5940

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/widgets.php

    r6918 r6950  
    194194<?php endforeach; ?>
    195195            </select>
    196             <input type="submit" value="<?php _e('Show' ); ?>" class="button" />
     196            <input type="submit" value="<?php _e('Show' ); ?>" class="button-secondary" />
    197197            <p class="pagenav">
    198198                <?php echo $page_links; ?>
     
    211211<?php endforeach; ?>
    212212            </select>
    213             <input type="submit" value="<?php _e('Go' ); ?>" class="button" />
     213            <input type="submit" value="<?php _e('Show' ); ?>" class="button-secondary" />
    214214        </div>
    215215
Note: See TracChangeset for help on using the changeset viewer.