mirror of https://github.com/ColorlibHQ/AdminLTE
Fix wrong path for static images
parent
2f72188c28
commit
31725e0868
|
@ -47,19 +47,19 @@ table.dataTable thead .sorting_desc_disabled {
|
||||||
background-position: center right;
|
background-position: center right;
|
||||||
}
|
}
|
||||||
table.dataTable thead .sorting {
|
table.dataTable thead .sorting {
|
||||||
background-image: url("../images/sort_both.png");
|
background-image: url("images/sort_both.png");
|
||||||
}
|
}
|
||||||
table.dataTable thead .sorting_asc {
|
table.dataTable thead .sorting_asc {
|
||||||
background-image: url("../images/sort_asc.png");
|
background-image: url("images/sort_asc.png");
|
||||||
}
|
}
|
||||||
table.dataTable thead .sorting_desc {
|
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 {
|
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 {
|
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 {
|
table.dataTable tbody tr {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue