From 5c204b8001800ecd89bb0c4215312c34300d8edf Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 23 Sep 2018 14:17:48 -0700 Subject: [PATCH] fix Safari search bar appearance (#575) --- scss/global.scss | 4 ++++ templates/2xx.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/global.scss b/scss/global.scss index 4153fa97..58f34dd2 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -82,6 +82,10 @@ input { box-sizing: border-box; } +input[type=search] { + -webkit-appearance: none; // reset Safari user agent stylesheet +} + // Fixes gray/black background when using a dark GTK theme input, textarea { background: inherit; diff --git a/templates/2xx.html b/templates/2xx.html index 95f8022c..e086d7d4 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -17,7 +17,7 @@