diff --git a/static/css/base.css b/static/css/base.css index 8718c14..8046a8c 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -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; } \ No newline at end of file