Sha256: 3345d21d8b8a8d6c74379479ba237bbe7afae3b29b3c34ba7dc80e81c3b80ba3

Contents?: true

Size: 1.99 KB

Versions: 3

Compression:

Stored size: 1.99 KB

Contents

.cke_editable.cke_show_blocks address:not([contenteditable="false"]):not(.cke_show_blocks_off) {
  background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_address.png'));
}

.cke_editable.cke_show_blocks blockquote:not([contenteditable="false"]):not(.cke_show_blocks_off) {
  background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_blockquote.png'));
}

.cke_editable.cke_show_blocks div:not([contenteditable="false"]):not(.cke_show_blocks_off) {
  background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_div.png'));
}

.cke_editable.cke_show_blocks h1:not([contenteditable="false"]):not(.cke_show_blocks_off) {
  background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h1.png'));
}

.cke_editable.cke_show_blocks h2:not([contenteditable="false"]):not(.cke_show_blocks_off) {
  background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h2.png'));
}

.cke_editable.cke_show_blocks h3:not([contenteditable="false"]):not(.cke_show_blocks_off) {
  background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h3.png'));
}

.cke_editable.cke_show_blocks h4:not([contenteditable="false"]):not(.cke_show_blocks_off) {
  background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h4.png'));
}

.cke_editable.cke_show_blocks h5:not([contenteditable="false"]):not(.cke_show_blocks_off) {
  background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h5.png'));
}

.cke_editable.cke_show_blocks h6:not([contenteditable="false"]):not(.cke_show_blocks_off) {
  background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_h6.png'));
}

.cke_editable.cke_show_blocks p:not([contenteditable="false"]):not(.cke_show_blocks_off) {
  background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_p.png'));
}

.cke_editable.cke_show_blocks pre:not([contenteditable="false"]):not(.cke_show_blocks_off) {
  background-image: url(asset-path('ckeditor/plugins/showblocks/images/block_pre.png'));
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
effective_ckeditor-1.11.0 app/assets/stylesheets/effective_ckeditor/plugins/showblocks.scss
effective_ckeditor-1.10.1 app/assets/stylesheets/effective_ckeditor/plugins/showblocks.scss
effective_ckeditor-1.10.0 app/assets/stylesheets/effective_ckeditor/plugins/showblocks.scss