mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Gantt widget styling
This commit is contained in:
parent
45a9fd838c
commit
41375adde8
@ -220,6 +220,28 @@
|
||||
border-radius: 3px;
|
||||
background-color: #1aa200 !important;
|
||||
}
|
||||
/* Gantt widget */
|
||||
.et2_gantt .gantt_task_line {
|
||||
background-color: #679fd2;
|
||||
}
|
||||
.et2_gantt .gantt_task_line .gantt_task_content {
|
||||
color: #043a6b;
|
||||
}
|
||||
.et2_gantt .gantt_task_line .gantt_selected {
|
||||
background-color: rgba(255, 194, 0, 0.01);
|
||||
}
|
||||
.et2_gantt .gantt_task_line .gantt_task_progress {
|
||||
color: #043a6b;
|
||||
background-color: #ffdd73;
|
||||
/* outline progress in a complementary color */
|
||||
border: 1px solid #bf9d30;
|
||||
border-right: none;
|
||||
margin: -1px;
|
||||
}
|
||||
.et2_gantt .gantt_task_line.gantt_milestone {
|
||||
background-color: #ffc200;
|
||||
border-color: #bf9d30;
|
||||
}
|
||||
/*Link to / Selector Widget*/
|
||||
.et2_link_to .et2_button_icon {
|
||||
/*.background_color_10_gray;*/
|
||||
|
@ -174,6 +174,35 @@ div.et2_file input.et2_file_upload{
|
||||
&:hover {.Complete_Button_Icon_hover; background-color: @color_positive_action_active !important;}
|
||||
}
|
||||
|
||||
/* Gantt widget */
|
||||
.et2_gantt {
|
||||
.gantt_task_line {
|
||||
background-color: @egw_color_2_e;
|
||||
|
||||
.gantt_task_content {
|
||||
color: @egw_color_2_c;
|
||||
}
|
||||
.gantt_selected {
|
||||
background-color: @color_active_row;
|
||||
}
|
||||
|
||||
.gantt_task_progress {
|
||||
color: @egw_color_2_c;
|
||||
background-color: @color_progress;
|
||||
|
||||
/* outline progress in a complementary color */
|
||||
border: 1px solid @egw_color_1_b;
|
||||
border-right: none;
|
||||
margin: -1px;
|
||||
|
||||
}
|
||||
}
|
||||
.gantt_task_line.gantt_milestone {
|
||||
background-color: @egw_color_1;
|
||||
border-color: @egw_color_1_b;
|
||||
}
|
||||
}
|
||||
|
||||
/*Link to / Selector Widget*/
|
||||
.et2_link_to {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user