mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
Use turn restriction icons
This commit is contained in:
@@ -2763,10 +2763,6 @@ img.wiki-image {
|
||||
fill: rgba(255,255,255,.5);
|
||||
}
|
||||
|
||||
.radial-menu .icon {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.lasso-box {
|
||||
fill-opacity:0.1;
|
||||
stroke: #fff;
|
||||
|
||||
+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