source: sandbox/2.3-MailArchiver/workflow/templates/default/css/category.css @ 6779

Revision 6779, 420 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

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.