diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index df9b7f5..2ccacaf 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -178,6 +178,11 @@ table.table-bordered tbody td { border-left-width: 0; border-bottom-width: 0; } +table.table-bordered tfoot th, +table.table-bordered tfoot td { + border-left-width: 0; + border-bottom-width: 0; +} table.table-bordered th:last-child, table.table-bordered td:last-child { border-right-width: 0;