diff --git a/admin.html b/admin.html index 838a9b4..1a18488 100644 --- a/admin.html +++ b/admin.html @@ -799,6 +799,28 @@ } + /* ── view popover ── */ + + .view-opt { + display: block; + width: 100%; + text-align: left; + background: transparent; + border: none; + border-radius: 0; + color: var(--muted); + padding: 9px 14px; + font-size: 13px; + font-weight: 500; + border-bottom: 1px solid var(--border-light); + transition: background .1s, color .1s; + } + + .view-opt:last-child { border-bottom: none; } + .view-opt:hover { background: var(--primary-bg); color: var(--foreground); } + .view-opt.active { color: var(--foreground); background: var(--primary-bg); } + + /* ── signal cards ── */ #intel-signals-wrap { @@ -1050,12 +1072,18 @@