Fix integration: Bootstrap sorting icons were shown in FixedColumns body elements

pull/183/head
Allan Jardine 10 years ago
parent 4f9d74d609
commit cd1c2b8917

@ -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
*/

Loading…
Cancel
Save