From: Adam Dullage Date: Wed, 3 May 2023 18:21:40 +0000 (+0100) Subject: Editor popup input theming. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c77e7000baca99392dd3a8ea53850840ef82e2ba;p=flatnotes.git Editor popup input theming. --- diff --git a/flatnotes/src/toastui-editor-theme.scss b/flatnotes/src/toastui-editor-theme.scss index 537dbf1..c7e094c 100644 --- a/flatnotes/src/toastui-editor-theme.scss +++ b/flatnotes/src/toastui-editor-theme.scss @@ -156,6 +156,15 @@ border-color: var(--colour-border); } +.toastui-editor-popup-add-image .toastui-editor-file-name.has-file { + color: var(--colour-text); +} + +.toastui-editor-popup-body input[type="text"] { + color: var(--colour-text); + background-color: var(--colour-background-elevated); +} + // Tables .toastui-editor-contents table th, .toastui-editor-contents table td {