use bootstrap default color theme switcher

This commit is contained in:
2023-12-06 12:08:45 +01:00
parent 5091e6a888
commit f510310549
3 changed files with 47 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ table.table-success input,
td.table-danger input:disabled,
table input:not([disabled]) {
background: transparent !important;
color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
}
table input:disabled {