sinatra-hexacta 0.3.14 → 0.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfaf2ff3db1224e3e36a9969b568991b2e8b1cdceb152e6f38a4ab1c5eb42f8d
|
|
4
|
+
data.tar.gz: a2c287bd2ef9a8fb5fea7fe435ada97ef45d0eecefbd9f77d9be3d3be07f4258
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31d9b12396ae6e69d7fc4f0f1ff8bec5795c36bdb5e1a1836b3ccb747d065ce5de5aaff947532b27b6cab7d0890d286a58aa1f9fc920802dd99374b7ddd8c128
|
|
7
|
+
data.tar.gz: aabb71927d365a7550e6c127f0e24c98e618d102be411e950a735a2bca06ffbf0e57368826e6b000e25a0e90cc8150a62e96130598bbb2eafea90bf2f1e80f1b
|
|
@@ -14195,12 +14195,17 @@ html:not(.ie9) .select.fg-line:before {
|
|
|
14195
14195
|
position: relative;
|
|
14196
14196
|
}
|
|
14197
14197
|
|
|
14198
|
-
.fg-float .form-control {
|
|
14198
|
+
.fg-float .form-control::read-write {
|
|
14199
14199
|
position: relative;
|
|
14200
14200
|
background: transparent;
|
|
14201
14201
|
z-index: 1;
|
|
14202
14202
|
}
|
|
14203
14203
|
|
|
14204
|
+
.fg-float .form-control::read-only {
|
|
14205
|
+
position: relative;
|
|
14206
|
+
z-index: 1;
|
|
14207
|
+
}
|
|
14208
|
+
|
|
14204
14209
|
.fg-float .form-control::-moz-placeholder {
|
|
14205
14210
|
color: #ffffff;
|
|
14206
14211
|
opacity: 1;
|