forked from extern/egroupware
sort- and filter-headers for the nextmatch widget
This commit is contained in:
parent
db4fe046f5
commit
1f4dad9ce2
@ -363,7 +363,7 @@ class html
|
|||||||
function theme2css()
|
function theme2css()
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
".th { background: ".$GLOBALS['phpgw_info']['theme']['th_bg']."; font-weight: bold; }\n".
|
".th { background: ".$GLOBALS['phpgw_info']['theme']['th_bg']."; }\n".
|
||||||
".row_on,.th_bright { background: ".$GLOBALS['phpgw_info']['theme']['row_on']."; }\n".
|
".row_on,.th_bright { background: ".$GLOBALS['phpgw_info']['theme']['row_on']."; }\n".
|
||||||
".row_off { background: ".$GLOBALS['phpgw_info']['theme']['row_off']."; }\n";
|
".row_off { background: ".$GLOBALS['phpgw_info']['theme']['row_off']."; }\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user