active_frontend 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d6a9cb420f4e57f238a8eed6de689f81dfbc5b5
|
4
|
+
data.tar.gz: a98ca35138437341b76ed4ad4fa2157845246a36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ff81548d9078f7180507c59376c812d709aef12d8d19e3197001ee9de2391fbfc76abee243fb934eed98fb4d180982fcb6b7e5eb51041848c0a5d202a7ed737
|
7
|
+
data.tar.gz: f045f92891536b63ea4748c69ba8afa9beea138f957cb083fb9a00d12cbcd3d60663df806ed92812a26a12296216680f595faa18db180c5f66f4be734a7abf4d
|
@@ -52,7 +52,9 @@ input[type="color"],
|
|
52
52
|
box-sizing: border-box;
|
53
53
|
color: rgba(43,50,53,1);
|
54
54
|
display: block;
|
55
|
-
font-
|
55
|
+
font-weight: normal;
|
56
|
+
font-style: normal;
|
57
|
+
font-size: 16px;
|
56
58
|
line-height: 1;
|
57
59
|
margin-bottom: 5px;
|
58
60
|
padding: 13px 0 10px 0;
|
@@ -110,7 +112,9 @@ select {
|
|
110
112
|
-moz-box-sizing: border-box;
|
111
113
|
box-sizing: border-box;
|
112
114
|
color: rgba(43,50,53,1);
|
113
|
-
font-
|
115
|
+
font-weight: normal;
|
116
|
+
font-style: normal;
|
117
|
+
font-size: 16px;
|
114
118
|
line-height: 1;
|
115
119
|
margin-bottom: 5px;
|
116
120
|
padding: 13px 0 10px 10px;
|
@@ -242,7 +246,9 @@ select.form-input-initial-width {
|
|
242
246
|
-moz-box-sizing: border-box;
|
243
247
|
box-sizing: border-box;
|
244
248
|
color: rgba(136,153,166,1);
|
245
|
-
font-
|
249
|
+
font-weight: normal;
|
250
|
+
font-style: normal;
|
251
|
+
font-size: 16px;
|
246
252
|
line-height: 0;
|
247
253
|
padding: 0 13px;
|
248
254
|
text-align: center;
|
@@ -37,23 +37,28 @@ table {
|
|
37
37
|
content: "\f3d8";
|
38
38
|
float: right;
|
39
39
|
font-family: "Ionicons";
|
40
|
+
font-weight: normal;
|
41
|
+
font-style: normal;
|
40
42
|
}
|
41
43
|
.table th.tablespy-sort-desc:before {
|
42
44
|
content: "\f3d0";
|
43
45
|
float: right;
|
44
46
|
font-family: "Ionicons";
|
47
|
+
font-weight: normal;
|
48
|
+
font-style: normal;
|
45
49
|
}
|
46
50
|
.table th.tablespy-sort-none:before {
|
47
51
|
content: "\f462";
|
48
52
|
float: right;
|
49
53
|
font-family: "Ionicons";
|
54
|
+
font-weight: normal;
|
55
|
+
font-style: normal;
|
50
56
|
}
|
51
57
|
.table th.tablespy-sort-asc,
|
52
58
|
.table th.tablespy-sort-desc,
|
53
59
|
.table th.tablespy-sort-none { cursor: pointer; }
|
54
60
|
.table th.tablespy-sort-empty:before { content: ""; }
|
55
61
|
.table th.tablespy-sort-empty { pointer-events: none; }
|
56
|
-
|
57
62
|
.table caption {
|
58
63
|
border-bottom: 1px solid rgba(225,232,237,1);
|
59
64
|
border-top: 0;
|