From 69fdd73f0510e42da0f659c74bf4a4ccbf1c2efb Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 17 Jul 2014 08:35:18 +0100 Subject: [PATCH] Fix - Integration: FontAwesome with scrolling tables * This fixes #76 --- integration/font-awesome/dataTables.fontAwesome.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/integration/font-awesome/dataTables.fontAwesome.css b/integration/font-awesome/dataTables.fontAwesome.css index f0a0683..17bfb4e 100644 --- a/integration/font-awesome/dataTables.fontAwesome.css +++ b/integration/font-awesome/dataTables.fontAwesome.css @@ -34,6 +34,12 @@ table.dataTable thead th.sorting_desc:after { content: "\f0dd"; } +div.dataTables_scrollBody table.dataTable thead th.sorting:after, +div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after, +div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after { + content: ""; +} + /* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */ table.table thead th.sorting:after, table.table thead th.sorting_asc:after,