Gantt titles back to black

This commit is contained in:
Nathan Gray 2014-06-17 19:34:10 +00:00
parent d7f50c3c72
commit 6b3cb2a06c
2 changed files with 0 additions and 6 deletions

View File

@ -221,9 +221,6 @@
background-color: #1aa200 !important; background-color: #1aa200 !important;
} }
/* Gantt widget */ /* Gantt widget */
.et2_gantt .gantt_tree_content {
color: #043a6b;
}
.et2_gantt .gantt_task_line { .et2_gantt .gantt_task_line {
background-color: #679fd2; background-color: #679fd2;
} }

View File

@ -176,9 +176,6 @@ div.et2_file input.et2_file_upload{
/* Gantt widget */ /* Gantt widget */
.et2_gantt { .et2_gantt {
.gantt_tree_content {
color: @egw_color_2_c;
}
.gantt_task_line { .gantt_task_line {
background-color: @egw_color_2_e; background-color: @egw_color_2_e;