diff --git a/network-poc/static/index.html b/network-poc/static/index.html index 6b0e5be..8c5a80d 100644 --- a/network-poc/static/index.html +++ b/network-poc/static/index.html @@ -150,6 +150,16 @@ #guide-content a { color: #58a6ff; } #guide-content table { border: 1px solid #30363d; border-radius: 6px; overflow: hidden; } #guide-content pre { scrollbar-color: #30363d transparent; } + .builder-tip { position: relative; } + .builder-tip[data-tip]:hover::after { + content: attr(data-tip); + position: absolute; bottom: calc(100% + 8px); left: 0; + background: #1c2028; border: 1px solid #30363d; border-radius: 8px; + padding: 10px 14px; font-size: 12px; color: #c9d1d9; + white-space: pre-wrap; max-width: 340px; min-width: 220px; + z-index: 100; box-shadow: 0 6px 16px rgba(0,0,0,0.5); + pointer-events: none; line-height: 1.6; font-weight: 400; + } .code-task-card { background: #0d1117; @@ -1167,19 +1177,65 @@ - +