datatables css fix

This commit is contained in:
Corban-Lee Jones 2024-05-01 12:18:40 +01:00
parent e1dbbd4be7
commit 75536bdbea

View File

@ -30,17 +30,17 @@
transition: border-radius .15s ease-in;
}
/* sub table */
/* tables */
#subTable {
color: var(--bs-body-color);
.table {
color: var(--bs-body-color) !important;
}
#subTable tbody tr.selected > * {
box-shadow: inset 0 0 0 9999px rgba(var(--bs-secondary-bg-rgb), 0.9);
color: var(--bs-body-color);
.table tbody tr.selected > * {
box-shadow: inset 0 0 0 9999px rgba(var(--bs-secondary-bg-rgb), 0.9) !important;
color: var(--bs-body-color) !important;
}
table.dataTable > tbody > tr.selected a {
color: var(--bs-link-color);
.table.dataTable > tbody > tr.selected a {
color: var(--bs-link-color) !important;
}