Skip to content

Commit

Permalink
selected pin decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Apr 11, 2022
1 parent cc2950c commit 87a45d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/src/components/netflow-topology/netflow-topology.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.selected-decorator {
color: #3E8635;
color: white;
}

.selected-decorator>circle {
fill: #06c;
stroke: #06c;
}

0 comments on commit 87a45d4

Please sign in to comment.