From 83f8fac088f4bacbe9bed15637895f4b594fac14 Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 7 Feb 2022 23:01:14 +0100 Subject: [PATCH] fixed background color of input label in CKEditor search & replace, #2254 --- 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 f1af43c98..8ef29a790 100644 --- a/src/public/stylesheets/ckeditor-theme.css +++ b/src/public/stylesheets/ckeditor-theme.css @@ -91,6 +91,8 @@ body { --ck-color-table-focused-cell-background: var(--more-accented-background-color); + --ck-color-labeled-field-label-background: var(--accented-background-color); + /* todo lists */ --ck-color-todo-list-checkmark-border: var(--main-border-color);