From 9e5394e58e45e0601cd41976bd5e5c865cfba008 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 11 Oct 2023 18:24:39 +0200 Subject: [PATCH] typo --- common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.css b/common.css index 38eff7d..dbaafd1 100644 --- a/common.css +++ b/common.css @@ -126,7 +126,7 @@ input.search + button.search { white-space: nowrap; overflow: hidden; } -input[type="search"] + button.search:before { +input[type="search"] + button.search:before, input.search + button.search:before { content: '\1f50d'; color: #000; -- 2.39.2