From 9a4e8d3c2ed357a66168e1f58674a2932f4da0d2 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 11 Mar 2019 10:36:06 -0400 Subject: [PATCH] Fix forced rounded corners on search fields in mobile Safari (close #6034) --- css/00_reset.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;