From 7484b4cf6bebdcd1ce73c262c0b5358decfbf55a Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 24 May 2012 18:53:07 +0000 Subject: [PATCH] _s: add styling for HTML5 email inputs; See #1286 git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@9628 d957f892-c61d-0410-b221-f235e6eecf30 --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 40a93f5..4a31f35 100644 --- a/style.css +++ b/style.css @@ -288,16 +288,19 @@ input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly i padding: 0; } input[type=text], +input[type=email], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; } input[type=text]:focus, +input[type=email]:focus, textarea:focus { color: #111; } -input[type=text] { +input[type=text], +input[type=email] { padding: 3px; } textarea {