From ccf8b17150fd2a00bbfc7e4564117abeee327051 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 21 Nov 2013 18:55:00 -0800 Subject: [PATCH] Use blank.gif rather than dot.gif - the only browser that needed the dot now supports "cursor: none". --- guacamole/src/main/webapp/styles/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }