Use cursor-select-acting.png (fixes #304)

This commit is contained in:
John Firebaugh
2012-12-21 15:46:19 -08:00
parent e6cf1c8e8a
commit 5c6a45d22d
+7
View File
@@ -120,6 +120,13 @@ path.area {
cursor: url(../img/cursor-select-area.png), pointer;
}
.mode-select g.marker.active,
.mode-select path.active,
.mode-select circle.handle.active,
.mode-select path.area.active {
cursor: url(../img/cursor-select-acting.png), pointer;
}
path.area.active {
stroke-width:3 !important;
}