From: Adam Dullage Date: Sat, 6 May 2023 08:23:22 +0000 (+0100) Subject: Editor overflow menu theming X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=88af895ceeff5e9c40f8c2c98f84b9e9a77a9600;p=flatnotes.git Editor overflow menu theming --- diff --git a/flatnotes/src/toastui-editor-theme.scss b/flatnotes/src/toastui-editor-theme.scss index c7e094c..1a69f73 100644 --- a/flatnotes/src/toastui-editor-theme.scss +++ b/flatnotes/src/toastui-editor-theme.scss @@ -165,6 +165,11 @@ background-color: var(--colour-background-elevated); } +.toastui-editor-dropdown-toolbar { + background-color: var(--colour-background-elevated); + border-color: var(--colour-border); +} + // Tables .toastui-editor-contents table th, .toastui-editor-contents table td {