
table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc.png) !important;
}
table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png) !important;
}