git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b986ea9
)
Editor popup input theming.
author
Adam Dullage
<redacted>
Wed, 3 May 2023 18:21:40 +0000
(19:21 +0100)
committer
Adam Dullage
<redacted>
Wed, 3 May 2023 18:21:40 +0000
(19:21 +0100)
flatnotes/src/toastui-editor-theme.scss
patch
|
blob
|
history
diff --git
a/flatnotes/src/toastui-editor-theme.scss
b/flatnotes/src/toastui-editor-theme.scss
index 537dbf1af8dc53cd1ef004ef765d220ee6fb4275..c7e094c6b83fd5b5803239f900c10e546f7b0538 100644
(file)
--- 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 {
git clone https://git.99rst.org/PROJECT