Merge branch 'master' of https://github.com/almasaeed2010/AdminLTE
This commit is contained in:
@@ -47,19 +47,19 @@ table.dataTable thead .sorting_desc_disabled {
|
||||
background-position: center right;
|
||||
}
|
||||
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: #ffffff;
|
||||
|
||||
2
plugins/datatables/jquery.dataTables.min.css
vendored
2
plugins/datatables/jquery.dataTables.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user