Make WordPress Core

Changeset 13528


Ignore:
Timestamp:
03/01/2010 11:57:03 AM (15 years ago)
Author:
dd32
Message:

A Better Flash upload button, Adds a Hover and Active styling, Adds a distinctive border to the button. Props ocean90. Fixes #12420

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r13510 r13528  
    14271427    var settings = {
    14281428            button_text: '<span class="button"><?php _e('Select Files'); ?></span>',
    1429             button_text_style: '.button { text-align: center; font-weight: bold; font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }',
    1430             button_height: "24",
     1429            button_text_style: '.button { text-align: center; font-weight: bold; font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; font-size: 11px; text-shadow: 0 1px 0 #FFFFFF; color:#464646; }',
     1430            button_height: "23",
    14311431            button_width: "132",
    1432             button_text_top_padding: 2,
     1432            button_text_top_padding: 3,
    14331433            button_image_url: '<?php echo includes_url('images/upload.png'); ?>',
    14341434            button_placeholder_id: "flash-browse-button",
Note: See TracChangeset for help on using the changeset viewer.