Add default connection name, do not hide cursor after error, remove old classes.
[guacamole.git] / src / main / webapp / styles / client.css
index a090702..9765833 100644 (file)
@@ -33,6 +33,10 @@ img {
     overflow: hidden;
 }
 
+.guac-error .software-cursor {
+    cursor: default;
+}
+
 * {
     -webkit-tap-highlight-color: rgba(0,0,0,0);
 }