mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Add placeholder color normalization
As @mathiasbynens points out, webkit has already set the placeholder, and it has set it as darkGray (#A9A9A9)
This commit is contained in:
parent
49392e9df2
commit
f9572a461a
9
normalize.css
vendored
9
normalize.css
vendored
@ -469,17 +469,12 @@ input[type="search"]::-webkit-search-cancel-button {
|
||||
}
|
||||
|
||||
/*
|
||||
* Improves consistency of placeholder style between Chrome, Safari, and Firefox browsers
|
||||
* Addresses placeholder color unset in Firefox
|
||||
*/
|
||||
|
||||
::-webkit-input-placeholder
|
||||
{
|
||||
color: #AAA;
|
||||
}
|
||||
|
||||
:-moz-placeholder
|
||||
{
|
||||
color: #AAA;
|
||||
color: #A9A9A9;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user