fixed background color of input label in CKEditor search & replace, #2254

This commit is contained in:
zadam 2022-02-07 23:01:14 +01:00
parent 0ca9bff61b
commit 83f8fac088

View File

@ -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);