mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Fix indentation and update timestamp
Correct the indentation for the WebKit placeholder focus rule and move the placeholder rules to the bottom of the forms normalization. Update the timestamp.
This commit is contained in:
parent
2691e7ab14
commit
567af2e7d6
34
normalize.css
vendored
34
normalize.css
vendored
@ -1,4 +1,4 @@
|
||||
/*! normalize.css 2012-03-09T19:40 UTC - http://github.com/necolas/normalize.css */
|
||||
/*! normalize.css 2012-03-09T22:11 UTC - http://github.com/necolas/normalize.css */
|
||||
|
||||
/* =============================================================================
|
||||
HTML5 display definitions
|
||||
@ -468,22 +468,6 @@ input[type="search"]::-webkit-search-cancel-button {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* 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;
|
||||
}
|
||||
|
||||
/*
|
||||
* Removes inner padding and border in FF3+
|
||||
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
|
||||
@ -505,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