fix blue border on search button

This commit is contained in:
Mark Eaton
2026-02-22 02:14:02 -05:00
parent 0c719786f0
commit 7eb3c580ec
+4
View File
@@ -326,11 +326,15 @@
border-radius: 0; border-radius: 0;
padding: 6px 12px; padding: 6px 12px;
} }
[data-bs-theme="dark"] .onesearchsubmit {
border: none;
}
#blue-border2 { #blue-border2 {
flex: 5; flex: 5;
} }
#blue-border3 { #blue-border3 {
flex: 1; flex: 1;
padding: 0;
} }
/* shadow for the search bar */ /* shadow for the search bar */