color: inherit

This commit is contained in:
Adrien MALINGREY 2023-12-08 01:17:20 +01:00
parent 39c564fb89
commit 85efaca248

View File

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