@syncfusion/ej2-angular-kanban 20.4.54 → 21.1.35
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/esm2020/src/kanban/kanban.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-kanban.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +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/src/kanban/kanban.component.d.ts +1 -1
- 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-definition.scss +0 -1
- package/styles/kanban/_bootstrap-definition.scss +0 -1
- package/styles/kanban/_bootstrap4-definition.scss +0 -1
- package/styles/kanban/_bootstrap5-definition.scss +1 -3
- package/styles/kanban/_fabric-dark-definition.scss +0 -1
- package/styles/kanban/_fabric-definition.scss +0 -1
- package/styles/kanban/_fluent-definition.scss +9 -11
- package/styles/kanban/_fusionnew-definition.scss +0 -2
- package/styles/kanban/_highcontrast-definition.scss +0 -1
- package/styles/kanban/_highcontrast-light-definition.scss +0 -1
- package/styles/kanban/_layout.scss +19 -14
- package/styles/kanban/_material-dark-definition.scss +0 -1
- package/styles/kanban/_material-definition.scss +0 -1
- package/styles/kanban/_tailwind-definition.scss +0 -2
- package/styles/kanban/_theme.scss +9 -9
- 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
- package/styles/kanban/_material3-definition.scss +0 -233
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
background: #fee2e2;
|
|
293
293
|
}
|
|
294
294
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
295
|
-
background
|
|
295
|
+
background: #f3f4f6;
|
|
296
296
|
text-align: center;
|
|
297
297
|
width: 42px;
|
|
298
298
|
}
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
}
|
|
585
585
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
586
586
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
587
|
-
background
|
|
587
|
+
background: #e5e7eb;
|
|
588
588
|
border: 1px dashed #9ca3af;
|
|
589
589
|
}
|
|
590
590
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
position: absolute;
|
|
763
763
|
}
|
|
764
764
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
765
|
-
background
|
|
765
|
+
background: rgba(107, 114, 128, 0.75);
|
|
766
766
|
height: 100%;
|
|
767
767
|
opacity: 1;
|
|
768
768
|
width: 100%;
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
|
|
949
949
|
.e-mobile-popup-wrapper.e-device,
|
|
950
950
|
.e-mobile-popup-container.e-device {
|
|
951
|
-
background
|
|
951
|
+
background: #fff;
|
|
952
952
|
border-radius: 2px;
|
|
953
953
|
bottom: 0;
|
|
954
954
|
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);
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
}
|
|
974
974
|
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
|
|
975
975
|
.e-mobile-popup-container.e-device .e-popup-header .e-close {
|
|
976
|
-
background
|
|
976
|
+
background: transparent;
|
|
977
977
|
}
|
|
978
978
|
.e-mobile-popup-wrapper.e-device .e-popup-content,
|
|
979
979
|
.e-mobile-popup-container.e-device .e-popup-content {
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
background: #fff;
|
|
1036
1036
|
}
|
|
1037
1037
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1038
|
-
background
|
|
1038
|
+
background: #f3f4f6;
|
|
1039
1039
|
}
|
|
1040
1040
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1041
1041
|
color: #6b7280;
|
|
@@ -1061,14 +1061,14 @@
|
|
|
1061
1061
|
color: #4f46e5;
|
|
1062
1062
|
}
|
|
1063
1063
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1064
|
-
background
|
|
1064
|
+
background: #f3f4f6;
|
|
1065
1065
|
}
|
|
1066
1066
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1067
1067
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1068
1068
|
color: #111827;
|
|
1069
1069
|
}
|
|
1070
1070
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1071
|
-
background
|
|
1071
|
+
background: #e0e7ff;
|
|
1072
1072
|
}
|
|
1073
1073
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1074
1074
|
color: #4f46e5;
|
|
@@ -1077,7 +1077,7 @@
|
|
|
1077
1077
|
background: #fff;
|
|
1078
1078
|
}
|
|
1079
1079
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
1080
|
-
background
|
|
1080
|
+
background: #f3f4f6;
|
|
1081
1081
|
}
|
|
1082
1082
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1083
1083
|
color: #111827;
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
color: #374151;
|
|
1087
1087
|
}
|
|
1088
1088
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
|
|
1089
|
-
background
|
|
1089
|
+
background: #e5e7eb;
|
|
1090
1090
|
color: #111827;
|
|
1091
1091
|
}
|
|
1092
1092
|
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
}
|
|
1111
1111
|
|
|
1112
1112
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
1113
|
-
background
|
|
1113
|
+
background: initial;
|
|
1114
1114
|
color: #111827;
|
|
1115
1115
|
min-width: 70%;
|
|
1116
1116
|
font-weight: normal;
|
package/styles/material-dark.css
CHANGED
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
background: #ffcdd2;
|
|
275
275
|
}
|
|
276
276
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
277
|
-
background
|
|
277
|
+
background: rgba(0, 0, 0, 0.16);
|
|
278
278
|
text-align: center;
|
|
279
279
|
width: 50px;
|
|
280
280
|
}
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
}
|
|
567
567
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
568
568
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
569
|
-
background
|
|
569
|
+
background: #f5f5f5;
|
|
570
570
|
border: 1px dashed #9e9e9e;
|
|
571
571
|
}
|
|
572
572
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
position: absolute;
|
|
742
742
|
}
|
|
743
743
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
744
|
-
background
|
|
744
|
+
background: #383838;
|
|
745
745
|
height: 100%;
|
|
746
746
|
opacity: 0.5;
|
|
747
747
|
width: 100%;
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
|
|
927
927
|
.e-mobile-popup-wrapper.e-device,
|
|
928
928
|
.e-mobile-popup-container.e-device {
|
|
929
|
-
background
|
|
929
|
+
background: #303030;
|
|
930
930
|
border-radius: 2px;
|
|
931
931
|
bottom: 0;
|
|
932
932
|
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);
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
}
|
|
952
952
|
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
|
|
953
953
|
.e-mobile-popup-container.e-device .e-popup-header .e-close {
|
|
954
|
-
background
|
|
954
|
+
background: transparent;
|
|
955
955
|
}
|
|
956
956
|
.e-mobile-popup-wrapper.e-device .e-popup-content,
|
|
957
957
|
.e-mobile-popup-container.e-device .e-popup-content {
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
background: #303030;
|
|
1014
1014
|
}
|
|
1015
1015
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1016
|
-
background
|
|
1016
|
+
background: rgba(0, 0, 0, 0.16);
|
|
1017
1017
|
}
|
|
1018
1018
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1019
1019
|
color: #fff;
|
|
@@ -1039,20 +1039,20 @@
|
|
|
1039
1039
|
color: rgba(0, 0, 0, 0.54);
|
|
1040
1040
|
}
|
|
1041
1041
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1042
|
-
background
|
|
1042
|
+
background: rgba(0, 0, 0, 0.16);
|
|
1043
1043
|
}
|
|
1044
1044
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1045
1045
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1046
1046
|
color: #fff;
|
|
1047
1047
|
}
|
|
1048
1048
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1049
|
-
background
|
|
1049
|
+
background: rgba(63, 81, 181, 0.1);
|
|
1050
1050
|
}
|
|
1051
1051
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1052
1052
|
color: #3f51b5;
|
|
1053
1053
|
}
|
|
1054
1054
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
1055
|
-
background
|
|
1055
|
+
background: #757575;
|
|
1056
1056
|
}
|
|
1057
1057
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1058
1058
|
color: #fff;
|
|
@@ -1061,7 +1061,7 @@
|
|
|
1061
1061
|
color: rgba(255, 255, 255, 0.7);
|
|
1062
1062
|
}
|
|
1063
1063
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
|
|
1064
|
-
background
|
|
1064
|
+
background: #eceaff;
|
|
1065
1065
|
color: #3225c9;
|
|
1066
1066
|
}
|
|
1067
1067
|
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
|
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
}
|
|
1086
1086
|
|
|
1087
1087
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
1088
|
-
background
|
|
1088
|
+
background: initial;
|
|
1089
1089
|
color: #fff;
|
|
1090
1090
|
min-width: 70%;
|
|
1091
1091
|
}
|
package/styles/material.css
CHANGED
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
background: #ffcdd2;
|
|
299
299
|
}
|
|
300
300
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
301
|
-
background
|
|
301
|
+
background: #f5f5f5;
|
|
302
302
|
text-align: center;
|
|
303
303
|
width: 50px;
|
|
304
304
|
}
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
}
|
|
591
591
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
592
592
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
593
|
-
background
|
|
593
|
+
background: #f5f5f5;
|
|
594
594
|
border: 1px dashed #9e9e9e;
|
|
595
595
|
}
|
|
596
596
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
position: absolute;
|
|
766
766
|
}
|
|
767
767
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
768
|
-
background
|
|
768
|
+
background: #383838;
|
|
769
769
|
height: 100%;
|
|
770
770
|
opacity: 0.5;
|
|
771
771
|
width: 100%;
|
|
@@ -950,7 +950,7 @@
|
|
|
950
950
|
|
|
951
951
|
.e-mobile-popup-wrapper.e-device,
|
|
952
952
|
.e-mobile-popup-container.e-device {
|
|
953
|
-
background
|
|
953
|
+
background: #fff;
|
|
954
954
|
border-radius: 2px;
|
|
955
955
|
bottom: 0;
|
|
956
956
|
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);
|
|
@@ -975,7 +975,7 @@
|
|
|
975
975
|
}
|
|
976
976
|
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
|
|
977
977
|
.e-mobile-popup-container.e-device .e-popup-header .e-close {
|
|
978
|
-
background
|
|
978
|
+
background: transparent;
|
|
979
979
|
}
|
|
980
980
|
.e-mobile-popup-wrapper.e-device .e-popup-content,
|
|
981
981
|
.e-mobile-popup-container.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: rgba(0, 0, 0, 0.87);
|
|
@@ -1063,20 +1063,20 @@
|
|
|
1063
1063
|
color: rgba(0, 0, 0, 0.54);
|
|
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: rgba(0, 0, 0, 0.87);
|
|
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(63, 81, 181, 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: #3f51b5;
|
|
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: rgba(0, 0, 0, 0.87);
|
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
color: rgba(0, 0, 0, 0.6);
|
|
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: rgba(0, 0, 0, 0.87);
|
|
1114
1114
|
min-width: 70%;
|
|
1115
1115
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
background: #fee2e2;
|
|
293
293
|
}
|
|
294
294
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
295
|
-
background
|
|
295
|
+
background: #374151;
|
|
296
296
|
text-align: center;
|
|
297
297
|
width: 42px;
|
|
298
298
|
}
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
}
|
|
585
585
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
586
586
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
587
|
-
background
|
|
587
|
+
background: #4b5563;
|
|
588
588
|
border: 1px dashed #9ca3af;
|
|
589
589
|
}
|
|
590
590
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
position: absolute;
|
|
763
763
|
}
|
|
764
764
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
765
|
-
background
|
|
765
|
+
background: rgba(107, 114, 128, 0.75);
|
|
766
766
|
height: 100%;
|
|
767
767
|
opacity: 1;
|
|
768
768
|
width: 100%;
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
|
|
949
949
|
.e-mobile-popup-wrapper.e-device,
|
|
950
950
|
.e-mobile-popup-container.e-device {
|
|
951
|
-
background
|
|
951
|
+
background: #1f2937;
|
|
952
952
|
border-radius: 2px;
|
|
953
953
|
bottom: 0;
|
|
954
954
|
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);
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
}
|
|
974
974
|
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
|
|
975
975
|
.e-mobile-popup-container.e-device .e-popup-header .e-close {
|
|
976
|
-
background
|
|
976
|
+
background: transparent;
|
|
977
977
|
}
|
|
978
978
|
.e-mobile-popup-wrapper.e-device .e-popup-content,
|
|
979
979
|
.e-mobile-popup-container.e-device .e-popup-content {
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
background: #1f2937;
|
|
1036
1036
|
}
|
|
1037
1037
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1038
|
-
background
|
|
1038
|
+
background: #374151;
|
|
1039
1039
|
}
|
|
1040
1040
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1041
1041
|
color: #9ca3af;
|
|
@@ -1061,14 +1061,14 @@
|
|
|
1061
1061
|
color: #22d3ee;
|
|
1062
1062
|
}
|
|
1063
1063
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1064
|
-
background
|
|
1064
|
+
background: #374151;
|
|
1065
1065
|
}
|
|
1066
1066
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1067
1067
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1068
1068
|
color: #fff;
|
|
1069
1069
|
}
|
|
1070
1070
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1071
|
-
background
|
|
1071
|
+
background: #155e75;
|
|
1072
1072
|
}
|
|
1073
1073
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1074
1074
|
color: #22d3ee;
|
|
@@ -1077,7 +1077,7 @@
|
|
|
1077
1077
|
background: #1f2937;
|
|
1078
1078
|
}
|
|
1079
1079
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
1080
|
-
background
|
|
1080
|
+
background: #374151;
|
|
1081
1081
|
}
|
|
1082
1082
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1083
1083
|
color: #fff;
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
color: #d1d5db;
|
|
1087
1087
|
}
|
|
1088
1088
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
|
|
1089
|
-
background
|
|
1089
|
+
background: #4b5563;
|
|
1090
1090
|
color: #fff;
|
|
1091
1091
|
}
|
|
1092
1092
|
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
}
|
|
1111
1111
|
|
|
1112
1112
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
1113
|
-
background
|
|
1113
|
+
background: initial;
|
|
1114
1114
|
color: #fff;
|
|
1115
1115
|
min-width: 70%;
|
|
1116
1116
|
font-weight: normal;
|
package/styles/tailwind.css
CHANGED
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
background: #fee2e2;
|
|
293
293
|
}
|
|
294
294
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
295
|
-
background
|
|
295
|
+
background: #f3f4f6;
|
|
296
296
|
text-align: center;
|
|
297
297
|
width: 42px;
|
|
298
298
|
}
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
}
|
|
585
585
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
|
|
586
586
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
|
|
587
|
-
background
|
|
587
|
+
background: #e5e7eb;
|
|
588
588
|
border: 1px dashed #9ca3af;
|
|
589
589
|
}
|
|
590
590
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
position: absolute;
|
|
763
763
|
}
|
|
764
764
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
|
|
765
|
-
background
|
|
765
|
+
background: rgba(107, 114, 128, 0.75);
|
|
766
766
|
height: 100%;
|
|
767
767
|
opacity: 1;
|
|
768
768
|
width: 100%;
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
|
|
949
949
|
.e-mobile-popup-wrapper.e-device,
|
|
950
950
|
.e-mobile-popup-container.e-device {
|
|
951
|
-
background
|
|
951
|
+
background: #fff;
|
|
952
952
|
border-radius: 2px;
|
|
953
953
|
bottom: 0;
|
|
954
954
|
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);
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
}
|
|
974
974
|
.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
|
|
975
975
|
.e-mobile-popup-container.e-device .e-popup-header .e-close {
|
|
976
|
-
background
|
|
976
|
+
background: transparent;
|
|
977
977
|
}
|
|
978
978
|
.e-mobile-popup-wrapper.e-device .e-popup-content,
|
|
979
979
|
.e-mobile-popup-container.e-device .e-popup-content {
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
background: #fff;
|
|
1036
1036
|
}
|
|
1037
1037
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1038
|
-
background
|
|
1038
|
+
background: #f3f4f6;
|
|
1039
1039
|
}
|
|
1040
1040
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1041
1041
|
color: #6b7280;
|
|
@@ -1061,14 +1061,14 @@
|
|
|
1061
1061
|
color: #4f46e5;
|
|
1062
1062
|
}
|
|
1063
1063
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1064
|
-
background
|
|
1064
|
+
background: #f3f4f6;
|
|
1065
1065
|
}
|
|
1066
1066
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1067
1067
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1068
1068
|
color: #111827;
|
|
1069
1069
|
}
|
|
1070
1070
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1071
|
-
background
|
|
1071
|
+
background: #e0e7ff;
|
|
1072
1072
|
}
|
|
1073
1073
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1074
1074
|
color: #4f46e5;
|
|
@@ -1077,7 +1077,7 @@
|
|
|
1077
1077
|
background: #fff;
|
|
1078
1078
|
}
|
|
1079
1079
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
1080
|
-
background
|
|
1080
|
+
background: #f3f4f6;
|
|
1081
1081
|
}
|
|
1082
1082
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1083
1083
|
color: #111827;
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
color: #374151;
|
|
1087
1087
|
}
|
|
1088
1088
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
|
|
1089
|
-
background
|
|
1089
|
+
background: #e5e7eb;
|
|
1090
1090
|
color: #111827;
|
|
1091
1091
|
}
|
|
1092
1092
|
.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
}
|
|
1111
1111
|
|
|
1112
1112
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
1113
|
-
background
|
|
1113
|
+
background: initial;
|
|
1114
1114
|
color: #111827;
|
|
1115
1115
|
min-width: 70%;
|
|
1116
1116
|
font-weight: normal;
|