mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
fixing cursor stuff.
This commit is contained in:
@@ -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
@@ -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