source: branches/1.2/workflow/templates/default/css/monitor_tabs.css @ 1349

Revision 1349, 453 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1.active_tab
2{
3        color:#000000;
4        background-color:#D3DCE3;
5        border-top-width : 1px;
6        border-top-style : solid;
7        border-top-color : Black;
8        border-left-width : 1px;
9        border-left-style : solid;
10        border-left-color : Black;
11        border-right-width : 1px;
12        border-right-style : solid;
13        border-right-color : Black;
14}
15.inactive_tab
16{
17        color:#000000;
18        background-color:#E8F0F0;
19        border-bottom-width : 1px;
20        border-bottom-style : solid;
21        border-bottom-color : Black;
22}
Note: See TracBrowser for help on using the repository browser.