diff --git a/web/static/input.css b/web/static/input.css index 42df008..3af9e60 100644 --- a/web/static/input.css +++ b/web/static/input.css @@ -195,4 +195,15 @@ background-color: transparent !important; color: #c0caf5 !important; } + + /* Active/inactive states for theme and wood paneling buttons */ + .bg-theme-active, + .bg-wood-active { + background-color: var(--bg-primary) !important; + } + + .bg-theme-inactive, + .bg-wood-inactive { + background-color: var(--bg-secondary) !important; + } } \ No newline at end of file