Change gantt row label color to blue, matching bar label color

This commit is contained in:
Nathan Gray 2014-06-16 20:40:10 +00:00
parent 293a4d5fb2
commit d7f50c3c72
2 changed files with 6 additions and 0 deletions

View File

@ -221,6 +221,9 @@
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,6 +176,9 @@ 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;