From c5edfbc127e146aa92da780d59369c00e8d8057c Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 31 Jan 2025 21:35:08 +0200 Subject: [PATCH] style(next): restyle the text segments of input groups --- src/public/stylesheets/theme-next/forms.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/public/stylesheets/theme-next/forms.css b/src/public/stylesheets/theme-next/forms.css index 92d7f84d7..cdb807160 100644 --- a/src/public/stylesheets/theme-next/forms.css +++ b/src/public/stylesheets/theme-next/forms.css @@ -247,6 +247,13 @@ input::selection, background: transparent !important; } +.input-group .input-group-text { + /* Background color hijack */ + --accented-background-color: transparent; + + border: none; +} + /* Combo box-like dropdown buttons */ .select-button.dropdown-toggle {