forked from extern/egroupware
Change gantt row label color to blue, matching bar label color
This commit is contained in:
parent
293a4d5fb2
commit
d7f50c3c72
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user