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

git-svn-id: https://develop.svn.wordpress.org/trunk@18762 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-09-23 21:12:43 +00:00
parent 62559dd0b0
commit 8a1c8168b8
7 changed files with 25 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -37,6 +37,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 {
border-color: #dfdfdf;
background-color: #fff;

File diff suppressed because one or more lines are too long

View File

@@ -32,6 +32,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 {
border-color: #dfdfdf;
background-color: #fff;
@@ -44,6 +49,11 @@ input[type="file"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus {
border-color: #bbb;
}

File diff suppressed because one or more lines are too long

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,