From f9572a461a6a3baf7f151c095ab23babc4937a39 Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Fri, 9 Mar 2012 11:31:51 -0800 Subject: [PATCH] Add placeholder color normalization As @mathiasbynens points out, webkit has already set the placeholder, and it has set it as darkGray (#A9A9A9) --- normalize.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/normalize.css b/normalize.css index a23b9aa..03f2e56 100644 --- a/normalize.css +++ b/normalize.css @@ -469,17 +469,12 @@ input[type="search"]::-webkit-search-cancel-button { } /* - * Improves consistency of placeholder style between Chrome, Safari, and Firefox browsers + * Addresses placeholder color unset in Firefox */ -::-webkit-input-placeholder -{ - color: #AAA; -} - :-moz-placeholder { - color: #AAA; + color: #A9A9A9; } /*