diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index 93e74ff57..2bce1e53b 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -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; }