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 {