Add shadow on area strokes (fixes #674)

This commit is contained in:
John Firebaugh
2013-03-07 10:32:59 -08:00
parent 457922856e
commit a6ce12efb6
3 changed files with 24 additions and 23 deletions
+2 -1
View File
@@ -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;
}