Skip to content

Commit

Permalink
CSS Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zekinah committed Oct 5, 2020
1 parent b4de421 commit c5c494e
Show file tree
Hide file tree
Showing 2 changed files with 8,997 additions and 21 deletions.
8,998 changes: 8,997 additions & 1 deletion admin/css/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions admin/css/datatable/jquery.dataTables.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,6 @@ table.dataTable thead .sorting_desc_disabled {
background-position: center right;
}

table.dataTable thead .sorting {
background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
background-color: #ffffff;
}
Expand Down

0 comments on commit c5c494e

Please sign in to comment.