Current File : //root/panel/etc/apps/phpsysinfo/templates/plugin/jquery.dataTables.css
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
.sorting_asc {
    background: url('../../gfx/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('../../gfx/sort_desc.png') no-repeat center right;
}

.sorting {
    background: url('../../gfx/sort_both.png') no-repeat center right;
}