From 67891fed5c2c4c00476692cc13702f7089b33180 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 28 Nov 2012 17:49:43 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyten/rtl.css | 2 +- wp-content/themes/twentyten/style.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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 {