table border colour
This commit is contained in:
parent
0530b06df4
commit
cc3c35be6d
@ -88,4 +88,14 @@
|
|||||||
|
|
||||||
.table-search-buttons > div:first-of-type {
|
.table-search-buttons > div:first-of-type {
|
||||||
margin-left: 0 !important;
|
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;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user