diff --git a/assets/stylesheets/jquery.dataTables/images/highlight.png b/assets/stylesheets/jquery.dataTables/images/highlight.png index 87eb83dc..a09fb7b1 100644 Binary files a/assets/stylesheets/jquery.dataTables/images/highlight.png and b/assets/stylesheets/jquery.dataTables/images/highlight.png differ diff --git a/assets/stylesheets/jquery.dataTables/jquery-ui.dataTables.css b/assets/stylesheets/jquery.dataTables/jquery-ui.dataTables.css index 36c8eba1..7f4c9160 100644 --- a/assets/stylesheets/jquery.dataTables/jquery-ui.dataTables.css +++ b/assets/stylesheets/jquery.dataTables/jquery-ui.dataTables.css @@ -332,25 +332,25 @@ table.display tr.odd.row_selected td { */ /* For the standard odd/even */ tr.odd td.sorting_1 { - background: url('images/highlight.png?2') repeat; + background: url('images/highlight.png') repeat; } tr.odd td.sorting_2 { - background: url('images/highlight.png?5') repeat; + background: url('images/highlight.png') repeat; } tr.odd td.sorting_3 { - background: url('images/highlight.png?5') repeat; + background: url('images/highlight.png') repeat; } tr.even td.sorting_1 { - background: url('images/highlight.png?5') repeat; + background: url('images/highlight.png') repeat; } tr.even td.sorting_2 { - background: url('images/highlight.png?5') repeat; + background: url('images/highlight.png') repeat; } tr.even td.sorting_3 { - background: url('images/highlight.png?5') repeat; + background: url('images/highlight.png') repeat; }