Skip to content

Commit fade84f

Browse files
committed
[update] version 5.1
1 parent db1199e commit fade84f

File tree

145 files changed

+7203
-5512
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+7203
-5512
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dhtmlxGantt v.5.0
1+
dhtmlxGantt v.5.1
22
=================
33

44
[![Join the chat at https://gitter.im/dhtmlx/dhtmlx](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dhtmlx/dhtmlx)

codebase/dhtmlxgantt.css

+31-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* @license
33
*
4-
* dhtmlxGantt v.5.0.5 Stardard
4+
* dhtmlxGantt v.5.1.0 Stardard
55
* This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact [email protected]. Usage without proper license is prohibited.
66
*
77
* (c) Dinamenta, UAB.
@@ -234,6 +234,7 @@
234234
.gantt_grid_data {
235235
width: 100%;
236236
overflow: hidden;
237+
position: relative;
237238
}
238239
.gantt_row {
239240
position: relative;
@@ -601,26 +602,33 @@ div.dhx_modal_cover {
601602
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
602603
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
603604
padding: 0px;
604-
background-color: #FFF;
605+
background-color: #FFFFFF;
605606
border-radius: 3px;
606-
border: 1px solid #ffffff;
607+
border: 1px solid #FFFFFF;
607608
}
608609
.gantt-info div {
609610
padding: 5px 10px 5px 10px;
610-
background-color: #fff;
611+
background-color: #FFFFFF;
611612
border-radius: 3px;
612613
border: 1px solid #CECECE;
613614
}
614615
.gantt-error {
615616
background-color: #d81b1b;
616617
border: 1px solid #ff3c3c;
617-
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
618-
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
619618
}
620619
.gantt-error div {
621620
background-color: #d81b1b;
622621
border: 1px solid #940000;
623-
color: #FFF;
622+
color: #FFFFFF;
623+
}
624+
.gantt-warning {
625+
background-color: #FF9000;
626+
border: 1px solid #ffa633;
627+
}
628+
.gantt-warning div {
629+
background-color: #FF9000;
630+
border: 1px solid #b36500;
631+
color: #FFFFFF;
624632
}
625633
.gantt_grid div,
626634
.gantt_data_area div {
@@ -802,13 +810,13 @@ div.dhx_modal_cover {
802810
-webkit-box-shadow: 0px 0px 3px #e87e7b;
803811
box-shadow: 0px 0px 3px #e87e7b;
804812
}
805-
.link_start_allow .gantt_link_control.task_left div,
806-
.link_finish_allow .gantt_link_control.task_right div {
813+
.link_start_allow .gantt_link_control.task_start_date div,
814+
.link_finish_allow .gantt_link_control.task_end_date div {
807815
background-color: #ffbf5e;
808816
border-color: #ffa011;
809817
}
810-
.link_start_deny .gantt_link_control.task_left div,
811-
.link_finish_deny .gantt_link_control.task_right div {
818+
.link_start_deny .gantt_link_control.task_start_date div,
819+
.link_finish_deny .gantt_link_control.task_end_date div {
812820
background-color: #e87e7b;
813821
border-color: #dd3e3a;
814822
}
@@ -1420,6 +1428,18 @@ div.dhx_modal_cover {
14201428
top: 0;
14211429
left: 0;
14221430
}
1431+
.gantt_resource_marker {
1432+
position: absolute;
1433+
text-align: center;
1434+
font-size: 14px;
1435+
color: #FFF;
1436+
}
1437+
.gantt_resource_marker_ok {
1438+
background: rgba(78, 208, 134, 0.75);
1439+
}
1440+
.gantt_resource_marker_overtime {
1441+
background: rgba(255, 134, 134, 0.69);
1442+
}
14231443
.gantt_layout_content {
14241444
width: 100%;
14251445
overflow: auto;

codebase/dhtmlxgantt.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxgantt.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_csp.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_csp.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_fullscreen.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_fullscreen.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_keyboard_navigation.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_keyboard_navigation.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_marker.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_marker.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_multiselect.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_multiselect.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_quick_info.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/ext/dhtmlxgantt_quick_info.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)