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 {