From 4be517ac95059ffec55b1eeb6df94359bd06089a Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 18 Apr 2014 17:24:51 -0700 Subject: [PATCH] GUAC-324: Improve menu style. --- guacamole/src/main/webapp/client.xhtml | 12 +++++++----- guacamole/src/main/webapp/styles/client.css | 7 ++++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml index 4b4d64203..80221f1ac 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -55,11 +55,13 @@ diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index 2f418c8c2..3a14c93c1 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -542,7 +542,12 @@ p.hint { bottom: 0; max-width: 100%; width: 320px; - background: red; + background: #EEE; + box-shadow: inset -1px 0 2px white, 1px 0 2px black; +} + +#menu .content { + padding: 1em; } #menu.closed {