From cd1c2b8917c007e582f0e2cb6242d8a958688684 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 2 Apr 2015 14:24:06 +0100 Subject: [PATCH] Fix integration: Bootstrap sorting icons were shown in FixedColumns body elements --- integration/bootstrap/3/dataTables.bootstrap.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index 91c5363..11517a8 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -336,6 +336,16 @@ div.DTFC_LeftFootWrapper table { } +div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after, +div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after, +div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after, +div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after, +div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after, +div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after { + display: none; +} + + /* * FixedHeader styles */