From bddf4c0225c73d0c601136921f284614a2a84f33 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Sun, 17 Jun 2018 23:02:36 +0200 Subject: [PATCH] CSS tweaks for iOS --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 22d7087..04838b3 100644 --- a/assets/style.css +++ b/assets/style.css @@ -349,7 +349,8 @@ input[type="search"]::-webkit-search-decoration { } input[type="search"] { - -webkit-appearance: textfield; + -webkit-appearance: none; + border-radius: 0; box-sizing: border-box; width: 100%; @@ -386,7 +387,6 @@ input[type="search"] { } .search-widget-container { - background: white; border-radius: 2px; overflow: hidden;