diff --git a/wp-content/themes/twentyten/rtl.css b/wp-content/themes/twentyten/rtl.css index 339e6e5296..fd79cd83b6 100644 --- a/wp-content/themes/twentyten/rtl.css +++ b/wp-content/themes/twentyten/rtl.css @@ -66,7 +66,7 @@ h3#reply-title, .pingback p, .reply, .widget-title, -input[type=submit] { +input[type="submit"] { font-family: Arial, Tahoma, sans-serif; } diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index a5326027f6..d4eeac78bd 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -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 {