From 1831ef6f957120f75ae821bb639d9dd0aeb5f3fd Mon Sep 17 00:00:00 2001 From: flop Date: Fri, 22 May 2026 18:37:12 +0200 Subject: [PATCH] feat: fix dark/light style --- ts/dist_old/index.html | 1042 ++++++++++++++++++++++++++++++++++++++++ ts/style.css | 12 +- 2 files changed, 1053 insertions(+), 1 deletion(-) create mode 100644 ts/dist_old/index.html diff --git a/ts/dist_old/index.html b/ts/dist_old/index.html new file mode 100644 index 0000000..69c5157 --- /dev/null +++ b/ts/dist_old/index.html @@ -0,0 +1,1042 @@ + + + + + + + MonoDisplay Editor + + + + + +
+ MonoDisplay +
+ + + +
+ + untitled +
+ +
+
+ preview · 120 × 60 +
+ +
+ demos +
+
+
+ + +
+
+ + +
+
+ + + +
+
+
+ + +
+ + +
+
+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/ts/style.css b/ts/style.css index 1644311..49a023e 100644 --- a/ts/style.css +++ b/ts/style.css @@ -331,6 +331,14 @@ canvas.pixel-editor { color: var(--ac) } +select.meta-val { + background: var(--bg-input); + color: var(--ac); + border: 1px solid var(--bd-inner); + border-radius: 3px; + padding: 1px 4px; +} + .flag-check { display: flex; align-items: center; @@ -413,7 +421,8 @@ canvas.pixel-editor { background: var(--bg-hover) } -.sec-card.active .sec-hdr { +.sec-card.active .sec-hdr, +.sec-hdr.active { background: var(--bg-active) } @@ -550,6 +559,7 @@ canvas.pixel-editor { .field input[type=text], .field input[type=number], +.field input[type=datetime-local], .field select, .field textarea { background: var(--bg-input);