mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 17:08:41 -06:00
Fix trace component borders
This commit is contained in:
parent
2e7d912bdd
commit
4c3f584fa6
BIN
netbox/project-static/dist/cable_trace.css
vendored
BIN
netbox/project-static/dist/cable_trace.css
vendored
Binary file not shown.
@ -41,7 +41,7 @@ svg {
|
||||
/* Boxes */
|
||||
rect {
|
||||
fill: var(--nbx-trace-node-bg);
|
||||
stroke: var(--nbx-trace-node-bg);
|
||||
stroke: #606060;
|
||||
stroke-width: 1;
|
||||
.termination {
|
||||
fill: var(--nbx-trace-termination-bg);
|
||||
|
Loading…
Reference in New Issue
Block a user