Fix form controls and button styling to use CSS variables

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-30 06:09:31 +00:00
parent afd7d0aac0
commit ba6100b468
3 changed files with 4 additions and 3 deletions

View File

@@ -16777,7 +16777,7 @@ body:not(.has-sidebar-right) .site-grid .container-component {
form .form-control,
form .form-select {
border-color: #C7C7C7
border-color: var(--input-border-color);
}
.container-below-topbar {