I'm using Guacamole VNC web client viewer and I want to hide the local browser cursor, because otherwise you see two cursors and it is confusing.
I can hide the browser mouse using simple style: cursor:none; But this is not so good because when some connection exception occurs, I need the browser mouse in order to close the error window etc.
Any solution?