mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Update normalize.css from master branch
This commit is contained in:
parent
2d91c531e4
commit
88a213a1e6
18
normalize.css
vendored
18
normalize.css
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user