source: branches/celepar/phpgwapi/templates/prisma/css.tpl @ 727

Revision 727, 405 bytes checked in by niltonneto, 15 years ago (diff)

Commit inicial.

Line 
1<style type="text/css">
2<!--
3        .row_on { color: {row_text}; background-color: {row_on}; }
4        .row_off { color: {row_text}; background-color: {row_off}; }
5        .th { color: {th_text}; background-color: {th_bg}; }
6        {app_css}
7-->
8
9#dhtmltooltip
10{
11        position: absolute;
12        width: 150px;
13        border: 1px solid #ff7a0a;
14        padding: 2px;
15    background-color:#f9f400;
16        visibility: hidden;
17        z-index: 100;
18}
19
20</style>
21{css_file}
Note: See TracBrowser for help on using the repository browser.