diff options
Diffstat (limited to 'styles/table-style.css')
| -rw-r--r-- | styles/table-style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/styles/table-style.css b/styles/table-style.css index fda66d0..7bf1222 100644 --- a/styles/table-style.css +++ b/styles/table-style.css @@ -1,17 +1,17 @@ table.dataTable thead .sorting { - background-image: url("./images/sort_both.png"); + background-image: url("../images/sort_both.png"); } table.dataTable thead .sorting_asc { - background-image: url("./images/sort_asc.png"); + background-image: url("../images/sort_asc.png"); } table.dataTable thead .sorting_desc { - background-image: url("./images/sort_desc.png"); + background-image: url("../images/sort_desc.png"); } table.dataTable thead .sorting_asc_disabled { - background-image: url("./images/sort_asc_disabled.png"); + background-image: url("../images/sort_asc_disabled.png"); } table.dataTable thead .sorting_desc_disabled { - background-image: url("./images/sort_desc_disabled.png"); + background-image: url("../images/sort_desc_disabled.png"); } table.dataTable tbody tr { background-color: #282a36; |