Twitter Bootstrap 2 uses 'img' as image directories.

pull/45/head
Paulo Fidalgo 11 years ago
parent dd06614889
commit a29d208237

@ -35,12 +35,12 @@ table.table thead .sorting_desc_disabled {
*cursor: hand; *cursor: hand;
} }
table.table thead .sorting { background: url('../images/sort_both.png') no-repeat center right; } table.table thead .sorting { background: url('../img/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; } table.table thead .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; } table.table thead .sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }
table.table thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; } table.table thead .sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; } table.table thead .sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }
table.dataTable th:active { table.dataTable th:active {
outline: none; outline: none;

Loading…
Cancel
Save