style find/replace highlights

add support for styling the highlight results of ckeditor searches
This commit is contained in:
Cody Williams
2022-02-08 15:50:27 -08:00
parent eb31f23749
commit e0c35d15f8

View File

@@ -168,6 +168,16 @@ Leaving here for now because (1) works in older versions (2) provides control of
color: #dedede !important; color: #dedede !important;
} }
/* CKeditor find and replace highlights */
/* while I could customize highlight color, leave the same so it matches the other trilium find method
But we should still update text color because are global whites look bad */
.ck-find-result {
color: #000 !important;
}
.ck-find-result_selected {
color: #000 !important;
}
/* fix main left bar calendar picker */ /* fix main left bar calendar picker */
body ::-webkit-calendar-picker-indicator { body ::-webkit-calendar-picker-indicator {
filter: invert(1); filter: invert(1);