@syncfusion/ej2-vue-layouts 19.3.43 → 19.4.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/CHANGELOG.md +2 -8
- package/dist/ej2-vue-layouts.umd.min.js +1 -1
- package/dist/es6/ej2-vue-layouts.es2015.js +2 -2
- package/dist/es6/ej2-vue-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-layouts.es5.js +2 -2
- 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.js +1 -1
- package/src/splitter/splitter.component.js +1 -1
- package/styles/bootstrap-dark.css +8 -2
- package/styles/bootstrap.css +8 -2
- package/styles/bootstrap4.css +8 -2
- package/styles/bootstrap5-dark.css +8 -2
- package/styles/bootstrap5.css +8 -2
- package/styles/fabric-dark.css +8 -2
- package/styles/fabric.css +8 -2
- package/styles/highcontrast-light.css +8 -2
- package/styles/highcontrast.css +8 -2
- package/styles/material-dark.css +8 -2
- package/styles/material.css +8 -2
- package/styles/splitter/bootstrap-dark.css +8 -2
- package/styles/splitter/bootstrap.css +8 -2
- package/styles/splitter/bootstrap4.css +8 -2
- package/styles/splitter/bootstrap5-dark.css +8 -2
- package/styles/splitter/bootstrap5.css +8 -2
- package/styles/splitter/fabric-dark.css +8 -2
- package/styles/splitter/fabric.css +8 -2
- package/styles/splitter/highcontrast-light.css +8 -2
- package/styles/splitter/highcontrast.css +8 -2
- package/styles/splitter/material-dark.css +8 -2
- package/styles/splitter/material.css +8 -2
- package/styles/splitter/tailwind-dark.css +8 -2
- package/styles/splitter/tailwind.css +8 -2
- package/styles/tailwind-dark.css +8 -2
- package/styles/tailwind.css +8 -2
@@ -240,7 +240,8 @@
|
|
240
240
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
241
241
|
-ms-flex-align: center;
|
242
242
|
align-items: center;
|
243
|
-
border: none;
|
243
|
+
border-left: none;
|
244
|
+
border-right: none;
|
244
245
|
display: -ms-flexbox;
|
245
246
|
display: flex;
|
246
247
|
-ms-flex: 0 0 auto;
|
@@ -428,7 +429,8 @@
|
|
428
429
|
|
429
430
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
430
431
|
background: #414040;
|
431
|
-
border: none;
|
432
|
+
border-left: none;
|
433
|
+
border-right: none;
|
432
434
|
}
|
433
435
|
|
434
436
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -452,6 +454,8 @@
|
|
452
454
|
|
453
455
|
.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 {
|
454
456
|
background: #38a9ff;
|
457
|
+
border-left: none;
|
458
|
+
border-right: none;
|
455
459
|
}
|
456
460
|
|
457
461
|
.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 {
|
@@ -510,6 +514,8 @@
|
|
510
514
|
|
511
515
|
.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 {
|
512
516
|
background: #38a9ff;
|
517
|
+
border-left: none;
|
518
|
+
border-right: none;
|
513
519
|
}
|
514
520
|
|
515
521
|
.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 {
|
@@ -240,7 +240,8 @@
|
|
240
240
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
241
241
|
-ms-flex-align: center;
|
242
242
|
align-items: center;
|
243
|
-
border: none;
|
243
|
+
border-left: none;
|
244
|
+
border-right: none;
|
244
245
|
display: -ms-flexbox;
|
245
246
|
display: flex;
|
246
247
|
-ms-flex: 0 0 auto;
|
@@ -428,7 +429,8 @@
|
|
428
429
|
|
429
430
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
430
431
|
background: #dadada;
|
431
|
-
border: none;
|
432
|
+
border-left: none;
|
433
|
+
border-right: none;
|
432
434
|
}
|
433
435
|
|
434
436
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -452,6 +454,8 @@
|
|
452
454
|
|
453
455
|
.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 {
|
454
456
|
background: #0078d6;
|
457
|
+
border-left: none;
|
458
|
+
border-right: none;
|
455
459
|
}
|
456
460
|
|
457
461
|
.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 {
|
@@ -510,6 +514,8 @@
|
|
510
514
|
|
511
515
|
.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 {
|
512
516
|
background: #0078d6;
|
517
|
+
border-left: none;
|
518
|
+
border-right: none;
|
513
519
|
}
|
514
520
|
|
515
521
|
.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 {
|
@@ -240,7 +240,8 @@
|
|
240
240
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
241
241
|
-ms-flex-align: center;
|
242
242
|
align-items: center;
|
243
|
-
border: none;
|
243
|
+
border-left: none;
|
244
|
+
border-right: none;
|
244
245
|
display: -ms-flexbox;
|
245
246
|
display: flex;
|
246
247
|
-ms-flex: 0 0 auto;
|
@@ -428,7 +429,8 @@
|
|
428
429
|
|
429
430
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
430
431
|
background: #000;
|
431
|
-
border: none;
|
432
|
+
border-left: none;
|
433
|
+
border-right: none;
|
432
434
|
}
|
433
435
|
|
434
436
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -452,6 +454,8 @@
|
|
452
454
|
|
453
455
|
.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 {
|
454
456
|
background: #400074;
|
457
|
+
border-left: none;
|
458
|
+
border-right: none;
|
455
459
|
}
|
456
460
|
|
457
461
|
.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 {
|
@@ -510,6 +514,8 @@
|
|
510
514
|
|
511
515
|
.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 {
|
512
516
|
background: #400074;
|
517
|
+
border-left: none;
|
518
|
+
border-right: none;
|
513
519
|
}
|
514
520
|
|
515
521
|
.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 {
|
@@ -240,7 +240,8 @@
|
|
240
240
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
241
241
|
-ms-flex-align: center;
|
242
242
|
align-items: center;
|
243
|
-
border: none;
|
243
|
+
border-left: none;
|
244
|
+
border-right: none;
|
244
245
|
display: -ms-flexbox;
|
245
246
|
display: flex;
|
246
247
|
-ms-flex: 0 0 auto;
|
@@ -428,7 +429,8 @@
|
|
428
429
|
|
429
430
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
430
431
|
background: #fff;
|
431
|
-
border: none;
|
432
|
+
border-left: none;
|
433
|
+
border-right: none;
|
432
434
|
}
|
433
435
|
|
434
436
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -452,6 +454,8 @@
|
|
452
454
|
|
453
455
|
.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 {
|
454
456
|
background: #ffd939;
|
457
|
+
border-left: none;
|
458
|
+
border-right: none;
|
455
459
|
}
|
456
460
|
|
457
461
|
.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 {
|
@@ -510,6 +514,8 @@
|
|
510
514
|
|
511
515
|
.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 {
|
512
516
|
background: #ffd939;
|
517
|
+
border-left: none;
|
518
|
+
border-right: none;
|
513
519
|
}
|
514
520
|
|
515
521
|
.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 {
|
@@ -240,7 +240,8 @@
|
|
240
240
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
241
241
|
-ms-flex-align: center;
|
242
242
|
align-items: center;
|
243
|
-
border: none;
|
243
|
+
border-left: none;
|
244
|
+
border-right: none;
|
244
245
|
display: -ms-flexbox;
|
245
246
|
display: flex;
|
246
247
|
-ms-flex: 0 0 auto;
|
@@ -428,7 +429,8 @@
|
|
428
429
|
|
429
430
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
430
431
|
background: #616161;
|
431
|
-
border: none;
|
432
|
+
border-left: none;
|
433
|
+
border-right: none;
|
432
434
|
}
|
433
435
|
|
434
436
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -452,6 +454,8 @@
|
|
452
454
|
|
453
455
|
.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 {
|
454
456
|
background: #00b0ff;
|
457
|
+
border-left: none;
|
458
|
+
border-right: none;
|
455
459
|
}
|
456
460
|
|
457
461
|
.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 {
|
@@ -510,6 +514,8 @@
|
|
510
514
|
|
511
515
|
.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 {
|
512
516
|
background: #00b0ff;
|
517
|
+
border-left: none;
|
518
|
+
border-right: none;
|
513
519
|
}
|
514
520
|
|
515
521
|
.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 {
|
@@ -241,7 +241,8 @@
|
|
241
241
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
242
242
|
-ms-flex-align: center;
|
243
243
|
align-items: center;
|
244
|
-
border: none;
|
244
|
+
border-left: none;
|
245
|
+
border-right: none;
|
245
246
|
display: -ms-flexbox;
|
246
247
|
display: flex;
|
247
248
|
-ms-flex: 0 0 auto;
|
@@ -429,7 +430,8 @@
|
|
429
430
|
|
430
431
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
431
432
|
background: #e0e0e0;
|
432
|
-
border: none;
|
433
|
+
border-left: none;
|
434
|
+
border-right: none;
|
433
435
|
}
|
434
436
|
|
435
437
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -453,6 +455,8 @@
|
|
453
455
|
|
454
456
|
.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 {
|
455
457
|
background: #e3165b;
|
458
|
+
border-left: none;
|
459
|
+
border-right: none;
|
456
460
|
}
|
457
461
|
|
458
462
|
.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 {
|
@@ -511,6 +515,8 @@
|
|
511
515
|
|
512
516
|
.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 {
|
513
517
|
background: #e3165b;
|
518
|
+
border-left: none;
|
519
|
+
border-right: none;
|
514
520
|
}
|
515
521
|
|
516
522
|
.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 {
|
@@ -240,7 +240,8 @@
|
|
240
240
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
241
241
|
-ms-flex-align: center;
|
242
242
|
align-items: center;
|
243
|
-
border:
|
243
|
+
border-left: 1px solid #4b5563;
|
244
|
+
border-right: 1px solid #4b5563;
|
244
245
|
display: -ms-flexbox;
|
245
246
|
display: flex;
|
246
247
|
-ms-flex: 0 0 auto;
|
@@ -428,7 +429,8 @@
|
|
428
429
|
|
429
430
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
430
431
|
background: #4b5563;
|
431
|
-
border:
|
432
|
+
border-left: 1px solid #4b5563;
|
433
|
+
border-right: 1px solid #4b5563;
|
432
434
|
}
|
433
435
|
|
434
436
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -452,6 +454,8 @@
|
|
452
454
|
|
453
455
|
.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 {
|
454
456
|
background: #22d3ee;
|
457
|
+
border-left: 1px solid #22d3ee;
|
458
|
+
border-right: 1px solid #22d3ee;
|
455
459
|
}
|
456
460
|
|
457
461
|
.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 {
|
@@ -510,6 +514,8 @@
|
|
510
514
|
|
511
515
|
.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 {
|
512
516
|
background: #22d3ee;
|
517
|
+
border-left: 1px solid #22d3ee;
|
518
|
+
border-right: 1px solid #22d3ee;
|
513
519
|
}
|
514
520
|
|
515
521
|
.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 {
|
@@ -240,7 +240,8 @@
|
|
240
240
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
241
241
|
-ms-flex-align: center;
|
242
242
|
align-items: center;
|
243
|
-
border:
|
243
|
+
border-left: 1px solid #e5e7eb;
|
244
|
+
border-right: 1px solid #e5e7eb;
|
244
245
|
display: -ms-flexbox;
|
245
246
|
display: flex;
|
246
247
|
-ms-flex: 0 0 auto;
|
@@ -428,7 +429,8 @@
|
|
428
429
|
|
429
430
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
430
431
|
background: #e5e7eb;
|
431
|
-
border:
|
432
|
+
border-left: 1px solid #e5e7eb;
|
433
|
+
border-right: 1px solid #e5e7eb;
|
432
434
|
}
|
433
435
|
|
434
436
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -452,6 +454,8 @@
|
|
452
454
|
|
453
455
|
.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 {
|
454
456
|
background: #4f46e5;
|
457
|
+
border-left: 1px solid #4f46e5;
|
458
|
+
border-right: 1px solid #4f46e5;
|
455
459
|
}
|
456
460
|
|
457
461
|
.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 {
|
@@ -510,6 +514,8 @@
|
|
510
514
|
|
511
515
|
.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 {
|
512
516
|
background: #4f46e5;
|
517
|
+
border-left: 1px solid #4f46e5;
|
518
|
+
border-right: 1px solid #4f46e5;
|
513
519
|
}
|
514
520
|
|
515
521
|
.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 {
|
package/styles/tailwind-dark.css
CHANGED
@@ -908,7 +908,8 @@
|
|
908
908
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
909
909
|
-ms-flex-align: center;
|
910
910
|
align-items: center;
|
911
|
-
border:
|
911
|
+
border-left: 1px solid #4b5563;
|
912
|
+
border-right: 1px solid #4b5563;
|
912
913
|
display: -ms-flexbox;
|
913
914
|
display: flex;
|
914
915
|
-ms-flex: 0 0 auto;
|
@@ -1096,7 +1097,8 @@
|
|
1096
1097
|
|
1097
1098
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
1098
1099
|
background: #4b5563;
|
1099
|
-
border:
|
1100
|
+
border-left: 1px solid #4b5563;
|
1101
|
+
border-right: 1px solid #4b5563;
|
1100
1102
|
}
|
1101
1103
|
|
1102
1104
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -1120,6 +1122,8 @@
|
|
1120
1122
|
|
1121
1123
|
.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 {
|
1122
1124
|
background: #22d3ee;
|
1125
|
+
border-left: 1px solid #22d3ee;
|
1126
|
+
border-right: 1px solid #22d3ee;
|
1123
1127
|
}
|
1124
1128
|
|
1125
1129
|
.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 {
|
@@ -1178,6 +1182,8 @@
|
|
1178
1182
|
|
1179
1183
|
.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 {
|
1180
1184
|
background: #22d3ee;
|
1185
|
+
border-left: 1px solid #22d3ee;
|
1186
|
+
border-right: 1px solid #22d3ee;
|
1181
1187
|
}
|
1182
1188
|
|
1183
1189
|
.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 {
|
package/styles/tailwind.css
CHANGED
@@ -908,7 +908,8 @@
|
|
908
908
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
909
909
|
-ms-flex-align: center;
|
910
910
|
align-items: center;
|
911
|
-
border:
|
911
|
+
border-left: 1px solid #e5e7eb;
|
912
|
+
border-right: 1px solid #e5e7eb;
|
912
913
|
display: -ms-flexbox;
|
913
914
|
display: flex;
|
914
915
|
-ms-flex: 0 0 auto;
|
@@ -1096,7 +1097,8 @@
|
|
1096
1097
|
|
1097
1098
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
1098
1099
|
background: #e5e7eb;
|
1099
|
-
border:
|
1100
|
+
border-left: 1px solid #e5e7eb;
|
1101
|
+
border-right: 1px solid #e5e7eb;
|
1100
1102
|
}
|
1101
1103
|
|
1102
1104
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
@@ -1120,6 +1122,8 @@
|
|
1120
1122
|
|
1121
1123
|
.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 {
|
1122
1124
|
background: #4f46e5;
|
1125
|
+
border-left: 1px solid #4f46e5;
|
1126
|
+
border-right: 1px solid #4f46e5;
|
1123
1127
|
}
|
1124
1128
|
|
1125
1129
|
.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 {
|
@@ -1178,6 +1182,8 @@
|
|
1178
1182
|
|
1179
1183
|
.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 {
|
1180
1184
|
background: #4f46e5;
|
1185
|
+
border-left: 1px solid #4f46e5;
|
1186
|
+
border-right: 1px solid #4f46e5;
|
1181
1187
|
}
|
1182
1188
|
|
1183
1189
|
.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 {
|