@syncfusion/ej2-vue-layouts 19.2.48 → 19.3.44
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/CHANGELOG.md +16 -0
- package/dist/ej2-vue-layouts.umd.min.js +20 -2
- package/dist/ej2-vue-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-layouts.es2015.js +49 -1
- package/dist/es6/ej2-vue-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-layouts.es5.js +53 -1
- package/dist/es6/ej2-vue-layouts.es5.js.map +1 -1
- package/dist/global/ej2-vue-layouts.min.js +2 -2
- package/package.json +8 -8
- package/src/dashboard-layout/dashboardlayout.component.d.ts +2 -0
- package/src/dashboard-layout/dashboardlayout.component.js +27 -1
- package/src/splitter/splitter.component.d.ts +2 -0
- package/src/splitter/splitter.component.js +27 -1
- package/styles/avatar/bootstrap5-dark.css +61 -0
- package/styles/avatar/bootstrap5-dark.scss +1 -0
- package/styles/avatar/bootstrap5.css +61 -0
- package/styles/avatar/bootstrap5.scss +1 -0
- package/styles/bootstrap-dark.css +8 -0
- package/styles/bootstrap.css +8 -0
- package/styles/bootstrap4.css +8 -0
- package/styles/bootstrap5-dark.css +1618 -0
- package/styles/bootstrap5-dark.scss +4 -0
- package/styles/bootstrap5.css +1618 -0
- package/styles/bootstrap5.scss +4 -0
- package/styles/card/bootstrap5-dark.css +593 -0
- package/styles/card/bootstrap5-dark.scss +1 -0
- package/styles/card/bootstrap5.css +593 -0
- package/styles/card/bootstrap5.scss +1 -0
- package/styles/card/fabric-dark.css +12 -12
- package/styles/card/tailwind-dark.css +2 -3
- package/styles/card/tailwind.css +0 -1
- package/styles/dashboard-layout/bootstrap5-dark.css +393 -0
- package/styles/dashboard-layout/bootstrap5-dark.scss +1 -0
- package/styles/dashboard-layout/bootstrap5.css +393 -0
- package/styles/dashboard-layout/bootstrap5.scss +1 -0
- package/styles/dashboard-layout/material-dark.css +3 -3
- package/styles/dashboard-layout/tailwind-dark.css +10 -8
- package/styles/dashboard-layout/tailwind.css +5 -3
- package/styles/fabric-dark.css +20 -12
- package/styles/fabric.css +8 -0
- package/styles/highcontrast-light.css +8 -0
- package/styles/highcontrast.css +8 -0
- package/styles/material-dark.css +19 -11
- package/styles/material.css +8 -0
- package/styles/splitter/bootstrap-dark.css +8 -0
- package/styles/splitter/bootstrap.css +8 -0
- package/styles/splitter/bootstrap4.css +8 -0
- package/styles/splitter/bootstrap5-dark.css +568 -0
- package/styles/splitter/bootstrap5-dark.scss +1 -0
- package/styles/splitter/bootstrap5.css +568 -0
- package/styles/splitter/bootstrap5.scss +1 -0
- package/styles/splitter/fabric-dark.css +8 -0
- package/styles/splitter/fabric.css +8 -0
- package/styles/splitter/highcontrast-light.css +8 -0
- package/styles/splitter/highcontrast.css +8 -0
- package/styles/splitter/material-dark.css +16 -8
- package/styles/splitter/material.css +8 -0
- package/styles/splitter/tailwind-dark.css +14 -7
- package/styles/splitter/tailwind.css +8 -1
- package/styles/tailwind-dark.css +26 -18
- package/styles/tailwind.css +13 -5
@@ -5,12 +5,20 @@
|
|
5
5
|
font-size: 14px;
|
6
6
|
}
|
7
7
|
|
8
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
9
|
+
content: '';
|
10
|
+
}
|
11
|
+
|
8
12
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
9
13
|
content: '\eb04';
|
10
14
|
font-family: 'e-icons';
|
11
15
|
font-size: 14px;
|
12
16
|
}
|
13
17
|
|
18
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
19
|
+
content: '';
|
20
|
+
}
|
21
|
+
|
14
22
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
15
23
|
font-size: 16px;
|
16
24
|
}
|
@@ -443,12 +451,12 @@
|
|
443
451
|
}
|
444
452
|
|
445
453
|
.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 {
|
446
|
-
background: #
|
454
|
+
background: #00b0ff;
|
447
455
|
}
|
448
456
|
|
449
457
|
.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 {
|
450
458
|
background: #303030;
|
451
|
-
color: #
|
459
|
+
color: #00b0ff;
|
452
460
|
}
|
453
461
|
|
454
462
|
.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 {
|
@@ -483,12 +491,12 @@
|
|
483
491
|
}
|
484
492
|
|
485
493
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
486
|
-
background: #
|
494
|
+
background: #00b0ff;
|
487
495
|
}
|
488
496
|
|
489
497
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
490
498
|
background: #303030;
|
491
|
-
color: #
|
499
|
+
color: #00b0ff;
|
492
500
|
}
|
493
501
|
|
494
502
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
@@ -501,7 +509,7 @@
|
|
501
509
|
}
|
502
510
|
|
503
511
|
.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 {
|
504
|
-
background: #
|
512
|
+
background: #00b0ff;
|
505
513
|
}
|
506
514
|
|
507
515
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
|
@@ -513,7 +521,7 @@
|
|
513
521
|
|
514
522
|
.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 {
|
515
523
|
background: #303030;
|
516
|
-
color: #
|
524
|
+
color: #00b0ff;
|
517
525
|
}
|
518
526
|
|
519
527
|
.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 {
|
@@ -555,12 +563,12 @@
|
|
555
563
|
}
|
556
564
|
|
557
565
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
558
|
-
background: #
|
566
|
+
background: #00b0ff;
|
559
567
|
}
|
560
568
|
|
561
569
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
562
570
|
background: #303030;
|
563
|
-
color: #
|
571
|
+
color: #00b0ff;
|
564
572
|
}
|
565
573
|
|
566
574
|
.e-splitter.e-disabled {
|
@@ -6,12 +6,20 @@
|
|
6
6
|
font-size: 14px;
|
7
7
|
}
|
8
8
|
|
9
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
10
|
+
content: '';
|
11
|
+
}
|
12
|
+
|
9
13
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
10
14
|
content: '\eb04';
|
11
15
|
font-family: 'e-icons';
|
12
16
|
font-size: 14px;
|
13
17
|
}
|
14
18
|
|
19
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
20
|
+
content: '';
|
21
|
+
}
|
22
|
+
|
15
23
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
16
24
|
font-size: 16px;
|
17
25
|
}
|
@@ -1,17 +1,24 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
2
|
-
/*! component's default definitions and variables */
|
3
2
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
|
4
3
|
content: '\e855';
|
5
4
|
font-family: 'e-icons';
|
6
5
|
font-size: 14px;
|
7
6
|
}
|
8
7
|
|
8
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
9
|
+
content: '';
|
10
|
+
}
|
11
|
+
|
9
12
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
10
13
|
content: '\e858';
|
11
14
|
font-family: 'e-icons';
|
12
15
|
font-size: 14px;
|
13
16
|
}
|
14
17
|
|
18
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
19
|
+
content: '';
|
20
|
+
}
|
21
|
+
|
15
22
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
16
23
|
font-size: 16px;
|
17
24
|
}
|
@@ -425,7 +432,7 @@
|
|
425
432
|
}
|
426
433
|
|
427
434
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
428
|
-
background: #
|
435
|
+
background: #1f2937;
|
429
436
|
color: #d1d5db;
|
430
437
|
}
|
431
438
|
|
@@ -448,7 +455,7 @@
|
|
448
455
|
}
|
449
456
|
|
450
457
|
.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 {
|
451
|
-
background: #
|
458
|
+
background: #1f2937;
|
452
459
|
color: #22d3ee;
|
453
460
|
}
|
454
461
|
|
@@ -488,7 +495,7 @@
|
|
488
495
|
}
|
489
496
|
|
490
497
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
491
|
-
background: #
|
498
|
+
background: #1f2937;
|
492
499
|
color: #22d3ee;
|
493
500
|
}
|
494
501
|
|
@@ -497,7 +504,7 @@
|
|
497
504
|
}
|
498
505
|
|
499
506
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
500
|
-
background: #
|
507
|
+
background: #1f2937;
|
501
508
|
color: #d1d5db;
|
502
509
|
}
|
503
510
|
|
@@ -513,7 +520,7 @@
|
|
513
520
|
}
|
514
521
|
|
515
522
|
.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 {
|
516
|
-
background: #
|
523
|
+
background: #1f2937;
|
517
524
|
color: #22d3ee;
|
518
525
|
}
|
519
526
|
|
@@ -560,7 +567,7 @@
|
|
560
567
|
}
|
561
568
|
|
562
569
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
563
|
-
background: #
|
570
|
+
background: #1f2937;
|
564
571
|
color: #22d3ee;
|
565
572
|
}
|
566
573
|
|
@@ -1,17 +1,24 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
2
|
-
/*! component's default definitions and variables */
|
3
2
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
|
4
3
|
content: '\e855';
|
5
4
|
font-family: 'e-icons';
|
6
5
|
font-size: 14px;
|
7
6
|
}
|
8
7
|
|
8
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
9
|
+
content: '';
|
10
|
+
}
|
11
|
+
|
9
12
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
10
13
|
content: '\e858';
|
11
14
|
font-family: 'e-icons';
|
12
15
|
font-size: 14px;
|
13
16
|
}
|
14
17
|
|
18
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
19
|
+
content: '';
|
20
|
+
}
|
21
|
+
|
15
22
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
16
23
|
font-size: 16px;
|
17
24
|
}
|
package/styles/tailwind-dark.css
CHANGED
@@ -64,7 +64,6 @@
|
|
64
64
|
width: 56px;
|
65
65
|
}
|
66
66
|
|
67
|
-
/*! component's theme wise override material-definitions and variables */
|
68
67
|
/*! card layout */
|
69
68
|
.e-bigger .e-card,
|
70
69
|
.e-bigger.e-card {
|
@@ -253,7 +252,7 @@
|
|
253
252
|
box-sizing: border-box;
|
254
253
|
font-size: 14px;
|
255
254
|
line-height: 1.25;
|
256
|
-
padding: 18px
|
255
|
+
padding: 18px;
|
257
256
|
}
|
258
257
|
|
259
258
|
.e-card > .e-card-header-title + :not(.e-card-header-title) {
|
@@ -264,7 +263,7 @@
|
|
264
263
|
.e-card > .e-card-title {
|
265
264
|
font-size: 16px;
|
266
265
|
line-height: 1.5;
|
267
|
-
padding: 18px
|
266
|
+
padding: 18px;
|
268
267
|
}
|
269
268
|
|
270
269
|
.e-card > .e-card-title + :not(.e-card-title) {
|
@@ -668,19 +667,26 @@
|
|
668
667
|
color: #d1d5db;
|
669
668
|
}
|
670
669
|
|
671
|
-
/*! component's default definitions and variables */
|
672
670
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
|
673
671
|
content: '\e855';
|
674
672
|
font-family: 'e-icons';
|
675
673
|
font-size: 14px;
|
676
674
|
}
|
677
675
|
|
676
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
677
|
+
content: '';
|
678
|
+
}
|
679
|
+
|
678
680
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
679
681
|
content: '\e858';
|
680
682
|
font-family: 'e-icons';
|
681
683
|
font-size: 14px;
|
682
684
|
}
|
683
685
|
|
686
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
687
|
+
content: '';
|
688
|
+
}
|
689
|
+
|
684
690
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
685
691
|
font-size: 16px;
|
686
692
|
}
|
@@ -1094,7 +1100,7 @@
|
|
1094
1100
|
}
|
1095
1101
|
|
1096
1102
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
1097
|
-
background: #
|
1103
|
+
background: #1f2937;
|
1098
1104
|
color: #d1d5db;
|
1099
1105
|
}
|
1100
1106
|
|
@@ -1117,7 +1123,7 @@
|
|
1117
1123
|
}
|
1118
1124
|
|
1119
1125
|
.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 {
|
1120
|
-
background: #
|
1126
|
+
background: #1f2937;
|
1121
1127
|
color: #22d3ee;
|
1122
1128
|
}
|
1123
1129
|
|
@@ -1157,7 +1163,7 @@
|
|
1157
1163
|
}
|
1158
1164
|
|
1159
1165
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
1160
|
-
background: #
|
1166
|
+
background: #1f2937;
|
1161
1167
|
color: #22d3ee;
|
1162
1168
|
}
|
1163
1169
|
|
@@ -1166,7 +1172,7 @@
|
|
1166
1172
|
}
|
1167
1173
|
|
1168
1174
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
1169
|
-
background: #
|
1175
|
+
background: #1f2937;
|
1170
1176
|
color: #d1d5db;
|
1171
1177
|
}
|
1172
1178
|
|
@@ -1182,7 +1188,7 @@
|
|
1182
1188
|
}
|
1183
1189
|
|
1184
1190
|
.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 {
|
1185
|
-
background: #
|
1191
|
+
background: #1f2937;
|
1186
1192
|
color: #22d3ee;
|
1187
1193
|
}
|
1188
1194
|
|
@@ -1229,7 +1235,7 @@
|
|
1229
1235
|
}
|
1230
1236
|
|
1231
1237
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
1232
|
-
background: #
|
1238
|
+
background: #1f2937;
|
1233
1239
|
color: #22d3ee;
|
1234
1240
|
}
|
1235
1241
|
|
@@ -1321,14 +1327,14 @@
|
|
1321
1327
|
}
|
1322
1328
|
|
1323
1329
|
.e-dashboardlayout.e-control .e-dashboard-gridline-table {
|
1324
|
-
background: #
|
1330
|
+
background: #232e3e;
|
1325
1331
|
border-collapse: collapse;
|
1326
1332
|
height: 100%;
|
1327
1333
|
width: 100%;
|
1328
1334
|
}
|
1329
1335
|
|
1330
1336
|
.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
|
1331
|
-
border: 1px dashed #
|
1337
|
+
border: 1px dashed #6b7280;
|
1332
1338
|
position: absolute;
|
1333
1339
|
}
|
1334
1340
|
|
@@ -1351,7 +1357,7 @@
|
|
1351
1357
|
}
|
1352
1358
|
|
1353
1359
|
.e-dashboardlayout.e-control .e-panel:hover {
|
1354
|
-
border:
|
1360
|
+
border: 1px solid #9ca3af;
|
1355
1361
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
1356
1362
|
}
|
1357
1363
|
|
@@ -1360,7 +1366,7 @@
|
|
1360
1366
|
}
|
1361
1367
|
|
1362
1368
|
.e-dashboardlayout.e-control .e-panel:active {
|
1363
|
-
border:
|
1369
|
+
border: 1px solid #22d3ee;
|
1364
1370
|
}
|
1365
1371
|
|
1366
1372
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
|
@@ -1380,6 +1386,8 @@
|
|
1380
1386
|
height: 38px;
|
1381
1387
|
padding: 8px 18px;
|
1382
1388
|
line-height: 22px;
|
1389
|
+
border-top-left-radius: 6px;
|
1390
|
+
border-top-right-radius: 6px;
|
1383
1391
|
}
|
1384
1392
|
|
1385
1393
|
.e-dashboardlayout.e-control .e-panel .e-panel-header div {
|
@@ -1407,7 +1415,7 @@
|
|
1407
1415
|
}
|
1408
1416
|
|
1409
1417
|
.e-dashboardlayout.e-control .e-panel {
|
1410
|
-
border: 1px #
|
1418
|
+
border: 1px solid #4b5563;
|
1411
1419
|
height: 100%;
|
1412
1420
|
-webkit-user-select: none;
|
1413
1421
|
-ms-user-select: none;
|
@@ -1496,7 +1504,7 @@
|
|
1496
1504
|
}
|
1497
1505
|
|
1498
1506
|
.e-dashboardlayout.e-control .e-holder {
|
1499
|
-
background: #
|
1507
|
+
background: #4b5563;
|
1500
1508
|
border: 1px #9ca3af dashed;
|
1501
1509
|
border-radius: 6px;
|
1502
1510
|
position: absolute;
|
@@ -1534,7 +1542,7 @@
|
|
1534
1542
|
}
|
1535
1543
|
|
1536
1544
|
.e-dashboardlayout.e-control .e-panel {
|
1537
|
-
background: #
|
1545
|
+
background: #374151;
|
1538
1546
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
1539
1547
|
box-sizing: border-box;
|
1540
1548
|
position: absolute;
|
@@ -1552,7 +1560,7 @@
|
|
1552
1560
|
}
|
1553
1561
|
|
1554
1562
|
.e-dashboardlayout.e-control .e-panel {
|
1555
|
-
background: #
|
1563
|
+
background: #374151;
|
1556
1564
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
1557
1565
|
box-sizing: border-box;
|
1558
1566
|
position: absolute;
|
package/styles/tailwind.css
CHANGED
@@ -64,7 +64,6 @@
|
|
64
64
|
width: 56px;
|
65
65
|
}
|
66
66
|
|
67
|
-
/*! component's theme wise override material-definitions and variables */
|
68
67
|
/*! card layout */
|
69
68
|
.e-bigger .e-card,
|
70
69
|
.e-bigger.e-card {
|
@@ -668,19 +667,26 @@
|
|
668
667
|
color: #374151;
|
669
668
|
}
|
670
669
|
|
671
|
-
/*! component's default definitions and variables */
|
672
670
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
|
673
671
|
content: '\e855';
|
674
672
|
font-family: 'e-icons';
|
675
673
|
font-size: 14px;
|
676
674
|
}
|
677
675
|
|
676
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
677
|
+
content: '';
|
678
|
+
}
|
679
|
+
|
678
680
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
679
681
|
content: '\e858';
|
680
682
|
font-family: 'e-icons';
|
681
683
|
font-size: 14px;
|
682
684
|
}
|
683
685
|
|
686
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
687
|
+
content: '';
|
688
|
+
}
|
689
|
+
|
684
690
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
685
691
|
font-size: 16px;
|
686
692
|
}
|
@@ -1351,7 +1357,7 @@
|
|
1351
1357
|
}
|
1352
1358
|
|
1353
1359
|
.e-dashboardlayout.e-control .e-panel:hover {
|
1354
|
-
border:
|
1360
|
+
border: 1px solid #9ca3af;
|
1355
1361
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
1356
1362
|
}
|
1357
1363
|
|
@@ -1360,7 +1366,7 @@
|
|
1360
1366
|
}
|
1361
1367
|
|
1362
1368
|
.e-dashboardlayout.e-control .e-panel:active {
|
1363
|
-
border:
|
1369
|
+
border: 1px solid #4f46e5;
|
1364
1370
|
}
|
1365
1371
|
|
1366
1372
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
|
@@ -1380,6 +1386,8 @@
|
|
1380
1386
|
height: 38px;
|
1381
1387
|
padding: 8px 18px;
|
1382
1388
|
line-height: 22px;
|
1389
|
+
border-top-left-radius: 6px;
|
1390
|
+
border-top-right-radius: 6px;
|
1383
1391
|
}
|
1384
1392
|
|
1385
1393
|
.e-dashboardlayout.e-control .e-panel .e-panel-header div {
|
@@ -1407,7 +1415,7 @@
|
|
1407
1415
|
}
|
1408
1416
|
|
1409
1417
|
.e-dashboardlayout.e-control .e-panel {
|
1410
|
-
border: 1px #
|
1418
|
+
border: 1px solid #e5e7eb;
|
1411
1419
|
height: 100%;
|
1412
1420
|
-webkit-user-select: none;
|
1413
1421
|
-ms-user-select: none;
|