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
+4 -3
View File
@@ -1486,10 +1486,11 @@ a.success-action {
}
.lasso-box {
fill-opacity:0.2;
fill: #bde5aa;
stroke: #000;
fill-opacity:0.1;
stroke: #fff;
stroke-width: 1;
stroke-opacity: 1;
stroke-dasharray: 5, 5;
}
.inspector-preset.cf,
+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,