Skip to content

Commit

Permalink
Show dialog text in tox in dark mode (directus#4302)
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickMol authored Feb 25, 2021
1 parent 0951bf8 commit 9e1b185
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/interfaces/wysiwyg/tinymce-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ body.dark .tox .tox-toolbar__overflow {
background-color: var(--background-page);
}

.tox .tox-dialog__body {
color: var(--foreground-normal);
}

.tox .tox-dialog__body-content {
padding: 24px 24px;
}
Expand Down

0 comments on commit 9e1b185

Please sign in to comment.