mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
removed border in datatables
This commit is contained in:
4
assets/css/datatables.min.css
vendored
4
assets/css/datatables.min.css
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user