Sha256: 6bc4346937de5a8b7f2b3ea0206dca932e692b75fe776da31d4a1a84e0b15ac9

Contents?: true

Size: 1.48 KB

Versions: 11

Compression:

Stored size: 1.48 KB

Contents

/*
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

html.cke_copyformatting_active {
	min-height: 100%;
}

/* There is no cursor in CUR format for IE/Edge as that browser
 does not support custom cursor in [contenteditable] area.
 Ticket for this issue:
 https://connect.microsoft.com/IE/feedback/details/1070215/cant-change-cursor-in-contenteditable-using-css */
.cke_copyformatting_disabled,
.cke_copyformatting_disabled a,
.cke_copyformatting_disabled .cke_editable {
	cursor: url(../cursors/cursor-disabled.svg) 12 1, auto;
}

.cke_copyformatting_disabled .cke_top a,
.cke_copyformatting_disabled .cke_bottom a {
	cursor: default;
}

/* Added `!important` rule as a fix for overriding the cursor by the Table Resize plugin.
 The `!important` rule is used because the Table Resize plugin creates a `<div>` which changes the cursor using inlined styles. */
.cke_copyformatting_active,
.cke_copyformatting_active.cke_editable,
.cke_copyformatting_active .cke_editable,
.cke_copyformatting_active a,
.cke_copyformatting_active table,
.cke_copyformatting_active div[data-cke-temp],
.cke_copyformatting_tableresize_cursor div[data-cke-temp] {
	cursor: url(../cursors/cursor.svg) 12 1, auto !important;
}

.cke_screen_reader_only {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

Version data entries

11 entries across 11 versions & 5 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/ckeditor-4.3.0/vendor/assets/javascripts/ckeditor/plugins/copyformatting/styles/copyformatting.css
releaf-core-2.2.0 app/assets/stylesheets/ckeditor/plugins/copyformatting/styles/copyformatting.css
releaf-core-2.1.2 app/assets/stylesheets/ckeditor/plugins/copyformatting/styles/copyformatting.css
ckeditor_rails_6-4.10.3 vendor/assets/stylesheets/ckeditor/plugins/copyformatting/styles/copyformatting.css
ckeditor_rails_6-4.10.2 vendor/assets/stylesheets/ckeditor/plugins/copyformatting/styles/copyformatting.css
releaf-core-2.1.1 app/assets/stylesheets/ckeditor/plugins/copyformatting/styles/copyformatting.css
releaf-core-2.1.0 app/assets/stylesheets/ckeditor/plugins/copyformatting/styles/copyformatting.css
releaf-core-2.0.1 app/assets/stylesheets/ckeditor/plugins/copyformatting/styles/copyformatting.css
releaf-core-2.0.0 app/assets/stylesheets/ckeditor/plugins/copyformatting/styles/copyformatting.css
ckeditor-4.3.0 vendor/assets/javascripts/ckeditor/plugins/copyformatting/styles/copyformatting.css
ckeditor_rails-4.10.0 vendor/assets/stylesheets/ckeditor/plugins/copyformatting/styles/copyformatting.css