From 88a213a1e60725103e338fc710da06f6bb930da1 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Fri, 9 Mar 2012 22:14:58 +0000 Subject: [PATCH] Update normalize.css from master branch --- normalize.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index f056d58..05fd5ad 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css 2012-03-06T10:21 UTC - http://github.com/necolas/normalize.css */ +/*! normalize.css 2012-03-09T22:11 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions @@ -489,6 +489,22 @@ textarea { vertical-align: top; /* 2 */ } +/* + * Addresses placeholder color unset in Firefox + */ + +:-moz-placeholder { + color: #a9a9a9; +} + +/* + * Addresses placeholder text remaining visible on focus in Chrome + */ + +:focus::-webkit-input-placeholder { + color: transparent; +} + /* ============================================================================= Tables