forked from extern/egroupware
Put a background color on the AJAX Select results box
This commit is contained in:
parent
e8fa73d310
commit
2d310645f9
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* eGroupWare - eTemplates for Application etemplate
|
||||
* http://www.egroupware.org
|
||||
* generated by soetemplate::dump4setup() 2010-01-13 11:16
|
||||
* 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,7 +26,7 @@ $templ_data[] = array('name' => 'etemplate.ajax_select_widget','template' => '',
|
||||
}
|
||||
td.select_search {
|
||||
display: inline;
|
||||
margin-left: -7px;
|
||||
margin-left: -7px;
|
||||
}
|
||||
.resultBox {
|
||||
clear: both;
|
||||
@ -36,6 +36,10 @@ margin-left: -7px;
|
||||
border-style: groove outset outset;
|
||||
display: none;
|
||||
}
|
||||
.resultBox div {
|
||||
background-color: #F1F1F1;
|
||||
padding: 0em 1em;
|
||||
}
|
||||
.resultBox div:hover {
|
||||
background-color: #D3DCE3;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user