From eb31f237499d3e51354b0401dd2a21cb94397e64 Mon Sep 17 00:00:00 2001 From: Cody Williams Date: Tue, 8 Feb 2022 15:46:59 -0800 Subject: [PATCH] document find/replace Document the fact that an upstream change was made off this improvement. --- midnight.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/midnight.css b/midnight.css index a99c231..6d4c603 100644 --- a/midnight.css +++ b/midnight.css @@ -160,6 +160,9 @@ body .global-menu-button { } /* text label in find and replace dialog */ +/* Zadam used this to address this issue in Trillium proper: +https://github.com/zadam/trilium/commit/83f8fac088f4bacbe9bed15637895f4b594fac14 +Leaving here for now because (1) works in older versions (2) provides control of text color not just bg color */ .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;