From 1cdcae9281415b5b049bbd199ca64cbb4e6b860a Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 8 Apr 2012 16:30:39 -0700 Subject: [PATCH] Remove testing styles. --- guacamole/src/main/webapp/styles/client.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index a77806fbe..7477dd88b 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -250,11 +250,10 @@ textarea#eventTarget { /* Hide offscreen */ left: 0; top: 0; - width: 10px; - height: 10px; - opacity: 1; + width: 0; + height: 0; + opacity: 0; - z-index: 100; overflow: hidden; }