From 7eb3c580ec4ef6faf02930c23e3bed741269a578 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sun, 22 Feb 2026 02:14:02 -0500 Subject: [PATCH] fix blue border on search button --- groups/home/bootstrap5/home1.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/groups/home/bootstrap5/home1.css b/groups/home/bootstrap5/home1.css index 78c237e..e1b9d79 100644 --- a/groups/home/bootstrap5/home1.css +++ b/groups/home/bootstrap5/home1.css @@ -326,11 +326,15 @@ border-radius: 0; padding: 6px 12px; } + [data-bs-theme="dark"] .onesearchsubmit { + border: none; + } #blue-border2 { flex: 5; } #blue-border3 { flex: 1; + padding: 0; } /* shadow for the search bar */