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
+
+
+
+
+
+
+ sections
+
+
+
No sections yet.
Use Add section to get started.
+
+
+
+
+
+
+
+
+
+
+
+
\ 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);