diff --git a/static/style.css b/static/style.css index 9386aff..3149ecc 100644 --- a/static/style.css +++ b/static/style.css @@ -158,6 +158,12 @@ th { background: var(--surface); font-weight: 600; } } .trace-segment small { display: block; } .trace-arrow { color: var(--text-muted); font-weight: bold; } +.trace-cable { color: var(--accent); } +.cable-label { + display: inline-block; padding: 0.1em 0.5em; background: var(--surface2); + border: 1px solid var(--accent); border-radius: 3px; + font-size: 0.8em; font-weight: 400; color: var(--text); +} .trace-clicked { padding: 0.3em 0.6em; background: var(--surface2); border-radius: 3px; border: 2px solid var(--accent); display: inline-block; diff --git a/templates/connection_modal.html b/templates/connection_modal.html index d564a31..b5cdea0 100644 --- a/templates/connection_modal.html +++ b/templates/connection_modal.html @@ -41,7 +41,9 @@
Type: {{.Trace.ConnectionType}}
Color: {{.Trace.Color}}
- {{if .Trace.Label1}}Label end 1: {{.Trace.Label1}}
{{end}} - {{if .Trace.Label2}}Label end 2: {{.Trace.Label2}}
{{end}}