File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
app/assets/stylesheets/dataTables
lib/jquery/datatables/rails Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ table.table thead .sorting_desc_disabled {
3535 * cursor : hand ;
3636}
3737
38- table .table thead .sorting { background : url (' ../images /sort_both.png' ) no-repeat center right ; }
39- table .table thead .sorting_asc { background : url (' ../images /sort_asc.png' ) no-repeat center right ; }
40- table .table thead .sorting_desc { background : url (' ../images /sort_desc.png' ) no-repeat center right ; }
38+ table .dataTable thead .sorting { background : image- url (' dataTables /sort_both.png' ) no-repeat center right ; }
39+ table .dataTable thead .sorting_asc { background : image- url (' dataTables /sort_asc.png' ) no-repeat center right ; }
40+ table .dataTable thead .sorting_desc { background : image- url (' dataTables /sort_desc.png' ) no-repeat center right ; }
4141
42- table .table thead .sorting_asc_disabled { background : url (' ../images /sort_asc_disabled.png' ) no-repeat center right ; }
43- table .table thead .sorting_desc_disabled { background : url (' ../images /sort_desc_disabled.png' ) no-repeat center right ; }
42+ table .dataTable thead .sorting_asc_disabled { background : image- url (' dataTables /sort_asc_disabled.png' ) no-repeat center right ; }
43+ table .dataTable thead .sorting_desc_disabled { background : image- url (' dataTables /sort_desc_disabled.png' ) no-repeat center right ; }
4444
4545table .dataTable th :active {
4646 outline : none ;
Original file line number Diff line number Diff line change 11module Jquery
22 module Datatables
33 module Rails
4- VERSION = "1.12.1 "
4+ VERSION = "1.12.2 "
55 end
66 end
77end
You can’t perform that action at this time.
0 commit comments