Procházet zdrojové kódy

Merge pull request #175 from ckeditor/t/ckeditor5-ui/391

Feature: Added the `BlockToolbar` plugin styles (see ckeditor/ckeditor5-ui#391).
Aleksander Nowodzinski před 7 roky
rodič
revize
fc337464a1

+ 14 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/blocktoolbar.css

@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+:root {
+	--ck-color-block-toolbar-button: var(--ck-color-text);
+	--ck-block-toolbar-button-size: var(--ck-font-size-normal);
+}
+
+.ck.ck-block-toolbar-button {
+	color: var(--ck-color-block-toolbar-button);
+	font-size: var(--ck-block-toolbar-size);
+}