瀏覽代碼

Docs: Updated the inverted manual test and documentation with brighter form save/cancel button colors.

Aleksander Nowodzinski 7 年之前
父節點
當前提交
548f10153d

+ 3 - 0
packages/ckeditor5-theme-lark/docs/_snippets/examples/custom.css

@@ -45,6 +45,9 @@
 	--ck-color-button-action-disabled-background: hsl(168, 76%, 42%);
 	--ck-color-button-action-text: var(--ck-custom-white);
 
+	--ck-color-button-save: hsl(120, 100%, 46%);
+	--ck-color-button-cancel: hsl(15, 100%, 56%);
+
 	/* -- Overrides the default .ck-dropdown class colors --------------------------------------- */
 
 	--ck-color-dropdown-panel-background: var(--ck-custom-background);

+ 3 - 0
packages/ckeditor5-theme-lark/docs/framework/guides/theme-customization.md

@@ -111,6 +111,9 @@ The file containing custom variables will be named `custom.css` and it will look
 	--ck-color-button-action-disabled-background: hsl(168, 76%, 42%);
 	--ck-color-button-action-text: var(--ck-custom-white);
 
+	--ck-color-button-save: hsl(120, 100%, 46%);
+	--ck-color-button-cancel: hsl(15, 100%, 56%);
+
 	/* -- Overrides the default .ck-dropdown class colors --------------------------------------- */
 
 	--ck-color-dropdown-panel-background: var(--ck-custom-background);

+ 3 - 0
packages/ckeditor5-theme-lark/tests/manual/inverted.html

@@ -39,6 +39,9 @@
 		--ck-color-button-action-disabled-background: hsl(168, 76%, 42%);
 		--ck-color-button-action-text: var(--ck-custom-white);
 
+		--ck-color-button-save: hsl(120, 100%, 46%);
+		--ck-color-button-cancel: hsl(15, 100%, 56%);
+
 		/* -- Overrides the default .ck-dropdown class colors --------------------------------------- */
 
 		--ck-color-dropdown-panel-background: var(--ck-custom-background);