fixing cursor stuff.

This commit is contained in:
Saman Bemel-Benrud
2013-04-04 18:27:00 -04:00
parent bbede6f33d
commit be9f8e21be
3 changed files with 2 additions and 6 deletions

View File

@@ -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;
}