mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
6c7d77fd3b
commit
a0fe5e50eb
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user