From a153fb681379f8e4c9590cba3aec907061636483 Mon Sep 17 00:00:00 2001 From: Cody Williams Date: Mon, 7 Feb 2022 12:39:40 -0800 Subject: [PATCH] fix find and replace label Style input label on CKEditor search and replace dialogue --- midnight.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/midnight.css b/midnight.css index 6e8248a..a99c231 100644 --- a/midnight.css +++ b/midnight.css @@ -159,6 +159,12 @@ body .global-menu-button { color: #FFF !important; } +/* text label in find and replace dialog */ +.ck-find-and-replace-form__find .ck-labeled-field-view .ck-labeled-field-view__input-wrapper label.ck-label { + background-color: #033c53 !important; + color: #dedede !important; +} + /* fix main left bar calendar picker */ body ::-webkit-calendar-picker-indicator { filter: invert(1);