Changeset 26615
- Timestamp:
- 12/04/2013 05:20:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26614 r26615 432 432 433 433 .wp-admin input[type="file"] { 434 border: none; 435 background: none; 436 padding: 8px 0 0; 434 padding: 3px 0; 437 435 } 438 436 … … 622 620 input[type="text"], 623 621 input[type="password"], 624 input[type="file"],625 622 input[type="email"], 626 623 input[type="number"], … … 864 861 input[type="text"], 865 862 input[type="password"], 866 input[type="file"],867 863 input[type="email"], 868 864 input[type="number"], … … 890 886 input[type="text"]:focus, 891 887 input[type="password"]:focus, 892 input[type="file"]:focus,893 888 input[type="email"]:focus, 894 889 input[type="number"]:focus,
Note: See TracChangeset
for help on using the changeset viewer.