Improve contrast of selected way nodes. Fixes #371

This commit is contained in:
Tom MacWright
2013-01-16 13:18:57 -05:00
parent 8def2e0999
commit 852e0216f3
+4 -1
View File
@@ -81,9 +81,12 @@ g.vertex.hover circle.stroke {
transform:scale(1.4, 1.4);
}
g.vertex circle.selected {
g.vertex circle.selected.fill {
fill: #ffff00;
}
g.vertex circle.selected.stroke {
fill: #38380A;
}
circle.midpoint {
fill:#aaa;