mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Add shadow on area strokes (fixes #674)
This commit is contained in:
+2
-1
@@ -822,7 +822,8 @@ text.point {
|
||||
.mode-draw-area .behavior-hover .way,
|
||||
.mode-add-line .behavior-hover .way,
|
||||
.mode-add-area .behavior-hover .way,
|
||||
.behavior-drag-node.behavior-hover .way {
|
||||
.behavior-drag-node.behavior-hover .way.stroke,
|
||||
.behavior-drag-node.behavior-hover .way.shadow {
|
||||
cursor: crosshair;
|
||||
cursor: url(../img/cursor-draw-connect-line.png) 9 9, crosshair;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user