kiteditor 1.0.21 → 1.0.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/vendor/assets/stylesheets/mercury/toolbar.css +2 -2
- 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: 8ec7be4d3b30fe4a2b9674a07e5331ec08ed93d8
|
4
|
+
data.tar.gz: 64c87fcba07a54ed6bc2dd78dcf148e0184e1be2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ac0d73ac1f531a9f02e43597e828f5481b6ce30bcda2e17b998215039009fa50fb976132964a5908e5c686c815f5e5bec90d24fef203fd9644e0585af74b118
|
7
|
+
data.tar.gz: 3ec6c891bfd5a8efd759af4ccc3c4e5ce6a95b244b6bb30bcef825eb76db816448c19130975cfbb1f8894fc93e025427cf840d4bb1bdd0d56cbfe31ea18e79e5
|
@@ -300,5 +300,5 @@
|
|
300
300
|
.mercury-snippet-toolbar .mercury-editSnippet-button.active { background-position: -24px -18px }
|
301
301
|
.mercury-snippet-toolbar .mercury-removeSnippet-button { background-position: -48px 0 }
|
302
302
|
.mercury-snippet-toolbar .mercury-removeSnippet-button.active { background-position: -48px -18px }
|
303
|
-
.mercury-snippet-toolbar .mercury-
|
304
|
-
.mercury-snippet-toolbar .mercury-
|
303
|
+
.mercury-snippet-toolbar .mercury-cutSnippet-button { background-position: -72px 0 }
|
304
|
+
.mercury-snippet-toolbar .mercury-cutSnippet-button.active { background-position: -72px -18px }
|