equal
deleted
inserted
replaced
271 .sorting { |
271 .sorting { |
272 background: url(../img/datatable/sort_both.png) no-repeat center right; |
272 background: url(../img/datatable/sort_both.png) no-repeat center right; |
273 } |
273 } |
274 |
274 |
275 .sorting_asc { |
275 .sorting_asc { |
276 background: rgb(224, 248, 255) url(../img/datatable/sort_asc.png) no-repeat center right; |
276 background: @tableSortColor url(../img/datatable/sort_asc.png) no-repeat center right; |
277 } |
277 } |
278 |
278 |
279 .sorting_desc { |
279 .sorting_desc { |
280 background: rgb(212, 240, 255) url(../img/datatable/sort_desc.png) no-repeat center right; |
280 background: @tableSortColor url(../img/datatable/sort_desc.png) no-repeat center right; |
281 } |
281 } |
282 |
282 |
283 .sorting_asc_disabled { |
283 .sorting_asc_disabled { |
284 background: url(../img/datatable/sort_asc_disabled.png) no-repeat center right; |
284 background: url(../img/datatable/sort_asc_disabled.png) no-repeat center right; |
285 } |
285 } |