Twenty Ten: style a few more input types, and fix missing quotes around types in selectors. See #20579.
git-svn-id: http://core.svn.wordpress.org/trunk@22897 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3f816d4f48
commit
13e971496d
|
@ -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