egroupware/phpgwapi/templates/idots/css.tpl
2003-08-28 14:31:11 +00:00

9 lines
229 B
Smarty
Executable File

<style type="text/css">
<!--
.row_on { color: {row_text}; background-color: {row_on}; }
.row_off { color: {row_text}; background-color: {row_off}; }
.th { color: {th_text}; background-color: {th_bg}; }
{app_css}
-->
</style>