mirror of
https://github.com/cwilliams5/Midnight-Trilium-Dark-Mode.git
synced 2025-09-10 09:18:28 -04:00
fix find and replace label
Style input label on CKEditor search and replace dialogue
This commit is contained in:
@@ -159,6 +159,12 @@ body .global-menu-button {
|
|||||||
color: #FFF !important;
|
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 */
|
/* 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