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
-4
View File
@@ -59,7 +59,6 @@ a, button, input, textarea {
}
a, button {
cursor: pointer;
cursor: url(../img/cursor-pointer.png) 6 1, pointer;
}
@@ -1074,7 +1073,6 @@ input[type=number] {
}
.checkselect label:hover {
cursor: pointer;
cursor: url(../img/cursor-pointer.png) 6 1, pointer;
background: #f1f1f1;
}
@@ -1545,7 +1543,6 @@ img.wiki-image {
height: 100%;
display: block;
float: left;
cursor: pointer;
cursor: url(../img/cursor-pointer.png) 6 1, pointer;
}
@@ -2229,7 +2226,6 @@ img.wiki-image {
.radial-menu-item {
fill: white;
cursor: pointer;
cursor: url(../img/cursor-pointer.png) 6 1, pointer;
}
+2 -2
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;
}