From 957823a18bcd67c4d5aa10a125a8c99611720fd8 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 4 Nov 2012 22:39:04 -0800 Subject: [PATCH] Brighter button. --- guacamole/src/main/webapp/styles/login.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/styles/login.css b/guacamole/src/main/webapp/styles/login.css index 3f9ac2405..4155fd968 100644 --- a/guacamole/src/main/webapp/styles/login.css +++ b/guacamole/src/main/webapp/styles/login.css @@ -80,7 +80,7 @@ div#logout-panel button { border: 1px solid rgba(0, 0, 0, 0.4); border-radius: 0.6em; - color: rgba(255, 255, 255, 0.95); + color: white; text-shadow: -1px -1px rgba(0, 0, 0, 0.3); font-weight: bold; font-size: 1.125em;