removed border in datatables

pull/2707/head
HB9HIL 2023-11-25 14:30:36 +01:00
rodzic bad2eafe97
commit 081db1ade4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1365,11 +1365,11 @@ div.dataTables_scroll.dtfc-has-left table.table-bordered {
border-left: none;
}
div.dataTables_scrollBody {
border-left: 1px solid #ddd !important;
border-left: none;
}
div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
border-left: 1px solid #ddd !important;
border-left: none;
}
html[data-bs-theme="dark"] table.dataTable thead tr > .dtfc-fixed-left,
html[data-bs-theme="dark"] table.dataTable thead tr > .dtfc-fixed-right,