styled lasso, fixes #741

This commit is contained in:
Saman Bemel-Benrud
2013-02-19 16:57:26 -05:00
parent cb2f8b2ca3
commit 03819c2d90
2 changed files with 14 additions and 3 deletions
+10
View File
@@ -745,6 +745,16 @@ text.point {
cursor:url(../img/cursor-draw-point.png) 18 18, auto;
}
.lasso #map:hover,
.lasso .way,
.lasso .vertex {
cursor:url(../img/cursor-draw.png) 9 9, auto;
}
.lasso #map {
pointer-events: visibleStroke;
}
/* Modes */
.mode-draw-line .vertex.active,