From 7c980046f34f222cfc484a4fad1e5526dd584ed2 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 30 Jun 2011 13:58:02 -0700 Subject: [PATCH] 50% opacity for version. --- src/main/webapp/styles/guacamole.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/styles/guacamole.css b/src/main/webapp/styles/guacamole.css index ba73194..bf762f0 100644 --- a/src/main/webapp/styles/guacamole.css +++ b/src/main/webapp/styles/guacamole.css @@ -123,6 +123,8 @@ div#login-ui #version-dialog { font-style: italic; font-size: 0.75em; color: black; + opacity: 0.5; + padding: 0.25em; } -- 1.7.10.4