diff --git a/normalize.css b/normalize.css index 97d35fb..1e10e7d 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css 2012-01-17T15:37 UTC - http://github.com/necolas/normalize.css */ +/*! normalize.css 2012-01-17T16:33 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions @@ -402,6 +402,14 @@ input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } +/* + * Removes search cancel button in S5, Chrome on OS X + */ + +input[type="search"]::-webkit-search-cancel-button { + -webkit-appearance: none; +} + /* * Removes inner padding and border in FF3+ * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/