Skip to content

Commit 88a213a

Browse files
committed
Update normalize.css from master branch
1 parent 2d91c53 commit 88a213a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

normalize.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)