Built motion from commit 67e5df37.|2.0.66
[motion2.git] / public / assets / plugins / ckeditor / plugins / copyformatting / styles / copyformatting.css
1 /*\r
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.md or http://ckeditor.com/license\r
4 */\r
5 \r
6 html.cke_copyformatting_active {\r
7     min-height: 100%;\r
8 }\r
9 \r
10 /* There is no cursor in CUR format for IE/Edge as that browser\r
11  does not support custom cursor in [contenteditable] area.\r
12  Ticket for this issue:\r
13  https://connect.microsoft.com/IE/feedback/details/1070215/cant-change-cursor-in-contenteditable-using-css */\r
14 \r
15 .cke_copyformatting_disabled,\r
16 .cke_copyformatting_disabled a,\r
17 .cke_copyformatting_disabled .cke_editable {\r
18     cursor: url(../cursors/cursor-disabled.svg) 12 1, auto;\r
19 }\r
20 \r
21 .cke_copyformatting_disabled .cke_top a,\r
22 .cke_copyformatting_disabled .cke_bottom a {\r
23     cursor: default;\r
24 }\r
25 \r
26 /* Added `!important` rule as a fix for overriding the cursor by the Table Resize plugin.\r
27  The `!important` rule is used because the Table Resize plugin creates a `<div>` which changes the cursor using inlined styles. */\r
28 \r
29 .cke_copyformatting_active,\r
30 .cke_copyformatting_active.cke_editable,\r
31 .cke_copyformatting_active .cke_editable,\r
32 .cke_copyformatting_active a,\r
33 .cke_copyformatting_active table,\r
34 .cke_copyformatting_active div[data-cke-temp],\r
35 .cke_copyformatting_tableresize_cursor div[data-cke-temp] {\r
36     cursor: url(../cursors/cursor.svg) 12 1, auto !important;\r
37 }\r
38 \r
39 .cke_screen_reader_only {\r
40     position: absolute;\r
41     clip: rect(1px, 1px, 1px, 1px);\r
42     padding: 0;\r
43     border: 0;\r
44     height: 1px;\r
45     width: 1px;\r
46     overflow: hidden;\r
47 }