mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
11 lines
455 B
CSS
11 lines
455 B
CSS
p,td { font-face: "Arial, Helvetica, sans-serif"; font-size:12pt; }
|
|
.list { font-size:9pt; }
|
|
.action { font-size:16pt; margin-bottom:0px; }
|
|
.low,.pri_low_done { color:#606060; }
|
|
.normal,.pri_normal_done { color:black }
|
|
.high { color:#cc0000; } .high_done { color:#800000; }
|
|
.urgent { color:#ff00ff; } .urgent_done { color:#800080; }
|
|
.overdue { color:#cc0000; font-weight:bold; }
|
|
.private { font-style:italic; }
|
|
.note { color:#808080; font-style:italic; }
|