flashgrid 3.4.5 → 3.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/flashgrid/version.rb +1 -1
- data/vendor/assets/stylesheets/table.css.scss +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7a6f02fb38893968a32f40ec242353cb32b55db
|
4
|
+
data.tar.gz: 61699dae0b2d6f931681a2bd73c7689853c60e84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3a80edfae791273429d7b32cc1684b97d6dd9ede894ff77dc3e10d603f45249a68c790ebdf57c850610726c435a3436f1c8ecea3e82c7bd70e00fc696296970
|
7
|
+
data.tar.gz: 4d7255fe09f22eb42c7ca465f37d447786f5c8115f5ea09d06dd5f4939cc744a1180b288b967767dd9e1aeb7860cdf56d74b52eac46958e510827377c4213d7a
|
data/lib/flashgrid/version.rb
CHANGED
@@ -34,17 +34,17 @@ table {
|
|
34
34
|
.table th a:hover { text-decoration: underline; }
|
35
35
|
.table thead th { vertical-align: bottom; }
|
36
36
|
.table th.tablespy-sort-asc:before {
|
37
|
-
content: "\
|
37
|
+
content: "\f3d8";
|
38
38
|
float: right;
|
39
39
|
font-family: "Ionicons";
|
40
40
|
}
|
41
41
|
.table th.tablespy-sort-desc:before {
|
42
|
-
content: "\
|
42
|
+
content: "\f3d0";
|
43
43
|
float: right;
|
44
44
|
font-family: "Ionicons";
|
45
45
|
}
|
46
46
|
.table th.tablespy-sort-none:before {
|
47
|
-
content: "\
|
47
|
+
content: "\f462";
|
48
48
|
float: right;
|
49
49
|
font-family: "Ionicons";
|
50
50
|
}
|