summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 059d340..abbedf6 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -400,3 +400,12 @@ tr.delete-marked td { background: rgba(192,57,43,.08); }
.update-log { background: #1a1a1a; color: #e0e0e0; font-size: .8rem; line-height: 1.5;
padding: 12px 14px; border-radius: var(--radius); max-height: 340px;
overflow-y: auto; white-space: pre-wrap; word-break: break-all; margin: 0; }
+
+/* ── Admin upload ──────────────────────────────────────────────────────── */
+.admin-upload { margin-top: 32px; }
+.admin-upload h2 { font-size: 1rem; color: var(--text-dim); margin-bottom: 6px; }
+.upload-file-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
+.upload-file-count { font-size: .85rem; color: var(--text-dim); }
+.upload-panel { margin-top: 12px; }
+.upload-progress-wrap { background: var(--bg3); border-radius: 4px; height: 8px; overflow: hidden; margin-bottom: 10px; }
+.upload-progress-bar { height: 100%; width: 0%; background: var(--accent); border-radius: 4px; transition: width .15s linear; }