mirror of https://github.com/laurent22/joplin.git
Desktop: Fixes #5666: Message in search box dialog was not readable in dark mode
parent
fc419d98c4
commit
e53da58602
|
@ -384,6 +384,10 @@ const TinyMCE = (props: NoteBodyEditorProps, ref: any) => {
|
|||
background-color: ${theme.backgroundColor} !important;
|
||||
}
|
||||
|
||||
.tox .tox-dialog__body-content {
|
||||
color: ${theme.color};
|
||||
}
|
||||
|
||||
/*
|
||||
When creating dialogs, TinyMCE doesn't seem to offer a way to style the components or to assign classes to them.
|
||||
We want the code dialog box text area to be monospace, and since we can't target this precisely, we apply the style
|
||||
|
|
Loading…
Reference in New Issue