mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
styled lasso, fixes #741
This commit is contained in:
+4
-3
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user