@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.
Files changed (44) hide show
  1. package/@syncfusion/ej2-angular-kanban.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-kanban.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-kanban.js +1 -1
  4. package/@syncfusion/ej2-angular-kanban.js.map +1 -1
  5. package/CHANGELOG.md +2 -0
  6. package/dist/ej2-angular-kanban.umd.js +2 -2
  7. package/dist/ej2-angular-kanban.umd.js.map +1 -1
  8. package/dist/ej2-angular-kanban.umd.min.js +2 -2
  9. package/dist/ej2-angular-kanban.umd.min.js.map +1 -1
  10. package/ej2-angular-kanban.metadata.json +1 -1
  11. package/package.json +9 -9
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/styles/bootstrap-dark.css +11 -12
  16. package/styles/bootstrap.css +11 -11
  17. package/styles/bootstrap4.css +10 -10
  18. package/styles/bootstrap5-dark.css +11 -11
  19. package/styles/bootstrap5.css +11 -11
  20. package/styles/fabric-dark.css +11 -12
  21. package/styles/fabric.css +11 -11
  22. package/styles/fluent-dark.css +11 -11
  23. package/styles/fluent.css +11 -11
  24. package/styles/highcontrast-light.css +11 -13
  25. package/styles/highcontrast.css +11 -11
  26. package/styles/kanban/bootstrap-dark.css +11 -12
  27. package/styles/kanban/bootstrap.css +11 -11
  28. package/styles/kanban/bootstrap4.css +10 -10
  29. package/styles/kanban/bootstrap5-dark.css +11 -11
  30. package/styles/kanban/bootstrap5.css +11 -11
  31. package/styles/kanban/fabric-dark.css +11 -12
  32. package/styles/kanban/fabric.css +11 -11
  33. package/styles/kanban/fluent-dark.css +11 -11
  34. package/styles/kanban/fluent.css +11 -11
  35. package/styles/kanban/highcontrast-light.css +11 -13
  36. package/styles/kanban/highcontrast.css +11 -11
  37. package/styles/kanban/material-dark.css +11 -11
  38. package/styles/kanban/material.css +11 -11
  39. package/styles/kanban/tailwind-dark.css +11 -11
  40. package/styles/kanban/tailwind.css +11 -11
  41. package/styles/material-dark.css +11 -11
  42. package/styles/material.css +11 -11
  43. package/styles/tailwind-dark.css +11 -11
  44. package/styles/tailwind.css +11 -11
@@ -327,7 +327,7 @@
327
327
  background: #750b1c;
328
328
  }
329
329
  .e-kanban .e-kanban-header .e-header-cells.e-collapsed {
330
- background-color: #201f1e;
330
+ background: #201f1e;
331
331
  text-align: center;
332
332
  width: 42px;
333
333
  }
@@ -619,7 +619,7 @@
619
619
  }
620
620
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
621
621
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
622
- background-color: #252423;
622
+ background: #252423;
623
623
  border: 1px dashed #797775;
624
624
  }
625
625
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
@@ -794,7 +794,7 @@
794
794
  position: absolute;
795
795
  }
796
796
  .e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
797
- background-color: rgba(0, 0, 0, 0.4);
797
+ background: rgba(0, 0, 0, 0.4);
798
798
  height: 100%;
799
799
  opacity: 1;
800
800
  width: 100%;
@@ -979,7 +979,7 @@
979
979
 
980
980
  .e-mobile-popup-wrapper.e-device,
981
981
  .e-mobile-popup-container.e-device {
982
- background-color: #1b1a19;
982
+ background: #1b1a19;
983
983
  border-radius: 2px;
984
984
  bottom: 0;
985
985
  box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18);
@@ -1004,7 +1004,7 @@
1004
1004
  }
1005
1005
  .e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
1006
1006
  .e-mobile-popup-container.e-device .e-popup-header .e-close {
1007
- background-color: transparent;
1007
+ background: transparent;
1008
1008
  }
1009
1009
  .e-mobile-popup-wrapper.e-device .e-popup-content,
1010
1010
  .e-mobile-popup-container.e-device .e-popup-content {
@@ -1066,7 +1066,7 @@
1066
1066
  background: #1b1a19;
1067
1067
  }
1068
1068
  .e-kanban .e-kanban-table .e-header-cells {
1069
- background-color: #201f1e;
1069
+ background: #201f1e;
1070
1070
  }
1071
1071
  .e-kanban .e-kanban-table .e-header-cells .e-header-text {
1072
1072
  color: #d2d0ce;
@@ -1092,14 +1092,14 @@
1092
1092
  color: #a19f9d;
1093
1093
  }
1094
1094
  .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
