File tree Expand file tree Collapse file tree 2 files changed +0
-36
lines changed
lib/generators/jquery/datatables/templates/stylesheets Expand file tree Collapse file tree 2 files changed +0
-36
lines changed Original file line number Diff line number Diff line change 1313//@import 'datatables/extensions/RowReorder/rowReorder.foundation';
1414//@import 'datatables/extensions/Scroller/scroller.foundation';
1515//@import 'datatables/extensions/Select/select.foundation';
16-
17-
18- // fix image asset url
19- table.dataTable thead .sorting {
20- background-image: image-url(http://github.com/"datatables/sort_both.png");
21- }
22- table.dataTable thead .sorting_asc {
23- background-image: image-url(http://github.com/"datatables/sort_asc.png");
24- }
25- table.dataTable thead .sorting_desc {
26- background-image: image-url(http://github.com/"datatables/sort_desc.png");
27- }
28- table.dataTable thead .sorting_asc_disabled {
29- background-image: image-url(http://github.com/"datatables/sort_asc_disabled.png");
30- }
31- table.dataTable thead .sorting_desc_disabled {
32- background-image: image-url(http://github.com/"datatables/sort_desc_disabled.png");
33- }
Original file line number Diff line number Diff line change 1313//@import 'datatables/extensions/RowReorder/rowReorder.dataTables';
1414//@import 'datatables/extensions/Scroller/scroller.dataTables';
1515//@import 'datatables/extensions/Select/select.dataTables';
16-
17-
18- // fix image asset url
19- table.dataTable thead .sorting {
20- background-image: image-url(http://github.com/"datatables/sort_both.png");
21- }
22- table.dataTable thead .sorting_asc {
23- background-image: image-url(http://github.com/"datatables/sort_asc.png");
24- }
25- table.dataTable thead .sorting_desc {
26- background-image: image-url(http://github.com/"datatables/sort_desc.png");
27- }
28- table.dataTable thead .sorting_asc_disabled {
29- background-image: image-url(http://github.com/"datatables/sort_asc_disabled.png");
30- }
31- table.dataTable thead .sorting_desc_disabled {
32- background-image: image-url(http://github.com/"datatables/sort_desc_disabled.png");
33- }
You can’t perform that action at this time.
0 commit comments