From be1a32bd862cc247ab32762a2d6f58aedf8d2dc7 Mon Sep 17 00:00:00 2001 From: Doug Hill Date: Sat, 14 Jun 2014 17:43:52 -0400 Subject: [PATCH] corrected images path --- integration/bootstrap/3/dataTables.bootstrap.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {