remove old css
This commit is contained in:
parent
53923c5a7a
commit
34a9d07bb7
1 changed files with 0 additions and 9 deletions
|
@ -42,15 +42,6 @@
|
||||||
*cursor: hand;
|
*cursor: hand;
|
||||||
}
|
}
|
||||||
|
|
||||||
{% comment %}
|
|
||||||
table.table thead .sorting { background: url('{{ STATIC_URL }}datatables/images/sort_both.png') no-repeat center right; }
|
|
||||||
table.table thead .sorting_asc { background: url('{{ STATIC_URL }}datatables/images/sort_asc.png') no-repeat center right; }
|
|
||||||
table.table thead .sorting_desc { background: url('{{ STATIC_URL }}datatables/images/sort_desc.png') no-repeat center right; }
|
|
||||||
|
|
||||||
table.table thead .sorting_asc_disabled { background: url('{{ STATIC_URL }}datatables/images/sort_asc_disabled.png') no-repeat center right; }
|
|
||||||
table.table thead .sorting_desc_disabled { background: url('{{ STATIC_URL }}datatables/images/sort_desc_disabled.png') no-repeat center right; }
|
|
||||||
{% endcomment %}
|
|
||||||
|
|
||||||
table.dataTable th:active {
|
table.dataTable th:active {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue