mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 16:21:26 +01:00
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:
parent
2ed316e16d
commit
c82fb81e14
@ -942,7 +942,13 @@ ul.categorychecklist li {
|
|||||||
font-size: 12px;
|
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 {
|
.form-field textarea {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
@ -942,7 +942,13 @@ ul.categorychecklist li {
|
|||||||
font-size: 12px;
|
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 {
|
.form-field textarea {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user