From 6d7bf516e05ac790edead9dae77d9d9445481113 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 2 Oct 2023 15:40:02 +0200 Subject: [PATCH] Fix the color of active CKEditor panel buttons See https://www.woltlab.com/community/thread/301766-ckeditor-unpassende-farbwerte-im-tabellen-widget/ --- wcfsetup/install/files/style/ui/ckeditor.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/style/ui/ckeditor.scss b/wcfsetup/install/files/style/ui/ckeditor.scss index 629f71b447..5a425e8a64 100644 --- a/wcfsetup/install/files/style/ui/ckeditor.scss +++ b/wcfsetup/install/files/style/ui/ckeditor.scss @@ -199,6 +199,7 @@ --ck-color-text: var(--wcfButtonTextActive); background-color: var(--wcfButtonBackgroundActive); + color: var(--ck-color-text); } @media (hover: hover) { -- 2.20.1