Desktop: Fixes #5310: Bright background around code block insertion dialog in dark mode (#5491)

pull/5550/head
Rishabhraghwendra18 2021-10-08 19:48:26 +05:30 committed by GitHub
parent 050873b4ca
commit 7b2480179f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}