1095
- background-color: #201f1e;
1095
+ background: #201f1e;
1096
1096
  }
1097
1097
  .e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
1098
1098
  .e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
1099
1099
  color: #f3f2f1;
1100
1100
  }
1101
1101
  .e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
1102
- background-color: #004578;
1102
+ background: #004578;
1103
1103
  }
1104
1104
  .e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
1105
1105
  color: #0078d4;
@@ -1108,7 +1108,7 @@
1108
1108
  background: #252423;
1109
1109
  }
1110
1110
  .e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
1111
- background-color: #252423;
1111
+ background: #252423;
1112
1112
  }
1113
1113
  .e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
1114
1114
  color: #f3f2f1;
@@ -1117,7 +1117,7 @@
1117
1117
  color: #d2d0ce;
1118
1118
  }
1119
1119
  .e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
1120
- background-color: #292827;
1120
+ background: #292827;
1121
1121
  color: #f3f2f1;
1122
1122
  }
1123
1123
  .e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
@@ -1141,7 +1141,7 @@
1141
1141
  }
1142
1142
 
1143
1143
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
1144
- background-color: #1b1a19;
1144
+ background: #1b1a19;
1145
1145
  color: #d2d0ce;
1146
1146
  min-width: 70%;
1147
1147
  }
@@ -327,7 +327,7 @@
327
327
  background: #fed9cc;
328
328
  }
329
329
  .e-kanban .e-kanban-header .e-header-cells.e-collapsed {
330
- background-color: #faf9f8;
330
+ background: #faf9f8;
331
331
  text-align: center;
332
332
  width: 42px;
333
333
  }
@@ -619,7 +619,7 @@
619
619
  }
620
620
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
621
621
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
622
- background-color: #f3f2f1;
622
+ background: #f3f2f1;
623
623
  border: 1px dashed #c8c6c4;
624
624
  }
625
625
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
@@ -794,7 +794,7 @@
794
794
  position: absolute;
795
795
  }
796
796
  .e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
797
- background-color: rgba(0, 0, 0, 0.4);
797
+ background: rgba(0, 0, 0, 0.4);
798
798
  height: 100%;
799
799
  opacity: 1;
800
800
  width: 100%;
@@ -979,7 +979,7 @@
979
979
 
980
980
  .e-mobile-popup-wrapper.e-device,
981
981
  .e-mobile-popup-container.e-device {
982
- background-color: #fff;
982
+ background: #fff;
983
983
  border-radius: 2px;
984
984
  bottom: 0;
985
985
  box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18);
@@ -1004,7 +1004,7 @@
1004
1004
  }
1005
1005
  .e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
1006
1006
  .e-mobile-popup-container.e-device .e-popup-header .e-close {
1007
- background-color: transparent;
1007
+ background: transparent;
1008
1008
  }
1009
1009
  .e-mobile-popup-wrapper.e-device .e-popup-content,
1010
1010
  .e-mobile-popup-container.e-device .e-popup-content {
@@ -1066,7 +1066,7 @@
1066
1066
  background: #fff;
1067
1067
  }
1068
1068
  .e-kanban .e-kanban-table .e-header-cells {
1069
- background-color: #faf9f8;
1069
+ background: #faf9f8;
1070
1070
  }
1071
1071
  .e-kanban .e-kanban-table .e-header-cells .e-header-text {
1072
1072
  color: #323130;
@@ -1092,14 +1092,14 @@
1092
1092
  color: #605e5c;
1093
1093
  }
1094
1094
  .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
1095
- background-color: #faf9f8;
1095
+ background: #faf9f8;
1096
1096
  }
1097
1097
  .e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
1098
1098
  .e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
1099
1099
  color: #201f1e;
1100
1100
  }
1101
1101
  .e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
1102
- background-color: #deecf9;
1102
+ background: #deecf9;
1103
1103
  }
1104
1104
  .e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
1105
1105
  color: #0078d4;
@@ -1108,7 +1108,7 @@
1108
1108
  background: #fff;
1109
1109
  }
1110
1110
  .e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
1111
- background-color: #fff;
1111
+ background: #fff;
1112
1112
  }
1113
1113
  .e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
1114
1114
  color: #201f1e;
@@ -1117,7 +1117,7 @@
1117
1117
  color: #323130;
1118
1118
  }
1119
1119
  .e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
1120
- background-color: #edebe9;
1120
+ background: #edebe9;
1121
1121
  color: #201f1e;
1122
1122
  }
1123
1123
  .e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
@@ -1141,7 +1141,7 @@
1141
1141
  }
1142
1142
 
1143
1143
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
1144
- background-color: #fff;
1144
+ background: #fff;
1145
1145
  color: #323130;
1146
1146
  min-width: 70%;
