summaryrefslogtreecommitdiff
path: root/plugins/copyformatting/styles
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-16 15:09:19 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-16 15:09:19 +0100
commit78a46e69f0d51b6316c5beb2329fdccb4714c9ce (patch)
tree8abe8b0c94939fb331beb7336413be3850f93cec /plugins/copyformatting/styles
parent0baf1ef6c438b8e55be0f70a26ab43156519a991 (diff)
downloadckeditor-78a46e69f0d51b6316c5beb2329fdccb4714c9ce.tar.gz
ckeditor-78a46e69f0d51b6316c5beb2329fdccb4714c9ce.tar.bz2
ckeditor-78a46e69f0d51b6316c5beb2329fdccb4714c9ce.zip
Update plugins to 4.15.1 build
Diffstat (limited to 'plugins/copyformatting/styles')
-rwxr-xr-xplugins/copyformatting/styles/copyformatting.css45
1 files changed, 0 insertions, 45 deletions
diff --git a/plugins/copyformatting/styles/copyformatting.css b/plugins/copyformatting/styles/copyformatting.css
deleted file mode 100755
index a29a08b..0000000
--- a/plugins/copyformatting/styles/copyformatting.css
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
-Copyright (c) 2003-2019, 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;
-} \ No newline at end of file