File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1- /*! normalize.css 2012-03-06T10:21 UTC - http://github.com/necolas/normalize.css */
1+ /*! normalize.css 2012-03-09T22:11 UTC - http://github.com/necolas/normalize.css */
22
33/* =============================================================================
44 HTML5 display definitions
@@ -489,6 +489,22 @@ textarea {
489489 vertical-align : top; /* 2 */
490490}
491491
492+ /*
493+ * Addresses placeholder color unset in Firefox
494+ */
495+
496+ : -moz-placeholder {
497+ color : # a9a9a9 ;
498+ }
499+
500+ /*
501+ * Addresses placeholder text remaining visible on focus in Chrome
502+ */
503+
504+ : focus ::-webkit-input-placeholder {
505+ color : transparent;
506+ }
507+
492508
493509/* =============================================================================
494510 Tables
You can’t perform that action at this time.
0 commit comments