diff --git a/css/00_reset.css b/css/00_reset.css index 8cc4111c3..55efa7b5d 100644 --- a/css/00_reset.css +++ b/css/00_reset.css @@ -122,7 +122,7 @@ input[type="radio"] { */ input[type="search"] { - -webkit-appearance: textfield; /* 1 */ + -webkit-appearance: none; /* 1 */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; /* 2 */ box-sizing: border-box;