@syncfusion/ej2-angular-kanban 20.4.54-ngcc → 21.1.35-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-kanban.es5.js +1 -1
- package/@syncfusion/ej2-angular-kanban.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-kanban.js +1 -1
- package/@syncfusion/ej2-angular-kanban.js.map +1 -1
- package/CHANGELOG.md +2 -0
- package/dist/ej2-angular-kanban.umd.js +2 -2
- package/dist/ej2-angular-kanban.umd.js.map +1 -1
- package/dist/ej2-angular-kanban.umd.min.js +2 -2
- package/dist/ej2-angular-kanban.umd.min.js.map +1 -1
- package/ej2-angular-kanban.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +11 -12
- package/styles/bootstrap.css +11 -11
- package/styles/bootstrap4.css +10 -10
- package/styles/bootstrap5-dark.css +11 -11
- package/styles/bootstrap5.css +11 -11
- package/styles/fabric-dark.css +11 -12
- package/styles/fabric.css +11 -11
- package/styles/fluent-dark.css +11 -11
- package/styles/fluent.css +11 -11
- package/styles/highcontrast-light.css +11 -13
- package/styles/highcontrast.css +11 -11
- package/styles/kanban/bootstrap-dark.css +11 -12
- package/styles/kanban/bootstrap.css +11 -11
- package/styles/kanban/bootstrap4.css +10 -10
- package/styles/kanban/bootstrap5-dark.css +11 -11
- package/styles/kanban/bootstrap5.css +11 -11
- package/styles/kanban/fabric-dark.css +11 -12
- package/styles/kanban/fabric.css +11 -11
- package/styles/kanban/fluent-dark.css +11 -11
- package/styles/kanban/fluent.css +11 -11
- package/styles/kanban/highcontrast-light.css +11 -13
- package/styles/kanban/highcontrast.css +11 -11
- package/styles/kanban/material-dark.css +11 -11
- package/styles/kanban/material.css +11 -11
- package/styles/kanban/tailwind-dark.css +11 -11
- package/styles/kanban/tailwind.css +11 -11
- package/styles/material-dark.css +11 -11
- package/styles/material.css +11 -11
- package/styles/tailwind-dark.css +11 -11
- package/styles/tailwind.css +11 -11
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
background: #ffcdd2;
|
|
301
301
|
}
|
|
302
302
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
303
|
-
background
|
|
303
|
+
background: #2a2a2a;
|
|
304
304
|
text-align: center;
|
|
305
305
|
width: 50px;
|
|
306
306
|
}
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
}
|
|
593
593
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
594
594
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
595
|
-
background
|
|
595
|
+
background: #8d8d8d;
|
|
596
596
|
border: 1px dashed #9c9c9c;
|
|
597
597
|
}
|
|
598
598
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
position: absolute;
|
|
768
768
|
}
|
|
769
769
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
770
|
-
background
|
|
770
|
+
background: #383838;
|
|
771
771
|
height: 100%;
|
|
772
772
|
opacity: 0.5;
|
|
773
773
|
width: 100%;
|
|
@@ -952,7 +952,7 @@
|
|
|
952
952
|
|
|
953
953
|
.e-mobile-popup-wrapper.e-device,
|
|
954
954
|
.e-mobile-popup-container.e-device {
|
|
955
|
-
background
|
|
955
|
+
background: #2a2a2a;
|
|
956
956
|
border-radius: 2px;
|
|
957
957
|
bottom: 0;
|
|
958
958
|
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
@@ -977,8 +977,7 @@
|
|
|
977
977
|
}
|
|
978
978
|
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
|
|
979
979
|
.e-mobile-popup-container.e-device .e-popup-header .e-close {
|
|
980
|
-
background
|
|
981
|
-
border: 0;
|
|
980
|
+
background: transparent;
|
|
982
981
|
}
|
|
983
982
|
.e-mobile-popup-wrapper.e-device .e-popup-content,
|
|
984
983
|
.e-mobile-popup-container.e-device .e-popup-content {
|
|
@@ -1040,7 +1039,7 @@
|
|
|
1040
1039
|
background: #2a2a2a;
|
|
1041
1040
|
}
|
|
1042
1041
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1043
|
-
background
|
|
1042
|
+
background: #2a2a2a;
|
|
1044
1043
|
}
|
|
1045
1044
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1046
1045
|
color: #fff;
|
|
@@ -1066,20 +1065,20 @@
|
|
|
1066
1065
|
color: #393939;
|
|
1067
1066
|
}
|
|
1068
1067
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1069
|
-
background
|
|
1068
|
+
background: #2a2a2a;
|
|
1070
1069
|
}
|
|
1071
1070
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1072
1071
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1073
1072
|
color: #fff;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1076
|
-
background
|
|
1075
|
+
background: rgba(0, 112, 240, 0.1);
|
|
1077
1076
|
}
|
|
1078
1077
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1079
1078
|
color: #0070f0;
|
|
1080
1079
|
}
|
|
1081
1080
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
1082
|
-
background
|
|
1081
|
+
background: #767676;
|
|
1083
1082
|
}
|
|
1084
1083
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1085
1084
|
color: #fff;
|
|
@@ -1088,7 +1087,7 @@
|
|
|
1088
1087
|
color: #fff;
|
|
1089
1088
|
}
|
|
1090
1089
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
|
|
1091
|
-
background
|
|
1090
|
+
background: #eceaff;
|
|
1092
1091
|
color: #3225c9;
|
|
1093
1092
|
}
|
|
1094
1093
|
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
|
|
@@ -1112,7 +1111,7 @@
|
|
|
1112
1111
|
}
|
|
1113
1112
|
|
|
1114
1113
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
1115
|
-
background
|
|
1114
|
+
background: initial;
|
|
1116
1115
|
color: #f0f0f0;
|
|
1117
1116
|
min-width: 70%;
|
|
1118
1117
|
}
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
background: #ffcdd2;
|
|
298
298
|
}
|
|
299
299
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
300
|
-
background
|
|
300
|
+
background: #f5f5f5;
|
|
301
301
|
text-align: center;
|
|
302
302
|
width: 50px;
|
|
303
303
|
}
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
}
|
|
590
590
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
591
591
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
592
|
-
background
|
|
592
|
+
background: #f5f5f5;
|
|
593
593
|
border: 1px dashed #ddd;
|
|
594
594
|
}
|
|
595
595
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
position: absolute;
|
|
765
765
|
}
|
|
766
766
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
767
|
-
background
|
|
767
|
+
background: #383838;
|
|
768
768
|
height: 100%;
|
|
769
769
|
opacity: 0.5;
|
|
770
770
|
width: 100%;
|
|
@@ -949,7 +949,7 @@
|
|
|
949
949
|
|
|
950
950
|
.e-mobile-popup-wrapper.e-device,
|
|
951
951
|
.e-mobile-popup-container.e-device {
|
|
952
|
-
background
|
|
952
|
+
background: #fff;
|
|
953
953
|
border-radius: 2px;
|
|
954
954
|
bottom: 0;
|
|
955
955
|
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
}
|
|
975
975
|
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
|
|
976
976
|
.e-mobile-popup-container.e-device .e-popup-header .e-close {
|
|
977
|
-
background
|
|
977
|
+
background: transparent;
|
|
978
978
|
border: 0;
|
|
979
979
|
}
|
|
980
980
|
.e-mobile-popup-wrapper.e-device .e-popup-content,
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
background: #fff;
|
|
1038
1038
|
}
|
|
1039
1039
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1040
|
-
background
|
|
1040
|
+
background: #f5f5f5;
|
|
1041
1041
|
}
|
|
1042
1042
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1043
1043
|
color: #333;
|
|
@@ -1063,20 +1063,20 @@
|
|
|
1063
1063
|
color: #777;
|
|
1064
1064
|
}
|
|
1065
1065
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1066
|
-
background
|
|
1066
|
+
background: #f5f5f5;
|
|
1067
1067
|
}
|
|
1068
1068
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1069
1069
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1070
1070
|
color: #333;
|
|
1071
1071
|
}
|
|
1072
1072
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1073
|
-
background
|
|
1073
|
+
background: rgba(49, 122, 185, 0.1);
|
|
1074
1074
|
}
|
|
1075
1075
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1076
1076
|
color: #317ab9;
|
|
1077
1077
|
}
|
|
1078
1078
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
1079
|
-
background
|
|
1079
|
+
background: #eee;
|
|
1080
1080
|
}
|
|
1081
1081
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1082
1082
|
color: #333;
|
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
color: #777;
|
|
1086
1086
|
}
|
|
1087
1087
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
|
|
1088
|
-
background
|
|
1088
|
+
background: #eceaff;
|
|
1089
1089
|
color: #3225c9;
|
|
1090
1090
|
}
|
|
1091
1091
|
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
1111
1111
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
1112
|
-
background
|
|
1112
|
+
background: initial;
|
|
1113
1113
|
color: #555;
|
|
1114
1114
|
min-width: 70%;
|
|
1115
1115
|
}
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
background: #ffcdd2;
|
|
378
378
|
}
|
|
379
379
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
380
|
-
background
|
|
380
|
+
background: #f2f4f6;
|
|
381
381
|
text-align: center;
|
|
382
382
|
width: 50px;
|
|
383
383
|
}
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
}
|
|
670
670
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
671
671
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
672
|
-
background
|
|
672
|
+
background: #f2f4f6;
|
|
673
673
|
border: 1px dashed #ced4da;
|
|
674
674
|
}
|
|
675
675
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -844,7 +844,7 @@
|
|
|
844
844
|
position: absolute;
|
|
845
845
|
}
|
|
846
846
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
847
|
-
background
|
|
847
|
+
background: #383838;
|
|
848
848
|
height: 100%;
|
|
849
849
|
opacity: 0.5;
|
|
850
850
|
width: 100%;
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
|
|
1030
1030
|
.e-mobile-popup-wrapper.e-device,
|
|
1031
1031
|
.e-mobile-popup-container.e-device {
|
|
1032
|
-
background
|
|
1032
|
+
background: #fff;
|
|
1033
1033
|
border-radius: 2px;
|
|
1034
1034
|
bottom: 0;
|
|
1035
1035
|
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
background: #fff;
|
|
1117
1117
|
}
|
|
1118
1118
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1119
|
-
background
|
|
1119
|
+
background: #f2f4f6;
|
|
1120
1120
|
}
|
|
1121
1121
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1122
1122
|
color: #212529;
|
|
@@ -1142,20 +1142,20 @@
|
|
|
1142
1142
|
color: #fff;
|
|
1143
1143
|
}
|
|
1144
1144
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1145
|
-
background
|
|
1145
|
+
background: #f2f4f6;
|
|
1146
1146
|
}
|
|
1147
1147
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1148
1148
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1149
1149
|
color: #212529;
|
|
1150
1150
|
}
|
|
1151
1151
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1152
|
-
background
|
|
1152
|
+
background: rgba(0, 123, 255, 0.1);
|
|
1153
1153
|
}
|
|
1154
1154
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1155
1155
|
color: #007bff;
|
|
1156
1156
|
}
|
|
1157
1157
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
1158
|
-
background
|
|
1158
|
+
background: #e9ecef;
|
|
1159
1159
|
}
|
|
1160
1160
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1161
1161
|
color: #212529;
|
|
@@ -1164,7 +1164,7 @@
|
|
|
1164
1164
|
color: #343a40;
|
|
1165
1165
|
}
|
|
1166
1166
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
|
|
1167
|
-
background
|
|
1167
|
+
background: #eceaff;
|
|
1168
1168
|
color: #3225c9;
|
|
1169
1169
|
}
|
|
1170
1170
|
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
}
|
|
1189
1189
|
|
|
1190
1190
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
1191
|
-
background
|
|
1191
|
+
background: initial;
|
|
1192
1192
|
color: #495057;
|
|
1193
1193
|
min-width: 70%;
|
|
1194
1194
|
}
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
background: #7c151f;
|
|
348
348
|
}
|
|
349
349
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
350
|
-
background
|
|
350
|
+
background: #282d31;
|
|
351
351
|
text-align: center;
|
|
352
352
|
width: 42px;
|
|
353
353
|
}
|
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
}
|
|
640
640
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
641
641
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
642
|
-
background
|
|
642
|
+
background: #495057;
|
|
643
643
|
border: 1px dashed #adb5bd;
|
|
644
644
|
}
|
|
645
645
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
position: absolute;
|
|
818
818
|
}
|
|
819
819
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
820
|
-
background
|
|
820
|
+
background: rgba(0, 0, 0, 0.4);
|
|
821
821
|
height: 100%;
|
|
822
822
|
opacity: 1;
|
|
823
823
|
width: 100%;
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
|
|
1013
1013
|
.e-mobile-popup-wrapper.e-device,
|
|
1014
1014
|
.e-mobile-popup-container.e-device {
|
|
1015
|
-
background
|
|
1015
|
+
background: #212529;
|
|
1016
1016
|
border-radius: 2px;
|
|
1017
1017
|
bottom: 0;
|
|
1018
1018
|
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
}
|
|
1038
1038
|
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
|
|
1039
1039
|
.e-mobile-popup-container.e-device .e-popup-header .e-close {
|
|
1040
|
-
background
|
|
1040
|
+
background: transparent;
|
|
1041
1041
|
}
|
|
1042
1042
|
.e-mobile-popup-wrapper.e-device .e-popup-content,
|
|
1043
1043
|
.e-mobile-popup-container.e-device .e-popup-content {
|
|
@@ -1099,7 +1099,7 @@
|
|
|
1099
1099
|
background: #212529;
|
|
1100
1100
|
}
|
|
1101
1101
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1102
|
-
background
|
|
1102
|
+
background: #282d31;
|
|
1103
1103
|
}
|
|
1104
1104
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1105
1105
|
color: #e9ecef;
|
|
@@ -1125,14 +1125,14 @@
|
|
|
1125
1125
|
color: #0d6efd;
|
|
1126
1126
|
}
|
|
1127
1127
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1128
|
-
background
|
|
1128
|
+
background: #282d31;
|
|
1129
1129
|
}
|
|
1130
1130
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1131
1131
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1132
1132
|
color: #fff;
|
|
1133
1133
|
}
|
|
1134
1134
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1135
|
-
background
|
|
1135
|
+
background: #031633;
|
|
1136
1136
|
}
|
|
1137
1137
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1138
1138
|
color: #0d6efd;
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
background: #212529;
|
|
1142
1142
|
}
|
|
1143
1143
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
1144
|
-
background
|
|
1144
|
+
background: #212529;
|
|
1145
1145
|
}
|
|
1146
1146
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1147
1147
|
color: #fff;
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
color: #e9ecef;
|
|
1151
1151
|
}
|
|
1152
1152
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
|
|
1153
|
-
background
|
|
1153
|
+
background: #495057;
|
|
1154
1154
|
color: #fff;
|
|
1155
1155
|
}
|
|
1156
1156
|
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
1176
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
1177
|
-
background
|
|
1177
|
+
background: initial;
|
|
1178
1178
|
color: #fff;
|
|
1179
1179
|
min-width: 70%;
|
|
1180
1180
|
font-weight: normal;
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
background: #f8d7da;
|
|
348
348
|
}
|
|
349
349
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
350
|
-
background
|
|
350
|
+
background: #f8f9fa;
|
|
351
351
|
text-align: center;
|
|
352
352
|
width: 42px;
|
|
353
353
|
}
|
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
}
|
|
640
640
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
641
641
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
642
|
-
background
|
|
642
|
+
background: #dee2e6;
|
|
643
643
|
border: 1px dashed #adb5bd;
|
|
644
644
|
}
|
|
645
645
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
position: absolute;
|
|
818
818
|
}
|
|
819
819
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
820
|
-
background
|
|
820
|
+
background: rgba(0, 0, 0, 0.5);
|
|
821
821
|
height: 100%;
|
|
822
822
|
opacity: 1;
|
|
823
823
|
width: 100%;
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
|
|
1013
1013
|
.e-mobile-popup-wrapper.e-device,
|
|
1014
1014
|
.e-mobile-popup-container.e-device {
|
|
1015
|
-
background
|
|
1015
|
+
background: #fff;
|
|
1016
1016
|
border-radius: 2px;
|
|
1017
1017
|
bottom: 0;
|
|
1018
1018
|
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
}
|
|
1038
1038
|
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
|
|
1039
1039
|
.e-mobile-popup-container.e-device .e-popup-header .e-close {
|
|
1040
|
-
background
|
|
1040
|
+
background: transparent;
|
|
1041
1041
|
}
|
|
1042
1042
|
.e-mobile-popup-wrapper.e-device .e-popup-content,
|
|
1043
1043
|
.e-mobile-popup-container.e-device .e-popup-content {
|
|
@@ -1099,7 +1099,7 @@
|
|
|
1099
1099
|
background: #fff;
|
|
1100
1100
|
}
|
|
1101
1101
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1102
|
-
background
|
|
1102
|
+
background: #f8f9fa;
|
|
1103
1103
|
}
|
|
1104
1104
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1105
1105
|
color: #343a40;
|
|
@@ -1125,14 +1125,14 @@
|
|
|
1125
1125
|
color: #0d6efd;
|
|
1126
1126
|
}
|
|
1127
1127
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1128
|
-
background
|
|
1128
|
+
background: #f8f9fa;
|
|
1129
1129
|
}
|
|
1130
1130
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1131
1131
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1132
1132
|
color: #212529;
|
|
1133
1133
|
}
|
|
1134
1134
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1135
|
-
background
|
|
1135
|
+
background: #e7f1ff;
|
|
1136
1136
|
}
|
|
1137
1137
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1138
1138
|
color: #0d6efd;
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
background: #fff;
|
|
1142
1142
|
}
|
|
1143
1143
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
1144
|
-
background
|
|
1144
|
+
background: #fff;
|
|
1145
1145
|
}
|
|
1146
1146
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1147
1147
|
color: #212529;
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
color: #343a40;
|
|
1151
1151
|
}
|
|
1152
1152
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
|
|
1153
|
-
background
|
|
1153
|
+
background: #dee2e6;
|
|
1154
1154
|
color: #212529;
|
|
1155
1155
|
}
|
|
1156
1156
|
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
1176
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
1177
|
-
background
|
|
1177
|
+
background: initial;
|
|
1178
1178
|
color: #212529;
|
|
1179
1179
|
min-width: 70%;
|
|
1180
1180
|
font-weight: normal;
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
background: #ffcdd2;
|
|
268
268
|
}
|
|
269
269
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
270
|
-
background
|
|
270
|
+
background: #333232;
|
|
271
271
|
text-align: center;
|
|
272
272
|
width: 50px;
|
|
273
273
|
}
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
}
|
|
560
560
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
561
561
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
562
|
-
background
|
|
562
|
+
background: #333232;
|
|
563
563
|
border: 1px dashed #4a4848;
|
|
564
564
|
}
|
|
565
565
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
position: absolute;
|
|
735
735
|
}
|
|
736
736
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
737
|
-
background
|
|
737
|
+
background: #383838;
|
|
738
738
|
height: 100%;
|
|
739
739
|
opacity: 0.5;
|
|
740
740
|
width: 100%;
|
|
@@ -919,7 +919,7 @@
|
|
|
919
919
|
|
|
920
920
|
.e-mobile-popup-wrapper.e-device,
|
|
921
921
|
.e-mobile-popup-container.e-device {
|
|
922
|
-
background
|
|
922
|
+
background: #201f1f;
|
|
923
923
|
border-radius: 2px;
|
|
924
924
|
bottom: 0;
|
|
925
925
|
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
@@ -944,8 +944,7 @@
|
|
|
944
944
|
}
|
|
945
945
|
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
|
|
946
946
|
.e-mobile-popup-container.e-device .e-popup-header .e-close {
|
|
947
|
-
background
|
|
948
|
-
border: 0;
|
|
947
|
+
background: transparent;
|
|
949
948
|
}
|
|
950
949
|
.e-mobile-popup-wrapper.e-device .e-popup-content,
|
|
951
950
|
.e-mobile-popup-container.e-device .e-popup-content {
|
|
@@ -1007,7 +1006,7 @@
|
|
|
1007
1006
|
background: #201f1f;
|
|
1008
1007
|
}
|
|
1009
1008
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1010
|
-
background
|
|
1009
|
+
background: #333232;
|
|
1011
1010
|
}
|
|
1012
1011
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1013
1012
|
color: #dadada;
|
|
@@ -1033,20 +1032,20 @@
|
|
|
1033
1032
|
color: #fff;
|
|
1034
1033
|
}
|
|
1035
1034
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1036
|
-
background
|
|
1035
|
+
background: #333232;
|
|
1037
1036
|
}
|
|
1038
1037
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1039
1038
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1040
1039
|
color: #dadada;
|
|
1041
1040
|
}
|
|
1042
1041
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1043
|
-
background
|
|
1042
|
+
background: rgba(0, 116, 204, 0.1);
|
|
1044
1043
|
}
|
|
1045
1044
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1046
1045
|
color: #0074cc;
|
|
1047
1046
|
}
|
|
1048
1047
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
1049
|
-
background
|
|
1048
|
+
background: #6f6c6c;
|
|
1050
1049
|
}
|
|
1051
1050
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1052
1051
|
color: #dadada;
|
|
@@ -1055,7 +1054,7 @@
|
|
|
1055
1054
|
color: #c8c8c8;
|
|
1056
1055
|
}
|
|
1057
1056
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
|
|
1058
|
-
background
|
|
1057
|
+
background: #eceaff;
|
|
1059
1058
|
color: #3225c9;
|
|
1060
1059
|
}
|
|
1061
1060
|
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
|
|
@@ -1079,7 +1078,7 @@
|
|
|
1079
1078
|
}
|
|
1080
1079
|
|
|
1081
1080
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
1082
|
-
background
|
|
1081
|
+
background: initial;
|
|
1083
1082
|
color: #dadada;
|
|
1084
1083
|
min-width: 70%;
|
|
1085
1084
|
font-weight: normal;
|
package/styles/kanban/fabric.css
CHANGED
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
background: #ffcdd2;
|
|
260
260
|
}
|
|
261
261
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
262
|
-
background
|
|
262
|
+
background: #f4f4f4;
|
|
263
263
|
text-align: center;
|
|
264
264
|
width: 50px;
|
|
265
265
|
}
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
}
|
|
552
552
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
553
553
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
554
|
-
background
|
|
554
|
+
background: #f4f4f4;
|
|
555
555
|
border: 1px dashed #dadada;
|
|
556
556
|
}
|
|
557
557
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
position: absolute;
|
|
727
727
|
}
|
|
728
728
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
729
|
-
background
|
|
729
|
+
background: #383838;
|
|
730
730
|
height: 100%;
|
|
731
731
|
opacity: 0.5;
|
|
732
732
|
width: 100%;
|
|
@@ -911,7 +911,7 @@
|
|
|
911
911
|
|
|
912
912
|
.e-mobile-popup-wrapper.e-device,
|
|
913
913
|
.e-mobile-popup-container.e-device {
|
|
914
|
-
background
|
|
914
|
+
background: #fff;
|
|
915
915
|
border-radius: 2px;
|
|
916
916
|
bottom: 0;
|
|
917
917
|
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
@@ -936,7 +936,7 @@
|
|
|
936
936
|
}
|
|
937
937
|
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
|
|
938
938
|
.e-mobile-popup-container.e-device .e-popup-header .e-close {
|
|
939
|
-
background
|
|
939
|
+
background: transparent;
|
|
940
940
|
border: 0;
|
|
941
941
|
}
|
|
942
942
|
.e-mobile-popup-wrapper.e-device .e-popup-content,
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
background: #fff;
|
|
1000
1000
|
}
|
|
1001
1001
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1002
|
-
background
|
|
1002
|
+
background: #f4f4f4;
|
|
1003
1003
|
}
|
|
1004
1004
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1005
1005
|
color: #333;
|
|
@@ -1025,20 +1025,20 @@
|
|
|
1025
1025
|
color: rgba(51, 51, 51, 0.54);
|
|
1026
1026
|
}
|
|
1027
1027
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1028
|
-
background
|
|
1028
|
+
background: #f4f4f4;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1031
1031
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1032
1032
|
color: #333;
|
|
1033
1033
|
}
|
|
1034
1034
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1035
|
-
background
|
|
1035
|
+
background: rgba(0, 120, 214, 0.1);
|
|
1036
1036
|
}
|
|
1037
1037
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1038
1038
|
color: #0078d6;
|
|
1039
1039
|
}
|
|
1040
1040
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
1041
|
-
background
|
|
1041
|
+
background: #d1ebff;
|
|
1042
1042
|
}
|
|
1043
1043
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1044
1044
|
color: #333;
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
color: #767676;
|
|
1048
1048
|
}
|
|
1049
1049
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
|
|
1050
|
-
background
|
|
1050
|
+
background: #eceaff;
|
|
1051
1051
|
color: #3225c9;
|
|
1052
1052
|
}
|
|
1053
1053
|
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
|
|
@@ -1071,7 +1071,7 @@
|
|
|
1071
1071
|
}
|
|
1072
1072
|
|
|
1073
1073
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
1074
|
-
background
|
|
1074
|
+
background: initial;
|
|
1075
1075
|
color: #333;
|
|
1076
1076
|
min-width: 70%;
|
|
1077
1077
|
font-weight: normal;
|