You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/01/30 23:44:46 UTC

[34/50] guacamole-client git commit: GUACAMOLE-197: Remove unneeded iframe reference.

GUACAMOLE-197: Remove unneeded iframe reference.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/9a98400c
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/9a98400c
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/9a98400c

Branch: refs/heads/master
Commit: 9a98400ce235917be371bff1eb8cacdbfb4a2010
Parents: 52e9b66
Author: Nick Couchman <vn...@apache.org>
Authored: Sat Jul 15 17:26:10 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Jan 29 17:08:11 2018 -0500

----------------------------------------------------------------------
 .../guacamole-auth-radius/src/main/resources/styles/radius.css   | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/9a98400c/extensions/guacamole-auth-radius/src/main/resources/styles/radius.css
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-radius/src/main/resources/styles/radius.css b/extensions/guacamole-auth-radius/src/main/resources/styles/radius.css
index 00d7988..92cb48a 100644
--- a/extensions/guacamole-auth-radius/src/main/resources/styles/radius.css
+++ b/extensions/guacamole-auth-radius/src/main/resources/styles/radius.css
@@ -37,7 +37,3 @@
 .radius-challenge-response-field input[type="submit"] {
     display: none !important;
 }
-
-.radius-challenge-response-field.loading iframe {
-    opacity: 0;
-}