@syncfusion/ej2-layouts 28.2.5 → 29.1.34
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/README.md +4 -7
- package/dist/ej2-layouts.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +14 -3
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +14 -3
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +2 -2
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +15 -18
- package/src/dashboard-layout/dashboard-layout.d.ts +1 -0
- package/src/dashboard-layout/dashboard-layout.js +14 -3
- package/styles/bootstrap4-lite.css +5 -5
- package/styles/bootstrap4.css +5 -5
- package/styles/bootstrap5-dark-lite.css +18 -18
- package/styles/bootstrap5-dark.css +18 -18
- package/styles/bootstrap5-lite.css +5 -5
- package/styles/bootstrap5.css +5 -5
- package/styles/card/_bootstrap4-definition.scss +7 -5
- package/styles/card/bootstrap4.css +5 -5
- package/styles/card/bootstrap5-dark.css +7 -7
- package/styles/card/bootstrap5.css +4 -4
- package/styles/card/fabric-dark.css +2 -2
- package/styles/card/fabric.css +2 -2
- package/styles/dashboard-layout/bootstrap5-dark.css +5 -5
- package/styles/dashboard-layout/bootstrap5.css +1 -1
- package/styles/dashboard-layout/tailwind-dark.css +2 -2
- package/styles/fabric-dark-lite.css +10 -10
- package/styles/fabric-dark.css +10 -10
- package/styles/fabric-lite.css +2 -2
- package/styles/fabric.css +2 -2
- package/styles/splitter/bootstrap5-dark.css +3 -3
- package/styles/splitter/fabric-dark.css +8 -8
- package/styles/tailwind-dark-lite.css +2 -2
- package/styles/tailwind-dark.css +2 -2
- package/styles/timeline/bootstrap5-dark.css +3 -3
@@ -400,13 +400,13 @@
|
|
400
400
|
}
|
401
401
|
.e-card .e-card-actions .e-card-btn:hover,
|
402
402
|
.e-card .e-card-actions a:hover {
|
403
|
-
background-color:
|
403
|
+
background-color: rgb(0, 98.6, 173.4);
|
404
404
|
border: 0;
|
405
405
|
color: #fff;
|
406
406
|
}
|
407
407
|
.e-card .e-card-actions .e-card-btn:focus,
|
408
408
|
.e-card .e-card-actions a:focus {
|
409
|
-
background-color:
|
409
|
+
background-color: rgb(0, 98.6, 173.4);
|
410
410
|
border: 0;
|
411
411
|
color: #fff;
|
412
412
|
}
|
package/styles/card/fabric.css
CHANGED
@@ -409,13 +409,13 @@
|
|
409
409
|
}
|
410
410
|
.e-card .e-card-actions .e-card-btn:hover,
|
411
411
|
.e-card .e-card-actions a:hover {
|
412
|
-
background-color:
|
412
|
+
background-color: rgb(0, 91.4018691589, 163);
|
413
413
|
border: 0;
|
414
414
|
color: #fff;
|
415
415
|
}
|
416
416
|
.e-card .e-card-actions .e-card-btn:focus,
|
417
417
|
.e-card .e-card-actions a:focus {
|
418
|
-
background-color:
|
418
|
+
background-color: rgb(0, 91.4018691589, 163);
|
419
419
|
border: 0;
|
420
420
|
color: #fff;
|
421
421
|
}
|
@@ -64,7 +64,7 @@
|
|
64
64
|
}
|
65
65
|
|
66
66
|
.e-dashboardlayout.e-control .e-dashboard-gridline-table {
|
67
|
-
background:
|
67
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
68
68
|
border-collapse: collapse;
|
69
69
|
height: 100%;
|
70
70
|
width: 100%;
|
@@ -87,7 +87,7 @@
|
|
87
87
|
position: relative;
|
88
88
|
}
|
89
89
|
.e-dashboardlayout.e-control .e-panel {
|
90
|
-
border: 1px solid
|
90
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
91
91
|
height: 100%;
|
92
92
|
-webkit-user-select: none;
|
93
93
|
-moz-user-select: none;
|
@@ -123,7 +123,7 @@
|
|
123
123
|
transition: top 0.1s, left 0.1s;
|
124
124
|
}
|
125
125
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
126
|
-
border-bottom: 1px solid
|
126
|
+
border-bottom: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
127
127
|
color: #fff;
|
128
128
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
129
129
|
font-size: 14px;
|
@@ -195,7 +195,7 @@
|
|
195
195
|
cursor: default;
|
196
196
|
}
|
197
197
|
.e-dashboardlayout.e-control .e-holder {
|
198
|
-
background:
|
198
|
+
background: rgb(2.6, 22, 50.6);
|
199
199
|
border: 1px #0d6efd dashed;
|
200
200
|
border-radius: 4px;
|
201
201
|
position: absolute;
|
@@ -225,7 +225,7 @@
|
|
225
225
|
}
|
226
226
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
227
227
|
color: #fff;
|
228
|
-
background:
|
228
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
229
229
|
-webkit-box-sizing: border-box;
|
230
230
|
box-sizing: border-box;
|
231
231
|
}
|
@@ -64,7 +64,7 @@
|
|
64
64
|
}
|
65
65
|
|
66
66
|
.e-dashboardlayout.e-control .e-dashboard-gridline-table {
|
67
|
-
background:
|
67
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
68
68
|
border-collapse: collapse;
|
69
69
|
height: 100%;
|
70
70
|
width: 100%;
|
@@ -230,7 +230,7 @@
|
|
230
230
|
}
|
231
231
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
232
232
|
color: #fff;
|
233
|
-
background:
|
233
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
234
234
|
-webkit-box-sizing: border-box;
|
235
235
|
box-sizing: border-box;
|
236
236
|
}
|
@@ -449,13 +449,13 @@
|
|
449
449
|
}
|
450
450
|
.e-card .e-card-actions .e-card-btn:hover,
|
451
451
|
.e-card .e-card-actions a:hover {
|
452
|
-
background-color:
|
452
|
+
background-color: rgb(0, 98.6, 173.4);
|
453
453
|
border: 0;
|
454
454
|
color: #fff;
|
455
455
|
}
|
456
456
|
.e-card .e-card-actions .e-card-btn:focus,
|
457
457
|
.e-card .e-card-actions a:focus {
|
458
|
-
background-color:
|
458
|
+
background-color: rgb(0, 98.6, 173.4);
|
459
459
|
border: 0;
|
460
460
|
color: #fff;
|
461
461
|
}
|
@@ -861,13 +861,13 @@
|
|
861
861
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
862
862
|
}
|
863
863
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
864
|
-
background:
|
864
|
+
background: rgb(0, 55.1, 96.9);
|
865
865
|
border-left: none;
|
866
866
|
border-right: none;
|
867
867
|
}
|
868
868
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
869
869
|
background: #201f1f;
|
870
|
-
color:
|
870
|
+
color: rgb(0, 55.1, 96.9);
|
871
871
|
}
|
872
872
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
|
873
873
|
background-color: #fff;
|
@@ -900,11 +900,11 @@
|
|
900
900
|
transform: rotate(40deg);
|
901
901
|
}
|
902
902
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
903
|
-
background:
|
903
|
+
background: rgb(0, 55.1, 96.9);
|
904
904
|
}
|
905
905
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
906
906
|
background: #201f1f;
|
907
|
-
color:
|
907
|
+
color: rgb(0, 55.1, 96.9);
|
908
908
|
}
|
909
909
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
910
910
|
background: #414040;
|
@@ -915,7 +915,7 @@
|
|
915
915
|
z-index: 12;
|
916
916
|
}
|
917
917
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
918
|
-
background:
|
918
|
+
background: rgb(0, 55.1, 96.9);
|
919
919
|
border-left: none;
|
920
920
|
border-right: none;
|
921
921
|
}
|
@@ -927,7 +927,7 @@
|
|
927
927
|
}
|
928
928
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
929
929
|
background: #201f1f;
|
930
|
-
color:
|
930
|
+
color: rgb(0, 55.1, 96.9);
|
931
931
|
}
|
932
932
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
|
933
933
|
background-color: #0078d6;
|
@@ -969,11 +969,11 @@
|
|
969
969
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
970
970
|
}
|
971
971
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
972
|
-
background:
|
972
|
+
background: rgb(0, 55.1, 96.9);
|
973
973
|
}
|
974
974
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
975
975
|
background: #201f1f;
|
976
|
-
color:
|
976
|
+
color: rgb(0, 55.1, 96.9);
|
977
977
|
}
|
978
978
|
.e-splitter.e-disabled {
|
979
979
|
opacity: 0.4;
|
package/styles/fabric-dark.css
CHANGED
@@ -449,13 +449,13 @@
|
|
449
449
|
}
|
450
450
|
.e-card .e-card-actions .e-card-btn:hover,
|
451
451
|
.e-card .e-card-actions a:hover {
|
452
|
-
background-color:
|
452
|
+
background-color: rgb(0, 98.6, 173.4);
|
453
453
|
border: 0;
|
454
454
|
color: #fff;
|
455
455
|
}
|
456
456
|
.e-card .e-card-actions .e-card-btn:focus,
|
457
457
|
.e-card .e-card-actions a:focus {
|
458
|
-
background-color:
|
458
|
+
background-color: rgb(0, 98.6, 173.4);
|
459
459
|
border: 0;
|
460
460
|
color: #fff;
|
461
461
|
}
|
@@ -996,13 +996,13 @@
|
|
996
996
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
997
997
|
}
|
998
998
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
999
|
-
background:
|
999
|
+
background: rgb(0, 55.1, 96.9);
|
1000
1000
|
border-left: none;
|
1001
1001
|
border-right: none;
|
1002
1002
|
}
|
1003
1003
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
1004
1004
|
background: #201f1f;
|
1005
|
-
color:
|
1005
|
+
color: rgb(0, 55.1, 96.9);
|
1006
1006
|
}
|
1007
1007
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
|
1008
1008
|
background-color: #fff;
|
@@ -1035,11 +1035,11 @@
|
|
1035
1035
|
transform: rotate(40deg);
|
1036
1036
|
}
|
1037
1037
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
1038
|
-
background:
|
1038
|
+
background: rgb(0, 55.1, 96.9);
|
1039
1039
|
}
|
1040
1040
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
1041
1041
|
background: #201f1f;
|
1042
|
-
color:
|
1042
|
+
color: rgb(0, 55.1, 96.9);
|
1043
1043
|
}
|
1044
1044
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
1045
1045
|
background: #414040;
|
@@ -1050,7 +1050,7 @@
|
|
1050
1050
|
z-index: 12;
|
1051
1051
|
}
|
1052
1052
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
1053
|
-
background:
|
1053
|
+
background: rgb(0, 55.1, 96.9);
|
1054
1054
|
border-left: none;
|
1055
1055
|
border-right: none;
|
1056
1056
|
}
|
@@ -1062,7 +1062,7 @@
|
|
1062
1062
|
}
|
1063
1063
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
1064
1064
|
background: #201f1f;
|
1065
|
-
color:
|
1065
|
+
color: rgb(0, 55.1, 96.9);
|
1066
1066
|
}
|
1067
1067
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
|
1068
1068
|
background-color: #0078d6;
|
@@ -1104,11 +1104,11 @@
|
|
1104
1104
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
1105
1105
|
}
|
1106
1106
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
1107
|
-
background:
|
1107
|
+
background: rgb(0, 55.1, 96.9);
|
1108
1108
|
}
|
1109
1109
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
1110
1110
|
background: #201f1f;
|
1111
|
-
color:
|
1111
|
+
color: rgb(0, 55.1, 96.9);
|
1112
1112
|
}
|
1113
1113
|
.e-splitter.e-disabled {
|
1114
1114
|
opacity: 0.4;
|
package/styles/fabric-lite.css
CHANGED
@@ -458,13 +458,13 @@
|
|
458
458
|
}
|
459
459
|
.e-card .e-card-actions .e-card-btn:hover,
|
460
460
|
.e-card .e-card-actions a:hover {
|
461
|
-
background-color:
|
461
|
+
background-color: rgb(0, 91.4018691589, 163);
|
462
462
|
border: 0;
|
463
463
|
color: #fff;
|
464
464
|
}
|
465
465
|
.e-card .e-card-actions .e-card-btn:focus,
|
466
466
|
.e-card .e-card-actions a:focus {
|
467
|
-
background-color:
|
467
|
+
background-color: rgb(0, 91.4018691589, 163);
|
468
468
|
border: 0;
|
469
469
|
color: #fff;
|
470
470
|
}
|
package/styles/fabric.css
CHANGED
@@ -458,13 +458,13 @@
|
|
458
458
|
}
|
459
459
|
.e-card .e-card-actions .e-card-btn:hover,
|
460
460
|
.e-card .e-card-actions a:hover {
|
461
|
-
background-color:
|
461
|
+
background-color: rgb(0, 91.4018691589, 163);
|
462
462
|
border: 0;
|
463
463
|
color: #fff;
|
464
464
|
}
|
465
465
|
.e-card .e-card-actions .e-card-btn:focus,
|
466
466
|
.e-card .e-card-actions a:focus {
|
467
|
-
background-color:
|
467
|
+
background-color: rgb(0, 91.4018691589, 163);
|
468
468
|
border: 0;
|
469
469
|
color: #fff;
|
470
470
|
}
|
@@ -348,7 +348,7 @@
|
|
348
348
|
}
|
349
349
|
|
350
350
|
.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
|
351
|
-
border: solid 1px
|
351
|
+
border: solid 1px rgb(68.0034482759, 75.85, 83.6965517241);
|
352
352
|
}
|
353
353
|
.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
|
354
354
|
color: #fff;
|
@@ -357,7 +357,7 @@
|
|
357
357
|
border: transparent;
|
358
358
|
}
|
359
359
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
360
|
-
background:
|
360
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
361
361
|
border-left: none;
|
362
362
|
border-right: none;
|
363
363
|
}
|
@@ -428,7 +428,7 @@
|
|
428
428
|
color: #0d6efd;
|
429
429
|
}
|
430
430
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
431
|
-
background:
|
431
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
432
432
|
}
|
433
433
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
434
434
|
background: #212529;
|
@@ -390,13 +390,13 @@
|
|
390
390
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
391
391
|
}
|
392
392
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
393
|
-
background:
|
393
|
+
background: rgb(0, 55.1, 96.9);
|
394
394
|
border-left: none;
|
395
395
|
border-right: none;
|
396
396
|
}
|
397
397
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
398
398
|
background: #201f1f;
|
399
|
-
color:
|
399
|
+
color: rgb(0, 55.1, 96.9);
|
400
400
|
}
|
401
401
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
|
402
402
|
background-color: #fff;
|
@@ -429,11 +429,11 @@
|
|
429
429
|
transform: rotate(40deg);
|
430
430
|
}
|
431
431
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
432
|
-
background:
|
432
|
+
background: rgb(0, 55.1, 96.9);
|
433
433
|
}
|
434
434
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
435
435
|
background: #201f1f;
|
436
|
-
color:
|
436
|
+
color: rgb(0, 55.1, 96.9);
|
437
437
|
}
|
438
438
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
439
439
|
background: #414040;
|
@@ -444,7 +444,7 @@
|
|
444
444
|
z-index: 12;
|
445
445
|
}
|
446
446
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
447
|
-
background:
|
447
|
+
background: rgb(0, 55.1, 96.9);
|
448
448
|
border-left: none;
|
449
449
|
border-right: none;
|
450
450
|
}
|
@@ -456,7 +456,7 @@
|
|
456
456
|
}
|
457
457
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
458
458
|
background: #201f1f;
|
459
|
-
color:
|
459
|
+
color: rgb(0, 55.1, 96.9);
|
460
460
|
}
|
461
461
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
|
462
462
|
background-color: #0078d6;
|
@@ -498,11 +498,11 @@
|
|
498
498
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
499
499
|
}
|
500
500
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
501
|
-
background:
|
501
|
+
background: rgb(0, 55.1, 96.9);
|
502
502
|
}
|
503
503
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
504
504
|
background: #201f1f;
|
505
|
-
color:
|
505
|
+
color: rgb(0, 55.1, 96.9);
|
506
506
|
}
|
507
507
|
.e-splitter.e-disabled {
|
508
508
|
opacity: 0.4;
|
@@ -1053,7 +1053,7 @@
|
|
1053
1053
|
}
|
1054
1054
|
|
1055
1055
|
.e-dashboardlayout.e-control .e-dashboard-gridline-table {
|
1056
|
-
background:
|
1056
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
1057
1057
|
border-collapse: collapse;
|
1058
1058
|
height: 100%;
|
1059
1059
|
width: 100%;
|
@@ -1219,7 +1219,7 @@
|
|
1219
1219
|
}
|
1220
1220
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
1221
1221
|
color: #fff;
|
1222
|
-
background:
|
1222
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
1223
1223
|
-webkit-box-sizing: border-box;
|
1224
1224
|
box-sizing: border-box;
|
1225
1225
|
}
|
package/styles/tailwind-dark.css
CHANGED
@@ -1228,7 +1228,7 @@
|
|
1228
1228
|
}
|
1229
1229
|
|
1230
1230
|
.e-dashboardlayout.e-control .e-dashboard-gridline-table {
|
1231
|
-
background:
|
1231
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
1232
1232
|
border-collapse: collapse;
|
1233
1233
|
height: 100%;
|
1234
1234
|
width: 100%;
|
@@ -1394,7 +1394,7 @@
|
|
1394
1394
|
}
|
1395
1395
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
1396
1396
|
color: #fff;
|
1397
|
-
background:
|
1397
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
1398
1398
|
-webkit-box-sizing: border-box;
|
1399
1399
|
box-sizing: border-box;
|
1400
1400
|
}
|
@@ -235,8 +235,8 @@
|
|
235
235
|
}
|
236
236
|
|
237
237
|
.e-timeline .e-dot {
|
238
|
-
background-color:
|
239
|
-
border-color:
|
238
|
+
background-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
239
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
240
240
|
color: #fff;
|
241
241
|
outline-color: #212529;
|
242
242
|
}
|
@@ -244,7 +244,7 @@
|
|
244
244
|
background-color: #212529;
|
245
245
|
}
|
246
246
|
.e-timeline .e-timeline-item.e-connector::after {
|
247
|
-
border-color:
|
247
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
248
248
|
}
|
249
249
|
.e-timeline .e-content {
|
250
250
|
color: #e9ecef;
|