From cc873a1a80a71ef988db713efca557054fc875c1 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Thu, 14 Jan 2010 08:17:50 +0000 Subject: [PATCH] nathan gray commit 28952 and 28951: background color and border for ajax select box results --- etemplate/setup/etemplates.inc.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/etemplate/setup/etemplates.inc.php b/etemplate/setup/etemplates.inc.php index 13c699da6b..8255119859 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:32 * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package etemplate @@ -26,11 +26,19 @@ $templ_data[] = array('name' => 'etemplate.ajax_select_widget','template' => '', } td.select_search { display: inline; -margin-left: -7px; + margin-left: -7px; } .resultBox { clear: both; background-color: white; + border-color: #D3DCE3; + border-width: 1px; + border-style: groove outset outset; + display: none; +} +.resultBox div { + background-color: #F1F1F1; + padding: 0em 1em; } .resultBox div:hover { background-color: #D3DCE3;