From 4eac608e7c6901fbd7554c198383f088eff734b9 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 5 Feb 2013 18:26:34 -0800 Subject: [PATCH] #268: More prominent field border. --- guacamole/src/main/webapp/styles/ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/styles/ui.css b/guacamole/src/main/webapp/styles/ui.css index 161b10099..b7f15503e 100644 --- a/guacamole/src/main/webapp/styles/ui.css +++ b/guacamole/src/main/webapp/styles/ui.css @@ -250,7 +250,7 @@ div.section { vertical-align: top; z-index: 1; - border: 1px solid rgba(0, 0, 0, 0.1); + border: 1px solid rgba(0, 0, 0, 0.5); background: #DDD; padding: 0.5em; margin: 0.25em;