sort- and filter-headers for the nextmatch widget

This commit is contained in:
Ralf Becker 2003-12-09 00:26:22 +00:00
parent db4fe046f5
commit 1f4dad9ce2

View File

@ -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";
} }