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

Props mauteri.
Fixes #28647.


git-svn-id: https://develop.svn.wordpress.org/trunk@29292 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-07-24 22:21:00 +00:00
parent 66c8ad501f
commit 6e74d46d94
1 changed files with 7 additions and 1 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;