From 8e6156f750acb8a4e7de4cb62840e27535da0cba Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 23 Nov 2014 22:15:03 -0800 Subject: [PATCH] GUAC-932: Style no-recent to be a bit more subdued. --- guacamole/src/main/webapp/app/home/styles/home.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/app/home/styles/home.css b/guacamole/src/main/webapp/app/home/styles/home.css index 2ea3cff42..6ba463b8a 100644 --- a/guacamole/src/main/webapp/app/home/styles/home.css +++ b/guacamole/src/main/webapp/app/home/styles/home.css @@ -49,8 +49,8 @@ div.recent-connections { .no-recent { - color: black; - text-shadow: 1px 1px white; + color: rgba(255, 255, 255, 0.5); + text-shadow: -1px -1px rgba(0, 0, 0, 0.5); opacity: 0.5; font-size: 2em;