Update normalize.css from master branch

This commit is contained in:
Nicolas Gallagher 2012-03-09 22:14:58 +00:00
parent 2d91c531e4
commit 88a213a1e6

18
normalize.css vendored
View File

@ -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