]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - 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
diff --git a/release/plugins/colordialog/dialogs/colordialog.css b/release/plugins/colordialog/dialogs/colordialog.css
new file mode 100644 (file)
index 0000000..3ec0d2a
--- /dev/null
@@ -0,0 +1,20 @@
+/**\r
+ * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r
+ * For licensing, see LICENSE.md or http://ckeditor.com/license\r
+ */\r
+\r
+.cke_colordialog_colorcell {\r
+       width: 12px; /* All cells have equal width which depends on parent width (in this case table parent). Width works more like max-width. */\r
+       height: 14px;\r
+       padding: 1px; /* Padding is replaced by border for focused cells. Prevents 'jumping' when adding borders. */\r
+}\r
+\r
+.cke_colordialog_colorcell.cke_colordialog_focused_light,\r
+.cke_colordialog_colorcell.cke_colordialog_focused_dark {\r
+       padding: 0; /* Shrink cell to allow 1px border indicating focus. */\r
+       border: 1px dotted #000;\r
+}\r
+\r
+.cke_colordialog_colorcell.cke_colordialog_focused_dark {\r
+       border-color: #FFF;\r
+}\r