bootstrap_sb_admin_base_v2 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bootstrap_sb_admin_base_v2/version.rb +1 -1
- data/vendor/assets/stylesheets/bootstrap/bootstrap.scss +2 -2
- data/vendor/assets/stylesheets/bootstrap/dataTables.bootstrap.scss +5 -5
- data/vendor/assets/stylesheets/rtl/bootstrap/dataTables.bootstrap.scss +5 -5
- 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: d254da42fbcdded34a249dd21a2516044ca938e8
|
4
|
+
data.tar.gz: 8f5ac9c95f4efa09136acf34b7a0e047242f1ca2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ada01512f4158e869e7217bf2ac2d758148d32650245add51fb8a38f87442ec4e47a8f880c9fc7bbca210010c713b17eb2e2786c304a32d7de82cf3601ec455c
|
7
|
+
data.tar.gz: 621f7a8af4cef049109e0c83f7c045009be3ce388c7015746fa2aa30e9eeee648633cb51388bfb96f313b5f5fc529d40cd02936ff9c9d9004bcd21b855e59cee
|
@@ -283,8 +283,8 @@ td, th {
|
|
283
283
|
|
284
284
|
@font-face {
|
285
285
|
font-family: 'Glyphicons Halflings';
|
286
|
-
src: url('
|
287
|
-
src: url('
|
286
|
+
src: font-url('glyphicons-halflings-regular.eot');
|
287
|
+
src: font-url('glyphicons-halflings-regular.eot?#iefix') format("embedded-opentype"), font-url('glyphicons-halflings-regular.woff2') format("woff2"), font-url('glyphicons-halflings-regular.woff') format("woff"), font-url('glyphicons-halflings-regular.ttf') format("truetype"), font-url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format("svg");
|
288
288
|
}
|
289
289
|
|
290
290
|
|
@@ -66,19 +66,19 @@ table.dataTable {
|
|
66
66
|
cursor: pointer;
|
67
67
|
}
|
68
68
|
.sorting {
|
69
|
-
background: url("
|
69
|
+
background: image-url("bootstrap/datatables/sort_both.png") no-repeat center right;
|
70
70
|
}
|
71
71
|
.sorting_asc {
|
72
|
-
background: url("
|
72
|
+
background: image-url("bootstrap/datatables/sort_asc.png") no-repeat center right;
|
73
73
|
}
|
74
74
|
.sorting_desc {
|
75
|
-
background: url("
|
75
|
+
background: image-url("bootstrap/datatables/sort_desc.png") no-repeat center right;
|
76
76
|
}
|
77
77
|
.sorting_asc_disabled {
|
78
|
-
background: url("
|
78
|
+
background: image-url("bootstrap/datatables/sort_asc_disabled.png") no-repeat center right;
|
79
79
|
}
|
80
80
|
.sorting_desc_disabled {
|
81
|
-
background: url("
|
81
|
+
background: image-url("bootstrap/datatables/sort_desc_disabled.png") no-repeat center right;
|
82
82
|
}
|
83
83
|
> tr > th {
|
84
84
|
padding-left: 18px;
|
@@ -49,19 +49,19 @@ table.dataTable {
|
|
49
49
|
cursor: pointer;
|
50
50
|
}
|
51
51
|
.sorting {
|
52
|
-
background: url('
|
52
|
+
background: image-url('bootstrap/datatables/sort_both.png') no-repeat center left;
|
53
53
|
}
|
54
54
|
.sorting_asc {
|
55
|
-
background: url('
|
55
|
+
background: image-url('bootstrap/datatables/sort_asc.png') no-repeat center left;
|
56
56
|
}
|
57
57
|
.sorting_desc {
|
58
|
-
background: url('
|
58
|
+
background: image-url('bootstrap/datatables/sort_desc.png') no-repeat center left;
|
59
59
|
}
|
60
60
|
.sorting_asc_disabled {
|
61
|
-
background: url('
|
61
|
+
background: image-url('bootstrap/datatables/sort_asc_disabled.png') no-repeat center left;
|
62
62
|
}
|
63
63
|
.sorting_desc_disabled {
|
64
|
-
background: url('
|
64
|
+
background: image-url('bootstrap/datatables/sort_desc_disabled.png') no-repeat center left;
|
65
65
|
}
|
66
66
|
}
|
67
67
|
th:active {
|