Consistently use the browser's pointer cursor

(before it was a random mix of browser pointer and custom pointer)
This commit is contained in:
Bryan Housel
2017-09-18 14:14:25 -04:00
parent 595053621b
commit 2ffac8e9eb
4 changed files with 2 additions and 4 deletions

View File

@@ -101,6 +101,5 @@
.turn rect,
.turn circle {
cursor: pointer; /* Opera */
cursor: url(img/cursor-pointer.png) 6 1, pointer; /* FF */
cursor: pointer;
}

View File

@@ -116,8 +116,7 @@ button,
.checkselect label:hover,
.opacity-options li,
.radial-menu-item {
cursor: pointer; /* Opera */
cursor: url(img/cursor-pointer.png) 6 1, pointer; /* FF */
cursor: pointer;
}
h2 {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 685 B