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

Built from https://develop.svn.wordpress.org/trunk@26615


git-svn-id: http://core.svn.wordpress.org/trunk@26505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-04 17:21:11 +00:00
parent 2e96bd6fd8
commit 3555bc8105
4 changed files with 4 additions and 14 deletions

View File

@ -431,9 +431,7 @@ select {
}
.wp-admin input[type="file"] {
border: none;
background: none;
padding: 8px 0 0;
padding: 3px 0;
}
a:focus,
@ -621,7 +619,6 @@ code {
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="email"],
input[type="number"],
input[type="search"],
@ -863,7 +860,6 @@ html,
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="email"],
input[type="number"],
input[type="search"],
@ -889,7 +885,6 @@ select:focus {
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,

File diff suppressed because one or more lines are too long

View File

@ -431,9 +431,7 @@ select {
}
.wp-admin input[type="file"] {
border: none;
background: none;
padding: 8px 0 0;
padding: 3px 0;
}
a:focus,
@ -621,7 +619,6 @@ code {
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="email"],
input[type="number"],
input[type="search"],
@ -863,7 +860,6 @@ html,
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="email"],
input[type="number"],
input[type="search"],
@ -889,7 +885,6 @@ select:focus {
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,

File diff suppressed because one or more lines are too long