Fix - Integration: FontAwesome with scrolling tables

* This fixes #76
pull/80/head
Allan Jardine 10 years ago
parent 0d022b93e8
commit 69fdd73f05

@ -34,6 +34,12 @@ table.dataTable thead th.sorting_desc:after {
content: "\f0dd"; 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 */ /* 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:after,
table.table thead th.sorting_asc:after, table.table thead th.sorting_asc:after,

Loading…
Cancel
Save