Fix dragging nodes that are members of multiple ways

This commit is contained in:
Tom MacWright
2012-11-13 21:45:04 -05:00
parent 4bc8313157
commit f40e12ba1d
3 changed files with 20 additions and 9 deletions
+5
View File
@@ -40,6 +40,11 @@ circle.teaser-point {
stroke-width: 3;
}
.casing:hover {
stroke:#FF0F0F !important;
opacity:0.8;
}
.casing.active {
stroke:#FFF9C9;
stroke-opacity:1;