From db79b5ff531945b1318bd2a841ef3d4e197fa54a Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 14 Feb 2022 22:59:03 +0100 Subject: [PATCH] fixed blurred selection background color, closes #2652 --- src/public/stylesheets/ckeditor-theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/public/stylesheets/ckeditor-theme.css b/src/public/stylesheets/ckeditor-theme.css index 8ef29a790..54608015c 100644 --- a/src/public/stylesheets/ckeditor-theme.css +++ b/src/public/stylesheets/ckeditor-theme.css @@ -93,6 +93,8 @@ body { --ck-color-labeled-field-label-background: var(--accented-background-color); + --ck-color-editable-blur-selection: var(--accented-background-color); + /* todo lists */ --ck-color-todo-list-checkmark-border: var(--main-border-color);