diff --git a/css/app.css b/css/app.css index 34e255567..45b5fd4ef 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/css/map.css b/css/map.css index a9acb7154..84ebb1e7d 100644 --- a/css/map.css +++ b/css/map.css @@ -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; } diff --git a/img/cursor-select-way2x.png b/img/cursor-select-way2x.png deleted file mode 100644 index 95c5cc7c2..000000000 Binary files a/img/cursor-select-way2x.png and /dev/null differ