1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-07 19:52:19 +01:00
egroupware_official/phpgwapi/templates/literati/css.tpl

9 lines
239 B
Smarty
Raw Normal View History

2003-10-14 21:46:22 +02:00
<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>
{css_file}