RobotNet/RobotNet.WebApp/Robots/Components/Monitoring/Element/Edge.razor.css
2025-10-15 15:15:53 +07:00

25 lines
369 B
CSS

path {
cursor: default;
stroke: #22B3FF;
stroke-width: var(--edge-stroke-width);
fill: none;
}
path.setting:hover {
stroke: #1E9DDF;
cursor: pointer;
}
path.setting:active {
stroke: #227CFF;
}
path.setting.active:hover {
stroke: #227CFF;
}
path.active {
stroke: #227CFF;
}