table border colour

This commit is contained in:
Corban-Lee Jones 2024-09-25 15:22:52 +01:00
parent 0530b06df4
commit cc3c35be6d

View File

@ -88,4 +88,14 @@
.table-search-buttons > div:first-of-type {
margin-left: 0 !important;
}
/* Table Border Colour */
table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
border-bottom: 1px solid var(--bs-border-color) !important;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
border-bottom: 1px solid var(--bs-border-color) !important;
}