mirror of
https://github.com/cwilliams5/Midnight-Trilium-Dark-Mode.git
synced 2025-09-10 17:28:28 -04:00
style find/replace highlights
add support for styling the highlight results of ckeditor searches
This commit is contained in:
10
midnight.css
10
midnight.css
@@ -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);
|
||||||
|
Reference in New Issue
Block a user