From ea619f5463d6c3feaabd36e321d407d630b4ea76 Mon Sep 17 00:00:00 2001 From: itsjohncs Date: Wed, 3 Nov 2021 01:50:11 -0700 Subject: [PATCH] Prevent round and white search styling in iOS 15. --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index d8bd2c2d..1ce106b6 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1713,6 +1713,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ #chat .userlist .search { color: var(--body-color); + appearance: none; border: 0; background: none; font: inherit;