Provide styling to HTML5 text-like inputs (email, number, search, tel, url). see #17863.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2011-09-23 21:12:43 +00:00
parent 27d6351a64
commit 55a0bfcdc8
7 changed files with 25 additions and 5 deletions

View File

@@ -473,6 +473,11 @@ input[type="file"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
.tablenav .tablenav-pages a,
.tablenav-pages span.current,