@syncfusion/ej2-layouts 19.2.60 → 19.3.43
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/.eslintrc.json +1 -1
- package/CHANGELOG.md +8 -0
- 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 +72 -151
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +72 -152
- 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/helpers/e2e/dashboardHelper.d.ts +63 -0
- package/helpers/e2e/dashboardHelper.js +97 -0
- package/helpers/e2e/index.d.ts +1 -0
- package/helpers/e2e/index.js +1 -0
- package/package.json +6 -6
- package/src/dashboard-layout/dashboard-layout.js +0 -1
- package/src/splitter/splitter-model.d.ts +1 -1
- package/src/splitter/splitter.d.ts +1 -1
- package/src/splitter/splitter.js +72 -150
- package/styles/avatar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/avatar/_bootstrap5-definition.scss +25 -0
- package/styles/avatar/_layout.scss +5 -5
- package/styles/avatar/_tailwind-dark-definition.scss +1 -25
- package/styles/avatar/bootstrap5-dark.css +61 -0
- package/styles/avatar/bootstrap5-dark.scss +3 -0
- package/styles/avatar/bootstrap5.css +61 -0
- package/styles/avatar/bootstrap5.scss +3 -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-definition.scss +1 -0
- package/styles/card/_bootstrap5-definition.scss +119 -0
- package/styles/card/_fabric-dark-definition.scss +5 -18
- package/styles/card/_layout.scss +2 -2
- package/styles/card/_tailwind-dark-definition.scss +1 -122
- package/styles/card/_tailwind-definition.scss +5 -9
- package/styles/card/bootstrap5-dark.css +593 -0
- package/styles/card/bootstrap5-dark.scss +3 -0
- package/styles/card/bootstrap5.css +593 -0
- package/styles/card/bootstrap5.scss +3 -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-definition.scss +1 -0
- package/styles/dashboard-layout/_bootstrap5-definition.scss +109 -0
- package/styles/dashboard-layout/_layout.scss +14 -5
- package/styles/dashboard-layout/_tailwind-dark-definition.scss +1 -109
- package/styles/dashboard-layout/_tailwind-definition.scss +27 -28
- package/styles/dashboard-layout/_theme.scss +4 -4
- package/styles/dashboard-layout/bootstrap5-dark.css +393 -0
- package/styles/dashboard-layout/bootstrap5-dark.scss +4 -0
- package/styles/dashboard-layout/bootstrap5.css +393 -0
- package/styles/dashboard-layout/bootstrap5.scss +4 -0
- package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_bootstrap5.scss +81 -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/_bootstrap5-dark-definition.scss +1 -0
- package/styles/splitter/_bootstrap5-definition.scss +26 -0
- package/styles/splitter/_tailwind-dark-definition.scss +1 -23
- package/styles/splitter/_tailwind-definition.scss +14 -11
- 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 +4 -0
- package/styles/splitter/bootstrap5.css +568 -0
- package/styles/splitter/bootstrap5.scss +4 -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/icons/_bootstrap-dark.scss +12 -0
- package/styles/splitter/icons/_bootstrap.scss +12 -0
- package/styles/splitter/icons/_bootstrap4.scss +12 -0
- package/styles/splitter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/splitter/icons/_bootstrap5.scss +39 -0
- package/styles/splitter/icons/_fabric-dark.scss +12 -0
- package/styles/splitter/icons/_fabric.scss +12 -0
- package/styles/splitter/icons/_highcontrast-light.scss +12 -0
- package/styles/splitter/icons/_highcontrast.scss +12 -0
- package/styles/splitter/icons/_material-dark.scss +12 -0
- package/styles/splitter/icons/_material.scss +12 -0
- package/styles/splitter/icons/_tailwind-dark.scss +1 -39
- package/styles/splitter/icons/_tailwind.scss +12 -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
package/styles/fabric.css
CHANGED
@@ -662,6 +662,10 @@
|
|
662
662
|
font-size: 14px;
|
663
663
|
}
|
664
664
|
|
665
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
666
|
+
content: '';
|
667
|
+
}
|
668
|
+
|
665
669
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
666
670
|
content: '\e984';
|
667
671
|
font-family: 'e-icons';
|
@@ -669,6 +673,10 @@
|
|
669
673
|
transform: rotate(90deg);
|
670
674
|
}
|
671
675
|
|
676
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
677
|
+
content: '';
|
678
|
+
}
|
679
|
+
|
672
680
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
673
681
|
font-size: 16px;
|
674
682
|
}
|
@@ -649,6 +649,10 @@
|
|
649
649
|
font-size: 14px;
|
650
650
|
}
|
651
651
|
|
652
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
653
|
+
content: '';
|
654
|
+
}
|
655
|
+
|
652
656
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
653
657
|
content: '\e984';
|
654
658
|
font-family: 'e-icons';
|
@@ -656,6 +660,10 @@
|
|
656
660
|
transform: rotate(90deg);
|
657
661
|
}
|
658
662
|
|
663
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
664
|
+
content: '';
|
665
|
+
}
|
666
|
+
|
659
667
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
660
668
|
font-size: 16px;
|
661
669
|
}
|
package/styles/highcontrast.css
CHANGED
@@ -663,6 +663,10 @@
|
|
663
663
|
font-size: 14px;
|
664
664
|
}
|
665
665
|
|
666
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
667
|
+
content: '';
|
668
|
+
}
|
669
|
+
|
666
670
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
667
671
|
content: '\e984';
|
668
672
|
font-family: 'e-icons';
|
@@ -670,6 +674,10 @@
|
|
670
674
|
transform: rotate(90deg);
|
671
675
|
}
|
672
676
|
|
677
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
678
|
+
content: '';
|
679
|
+
}
|
680
|
+
|
673
681
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
674
682
|
font-size: 16px;
|
675
683
|
}
|
package/styles/material-dark.css
CHANGED
@@ -650,12 +650,20 @@
|
|
650
650
|
font-size: 14px;
|
651
651
|
}
|
652
652
|
|
653
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
654
|
+
content: '';
|
655
|
+
}
|
656
|
+
|
653
657
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
654
658
|
content: '\eb04';
|
655
659
|
font-family: 'e-icons';
|
656
660
|
font-size: 14px;
|
657
661
|
}
|
658
662
|
|
663
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
664
|
+
content: '';
|
665
|
+
}
|
666
|
+
|
659
667
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
660
668
|
font-size: 16px;
|
661
669
|
}
|
@@ -1088,12 +1096,12 @@
|
|
1088
1096
|
}
|
1089
1097
|
|
1090
1098
|
.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 {
|
1091
|
-
background: #
|
1099
|
+
background: #00b0ff;
|
1092
1100
|
}
|
1093
1101
|
|
1094
1102
|
.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 {
|
1095
1103
|
background: #303030;
|
1096
|
-
color: #
|
1104
|
+
color: #00b0ff;
|
1097
1105
|
}
|
1098
1106
|
|
1099
1107
|
.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 {
|
@@ -1128,12 +1136,12 @@
|
|
1128
1136
|
}
|
1129
1137
|
|
1130
1138
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
1131
|
-
background: #
|
1139
|
+
background: #00b0ff;
|
1132
1140
|
}
|
1133
1141
|
|
1134
1142
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
1135
1143
|
background: #303030;
|
1136
|
-
color: #
|
1144
|
+
color: #00b0ff;
|
1137
1145
|
}
|
1138
1146
|
|
1139
1147
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
@@ -1146,7 +1154,7 @@
|
|
1146
1154
|
}
|
1147
1155
|
|
1148
1156
|
.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 {
|
1149
|
-
background: #
|
1157
|
+
background: #00b0ff;
|
1150
1158
|
}
|
1151
1159
|
|
1152
1160
|
.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 {
|
@@ -1158,7 +1166,7 @@
|
|
1158
1166
|
|
1159
1167
|
.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 {
|
1160
1168
|
background: #303030;
|
1161
|
-
color: #
|
1169
|
+
color: #00b0ff;
|
1162
1170
|
}
|
1163
1171
|
|
1164
1172
|
.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 {
|
@@ -1200,12 +1208,12 @@
|
|
1200
1208
|
}
|
1201
1209
|
|
1202
1210
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
1203
|
-
background: #
|
1211
|
+
background: #00b0ff;
|
1204
1212
|
}
|
1205
1213
|
|
1206
1214
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
1207
1215
|
background: #303030;
|
1208
|
-
color: #
|
1216
|
+
color: #00b0ff;
|
1209
1217
|
}
|
1210
1218
|
|
1211
1219
|
.e-splitter.e-disabled {
|
@@ -1330,7 +1338,7 @@
|
|
1330
1338
|
}
|
1331
1339
|
|
1332
1340
|
.e-dashboardlayout.e-control .e-panel:active {
|
1333
|
-
border: 1px #
|
1341
|
+
border: 1px #00b0ff solid;
|
1334
1342
|
}
|
1335
1343
|
|
1336
1344
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
|
@@ -1465,8 +1473,8 @@
|
|
1465
1473
|
}
|
1466
1474
|
|
1467
1475
|
.e-dashboardlayout.e-control .e-holder {
|
1468
|
-
background: rgba(
|
1469
|
-
border: 2px rgba(
|
1476
|
+
background: rgba(0, 176, 255, 0.25);
|
1477
|
+
border: 2px rgba(0, 176, 255, 0.25) dotted;
|
1470
1478
|
border-radius: 0;
|
1471
1479
|
position: absolute;
|
1472
1480
|
border-radius: 2px;
|
package/styles/material.css
CHANGED
@@ -651,12 +651,20 @@
|
|
651
651
|
font-size: 14px;
|
652
652
|
}
|
653
653
|
|
654
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
655
|
+
content: '';
|
656
|
+
}
|
657
|
+
|
654
658
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
655
659
|
content: '\eb04';
|
656
660
|
font-family: 'e-icons';
|
657
661
|
font-size: 14px;
|
658
662
|
}
|
659
663
|
|
664
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
665
|
+
content: '';
|
666
|
+
}
|
667
|
+
|
660
668
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
661
669
|
font-size: 16px;
|
662
670
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './bootstrap5-definition.scss';
|
@@ -0,0 +1,26 @@
|
|
1
|
+
$skin-name: 'bootstrap' !default;
|
2
|
+
//Layout Variables Start
|
3
|
+
$splitpane-font-size: $text-sm !default;
|
4
|
+
$splitpane-font-weight: $font-weight-normal !default;
|
5
|
+
$splitpane-font-family: $font-family !default;
|
6
|
+
$splitbar-icon-size: 14px !default;
|
7
|
+
$splitbar-icon-gap: 18px !default;
|
8
|
+
$bigger-splitbar-icon-gap: 20px !default;
|
9
|
+
$bigger-splitpane-font-size: $text-base !default;
|
10
|
+
$bigger-splitbar-icon-size: 16px !default;
|
11
|
+
//Layout Variables End
|
12
|
+
|
13
|
+
//Theme Variables Start
|
14
|
+
$navigation-arrow-background: $primary-text-color !default; // Ask UI Team
|
15
|
+
$navigation-icon-background-hover: $primary !default;// Ask UI Team
|
16
|
+
$navigation-icon-border-hover: $primary !default;// Ask UI Team
|
17
|
+
$splitter-border-color: $border-light !default;
|
18
|
+
$splitter-background-color: $primary-text-color !default;
|
19
|
+
$splitpane-font-color: $content-text-color !default;
|
20
|
+
$splitbar-border-color: $border-light !default;// Ask UI Team
|
21
|
+
$splitbar-hover-border-color: $primary !default;
|
22
|
+
$splitbar-icon-color: $icon-color !default;
|
23
|
+
$collapse-icon-bg-color: $primary-text-color !default;
|
24
|
+
$resize-icon-bg-color: $content-bg-color !default;
|
25
|
+
$split-bar-border: none !default;
|
26
|
+
//Theme Variables End
|
@@ -1,23 +1 @@
|
|
1
|
-
|
2
|
-
$skin-name: 'tailwind-dark' !default;
|
3
|
-
$navigation-arrow-background: $primary-text-color !default;
|
4
|
-
$navigation-icon-background-hover: $primary !default;
|
5
|
-
$navigation-icon-border-hover: $primary !default;
|
6
|
-
$splitter-border-color: $border-light !default;
|
7
|
-
$splitter-background-color: $primary-text-color !default;
|
8
|
-
$splitpane-font-size: $text-sm !default;
|
9
|
-
$splitpane-font-weight: $font-weight-normal !default;
|
10
|
-
$splitpane-font-family: $font-family !default;
|
11
|
-
$splitpane-font-color: $content-text-color !default;
|
12
|
-
$splitbar-border-color: $border-light !default;
|
13
|
-
$splitbar-hover-border-color: $primary !default;
|
14
|
-
$splitbar-icon-color: $icon-color !default;
|
15
|
-
$splitbar-icon-size: 14px !default;
|
16
|
-
$collapse-icon-bg-color: $primary-text-color !default;
|
17
|
-
$splitbar-icon-gap: 18px !default;
|
18
|
-
$resize-icon-bg-color: $primary-text-color !default;
|
19
|
-
$split-bar-border: none !default;
|
20
|
-
// Bigger style
|
21
|
-
$bigger-splitbar-icon-gap: 20px !default;
|
22
|
-
$bigger-splitpane-font-size: $text-base !default;
|
23
|
-
$bigger-splitbar-icon-size: 16px !default;
|
1
|
+
@import './tailwind-definition.scss';
|
@@ -1,23 +1,26 @@
|
|
1
|
-
/*! component's default definitions and variables */
|
2
1
|
$skin-name: 'tailwind' !default;
|
2
|
+
//Layout Variables Start
|
3
|
+
$splitpane-font-size: $text-sm !default;
|
4
|
+
$splitpane-font-weight: $font-weight-normal !default;
|
5
|
+
$splitpane-font-family: $font-family !default;
|
6
|
+
$splitbar-icon-size: 14px !default;
|
7
|
+
$splitbar-icon-gap: 18px !default;
|
8
|
+
$bigger-splitbar-icon-gap: 20px !default;
|
9
|
+
$bigger-splitpane-font-size: $text-base !default;
|
10
|
+
$bigger-splitbar-icon-size: 16px !default;
|
11
|
+
//Layout Variables End
|
12
|
+
|
13
|
+
//Theme Variables Start
|
3
14
|
$navigation-arrow-background: $primary-text-color !default;
|
4
15
|
$navigation-icon-background-hover: $primary !default;
|
5
16
|
$navigation-icon-border-hover: $primary !default;
|
6
17
|
$splitter-border-color: $border-light !default;
|
7
18
|
$splitter-background-color: $primary-text-color !default;
|
8
|
-
$splitpane-font-size: $text-sm !default;
|
9
|
-
$splitpane-font-weight: $font-weight-normal !default;
|
10
|
-
$splitpane-font-family: $font-family !default;
|
11
19
|
$splitpane-font-color: $content-text-color !default;
|
12
20
|
$splitbar-border-color: $border-light !default;
|
13
21
|
$splitbar-hover-border-color: $primary !default;
|
14
22
|
$splitbar-icon-color: $icon-color !default;
|
15
|
-
$splitbar-icon-size: 14px !default;
|
16
23
|
$collapse-icon-bg-color: $primary-text-color !default;
|
17
|
-
$
|
18
|
-
$resize-icon-bg-color: $primary-text-color !default;
|
24
|
+
$resize-icon-bg-color: $content-bg-color !default;
|
19
25
|
$split-bar-border: none !default;
|
20
|
-
//
|
21
|
-
$bigger-splitbar-icon-gap: 20px !default;
|
22
|
-
$bigger-splitpane-font-size: $text-base !default;
|
23
|
-
$bigger-splitbar-icon-size: 16px !default;
|
26
|
+
//Theme Variables End
|
@@ -4,6 +4,10 @@
|
|
4
4
|
font-size: 14px;
|
5
5
|
}
|
6
6
|
|
7
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
8
|
+
content: '';
|
9
|
+
}
|
10
|
+
|
7
11
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
8
12
|
content: '\e984';
|
9
13
|
font-family: 'e-icons';
|
@@ -11,6 +15,10 @@
|
|
11
15
|
transform: rotate(90deg);
|
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
|
}
|
@@ -4,6 +4,10 @@
|
|
4
4
|
font-size: 14px;
|
5
5
|
}
|
6
6
|
|
7
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
8
|
+
content: '';
|
9
|
+
}
|
10
|
+
|
7
11
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
8
12
|
content: '\e984';
|
9
13
|
font-family: 'e-icons';
|
@@ -11,6 +15,10 @@
|
|
11
15
|
transform: rotate(90deg);
|
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
|
}
|
@@ -4,12 +4,20 @@
|
|
4
4
|
font-size: 14px;
|
5
5
|
}
|
6
6
|
|
7
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
8
|
+
content: '';
|
9
|
+
}
|
10
|
+
|
7
11
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
8
12
|
content: '\e71b';
|
9
13
|
font-family: 'e-icons';
|
10
14
|
font-size: 14px;
|
11
15
|
}
|
12
16
|
|
17
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
18
|
+
content: '';
|
19
|
+
}
|
20
|
+
|
13
21
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
14
22
|
font-size: 16px;
|
15
23
|
}
|