Make WordPress Core

Changeset 26615


Ignore:
Timestamp:
12/04/2013 05:20:13 PM (12 years ago)
Author:
iammattthomas
Message:

Improve the styling of browser file input controls. Fixes #26393.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26614 r26615  
    432432
    433433.wp-admin input[type="file"] {
    434     border: none;
    435     background: none;
    436     padding: 8px 0 0;
     434    padding: 3px 0;
    437435}
    438436
     
    622620input[type="text"],
    623621input[type="password"],
    624 input[type="file"],
    625622input[type="email"],
    626623input[type="number"],
     
    864861input[type="text"],
    865862input[type="password"],
    866 input[type="file"],
    867863input[type="email"],
    868864input[type="number"],
     
    890886input[type="text"]:focus,
    891887input[type="password"]:focus,
    892 input[type="file"]:focus,
    893888input[type="email"]:focus,
    894889input[type="number"]:focus,
Note: See TracChangeset for help on using the changeset viewer.