Accessibility: Improve the color contrast ratio for the input placeholders.

Also, cleans up a bit the CSS removing rules for elements that don't use
placeholders any more.

Fixes #35777.
Built from https://develop.svn.wordpress.org/trunk@36619


git-svn-id: http://core.svn.wordpress.org/trunk@36586 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2016-02-22 23:29:26 +00:00
parent f96653c2b5
commit fcb3e5ec2f
52 changed files with 117 additions and 361 deletions

View File

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