mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:56 +01:00
nathan gray commit 28952 and 28951: background color and border for ajax select box results
This commit is contained in:
parent
d9abc32437
commit
cc873a1a80
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user