1147
1147
  }
@@ -344,7 +344,7 @@
344
344
  background: #811d17;
345
345
  }
346
346
  .e-kanban .e-kanban-header .e-header-cells.e-collapsed {
347
- background-color: #e4e4e4;
347
+ background: #e4e4e4;
348
348
  text-align: center;
349
349
  width: 50px;
350
350
  }
@@ -636,7 +636,7 @@
636
636
  }
637
637
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
638
638
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
639
- background-color: #e4e4e4;
639
+ background: #e4e4e4;
640
640
  border: 1px dashed #757575;
641
641
  }
642
642
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
@@ -652,7 +652,6 @@
652
652
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-target-multi-clone .e-column-key .e-text {
653
653
  opacity: 0.5;
654
654
  text-align: center;
655
- color: #000;
656
655
  }
657
656
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-target-multi-clone .e-column-key:first-child {
658
657
  border-top: 1px dashed #757575;
@@ -812,7 +811,7 @@
812
811
  position: absolute;
813
812
  }
814
813
  .e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
815
- background-color: #383838;
814
+ background: #383838;
816
815
  height: 100%;
817
816
  opacity: 0.5;
818
817
  width: 100%;
@@ -997,7 +996,7 @@
997
996
 
998
997
  .e-mobile-popup-wrapper.e-device,
999
998
  .e-mobile-popup-container.e-device {
1000
- background-color: #fff;
999
+ background: #fff;
1001
1000
  border-radius: 2px;
1002
1001
  bottom: 0;
1003
1002
  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);
@@ -1022,7 +1021,7 @@
1022
1021
  }
1023
1022
  .e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
1024
1023
  .e-mobile-popup-container.e-device .e-popup-header .e-close {
1025
- background-color: transparent;
1024
+ background: transparent;
1026
1025
  }
1027
1026
  .e-mobile-popup-wrapper.e-device .e-popup-content,
1028
1027
  .e-mobile-popup-container.e-device .e-popup-content {
@@ -1084,7 +1083,7 @@
1084
1083
  background: #fff;
1085
1084
  }
1086
1085
  .e-kanban .e-kanban-table .e-header-cells {
1087
- background-color: #e4e4e4;
1086
+ background: #e4e4e4;
1088
1087
  }
1089
1088
  .e-kanban .e-kanban-table .e-header-cells .e-header-text {
1090
1089
  color: #000;
@@ -1110,20 +1109,20 @@
1110
1109
  color: #000;
1111
1110
  }
1112
1111
  .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
1113
- background-color: #e4e4e4;
1112
+ background: #e4e4e4;
1114
1113
  }
1115
1114
  .e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
1116
1115
  .e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
1117
1116
  color: #000;
1118
1117
  }
1119
1118
  .e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
1120
- background-color: rgba(64, 0, 116, 0.5);
1119
+ background: rgba(64, 0, 116, 0.5);
1121
1120
  }
1122
1121
  .e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
1123
1122
  color: #400074;
1124
1123
  }
1125
1124
  .e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
1126
- background-color: #400074;
1125
+ background: #400074;
1127
1126
  }
1128
1127
  .e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
1129
1128
  color: #000;
@@ -1132,7 +1131,7 @@
1132
1131
  color: #4f4f4f;
1133
1132
  }
1134
1133
  .e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
1135
- background-color: #eceaff;
1134
+ background: #eceaff;
1136
1135
  color: #3225c9;
1137
1136
  }
1138
1137
  .e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
@@ -1156,10 +1155,9 @@
1156
1155
  }
1157
1156
 
1158
1157
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
1159
- background-color: initial;
1158
+ background: initial;
1160
1159
  color: #000;
1161
1160
  min-width: 70%;
1162
- font-weight: normal;
1163
1161
  }
1164
1162
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1165
1163
  box-shadow: none;
@@ -345,7 +345,7 @@
345
345
  background: #811d17;
346
346
  }
347
347
  .e-kanban .e-kanban-header .e-header-cells.e-collapsed {
348
- background-color: #1a1a1a;
348
+ background: #1a1a1a;
349
349
  text-align: center;
350
350
  width: 50px;
351
351
  }
@@ -637,7 +637,7 @@
637
637
  }
638
638
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,
639
639
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone {
640
- background-color: #1a1a1a;
640
+ background: #1a1a1a;
641
641
  border: 1px dashed #969696;
642
642
  }
643
643
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,
@@ -813,7 +813,7 @@
813
813
  position: absolute;
814
814
  }
