From 170b671b64a5b91855386ee99da7acdff09520db Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 21 Nov 2013 18:46:19 -0800 Subject: [PATCH] Hide hardware cursor completely via "cursor: none" on browsers that support it. --- guacamole/src/main/webapp/styles/client.css | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index 029fa01a8..93e74ff57 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -31,6 +31,7 @@ img { .software-cursor { cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default; overflow: hidden; + cursor: none; } .guac-error .software-cursor {