mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
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;
|
||||
}
|
||||
/* Gantt widget */
|
||||
.et2_gantt .gantt_tree_content {
|
||||
color: #043a6b;
|
||||
}
|
||||
.et2_gantt .gantt_task_line {
|
||||
background-color: #679fd2;
|
||||
}
|
||||
|
@ -176,6 +176,9 @@ div.et2_file input.et2_file_upload{
|
||||
|
||||
/* Gantt widget */
|
||||
.et2_gantt {
|
||||
.gantt_tree_content {
|
||||
color: @egw_color_2_c;
|
||||
}
|
||||
.gantt_task_line {
|
||||
background-color: @egw_color_2_e;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user