From 1afa32502f07ebe09370544dc667b6984126f2a0 Mon Sep 17 00:00:00 2001 From: zadam Date: Wed, 20 Jul 2022 23:22:07 +0200 Subject: [PATCH] add CSS variables for CKEditor table caption, fixes #2998 --- src/public/stylesheets/ckeditor-theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/public/stylesheets/ckeditor-theme.css b/src/public/stylesheets/ckeditor-theme.css index 54608015c..6b029967e 100644 --- a/src/public/stylesheets/ckeditor-theme.css +++ b/src/public/stylesheets/ckeditor-theme.css @@ -7,6 +7,9 @@ body { --ck-color-text: var(--main-text-color); --ck-color-shadow-drop: var(--main-background-color); --ck-color-shadow-inner: var(--main-background-color); + --ck-color-table-caption-text: var(--main-text-color); + --ck-color-table-caption-background: var(--accented-background-color); + --ck-color-table-caption-highlighted-background: var(--accented-background-color); /* -- Overrides the default .ck-button class colors. ---------------------------------------- */