diff --git a/docs/automation-graph.html b/docs/automation-graph.html index be9ae499..79c98171 100644 --- a/docs/automation-graph.html +++ b/docs/automation-graph.html @@ -76,6 +76,20 @@ /* ── Паспорт узла (iter6) ── */ #passport-section p { font-size: 12px; color: #eee8d5; line-height: 1.6; } #passport-section p .pp-k { color: #839496; } + + /* ── Кнопки режимов в футере (iter6) ── */ + .cat-ctl-sep { width: 1px; align-self: stretch; background: #586e75; margin: 0 4px; } + .cat-ctl { + background: #002b36; border: 1px solid #586e75; color: #93a1a1; + border-radius: 4px; padding: 2px 8px; font-size: 11px; cursor: pointer; + transition: background 0.12s, box-shadow 0.12s; user-select: none; + } + .cat-ctl:hover { background: #0d4a5a; color: #fdf6e3; } + .cat-ctl.active { + background: rgba(253,246,227,0.12); + box-shadow: inset 0 0 0 1px rgba(253,246,227,0.4); + color: #fdf6e3; + }
@@ -145,6 +159,9 @@