diff --git a/static/index.html b/static/index.html index 4402987..4c66b1f 100644 --- a/static/index.html +++ b/static/index.html @@ -26,7 +26,7 @@ - + diff --git a/static/style.css b/static/style.css index 9711186..5a4944d 100644 --- a/static/style.css +++ b/static/style.css @@ -1791,6 +1791,20 @@ code { background: var(--panel); border-radius: 4px; padding: 1px 5px; font-fami /* vr-main-row in inspector: always hidden (metadata shown in header grid) */ .inspector-body .vr-main-row { display: none !important; } +.inspector-avatar.drag-over { + opacity: 0.8; + outline: 3px dashed var(--accent); + outline-offset: -4px; + transition: all 0.2s; +} + +.vl-avatar.drag-over { + opacity: 0.8; + outline: 2px dashed var(--accent); + outline-offset: -2px; + transition: all 0.2s; +} + /* ── AI Backends / LLMs section ──────────────────────────────────────────── */ /* Category pill tabs */