diff --git a/integration/bootstrap/3/dataTables.bootstrap.less b/integration/bootstrap/3/dataTables.bootstrap.less index 85f8873..5dd6c53 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.less +++ b/integration/bootstrap/3/dataTables.bootstrap.less @@ -31,23 +31,23 @@ table.dataTable { max-width: none !important; thead { .sorting { - background: url('../img/icons/sort_both.png') no-repeat center right; + background: url('../images/icons/sort_both.png') no-repeat center right; cursor: pointer; } .sorting_asc { - background: url('../img/icons/sort_asc.png') no-repeat center right; + background: url('../images/icons/sort_asc.png') no-repeat center right; cursor: pointer; } .sorting_desc { - background: url('../img/icons/sort_desc.png') no-repeat center right; + background: url('../images/icons/sort_desc.png') no-repeat center right; cursor: pointer; } .sorting_asc_disabled { - background: url('../img/icons/sort_asc_disabled.png') no-repeat center right; + background: url('../images/icons/sort_asc_disabled.png') no-repeat center right; cursor: pointer; } .sorting_desc_disabled { - background: url('../img/icons/sort_desc_disabled.png') no-repeat center right; + background: url('../images/icons/sort_desc_disabled.png') no-repeat center right; cursor: pointer; } & > tr {