Fixed row coloring issue with the new datatables

This commit is contained in:
Jan Böhmer 2024-02-18 20:10:52 +01:00
parent 51900b4b62
commit d7e68605c9

View file

@ -99,6 +99,11 @@ table.dataTable tr.selected td.select-checkbox:after
justify-content: flex-end;
}
/** Fix table row coloring */
table.table.dataTable > :not(caption) > * > * {
background-color: var(--bs-table-bg);
}
/******************************************************
Classes for Datatables export