Built motion from commit (unavailable).|2.5.31
[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 .cke_copyformatting_disabled,\r
15 .cke_copyformatting_disabled a,\r
16 .cke_copyformatting_disabled .cke_editable {\r
17         cursor: url(../cursors/cursor-disabled.svg) 12 1, auto;\r
18 }\r
19 \r
20 .cke_copyformatting_disabled .cke_top a,\r
21 .cke_copyformatting_disabled .cke_bottom a {\r
22         cursor: default;\r
23 }\r
24 \r
25 /* Added `!important` rule as a fix for overriding the cursor by the Table Resize plugin.\r
26  The `!important` rule is used because the Table Resize plugin creates a `<div>` which changes the cursor using inlined styles. */\r
27 .cke_copyformatting_active,\r
28 .cke_copyformatting_active.cke_editable,\r
29 .cke_copyformatting_active .cke_editable,\r
30 .cke_copyformatting_active a,\r
31 .cke_copyformatting_active table,\r
32 .cke_copyformatting_active div[data-cke-temp],\r
33 .cke_copyformatting_tableresize_cursor div[data-cke-temp] {\r
34         cursor: url(../cursors/cursor.svg) 12 1, auto !important;\r
35 }\r
36 \r
37 .cke_screen_reader_only {\r
38         position: absolute;\r
39         clip: rect(1px, 1px, 1px, 1px);\r
40         padding: 0;\r
41         border: 0;\r
42         height: 1px;\r
43         width: 1px;\r
44         overflow: hidden;\r
45 }\r