properly implemented retina cursors (i think?)

This commit is contained in:
Saman Bemel-Benrud
2013-04-04 18:11:11 -04:00
parent a47a5e4016
commit bbede6f33d
2 changed files with 56 additions and 108 deletions
+3 -1
View File
@@ -2291,7 +2291,9 @@ img.wiki-image {
.checkselect label:hover,
.opacity-options li,
.radial-menu-item {
cursor: url(../img/cursor-pointer2x.png) 6 1, pointer;
-webkit-image-set(
cursor: url(../img/cursor-pointer2x.png) 2x
) 6 1, pointer;
}
}