egroupware/phpgwapi/templates/prisma/css.tpl

23 lines
437 B
Smarty
Raw Normal View History

2004-09-28 14:01:20 +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}; }
.narrow_column { width: 6em; }
2004-09-28 14:01:20 +02:00
{app_css}
-->
#dhtmltooltip
{
position: absolute;
width: 150px;
border: 1px solid #ff7a0a;
padding: 2px;
background-color:#f9f400;
visibility: hidden;
z-index: 100;
}
</style>
{css_file}