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

Revision 1349, 420 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/* Adapt this file to the colors you want for your categories */
2.category_1
3{
4        background-color:       #dff0df;
5}
6.category_2
7{
8        background-color:       #d5e3d5;
9}
10.category_3
11{
12        background-color:       #badaba;
13}
14.category_4
15{
16        background-color:       #8ada8a;
17}
18.category_5
19{
20        background-color:       #5fdd5f;
21}
22.category_6
23{
24        background-color:       #00e000;
25}
26.category_7
27{
28        background-color:       #da4a4a;
29}
30.category_8
31{
32        background-color:       #da8a8a;
33}
Note: See TracBrowser for help on using the repository browser.