Whitelist `input` types that are styled in the scope of `.form-field`.

Props mauteri.
Fixes #28647.

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


git-svn-id: http://core.svn.wordpress.org/trunk@29074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-07-24 22:21:15 +00:00
parent 2ed316e16d
commit c82fb81e14
4 changed files with 16 additions and 4 deletions

View File

@ -942,7 +942,13 @@ ul.categorychecklist li {
font-size: 12px;
}
.form-field input,
.form-field input[type="text"],
.form-field input[type="password"],
.form-field input[type="email"],
.form-field input[type="number"],
.form-field input[type="search"],
.form-field input[type="tel"],
.form-field input[type="url"],
.form-field textarea {
border-style: solid;
border-width: 1px;

View File

@ -942,7 +942,13 @@ ul.categorychecklist li {
font-size: 12px;
}
.form-field input,
.form-field input[type="text"],
.form-field input[type="password"],
.form-field input[type="email"],
.form-field input[type="number"],
.form-field input[type="search"],
.form-field input[type="tel"],
.form-field input[type="url"],
.form-field textarea {
border-style: solid;
border-width: 1px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long