Adding some styling to start and end anchors

This commit is contained in:
Jeff Avallone
2014-12-03 20:02:56 -05:00
parent a88c4821b7
commit d1a058768e
4 changed files with 21 additions and 9 deletions
+9 -1
View File
@@ -34,12 +34,20 @@
stroke: #000;
}
circle.anchor {
circle.pin {
fill: #6b6659;
stroke-width: 2px;
stroke: #000;
}
.anchor text {
fill: #fff;
}
.anchor rect {
fill: #6b6659;
}
.placeholder text {
fill: #fff;
font-weight: bold;