From 2802fe45f51087fdc71e218fee04fb4fcb420639 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 24 Sep 2013 14:59:11 +0200 Subject: [PATCH] fix location of png backgrounds for list headers --- .../datatables-1.9.4/css/dataTables.bootstrap.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/third-party/datatables-1.9.4/css/dataTables.bootstrap.css b/third-party/datatables-1.9.4/css/dataTables.bootstrap.css index fc3dfbd7..a17762fd 100644 --- a/third-party/datatables-1.9.4/css/dataTables.bootstrap.css +++ b/third-party/datatables-1.9.4/css/dataTables.bootstrap.css @@ -36,12 +36,12 @@ table.table thead .sorting_desc_disabled { *cursor: hand; } -table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; } -table.table thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; } -table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; } +table.table thead .sorting { background: url('img/sort_both.png') no-repeat center right; } +table.table thead .sorting_asc { background: url('img/sort_asc.png') no-repeat center right; } +table.table thead .sorting_desc { background: url('img/sort_desc.png') no-repeat center right; } -table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; } -table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; } +table.table thead .sorting_asc_disabled { background: url('img/sort_asc_disabled.png') no-repeat center right; } +table.table thead .sorting_desc_disabled { background: url('img/sort_desc_disabled.png') no-repeat center right; } table.dataTable th:active { outline: none; -- 2.43.0