mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Fix node cursor CSS when in data/error/note select modes
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
|
||||
.ideditor.mode-browse .vertex,
|
||||
.ideditor.mode-select .vertex,
|
||||
.ideditor.mode-select-data .point,
|
||||
.ideditor.mode-select-error .point,
|
||||
.ideditor.mode-select-note .point {
|
||||
.ideditor.mode-select-data .vertex,
|
||||
.ideditor.mode-select-error .vertex,
|
||||
.ideditor.mode-select-note .vertex {
|
||||
cursor: pointer; /* Opera */
|
||||
cursor: url(img/cursor-select-vertex.png), pointer; /* FF */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user