815
815
  .e-kanban.e-device .e-swimlane-content .e-swimlane-overlay.e-enable {
816
- background-color: #383838;
816
+ background: #383838;
817
817
  height: 100%;
818
818
  opacity: 0.5;
819
819
  width: 100%;
@@ -998,7 +998,7 @@
998
998
 
999
999
  .e-mobile-popup-wrapper.e-device,
1000
1000
  .e-mobile-popup-container.e-device {
1001
- background-color: #000;
1001
+ background: #000;
1002
1002
  border-radius: 2px;
1003
1003
  bottom: 0;
1004
1004
  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);
@@ -1023,7 +1023,7 @@
1023
1023
  }
1024
1024
  .e-mobile-popup-wrapper.e-device .e-popup-header .e-close,
1025
1025
  .e-mobile-popup-container.e-device .e-popup-header .e-close {
1026
- background-color: transparent;
1026
+ background: transparent;
1027
1027
  }
1028
1028
  .e-mobile-popup-wrapper.e-device .e-popup-content,
1029
1029
  .e-mobile-popup-container.e-device .e-popup-content {
@@ -1085,7 +1085,7 @@
1085
1085
  background: #000;
1086
1086
  }
1087
1087
  .e-kanban .e-kanban-table .e-header-cells {
1088
- background-color: #1a1a1a;
1088
+ background: #1a1a1a;
1089
1089
  }
1090
1090
  .e-kanban .e-kanban-table .e-header-cells .e-header-text {
1091
1091
  color: #fff;
@@ -1111,20 +1111,20 @@
1111
1111
  color: #fff;
1112
1112
  }
1113
1113
  .e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
1114
- background-color: #1a1a1a;
1114
+ background: #1a1a1a;
1115
1115
  }
1116
1116
  .e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
1117
1117
  .e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
1118
1118
  color: #fff;
1119
1119
  }
1120
1120
  .e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
1121
- background-color: rgba(255, 217, 57, 0.5);
1121
+ background: rgba(255, 217, 57, 0.5);
1122
1122
  }
1123
1123
  .e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
1124
1124
  color: #ffd939;
1125
1125
  }
1126
1126
  .e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
1127
- background-color: #000;
1127
+ background: #000;
1128
1128
  }
1129
1129
  .e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
1130
1130
  color: #fff;
@@ -1133,7 +1133,7 @@
1133
1133
  color: #969696;
1134
1134
  }
1135
1135
  .e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
1136
- background-color: #292f5c;
1136
+ background: #292f5c;
1137
1137
  color: #94a0ff;
1138
1138
  }
1139
1139
  .e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active {
@@ -1157,7 +1157,7 @@
1157
1157
  }
1158
1158
 
1159
1159
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
1160
- background-color: initial;
1160
+ background: initial;
1161
1161
  color: #fff;
1162
1162
  min-width: 70%;
1163
1163
  font-weight: normal;
@@ -274,7 +274,7 @@
274
274
  background: #ffcdd2;
275
275
  }
276
276
  .e-kanban .e-kanban-header .e-header-cells.e-collapsed {
277
- background-color: rgba(0, 0, 0, 0.16);
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-color: #f5f5f5;
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-color: #383838;
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-color: #303030;
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-color: transparent;
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-color: rgba(0, 0, 0, 0.16);
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-color: rgba(0, 0, 0, 0.16);
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-color: rgba(63, 81, 181, 0.1);
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-color: #757575;
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-color: #eceaff;
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-color: initial;
1088
+ background: initial;
1089
1089
  color: #fff;
1090
1090
  min-width: 70%;
1091
1091
  }
@@ -298,7 +298,7 @@
298
298
  background: #ffcdd2;
299
299
  }
300
300
  .e-kanban .e-kanban-header .e-header-cells.e-collapsed {
301
- background-color: #f5f5f5;
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-color: #f5f5f5;
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-color: #383838;
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-color: #fff;
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-color: transparent;
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-color: #f5f5f5;
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-color: #f5f5f5;
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-color: rgba(63, 81, 181, 0.1);
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-color: #eee;
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-color: #eceaff;
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-color: initial;
1112
+ background: initial;
1113
1113
  color: rgba(0, 0, 0, 0.87);
1114
1114
  min-width: 70%;
1115
1115
  }
@@ -292,7 +292,7 @@
292
292
  background: #fee2e2;
293
293
  }
294
294
  .e-kanban .e-kanban-header .e-header-cells.e-collapsed {
295
- background-color: #374151;
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-color: #4b5563;
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-color: rgba(107, 114, 128, 0.75);
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-color: #1f2937;
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-color: transparent;
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-color: #374151;
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-color: #374151;
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-color: #155e75;
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-color: #374151;
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-color: #4b5563;
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-color: initial;
1113
+ background: initial;
1114
1114
  color: #fff;
1115
1115
  min-width: 70%;
1116
1116
  font-weight: normal;