mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Use turn restriction icons
This commit is contained in:
+14
@@ -957,6 +957,11 @@ g.turn.restricted path {
|
||||
stroke: red;
|
||||
}
|
||||
|
||||
g.turn rect {
|
||||
fill: none;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
/* Cursors */
|
||||
|
||||
#map {
|
||||
@@ -1104,6 +1109,15 @@ g.turn.restricted path {
|
||||
) 9 9, crosshair;
|
||||
}
|
||||
|
||||
.turn rect {
|
||||
cursor: pointer; /* Opera */
|
||||
cursor: url(img/cursor-pointer.png) 6 1, pointer; /* FF */
|
||||
cursor: -webkit-image-set(
|
||||
url(img/cursor-pointer.png) 1x,
|
||||
url(img/cursor-pointer2x.png) 2x
|
||||
) 6 1, pointer;
|
||||
}
|
||||
|
||||
.lasso #map {
|
||||
pointer-events: visibleStroke;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user