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
|
* eGroupWare - eTemplates for Application etemplate
|
||||||
* http://www.egroupware.org
|
* 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
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @package etemplate
|
* @package etemplate
|
||||||
@ -26,7 +26,7 @@ $templ_data[] = array('name' => 'etemplate.ajax_select_widget','template' => '',
|
|||||||
}
|
}
|
||||||
td.select_search {
|
td.select_search {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-left: -7px;
|
margin-left: -7px;
|
||||||
}
|
}
|
||||||
.resultBox {
|
.resultBox {
|
||||||
clear: both;
|
clear: both;
|
||||||
@ -36,6 +36,10 @@ margin-left: -7px;
|
|||||||
border-style: groove outset outset;
|
border-style: groove outset outset;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.resultBox div {
|
||||||
|
background-color: #F1F1F1;
|
||||||
|
padding: 0em 1em;
|
||||||
|
}
|
||||||
.resultBox div:hover {
|
.resultBox div:hover {
|
||||||
background-color: #D3DCE3;
|
background-color: #D3DCE3;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user