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 @@