diff --git a/templates/dashboard.html b/templates/dashboard.html index 6311a6b..0e3bdea 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -78,6 +78,15 @@ @keyframes pulse { 0%,100%{ opacity:1 } 50%{ opacity:.35 } } .clock { font-size: .85rem; color: var(--text-dim); font-variant-numeric: tabular-nums; } + .camera-select { + background: var(--surface-2); + color: var(--text); + border: 1px solid var(--border); + border-radius: 8px; + padding: 6px 10px; + font-size: .85rem; + min-width: 170px; + } /* -------- Layout -------- */ .container { @@ -292,6 +301,7 @@ Surveillance Dashboard