From e8fa73d310b6939bf892a15cc0d2b918471234a0 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 13 Jan 2010 18:16:59 +0000 Subject: [PATCH] Put a border on the AJAX Select results box --- etemplate/setup/etemplates.inc.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etemplate/setup/etemplates.inc.php b/etemplate/setup/etemplates.inc.php index 4fceedb422..c1901f4054 100644 --- a/etemplate/setup/etemplates.inc.php +++ b/etemplate/setup/etemplates.inc.php @@ -2,7 +2,7 @@ /** * eGroupWare - eTemplates for Application etemplate * http://www.egroupware.org - * generated by soetemplate::dump4setup() 2010-01-12 13:39 + * generated by soetemplate::dump4setup() 2010-01-13 11:16 * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package etemplate @@ -31,6 +31,10 @@ margin-left: -7px; .resultBox { clear: both; background-color: white; + border-color: #D3DCE3; + border-width: 1px; + border-style: groove outset outset; + display: none; } .resultBox div:hover { background-color: #D3DCE3;