mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-05 11:32:23 +02:00
fixing cursor stuff.
This commit is contained in:
@@ -862,14 +862,14 @@ text.point {
|
||||
#map:hover {
|
||||
cursor: -webkit-image-set(
|
||||
url(../img/cursor-grab.png) 1x,
|
||||
url(../img/cursor-grab.png) 2x
|
||||
url(../img/cursor-grab2x.png) 2x
|
||||
) 9 9, auto;
|
||||
}
|
||||
|
||||
#map:active {
|
||||
cursor: -webkit-image-set(
|
||||
url(../img/cursor-grabbing.png) 1x,
|
||||
url(../img/cursor-grabbing.png) 2x
|
||||
url(../img/cursor-grabbing2x.png) 2x
|
||||
) 9 9, auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user