Editor popup input theming.
authorAdam Dullage <redacted>
Wed, 3 May 2023 18:21:40 +0000 (19:21 +0100)
committerAdam Dullage <redacted>
Wed, 3 May 2023 18:21:40 +0000 (19:21 +0100)
flatnotes/src/toastui-editor-theme.scss

index 537dbf1af8dc53cd1ef004ef765d220ee6fb4275..c7e094c6b83fd5b5803239f900c10e546f7b0538 100644 (file)
   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