From 572fc9123360113e9fdf0fdceabc0eafc6680990 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 5 Feb 2013 15:43:31 -0800 Subject: [PATCH] #268: Fix cursor of settings dialogs. --- guacamole/src/main/webapp/styles/ui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole/src/main/webapp/styles/ui.css b/guacamole/src/main/webapp/styles/ui.css index 5ead76694..161b10099 100644 --- a/guacamole/src/main/webapp/styles/ui.css +++ b/guacamole/src/main/webapp/styles/ui.css @@ -277,6 +277,7 @@ div.section { .user.edit .fields, .connection.edit .fields { + cursor: auto; animation-name: fadein; -webkit-animation-name: fadein; animation-duration: 0.125s;