mirror of https://github.com/laurent22/joplin.git
fix_test_mem_error
parent
050873b4ca
commit
7b2480179f
|
@ -393,6 +393,11 @@ const TinyMCE = (props: NoteBodyEditorProps, ref: any) => {
|
|||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
}
|
||||
|
||||
.tox .tox-dialog-wrap__backdrop {
|
||||
background-color: ${theme.backgroundColor} !important;
|
||||
opacity:0.7
|
||||
}
|
||||
|
||||
.tox .tox-editor-header {
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue