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:
parent
66c8ad501f
commit
6e74d46d94
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user