Twenty Ten: style a few more input types, and fix missing quotes around types in selectors. See #20579.
git-svn-id: https://develop.svn.wordpress.org/trunk@22897 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ad3203f15f
commit
67891fed5c
@ -66,7 +66,7 @@ h3#reply-title,
|
||||
.pingback p,
|
||||
.reply,
|
||||
.widget-title,
|
||||
input[type=submit] {
|
||||
input[type="submit"] {
|
||||
font-family: Arial, Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
|
@ -146,7 +146,7 @@ h3#reply-title,
|
||||
.wp-caption-text {
|
||||
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
||||
}
|
||||
input[type=submit] {
|
||||
input[type="submit"] {
|
||||
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
||||
}
|
||||
pre {
|
||||
@ -312,6 +312,10 @@ small {
|
||||
font-size: smaller;
|
||||
}
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
input[type="number"],
|
||||
textarea {
|
||||
background: #f9f9f9;
|
||||
border: 1px solid #ccc;
|
||||
@ -1048,7 +1052,7 @@ a.comment-edit-link:hover {
|
||||
}
|
||||
|
||||
/* Comments form */
|
||||
input[type=submit] {
|
||||
input[type="submit"] {
|
||||
color: #333;
|
||||
}
|
||||
#respond {
|
||||
|
Loading…
Reference in New Issue
Block a user