diff --git a/normalize.css b/normalize.css index f056d58..a23b9aa 100644 --- a/normalize.css +++ b/normalize.css @@ -468,6 +468,20 @@ input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } +/* + * Improves consistency of placeholder style between Chrome, Safari, and Firefox browsers + */ + +::-webkit-input-placeholder +{ + color: #AAA; +} + +:-moz-placeholder +{ + color: #AAA; +} + /* * Removes inner padding and border in FF3+ * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/