diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index a6b5cd3..8f312cf 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -94,6 +94,11 @@ table.dataTable thead .sorting_asc:after { table.dataTable thead .sorting_desc:after { content: "\e156"; /* sort-by-attributes-alt */ } +div.dataTables_scrollBody table.dataTable thead .sorting:after, +div.dataTables_scrollBody table.dataTable thead .sorting_asc:after, +div.dataTables_scrollBody table.dataTable thead .sorting_desc:after { + display: none; +} table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {