Use blank.gif rather than dot.gif - the only browser that needed the dot now supports "cursor: none".

This commit is contained in:
Michael Jumper
2013-11-21 18:55:00 -08:00
parent 170b671b64
commit ccf8b17150

View File

@@ -29,7 +29,7 @@ img {
}
.software-cursor {
cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
cursor: url('../images/mouse/blank.gif'),url('../images/mouse/blank.cur'),default;
overflow: hidden;
cursor: none;
}