Put a border on the AJAX Select results box

This commit is contained in:
Nathan Gray 2010-01-13 18:16:59 +00:00
parent 9c4c261c9b
commit e8fa73d310

View File

@ -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;