effective_ckeditor 1.8.1 → 1.8.2

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: ff984a7b8dc828b4ee04e764e19bd7988fcef60e
4
- data.tar.gz: 26933fc9d02f8ec8f7225f8bcf47c3df29c015ab
3
+ metadata.gz: fdec5cc3a4bd9a3a6ecb0c47c42cdb2a64de1ba3
4
+ data.tar.gz: bcbcf87959ee227860ede545b75ba0d2a6c065f3
5
5
  SHA512:
6
- metadata.gz: 88a0149f0d1c77e25b4902388e05e7ae3fe0232b606d0e43bbd71f698b90c75a6db33cd19cc962620f8ba3ed95ef7dd68da108cff2791ce5521cfa735254c034
7
- data.tar.gz: b7d21f7d944a168a2c09208d885c42f6ed198a17a877c37d102335aa5ff8246a39cfd5ddf9236abafcc1298be1866be44302bbd5abb882c01b9ded8843cada4d
6
+ metadata.gz: 3b6483742f695e665cadc2020f2ee3697425ca9e61a06599113a97670f7c380368f9e310643c93c9b514855b8a7922b890e3c01007a15cc711ead763dddee7f3
7
+ data.tar.gz: 83d04553225ce627393cb21ae5c1cf2f5770b3579a4bdcfd989acd240f04f85d316923aa74b7d47bbea5f260dee6dc0627a5a6875286b81ee8959aa641cd8fd1
@@ -1,43 +1,43 @@
1
- .effective-region.cke_show_blocks address:not([contenteditable="false"]):not(.cke_show_blocks_off) {
1
+ .cke_editable.cke_show_blocks address:not([contenteditable="false"]):not(.cke_show_blocks_off) {
2
2
  background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_address.png') %>);
3
3
  }
4
4
 
5
- .effective-region.cke_show_blocks blockquote:not([contenteditable="false"]):not(.cke_show_blocks_off) {
5
+ .cke_editable.cke_show_blocks blockquote:not([contenteditable="false"]):not(.cke_show_blocks_off) {
6
6
  background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_blockquote.png') %>);
7
7
  }
8
8
 
9
- .effective-region.cke_show_blocks div:not([contenteditable="false"]):not(.cke_show_blocks_off) {
9
+ .cke_editable.cke_show_blocks div:not([contenteditable="false"]):not(.cke_show_blocks_off) {
10
10
  background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_div.png') %>);
11
11
  }
12
12
 
13
- .effective-region.cke_show_blocks h1:not([contenteditable="false"]):not(.cke_show_blocks_off) {
13
+ .cke_editable.cke_show_blocks h1:not([contenteditable="false"]):not(.cke_show_blocks_off) {
14
14
  background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h1.png') %>);
15
15
  }
16
16
 
17
- .effective-region.cke_show_blocks h2:not([contenteditable="false"]):not(.cke_show_blocks_off) {
17
+ .cke_editable.cke_show_blocks h2:not([contenteditable="false"]):not(.cke_show_blocks_off) {
18
18
  background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h2.png') %>);
19
19
  }
20
20
 
21
- .effective-region.cke_show_blocks h3:not([contenteditable="false"]):not(.cke_show_blocks_off) {
21
+ .cke_editable.cke_show_blocks h3:not([contenteditable="false"]):not(.cke_show_blocks_off) {
22
22
  background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h3.png') %>);
23
23
  }
24
24
 
25
- .effective-region.cke_show_blocks h4:not([contenteditable="false"]):not(.cke_show_blocks_off) {
25
+ .cke_editable.cke_show_blocks h4:not([contenteditable="false"]):not(.cke_show_blocks_off) {
26
26
  background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h4.png') %>);
27
27
  }
28
28
 
29
- .effective-region.cke_show_blocks h5:not([contenteditable="false"]):not(.cke_show_blocks_off) {
29
+ .cke_editable.cke_show_blocks h5:not([contenteditable="false"]):not(.cke_show_blocks_off) {
30
30
  background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h5.png') %>);
31
31
  }
32
32
 
33
- .effective-region.cke_show_blocks h6:not([contenteditable="false"]):not(.cke_show_blocks_off) {
33
+ .cke_editable.cke_show_blocks h6:not([contenteditable="false"]):not(.cke_show_blocks_off) {
34
34
  background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h6.png') %>);
35
35
  }
36
36
 
37
- .effective-region.cke_show_blocks p:not([contenteditable="false"]):not(.cke_show_blocks_off) {
37
+ .cke_editable.cke_show_blocks p:not([contenteditable="false"]):not(.cke_show_blocks_off) {
38
38
  background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_p.png') %>);
39
39
  }
40
40
 
41
- .effective-region.cke_show_blocks pre:not([contenteditable="false"]):not(.cke_show_blocks_off) {
41
+ .cke_editable.cke_show_blocks pre:not([contenteditable="false"]):not(.cke_show_blocks_off) {
42
42
  background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_pre.png') %>);
43
43
  }
@@ -1,3 +1,3 @@
1
1
  module EffectiveCkeditor
2
- VERSION = '1.8.1'.freeze
2
+ VERSION = '1.8.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_ckeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-10 00:00:00.000000000 Z
11
+ date: 2017-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails