forked from extern/egroupware
Put a border on the AJAX Select results box
This commit is contained in:
parent
9c4c261c9b
commit
e8fa73d310
@ -2,7 +2,7 @@
|
|||||||
/**
|
/**
|
||||||
* eGroupWare - eTemplates for Application etemplate
|
* eGroupWare - eTemplates for Application etemplate
|
||||||
* http://www.egroupware.org
|
* 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
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @package etemplate
|
* @package etemplate
|
||||||
@ -31,6 +31,10 @@ margin-left: -7px;
|
|||||||
.resultBox {
|
.resultBox {
|
||||||
clear: both;
|
clear: both;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
border-color: #D3DCE3;
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: groove outset outset;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.resultBox div:hover {
|
.resultBox div:hover {
|
||||||
background-color: #D3DCE3;
|
background-color: #D3DCE3;
|
||||||
|
Loading…
Reference in New Issue
Block a user