Administration: Remove the input qualifier for the .regular-text class rule. This allows for other elements such as textareas to be styled with the same width as regular text inputs.

Fixes #20928
Props curdin

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


git-svn-id: http://core.svn.wordpress.org/trunk@38596 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2016-09-26 16:46:33 +00:00
parent c3ad2eee78
commit 61ff4980a4
7 changed files with 7 additions and 7 deletions

View File

@ -386,7 +386,7 @@ textarea.large-text {
width: 99%;
}
input.regular-text {
.regular-text {
width: 25em;
}

File diff suppressed because one or more lines are too long

View File

@ -386,7 +386,7 @@ textarea.large-text {
width: 99%;
}
input.regular-text {
.regular-text {
width: 25em;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38652';
$wp_version = '4.7-alpha-38653';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.