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 {
35
35
* cursor : hand ;
36
36
}
37
37
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 ; }
41
41
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 ; }
44
44
45
45
table .dataTable th :active {
46
46
outline : none ;
Original file line number Diff line number Diff line change 1
1
module Jquery
2
2
module Datatables
3
3
module Rails
4
- VERSION = "1.12.1 "
4
+ VERSION = "1.12.2 "
5
5
end
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments