@syncfusion/ej2-angular-kanban 20.2.36 → 20.2.38
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/package.json +6 -6
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +4 -4
- package/styles/bootstrap5.css +4 -4
- package/styles/fabric-dark.css +4 -4
- package/styles/fabric.css +4 -4
- package/styles/fluent-dark.css +3 -3
- package/styles/fluent.css +3 -3
- package/styles/highcontrast-light.css +4 -4
- package/styles/highcontrast.css +4 -4
- package/styles/kanban/_layout.scss +3 -3
- package/styles/kanban/_theme.scss +1 -1
- package/styles/kanban/bootstrap-dark.css +3 -3
- package/styles/kanban/bootstrap.css +3 -3
- package/styles/kanban/bootstrap4.css +3 -3
- package/styles/kanban/bootstrap5-dark.css +4 -4
- package/styles/kanban/bootstrap5.css +4 -4
- package/styles/kanban/fabric-dark.css +4 -4
- package/styles/kanban/fabric.css +4 -4
- package/styles/kanban/fluent-dark.css +3 -3
- package/styles/kanban/fluent.css +3 -3
- package/styles/kanban/highcontrast-light.css +4 -4
- package/styles/kanban/highcontrast.css +4 -4
- package/styles/kanban/material-dark.css +3 -3
- package/styles/kanban/material.css +3 -3
- package/styles/kanban/tailwind-dark.css +4 -4
- package/styles/kanban/tailwind.css +4 -4
- package/styles/material-dark.css +3 -3
- package/styles/material.css +3 -3
- package/styles/tailwind-dark.css +4 -4
- package/styles/tailwind.css +4 -4
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-kanban@*",
|
|
3
3
|
"_id": "@syncfusion/ej2-angular-kanban@20.1.58",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-OScqBxseubPnyUNqBWPaaStIXDeOFBqe20A1THZpI/E32MjgF6UhYhlJUPbNlvqj6CWcBKid00We1oyp/KWrvQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-kanban",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
22
|
"_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-development/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-20.1.58.tgz",
|
|
23
|
-
"_shasum": "
|
|
23
|
+
"_shasum": "6807b986cb39e527fb7e3ee520f6ec269573414b",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-kanban@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
36
|
-
"@syncfusion/ej2-kanban": "20.2.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.2.38",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.2.38",
|
|
36
|
+
"@syncfusion/ej2-kanban": "20.2.38",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"schematics": "./schematics/collection.json",
|
|
81
81
|
"sideEffects": false,
|
|
82
82
|
"typings": "syncfusion-ej2-angular-kanban.d.ts",
|
|
83
|
-
"version": "20.2.
|
|
83
|
+
"version": "20.2.38"
|
|
84
84
|
}
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
}
|
|
218
218
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
219
219
|
font-size: 14px;
|
|
220
|
-
font-weight:
|
|
220
|
+
font-weight: normal;
|
|
221
221
|
line-height: 20px;
|
|
222
222
|
padding: 2px;
|
|
223
223
|
}
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
408
408
|
display: inline-block;
|
|
409
409
|
font-size: 13px;
|
|
410
|
-
font-weight:
|
|
410
|
+
font-weight: normal;
|
|
411
411
|
opacity: 0.57;
|
|
412
412
|
}
|
|
413
413
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
}
|
|
644
644
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
645
645
|
font-size: 14px;
|
|
646
|
-
font-weight:
|
|
646
|
+
font-weight: normal;
|
|
647
647
|
line-height: 20px;
|
|
648
648
|
padding: 2px;
|
|
649
649
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
}
|
|
215
215
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
216
216
|
font-size: 14px;
|
|
217
|
-
font-weight:
|
|
217
|
+
font-weight: normal;
|
|
218
218
|
line-height: 20px;
|
|
219
219
|
padding: 2px;
|
|
220
220
|
}
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
405
405
|
display: inline-block;
|
|
406
406
|
font-size: 13px;
|
|
407
|
-
font-weight:
|
|
407
|
+
font-weight: normal;
|
|
408
408
|
opacity: 0.57;
|
|
409
409
|
}
|
|
410
410
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
}
|
|
641
641
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
642
642
|
font-size: 14px;
|
|
643
|
-
font-weight:
|
|
643
|
+
font-weight: normal;
|
|
644
644
|
line-height: 20px;
|
|
645
645
|
padding: 2px;
|
|
646
646
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
}
|
|
294
294
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
295
295
|
font-size: 14px;
|
|
296
|
-
font-weight:
|
|
296
|
+
font-weight: normal;
|
|
297
297
|
line-height: 20px;
|
|
298
298
|
padding: 2px;
|
|
299
299
|
}
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
484
484
|
display: inline-block;
|
|
485
485
|
font-size: 13px;
|
|
486
|
-
font-weight:
|
|
486
|
+
font-weight: normal;
|
|
487
487
|
opacity: 0.57;
|
|
488
488
|
}
|
|
489
489
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
}
|
|
720
720
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
721
721
|
font-size: 14px;
|
|
722
|
-
font-weight:
|
|
722
|
+
font-weight: normal;
|
|
723
723
|
line-height: 20px;
|
|
724
724
|
padding: 2px;
|
|
725
725
|
}
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
}
|
|
264
264
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
265
265
|
font-size: 14px;
|
|
266
|
-
font-weight:
|
|
266
|
+
font-weight: normal;
|
|
267
267
|
line-height: 1.5;
|
|
268
268
|
padding: 0 0 0 8px;
|
|
269
269
|
}
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
454
454
|
display: inline-block;
|
|
455
455
|
font-size: 13px;
|
|
456
|
-
font-weight:
|
|
456
|
+
font-weight: normal;
|
|
457
457
|
opacity: 0.57;
|
|
458
458
|
}
|
|
459
459
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
}
|
|
693
693
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
694
694
|
font-size: 14px;
|
|
695
|
-
font-weight:
|
|
695
|
+
font-weight: normal;
|
|
696
696
|
line-height: 1.5;
|
|
697
697
|
padding: 0 0 0 8px;
|
|
698
698
|
}
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
background-color: initial;
|
|
1175
1175
|
color: #fff;
|
|
1176
1176
|
min-width: 70%;
|
|
1177
|
-
font-weight:
|
|
1177
|
+
font-weight: normal;
|
|
1178
1178
|
border-color: #dee2e6;
|
|
1179
1179
|
border-radius: 4px;
|
|
1180
1180
|
outline: none;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
}
|
|
264
264
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
265
265
|
font-size: 14px;
|
|
266
|
-
font-weight:
|
|
266
|
+
font-weight: normal;
|
|
267
267
|
line-height: 1.5;
|
|
268
268
|
padding: 0 0 0 8px;
|
|
269
269
|
}
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
454
454
|
display: inline-block;
|
|
455
455
|
font-size: 13px;
|
|
456
|
-
font-weight:
|
|
456
|
+
font-weight: normal;
|
|
457
457
|
opacity: 0.57;
|
|
458
458
|
}
|
|
459
459
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
}
|
|
693
693
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
694
694
|
font-size: 14px;
|
|
695
|
-
font-weight:
|
|
695
|
+
font-weight: normal;
|
|
696
696
|
line-height: 1.5;
|
|
697
697
|
padding: 0 0 0 8px;
|
|
698
698
|
}
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
background-color: initial;
|
|
1175
1175
|
color: #212529;
|
|
1176
1176
|
min-width: 70%;
|
|
1177
|
-
font-weight:
|
|
1177
|
+
font-weight: normal;
|
|
1178
1178
|
border-color: #dee2e6;
|
|
1179
1179
|
border-radius: 4px;
|
|
1180
1180
|
outline: none;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
}
|
|
185
185
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
186
186
|
font-size: 14px;
|
|
187
|
-
font-weight:
|
|
187
|
+
font-weight: normal;
|
|
188
188
|
line-height: 20px;
|
|
189
189
|
padding: 2px;
|
|
190
190
|
}
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
375
375
|
display: inline-block;
|
|
376
376
|
font-size: 13px;
|
|
377
|
-
font-weight:
|
|
377
|
+
font-weight: normal;
|
|
378
378
|
opacity: 0.57;
|
|
379
379
|
}
|
|
380
380
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
}
|
|
611
611
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
612
612
|
font-size: 14px;
|
|
613
|
-
font-weight:
|
|
613
|
+
font-weight: normal;
|
|
614
614
|
line-height: 20px;
|
|
615
615
|
padding: 2px;
|
|
616
616
|
}
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
background-color: initial;
|
|
1081
1081
|
color: #dadada;
|
|
1082
1082
|
min-width: 70%;
|
|
1083
|
-
font-weight:
|
|
1083
|
+
font-weight: normal;
|
|
1084
1084
|
}
|
|
1085
1085
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1086
1086
|
box-shadow: none;
|
package/styles/fabric.css
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
}
|
|
177
177
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
178
178
|
font-size: 14px;
|
|
179
|
-
font-weight:
|
|
179
|
+
font-weight: normal;
|
|
180
180
|
line-height: 20px;
|
|
181
181
|
padding: 2px;
|
|
182
182
|
}
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
367
367
|
display: inline-block;
|
|
368
368
|
font-size: 13px;
|
|
369
|
-
font-weight:
|
|
369
|
+
font-weight: normal;
|
|
370
370
|
opacity: 0.57;
|
|
371
371
|
}
|
|
372
372
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
}
|
|
603
603
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
604
604
|
font-size: 14px;
|
|
605
|
-
font-weight:
|
|
605
|
+
font-weight: normal;
|
|
606
606
|
line-height: 20px;
|
|
607
607
|
padding: 2px;
|
|
608
608
|
}
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
background-color: initial;
|
|
1073
1073
|
color: #333;
|
|
1074
1074
|
min-width: 70%;
|
|
1075
|
-
font-weight:
|
|
1075
|
+
font-weight: normal;
|
|
1076
1076
|
}
|
|
1077
1077
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1078
1078
|
box-shadow: none;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
}
|
|
244
244
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
245
245
|
font-size: 14px;
|
|
246
|
-
font-weight:
|
|
246
|
+
font-weight: normal;
|
|
247
247
|
line-height: 1.5;
|
|
248
248
|
padding: 0 0 0 8px;
|
|
249
249
|
}
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
434
434
|
display: inline-block;
|
|
435
435
|
font-size: 13px;
|
|
436
|
-
font-weight:
|
|
436
|
+
font-weight: normal;
|
|
437
437
|
opacity: 0.57;
|
|
438
438
|
}
|
|
439
439
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
}
|
|
670
670
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
671
671
|
font-size: 14px;
|
|
672
|
-
font-weight:
|
|
672
|
+
font-weight: normal;
|
|
673
673
|
line-height: 1.5;
|
|
674
674
|
padding: 2px;
|
|
675
675
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
}
|
|
244
244
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
245
245
|
font-size: 14px;
|
|
246
|
-
font-weight:
|
|
246
|
+
font-weight: normal;
|
|
247
247
|
line-height: 1.5;
|
|
248
248
|
padding: 0 0 0 8px;
|
|
249
249
|
}
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
434
434
|
display: inline-block;
|
|
435
435
|
font-size: 13px;
|
|
436
|
-
font-weight:
|
|
436
|
+
font-weight: normal;
|
|
437
437
|
opacity: 0.57;
|
|
438
438
|
}
|
|
439
439
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
}
|
|
670
670
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
671
671
|
font-size: 14px;
|
|
672
|
-
font-weight:
|
|
672
|
+
font-weight: normal;
|
|
673
673
|
line-height: 1.5;
|
|
674
674
|
padding: 2px;
|
|
675
675
|
}
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
}
|
|
259
259
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
260
260
|
font-size: 14px;
|
|
261
|
-
font-weight:
|
|
261
|
+
font-weight: normal;
|
|
262
262
|
line-height: 20px;
|
|
263
263
|
padding: 2px;
|
|
264
264
|
}
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
449
449
|
display: inline-block;
|
|
450
450
|
font-size: 13px;
|
|
451
|
-
font-weight:
|
|
451
|
+
font-weight: normal;
|
|
452
452
|
opacity: 0.57;
|
|
453
453
|
}
|
|
454
454
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
}
|
|
686
686
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
687
687
|
font-size: 14px;
|
|
688
|
-
font-weight:
|
|
688
|
+
font-weight: normal;
|
|
689
689
|
line-height: 20px;
|
|
690
690
|
padding: 2px;
|
|
691
691
|
}
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
background-color: initial;
|
|
1155
1155
|
color: #000;
|
|
1156
1156
|
min-width: 70%;
|
|
1157
|
-
font-weight:
|
|
1157
|
+
font-weight: normal;
|
|
1158
1158
|
}
|
|
1159
1159
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1160
1160
|
box-shadow: none;
|
package/styles/highcontrast.css
CHANGED
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
}
|
|
260
260
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
261
261
|
font-size: 14px;
|
|
262
|
-
font-weight:
|
|
262
|
+
font-weight: normal;
|
|
263
263
|
line-height: 20px;
|
|
264
264
|
padding: 2px;
|
|
265
265
|
}
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
450
450
|
display: inline-block;
|
|
451
451
|
font-size: 13px;
|
|
452
|
-
font-weight:
|
|
452
|
+
font-weight: normal;
|
|
453
453
|
opacity: 0.57;
|
|
454
454
|
}
|
|
455
455
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
}
|
|
687
687
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
688
688
|
font-size: 14px;
|
|
689
|
-
font-weight:
|
|
689
|
+
font-weight: normal;
|
|
690
690
|
line-height: 20px;
|
|
691
691
|
padding: 2px;
|
|
692
692
|
}
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
background-color: initial;
|
|
1156
1156
|
color: #fff;
|
|
1157
1157
|
min-width: 70%;
|
|
1158
|
-
font-weight:
|
|
1158
|
+
font-weight: normal;
|
|
1159
1159
|
}
|
|
1160
1160
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1161
1161
|
box-shadow: none;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
.e-swimlane-text {
|
|
41
41
|
font-size: $kanban-frozen-swimlane-row-header-font-size;
|
|
42
|
-
font-weight:
|
|
42
|
+
font-weight: normal;
|
|
43
43
|
line-height: $kanban-frozen-swimlane-row-header-line-height;
|
|
44
44
|
padding: $kanban-frozen-swimlane-row-header-padding;
|
|
45
45
|
}
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
.e-item-count {
|
|
263
263
|
display: inline-block;
|
|
264
264
|
font-size: 13px;
|
|
265
|
-
font-weight:
|
|
265
|
+
font-weight: normal;
|
|
266
266
|
opacity: .57;
|
|
267
267
|
}
|
|
268
268
|
}
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
|
|
523
523
|
.e-swimlane-text {
|
|
524
524
|
font-size: 14px;
|
|
525
|
-
font-weight:
|
|
525
|
+
font-weight: normal;
|
|
526
526
|
line-height: $kanban-swl-header-text-line-height;
|
|
527
527
|
padding: $kanban-swl-header-text-padding;
|
|
528
528
|
}
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
min-width: 70%;
|
|
129
129
|
|
|
130
130
|
@if $kanban-skin == 'fabric' or $kanban-skin == 'fabric-dark' or $kanban-skin == 'bootstrap5' or $kanban-skin == 'highcontrast' or $kanban-skin == 'tailwind' {
|
|
131
|
-
font-weight:
|
|
131
|
+
font-weight: normal;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
@if ($kanban-skin == 'tailwind' or $kanban-skin == 'bootstrap5') {
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
}
|
|
218
218
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
219
219
|
font-size: 14px;
|
|
220
|
-
font-weight:
|
|
220
|
+
font-weight: normal;
|
|
221
221
|
line-height: 20px;
|
|
222
222
|
padding: 2px;
|
|
223
223
|
}
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
408
408
|
display: inline-block;
|
|
409
409
|
font-size: 13px;
|
|
410
|
-
font-weight:
|
|
410
|
+
font-weight: normal;
|
|
411
411
|
opacity: 0.57;
|
|
412
412
|
}
|
|
413
413
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
}
|
|
644
644
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
645
645
|
font-size: 14px;
|
|
646
|
-
font-weight:
|
|
646
|
+
font-weight: normal;
|
|
647
647
|
line-height: 20px;
|
|
648
648
|
padding: 2px;
|
|
649
649
|
}
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
}
|
|
215
215
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
216
216
|
font-size: 14px;
|
|
217
|
-
font-weight:
|
|
217
|
+
font-weight: normal;
|
|
218
218
|
line-height: 20px;
|
|
219
219
|
padding: 2px;
|
|
220
220
|
}
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
405
405
|
display: inline-block;
|
|
406
406
|
font-size: 13px;
|
|
407
|
-
font-weight:
|
|
407
|
+
font-weight: normal;
|
|
408
408
|
opacity: 0.57;
|
|
409
409
|
}
|
|
410
410
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
}
|
|
641
641
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
642
642
|
font-size: 14px;
|
|
643
|
-
font-weight:
|
|
643
|
+
font-weight: normal;
|
|
644
644
|
line-height: 20px;
|
|
645
645
|
padding: 2px;
|
|
646
646
|
}
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
}
|
|
294
294
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
295
295
|
font-size: 14px;
|
|
296
|
-
font-weight:
|
|
296
|
+
font-weight: normal;
|
|
297
297
|
line-height: 20px;
|
|
298
298
|
padding: 2px;
|
|
299
299
|
}
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
484
484
|
display: inline-block;
|
|
485
485
|
font-size: 13px;
|
|
486
|
-
font-weight:
|
|
486
|
+
font-weight: normal;
|
|
487
487
|
opacity: 0.57;
|
|
488
488
|
}
|
|
489
489
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
}
|
|
720
720
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
721
721
|
font-size: 14px;
|
|
722
|
-
font-weight:
|
|
722
|
+
font-weight: normal;
|
|
723
723
|
line-height: 20px;
|
|
724
724
|
padding: 2px;
|
|
725
725
|
}
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
}
|
|
264
264
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
265
265
|
font-size: 14px;
|
|
266
|
-
font-weight:
|
|
266
|
+
font-weight: normal;
|
|
267
267
|
line-height: 1.5;
|
|
268
268
|
padding: 0 0 0 8px;
|
|
269
269
|
}
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
454
454
|
display: inline-block;
|
|
455
455
|
font-size: 13px;
|
|
456
|
-
font-weight:
|
|
456
|
+
font-weight: normal;
|
|
457
457
|
opacity: 0.57;
|
|
458
458
|
}
|
|
459
459
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
}
|
|
693
693
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
694
694
|
font-size: 14px;
|
|
695
|
-
font-weight:
|
|
695
|
+
font-weight: normal;
|
|
696
696
|
line-height: 1.5;
|
|
697
697
|
padding: 0 0 0 8px;
|
|
698
698
|
}
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
background-color: initial;
|
|
1175
1175
|
color: #fff;
|
|
1176
1176
|
min-width: 70%;
|
|
1177
|
-
font-weight:
|
|
1177
|
+
font-weight: normal;
|
|
1178
1178
|
border-color: #dee2e6;
|
|
1179
1179
|
border-radius: 4px;
|
|
1180
1180
|
outline: none;
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
}
|
|
264
264
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
265
265
|
font-size: 14px;
|
|
266
|
-
font-weight:
|
|
266
|
+
font-weight: normal;
|
|
267
267
|
line-height: 1.5;
|
|
268
268
|
padding: 0 0 0 8px;
|
|
269
269
|
}
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
454
454
|
display: inline-block;
|
|
455
455
|
font-size: 13px;
|
|
456
|
-
font-weight:
|
|
456
|
+
font-weight: normal;
|
|
457
457
|
opacity: 0.57;
|
|
458
458
|
}
|
|
459
459
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
}
|
|
693
693
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
694
694
|
font-size: 14px;
|
|
695
|
-
font-weight:
|
|
695
|
+
font-weight: normal;
|
|
696
696
|
line-height: 1.5;
|
|
697
697
|
padding: 0 0 0 8px;
|
|
698
698
|
}
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
background-color: initial;
|
|
1175
1175
|
color: #212529;
|
|
1176
1176
|
min-width: 70%;
|
|
1177
|
-
font-weight:
|
|
1177
|
+
font-weight: normal;
|
|
1178
1178
|
border-color: #dee2e6;
|
|
1179
1179
|
border-radius: 4px;
|
|
1180
1180
|
outline: none;
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
}
|
|
185
185
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
186
186
|
font-size: 14px;
|
|
187
|
-
font-weight:
|
|
187
|
+
font-weight: normal;
|
|
188
188
|
line-height: 20px;
|
|
189
189
|
padding: 2px;
|
|
190
190
|
}
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
375
375
|
display: inline-block;
|
|
376
376
|
font-size: 13px;
|
|
377
|
-
font-weight:
|
|
377
|
+
font-weight: normal;
|
|
378
378
|
opacity: 0.57;
|
|
379
379
|
}
|
|
380
380
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
}
|
|
611
611
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
612
612
|
font-size: 14px;
|
|
613
|
-
font-weight:
|
|
613
|
+
font-weight: normal;
|
|
614
614
|
line-height: 20px;
|
|
615
615
|
padding: 2px;
|
|
616
616
|
}
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
background-color: initial;
|
|
1081
1081
|
color: #dadada;
|
|
1082
1082
|
min-width: 70%;
|
|
1083
|
-
font-weight:
|
|
1083
|
+
font-weight: normal;
|
|
1084
1084
|
}
|
|
1085
1085
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1086
1086
|
box-shadow: none;
|
package/styles/kanban/fabric.css
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
}
|
|
177
177
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
178
178
|
font-size: 14px;
|
|
179
|
-
font-weight:
|
|
179
|
+
font-weight: normal;
|
|
180
180
|
line-height: 20px;
|
|
181
181
|
padding: 2px;
|
|
182
182
|
}
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
367
367
|
display: inline-block;
|
|
368
368
|
font-size: 13px;
|
|
369
|
-
font-weight:
|
|
369
|
+
font-weight: normal;
|
|
370
370
|
opacity: 0.57;
|
|
371
371
|
}
|
|
372
372
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
}
|
|
603
603
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
604
604
|
font-size: 14px;
|
|
605
|
-
font-weight:
|
|
605
|
+
font-weight: normal;
|
|
606
606
|
line-height: 20px;
|
|
607
607
|
padding: 2px;
|
|
608
608
|
}
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
background-color: initial;
|
|
1073
1073
|
color: #333;
|
|
1074
1074
|
min-width: 70%;
|
|
1075
|
-
font-weight:
|
|
1075
|
+
font-weight: normal;
|
|
1076
1076
|
}
|
|
1077
1077
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1078
1078
|
box-shadow: none;
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
}
|
|
244
244
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
245
245
|
font-size: 14px;
|
|
246
|
-
font-weight:
|
|
246
|
+
font-weight: normal;
|
|
247
247
|
line-height: 1.5;
|
|
248
248
|
padding: 0 0 0 8px;
|
|
249
249
|
}
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
434
434
|
display: inline-block;
|
|
435
435
|
font-size: 13px;
|
|
436
|
-
font-weight:
|
|
436
|
+
font-weight: normal;
|
|
437
437
|
opacity: 0.57;
|
|
438
438
|
}
|
|
439
439
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
}
|
|
670
670
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
671
671
|
font-size: 14px;
|
|
672
|
-
font-weight:
|
|
672
|
+
font-weight: normal;
|
|
673
673
|
line-height: 1.5;
|
|
674
674
|
padding: 2px;
|
|
675
675
|
}
|
package/styles/kanban/fluent.css
CHANGED
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
}
|
|
244
244
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
245
245
|
font-size: 14px;
|
|
246
|
-
font-weight:
|
|
246
|
+
font-weight: normal;
|
|
247
247
|
line-height: 1.5;
|
|
248
248
|
padding: 0 0 0 8px;
|
|
249
249
|
}
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
434
434
|
display: inline-block;
|
|
435
435
|
font-size: 13px;
|
|
436
|
-
font-weight:
|
|
436
|
+
font-weight: normal;
|
|
437
437
|
opacity: 0.57;
|
|
438
438
|
}
|
|
439
439
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
}
|
|
670
670
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
671
671
|
font-size: 14px;
|
|
672
|
-
font-weight:
|
|
672
|
+
font-weight: normal;
|
|
673
673
|
line-height: 1.5;
|
|
674
674
|
padding: 2px;
|
|
675
675
|
}
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
}
|
|
259
259
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
260
260
|
font-size: 14px;
|
|
261
|
-
font-weight:
|
|
261
|
+
font-weight: normal;
|
|
262
262
|
line-height: 20px;
|
|
263
263
|
padding: 2px;
|
|
264
264
|
}
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
449
449
|
display: inline-block;
|
|
450
450
|
font-size: 13px;
|
|
451
|
-
font-weight:
|
|
451
|
+
font-weight: normal;
|
|
452
452
|
opacity: 0.57;
|
|
453
453
|
}
|
|
454
454
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
}
|
|
686
686
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
687
687
|
font-size: 14px;
|
|
688
|
-
font-weight:
|
|
688
|
+
font-weight: normal;
|
|
689
689
|
line-height: 20px;
|
|
690
690
|
padding: 2px;
|
|
691
691
|
}
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
background-color: initial;
|
|
1155
1155
|
color: #000;
|
|
1156
1156
|
min-width: 70%;
|
|
1157
|
-
font-weight:
|
|
1157
|
+
font-weight: normal;
|
|
1158
1158
|
}
|
|
1159
1159
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1160
1160
|
box-shadow: none;
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
}
|
|
260
260
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
261
261
|
font-size: 14px;
|
|
262
|
-
font-weight:
|
|
262
|
+
font-weight: normal;
|
|
263
263
|
line-height: 20px;
|
|
264
264
|
padding: 2px;
|
|
265
265
|
}
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
450
450
|
display: inline-block;
|
|
451
451
|
font-size: 13px;
|
|
452
|
-
font-weight:
|
|
452
|
+
font-weight: normal;
|
|
453
453
|
opacity: 0.57;
|
|
454
454
|
}
|
|
455
455
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
}
|
|
687
687
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
688
688
|
font-size: 14px;
|
|
689
|
-
font-weight:
|
|
689
|
+
font-weight: normal;
|
|
690
690
|
line-height: 20px;
|
|
691
691
|
padding: 2px;
|
|
692
692
|
}
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
background-color: initial;
|
|
1156
1156
|
color: #fff;
|
|
1157
1157
|
min-width: 70%;
|
|
1158
|
-
font-weight:
|
|
1158
|
+
font-weight: normal;
|
|
1159
1159
|
}
|
|
1160
1160
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1161
1161
|
box-shadow: none;
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
}
|
|
192
192
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
193
193
|
font-size: 14px;
|
|
194
|
-
font-weight:
|
|
194
|
+
font-weight: normal;
|
|
195
195
|
line-height: 20px;
|
|
196
196
|
padding: 2px;
|
|
197
197
|
}
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
382
382
|
display: inline-block;
|
|
383
383
|
font-size: 13px;
|
|
384
|
-
font-weight:
|
|
384
|
+
font-weight: normal;
|
|
385
385
|
opacity: 0.57;
|
|
386
386
|
}
|
|
387
387
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
}
|
|
618
618
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
619
619
|
font-size: 14px;
|
|
620
|
-
font-weight:
|
|
620
|
+
font-weight: normal;
|
|
621
621
|
line-height: 20px;
|
|
622
622
|
padding: 2px;
|
|
623
623
|
}
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
}
|
|
216
216
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
217
217
|
font-size: 14px;
|
|
218
|
-
font-weight:
|
|
218
|
+
font-weight: normal;
|
|
219
219
|
line-height: 20px;
|
|
220
220
|
padding: 2px;
|
|
221
221
|
}
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
406
406
|
display: inline-block;
|
|
407
407
|
font-size: 13px;
|
|
408
|
-
font-weight:
|
|
408
|
+
font-weight: normal;
|
|
409
409
|
opacity: 0.57;
|
|
410
410
|
}
|
|
411
411
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
}
|
|
642
642
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
643
643
|
font-size: 14px;
|
|
644
|
-
font-weight:
|
|
644
|
+
font-weight: normal;
|
|
645
645
|
line-height: 20px;
|
|
646
646
|
padding: 2px;
|
|
647
647
|
}
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
}
|
|
209
209
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
210
210
|
font-size: 14px;
|
|
211
|
-
font-weight:
|
|
211
|
+
font-weight: normal;
|
|
212
212
|
line-height: 1.5;
|
|
213
213
|
padding: 0 0 0 8px;
|
|
214
214
|
}
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
399
399
|
display: inline-block;
|
|
400
400
|
font-size: 13px;
|
|
401
|
-
font-weight:
|
|
401
|
+
font-weight: normal;
|
|
402
402
|
opacity: 0.57;
|
|
403
403
|
}
|
|
404
404
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
}
|
|
638
638
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
639
639
|
font-size: 14px;
|
|
640
|
-
font-weight:
|
|
640
|
+
font-weight: normal;
|
|
641
641
|
line-height: 1.5;
|
|
642
642
|
padding: 0 0 0 8px;
|
|
643
643
|
}
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
background-color: initial;
|
|
1111
1111
|
color: #fff;
|
|
1112
1112
|
min-width: 70%;
|
|
1113
|
-
font-weight:
|
|
1113
|
+
font-weight: normal;
|
|
1114
1114
|
border-color: #d1d5db;
|
|
1115
1115
|
border-radius: 4px;
|
|
1116
1116
|
outline: none;
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
}
|
|
209
209
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
210
210
|
font-size: 14px;
|
|
211
|
-
font-weight:
|
|
211
|
+
font-weight: normal;
|
|
212
212
|
line-height: 1.5;
|
|
213
213
|
padding: 0 0 0 8px;
|
|
214
214
|
}
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
399
399
|
display: inline-block;
|
|
400
400
|
font-size: 13px;
|
|
401
|
-
font-weight:
|
|
401
|
+
font-weight: normal;
|
|
402
402
|
opacity: 0.57;
|
|
403
403
|
}
|
|
404
404
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
}
|
|
638
638
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
639
639
|
font-size: 14px;
|
|
640
|
-
font-weight:
|
|
640
|
+
font-weight: normal;
|
|
641
641
|
line-height: 1.5;
|
|
642
642
|
padding: 0 0 0 8px;
|
|
643
643
|
}
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
background-color: initial;
|
|
1111
1111
|
color: #111827;
|
|
1112
1112
|
min-width: 70%;
|
|
1113
|
-
font-weight:
|
|
1113
|
+
font-weight: normal;
|
|
1114
1114
|
border-color: #d1d5db;
|
|
1115
1115
|
border-radius: 4px;
|
|
1116
1116
|
outline: none;
|
package/styles/material-dark.css
CHANGED
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
}
|
|
192
192
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
193
193
|
font-size: 14px;
|
|
194
|
-
font-weight:
|
|
194
|
+
font-weight: normal;
|
|
195
195
|
line-height: 20px;
|
|
196
196
|
padding: 2px;
|
|
197
197
|
}
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
382
382
|
display: inline-block;
|
|
383
383
|
font-size: 13px;
|
|
384
|
-
font-weight:
|
|
384
|
+
font-weight: normal;
|
|
385
385
|
opacity: 0.57;
|
|
386
386
|
}
|
|
387
387
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
}
|
|
618
618
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
619
619
|
font-size: 14px;
|
|
620
|
-
font-weight:
|
|
620
|
+
font-weight: normal;
|
|
621
621
|
line-height: 20px;
|
|
622
622
|
padding: 2px;
|
|
623
623
|
}
|
package/styles/material.css
CHANGED
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
}
|
|
216
216
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
217
217
|
font-size: 14px;
|
|
218
|
-
font-weight:
|
|
218
|
+
font-weight: normal;
|
|
219
219
|
line-height: 20px;
|
|
220
220
|
padding: 2px;
|
|
221
221
|
}
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
406
406
|
display: inline-block;
|
|
407
407
|
font-size: 13px;
|
|
408
|
-
font-weight:
|
|
408
|
+
font-weight: normal;
|
|
409
409
|
opacity: 0.57;
|
|
410
410
|
}
|
|
411
411
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
}
|
|
642
642
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
643
643
|
font-size: 14px;
|
|
644
|
-
font-weight:
|
|
644
|
+
font-weight: normal;
|
|
645
645
|
line-height: 20px;
|
|
646
646
|
padding: 2px;
|
|
647
647
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
}
|
|
209
209
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
210
210
|
font-size: 14px;
|
|
211
|
-
font-weight:
|
|
211
|
+
font-weight: normal;
|
|
212
212
|
line-height: 1.5;
|
|
213
213
|
padding: 0 0 0 8px;
|
|
214
214
|
}
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
399
399
|
display: inline-block;
|
|
400
400
|
font-size: 13px;
|
|
401
|
-
font-weight:
|
|
401
|
+
font-weight: normal;
|
|
402
402
|
opacity: 0.57;
|
|
403
403
|
}
|
|
404
404
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
}
|
|
638
638
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
639
639
|
font-size: 14px;
|
|
640
|
-
font-weight:
|
|
640
|
+
font-weight: normal;
|
|
641
641
|
line-height: 1.5;
|
|
642
642
|
padding: 0 0 0 8px;
|
|
643
643
|
}
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
background-color: initial;
|
|
1111
1111
|
color: #fff;
|
|
1112
1112
|
min-width: 70%;
|
|
1113
|
-
font-weight:
|
|
1113
|
+
font-weight: normal;
|
|
1114
1114
|
border-color: #d1d5db;
|
|
1115
1115
|
border-radius: 4px;
|
|
1116
1116
|
outline: none;
|
package/styles/tailwind.css
CHANGED
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
}
|
|
209
209
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
210
210
|
font-size: 14px;
|
|
211
|
-
font-weight:
|
|
211
|
+
font-weight: normal;
|
|
212
212
|
line-height: 1.5;
|
|
213
213
|
padding: 0 0 0 8px;
|
|
214
214
|
}
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
399
399
|
display: inline-block;
|
|
400
400
|
font-size: 13px;
|
|
401
|
-
font-weight:
|
|
401
|
+
font-weight: normal;
|
|
402
402
|
opacity: 0.57;
|
|
403
403
|
}
|
|
404
404
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
}
|
|
638
638
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
639
639
|
font-size: 14px;
|
|
640
|
-
font-weight:
|
|
640
|
+
font-weight: normal;
|
|
641
641
|
line-height: 1.5;
|
|
642
642
|
padding: 0 0 0 8px;
|
|
643
643
|
}
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
background-color: initial;
|
|
1111
1111
|
color: #111827;
|
|
1112
1112
|
min-width: 70%;
|
|
1113
|
-
font-weight:
|
|
1113
|
+
font-weight: normal;
|
|
1114
1114
|
border-color: #d1d5db;
|
|
1115
1115
|
border-radius: 4px;
|
|
1116
1116
|
outline: none;
|