]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blame - release/plugins/colordialog/dialogs/colordialog.css
Add audio, color and fonts
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / release / plugins / colordialog / dialogs / colordialog.css
CommitLineData
eaa92715
IB
1/**\r
2 * @license 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.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