egroupware_official/phpgwapi/templates/jerryr/css.tpl
2005-07-04 17:23:39 +00:00

11 lines
292 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}; }
.narrow_column { width: 1%; white-space: nowrap; }
{app_css}
-->
</style>
{css_file}