setting the em_folder bgcolor for idots from a blue to a gray, so that links are visible

This commit is contained in:
Ralf Becker 2003-10-01 15:12:30 +00:00
parent 30a4f77153
commit 1ef61884b1

View File

@ -48,4 +48,5 @@
if ($GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'] == 'idots')
{
$phpgw_info['theme']['row_off'] = '#E8F0F0';
$phpgw_info['theme']['em_folder'] = '#a0a0a0';
}