ui: Fix dark theme color for select-all button

Tests:

- Select-all button in create backup page has mostly unchanged color in light
mode and more consistent color in dark mode.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2025-11-29 11:02:13 +05:30 committed by James Valleroy
parent 6c7d77fd3b
commit a0fe5e50eb
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -766,7 +766,7 @@ input[type='submit'].running-status-button {
*/
.select-all-label {
border: 1px solid var(--bs-secondary-border-subtle);
background-color: var(--neutral-light-color);
background-color: var(--bs-tertiary-bg);
border-radius: 0.25rem;
padding: 0.5rem 1rem 0.25rem;
margin-left: -1rem;