00d6f9c5e9698c176795fd99b1637fa207774c81
[motion.git] / public / assets / plugins / ckeditor / plugins / colordialog / dialogs / colordialog.css
1 /**\r
2  * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
3  * For licensing, see LICENSE.md or http://ckeditor.com/license\r
4  */\r
5 \r
6 .cke_colordialog_colorcell {\r
7         width: 12px; /* All cells have equal width which depends on parent width (in this case table parent). Width works more like max-width. */\r
8         height: 14px;\r
9         padding: 1px; /* Padding is replaced by border for focused cells. Prevents 'jumping' when adding borders. */\r
10 }\r
11 \r
12 .cke_colordialog_colorcell.cke_colordialog_focused_light,\r
13 .cke_colordialog_colorcell.cke_colordialog_focused_dark {\r
14         padding: 0; /* Shrink cell to allow 1px border indicating focus. */\r
15         border: 1px dotted #000;\r
16 }\r
17 \r
18 .cke_colordialog_colorcell.cke_colordialog_focused_dark {\r
19         border-color: #FFF;\r
20 }\r