@syncfusion/ej2-react-layouts 20.1.47 → 20.1.61
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 +14 -0
- package/dist/ej2-react-layouts.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/dashboard-layout/panels-directive.d.ts +3 -1
- package/src/splitter/panesettings-directive.d.ts +3 -1
- package/styles/avatar/bootstrap-dark.css +1 -7
- package/styles/avatar/bootstrap.css +1 -7
- package/styles/avatar/bootstrap4.css +1 -7
- package/styles/avatar/bootstrap5-dark.css +1 -7
- package/styles/avatar/bootstrap5.css +1 -7
- package/styles/avatar/fabric-dark.css +1 -7
- package/styles/avatar/fabric.css +1 -7
- package/styles/avatar/fluent-dark.css +1 -7
- package/styles/avatar/fluent.css +1 -7
- package/styles/avatar/highcontrast-light.css +1 -7
- package/styles/avatar/highcontrast.css +1 -7
- package/styles/avatar/material-dark.css +1 -7
- package/styles/avatar/material.css +1 -7
- package/styles/avatar/tailwind-dark.css +1 -7
- package/styles/avatar/tailwind.css +1 -7
- package/styles/bootstrap-dark.css +43 -312
- package/styles/bootstrap.css +43 -312
- package/styles/bootstrap4.css +43 -314
- package/styles/bootstrap5-dark.css +41 -309
- package/styles/bootstrap5.css +41 -309
- package/styles/card/bootstrap-dark.css +1 -85
- package/styles/card/bootstrap.css +1 -85
- package/styles/card/bootstrap4.css +1 -87
- package/styles/card/bootstrap5-dark.css +1 -85
- package/styles/card/bootstrap5.css +1 -85
- package/styles/card/fabric-dark.css +1 -85
- package/styles/card/fabric.css +1 -87
- package/styles/card/fluent-dark.css +1 -85
- package/styles/card/fluent.css +1 -85
- package/styles/card/highcontrast-light.css +1 -85
- package/styles/card/highcontrast.css +1 -87
- package/styles/card/material-dark.css +1 -85
- package/styles/card/material.css +1 -85
- package/styles/card/tailwind-dark.css +1 -87
- package/styles/card/tailwind.css +1 -87
- package/styles/dashboard-layout/bootstrap-dark.css +28 -116
- package/styles/dashboard-layout/bootstrap.css +28 -116
- package/styles/dashboard-layout/bootstrap4.css +28 -116
- package/styles/dashboard-layout/bootstrap5-dark.css +28 -117
- package/styles/dashboard-layout/bootstrap5.css +28 -117
- package/styles/dashboard-layout/fabric-dark.css +28 -116
- package/styles/dashboard-layout/fabric.css +28 -116
- package/styles/dashboard-layout/fluent-dark.css +28 -117
- package/styles/dashboard-layout/fluent.css +28 -117
- package/styles/dashboard-layout/highcontrast-light.css +16 -85
- package/styles/dashboard-layout/highcontrast.css +28 -115
- package/styles/dashboard-layout/material-dark.css +28 -116
- package/styles/dashboard-layout/material.css +28 -116
- package/styles/dashboard-layout/tailwind-dark.css +28 -119
- package/styles/dashboard-layout/tailwind.css +28 -119
- package/styles/fabric-dark.css +43 -312
- package/styles/fabric.css +43 -314
- package/styles/fluent-dark.css +41 -309
- package/styles/fluent.css +41 -309
- package/styles/highcontrast-light.css +31 -281
- package/styles/highcontrast.css +43 -313
- package/styles/material-dark.css +53 -322
- package/styles/material.css +43 -312
- package/styles/splitter/bootstrap-dark.css +16 -107
- package/styles/splitter/bootstrap.css +16 -107
- package/styles/splitter/bootstrap4.css +16 -107
- package/styles/splitter/bootstrap5-dark.css +14 -103
- package/styles/splitter/bootstrap5.css +14 -103
- package/styles/splitter/fabric-dark.css +16 -107
- package/styles/splitter/fabric.css +16 -107
- package/styles/splitter/fluent-dark.css +14 -103
- package/styles/splitter/fluent.css +14 -103
- package/styles/splitter/highcontrast-light.css +16 -107
- package/styles/splitter/highcontrast.css +16 -107
- package/styles/splitter/material-dark.css +26 -117
- package/styles/splitter/material.css +16 -107
- package/styles/splitter/tailwind-dark.css +14 -103
- package/styles/splitter/tailwind.css +14 -103
- package/styles/tailwind-dark.css +41 -313
- package/styles/tailwind.css +41 -313
@@ -1,20 +1,18 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
2
2
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
|
3
|
-
content:
|
4
|
-
font-family:
|
3
|
+
content: "\e7e3";
|
4
|
+
font-family: "e-icons";
|
5
5
|
font-size: 14px;
|
6
6
|
}
|
7
|
-
|
8
7
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
9
|
-
content:
|
10
|
-
font-family:
|
8
|
+
content: "\e7fd";
|
9
|
+
font-family: "e-icons";
|
11
10
|
font-size: 14px;
|
12
11
|
}
|
13
12
|
|
14
13
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
15
14
|
font-size: 16px;
|
16
15
|
}
|
17
|
-
|
18
16
|
.e-bigger.e-splitter .e-split-bar .e-resize-handler::before {
|
19
17
|
font-size: 16px;
|
20
18
|
}
|
@@ -29,7 +27,6 @@
|
|
29
27
|
touch-action: none;
|
30
28
|
width: 100%;
|
31
29
|
}
|
32
|
-
|
33
30
|
.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
|
34
31
|
-ms-flex: 1 1 auto;
|
35
32
|
flex: 1 1 auto;
|
@@ -37,93 +34,75 @@
|
|
37
34
|
font-size: 14px;
|
38
35
|
font-weight: 400;
|
39
36
|
}
|
40
|
-
|
41
37
|
.e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
|
42
38
|
overflow: auto;
|
43
39
|
}
|
44
|
-
|
45
40
|
.e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
|
46
41
|
-ms-flex-positive: 0;
|
47
42
|
flex-grow: 0;
|
48
43
|
-ms-flex-negative: 0;
|
49
44
|
flex-shrink: 0;
|
50
45
|
}
|
51
|
-
|
52
46
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
|
53
47
|
overflow: auto;
|
54
48
|
}
|
55
|
-
|
56
49
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
57
50
|
-ms-flex-preferred-size: 0 !important;
|
58
51
|
flex-basis: 0 !important;
|
59
52
|
overflow: hidden !important;
|
60
53
|
}
|
61
|
-
|
62
54
|
.e-splitter.e-splitter-horizontal {
|
63
55
|
-ms-flex-direction: row;
|
64
56
|
flex-direction: row;
|
65
57
|
}
|
66
|
-
|
67
58
|
.e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
|
68
59
|
overflow: hidden;
|
69
60
|
}
|
70
|
-
|
71
61
|
.e-splitter.e-splitter-horizontal.e-rtl {
|
72
62
|
-ms-flex-direction: row-reverse;
|
73
63
|
flex-direction: row-reverse;
|
74
64
|
}
|
75
|
-
|
76
65
|
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
|
77
66
|
-ms-flex-direction: row-reverse;
|
78
67
|
flex-direction: row-reverse;
|
79
68
|
}
|
80
|
-
|
81
69
|
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
|
82
70
|
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
|
83
71
|
right: auto;
|
84
72
|
}
|
85
|
-
|
86
73
|
.e-splitter.e-splitter-vertical {
|
87
74
|
-ms-flex-direction: column;
|
88
75
|
flex-direction: column;
|
89
76
|
}
|
90
|
-
|
91
77
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
92
78
|
overflow: hidden;
|
93
79
|
}
|
94
|
-
|
95
80
|
.e-splitter.e-splitter-vertical .e-pane-vertical {
|
96
81
|
overflow: auto;
|
97
82
|
}
|
98
|
-
|
99
83
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
100
84
|
-ms-flex-preferred-size: 0 !important;
|
101
85
|
flex-basis: 0 !important;
|
102
86
|
overflow: hidden !important;
|
103
87
|
}
|
104
|
-
|
105
88
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
106
89
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
107
90
|
right: auto;
|
108
91
|
}
|
109
|
-
|
110
92
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
111
93
|
border-radius: 50%;
|
112
94
|
bottom: 20px;
|
113
95
|
right: 22px;
|
114
96
|
}
|
115
|
-
|
116
97
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
117
98
|
border-radius: 50%;
|
118
99
|
left: 22px;
|
119
100
|
right: auto;
|
120
101
|
top: 20px;
|
121
102
|
}
|
122
|
-
|
123
103
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
124
104
|
right: auto;
|
125
105
|
}
|
126
|
-
|
127
106
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
128
107
|
-ms-flex-align: center;
|
129
108
|
align-items: center;
|
@@ -136,17 +115,14 @@
|
|
136
115
|
min-width: 1px;
|
137
116
|
z-index: 15;
|
138
117
|
}
|
139
|
-
|
140
118
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
|
141
119
|
visibility: hidden;
|
142
120
|
}
|
143
|
-
|
144
121
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
|
145
122
|
cursor: col-resize;
|
146
123
|
}
|
147
|
-
|
148
124
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
|
149
|
-
content:
|
125
|
+
content: "";
|
150
126
|
cursor: col-resize;
|
151
127
|
display: block;
|
152
128
|
height: 100%;
|
@@ -154,7 +130,6 @@
|
|
154
130
|
width: 16px;
|
155
131
|
z-index: 10;
|
156
132
|
}
|
157
|
-
|
158
133
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
159
134
|
-ms-flex-align: center;
|
160
135
|
align-items: center;
|
@@ -166,17 +141,14 @@
|
|
166
141
|
position: relative;
|
167
142
|
width: 1px;
|
168
143
|
}
|
169
|
-
|
170
144
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
|
171
145
|
visibility: hidden;
|
172
146
|
}
|
173
|
-
|
174
147
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
|
175
148
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
|
176
149
|
left: 8px;
|
177
150
|
right: 3px;
|
178
151
|
}
|
179
|
-
|
180
152
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
|
181
153
|
border-image: none;
|
182
154
|
border-width: 1px;
|
@@ -187,48 +159,39 @@
|
|
187
159
|
padding: 1px 12px;
|
188
160
|
position: relative;
|
189
161
|
}
|
190
|
-
|
191
162
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
|
192
163
|
border-radius: 16px;
|
193
|
-
content:
|
164
|
+
content: "";
|
194
165
|
height: 8px;
|
195
166
|
position: absolute;
|
196
167
|
transform: rotate(0deg);
|
197
168
|
width: 2px;
|
198
169
|
}
|
199
|
-
|
200
170
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
|
201
171
|
top: 5px;
|
202
172
|
transform-origin: 1px 7px 0;
|
203
173
|
}
|
204
|
-
|
205
174
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
|
206
175
|
top: 11px;
|
207
176
|
transform-origin: 1px 1px 0;
|
208
177
|
}
|
209
|
-
|
210
178
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
|
211
179
|
border-radius: 50%;
|
212
180
|
right: 5px;
|
213
181
|
}
|
214
|
-
|
215
182
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
|
216
183
|
border-radius: 50%;
|
217
184
|
left: 5px;
|
218
185
|
}
|
219
|
-
|
220
186
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after {
|
221
187
|
right: 8px;
|
222
188
|
}
|
223
|
-
|
224
189
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
|
225
190
|
margin: 0 3px;
|
226
191
|
}
|
227
|
-
|
228
192
|
.e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
|
229
193
|
margin: 0 0 0 3px;
|
230
194
|
}
|
231
|
-
|
232
195
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
233
196
|
-ms-flex-align: center;
|
234
197
|
align-items: center;
|
@@ -242,17 +205,14 @@
|
|
242
205
|
justify-content: center;
|
243
206
|
min-height: 1px;
|
244
207
|
}
|
245
|
-
|
246
208
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
|
247
209
|
visibility: hidden;
|
248
210
|
}
|
249
|
-
|
250
211
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
|
251
212
|
cursor: row-resize;
|
252
213
|
}
|
253
|
-
|
254
214
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
|
255
|
-
content:
|
215
|
+
content: "";
|
256
216
|
cursor: row-resize;
|
257
217
|
display: block;
|
258
218
|
height: 16px;
|
@@ -260,7 +220,6 @@
|
|
260
220
|
width: 100%;
|
261
221
|
z-index: 12;
|
262
222
|
}
|
263
|
-
|
264
223
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
265
224
|
-ms-flex-align: center;
|
266
225
|
align-items: center;
|
@@ -271,16 +230,13 @@
|
|
271
230
|
justify-content: center;
|
272
231
|
width: 18px;
|
273
232
|
}
|
274
|
-
|
275
233
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
|
276
234
|
visibility: hidden;
|
277
235
|
}
|
278
|
-
|
279
236
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
280
237
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
281
238
|
left: 10px;
|
282
239
|
}
|
283
|
-
|
284
240
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
|
285
241
|
border-image: none;
|
286
242
|
border-width: 0;
|
@@ -292,59 +248,49 @@
|
|
292
248
|
position: relative;
|
293
249
|
width: 26px;
|
294
250
|
}
|
295
|
-
|
296
251
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
|
297
252
|
border-radius: 16px;
|
298
|
-
content:
|
253
|
+
content: "";
|
299
254
|
height: 8px;
|
300
255
|
position: absolute;
|
301
256
|
transform: rotate(90deg);
|
302
257
|
width: 2px;
|
303
258
|
}
|
304
|
-
|
305
259
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
|
306
260
|
top: 3px;
|
307
261
|
transform-origin: 2px 7px 0;
|
308
262
|
}
|
309
|
-
|
310
263
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
311
264
|
left: 11px;
|
312
265
|
top: 8px;
|
313
266
|
transform-origin: 1px 1px 0;
|
314
267
|
}
|
315
|
-
|
316
268
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
|
317
269
|
left: 12px;
|
318
270
|
top: 8px;
|
319
271
|
transform-origin: 1px 6px 0;
|
320
272
|
}
|
321
|
-
|
322
273
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
323
274
|
left: 10px;
|
324
275
|
top: 12px;
|
325
276
|
transform-origin: 1px 2px 0;
|
326
277
|
}
|
327
|
-
|
328
278
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
329
279
|
border-radius: 50%;
|
330
280
|
bottom: 20px;
|
331
281
|
left: 22px;
|
332
282
|
}
|
333
|
-
|
334
283
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
335
284
|
border-radius: 50%;
|
336
285
|
right: 22px;
|
337
286
|
top: 20px;
|
338
287
|
}
|
339
|
-
|
340
288
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
341
289
|
right: 10px;
|
342
290
|
}
|
343
|
-
|
344
291
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
|
345
292
|
margin: 3px 0;
|
346
293
|
}
|
347
|
-
|
348
294
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
349
295
|
margin: 3px 0 0;
|
350
296
|
}
|
@@ -352,20 +298,16 @@
|
|
352
298
|
.e-bigger.e-splitter .e-pane {
|
353
299
|
font-size: 16px;
|
354
300
|
}
|
355
|
-
|
356
301
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
357
302
|
height: 20px;
|
358
303
|
}
|
359
|
-
|
360
304
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
361
305
|
width: 20px;
|
362
306
|
}
|
363
|
-
|
364
307
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
365
308
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
366
309
|
margin-top: -2px;
|
367
310
|
}
|
368
|
-
|
369
311
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
370
312
|
margin-top: 2px;
|
371
313
|
}
|
@@ -378,11 +320,9 @@
|
|
378
320
|
.e-bigger .e-splitter .e-pane {
|
379
321
|
font-size: 16px;
|
380
322
|
}
|
381
|
-
|
382
323
|
.e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
383
324
|
height: 20px;
|
384
325
|
}
|
385
|
-
|
386
326
|
.e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
387
327
|
width: 20px;
|
388
328
|
}
|
@@ -410,166 +350,137 @@
|
|
410
350
|
.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
|
411
351
|
border: solid 1px #e5e7eb;
|
412
352
|
}
|
413
|
-
|
414
353
|
.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
|
415
354
|
color: #111827;
|
416
355
|
}
|
417
|
-
|
418
356
|
.e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical {
|
419
357
|
border: transparent;
|
420
358
|
}
|
421
|
-
|
422
359
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
423
360
|
background: #e5e7eb;
|
424
361
|
border-left: 1px solid #e5e7eb;
|
425
362
|
border-right: 1px solid #e5e7eb;
|
426
363
|
}
|
427
|
-
|
428
364
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
429
365
|
background: #fff;
|
430
366
|
color: #6b7280;
|
431
367
|
}
|
432
|
-
|
433
368
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
|
434
369
|
background-color: transparent;
|
435
370
|
border-color: transparent;
|
436
371
|
color: transparent;
|
437
372
|
transition: background-color 500ms ease-out;
|
438
373
|
}
|
439
|
-
|
440
374
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::after {
|
441
375
|
background-color: #4f46e5;
|
442
376
|
opacity: 0;
|
443
|
-
transition-duration: .3s;
|
377
|
+
transition-duration: 0.3s;
|
444
378
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
445
379
|
}
|
446
|
-
|
447
380
|
.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 {
|
448
381
|
background: #4f46e5;
|
449
382
|
border-left: 1px solid #4f46e5;
|
450
383
|
border-right: 1px solid #4f46e5;
|
451
384
|
}
|
452
|
-
|
453
385
|
.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 {
|
454
386
|
background: #fff;
|
455
387
|
color: #4f46e5;
|
456
388
|
}
|
457
|
-
|
458
389
|
.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 {
|
459
390
|
background-color: transparent;
|
460
391
|
border-color: #4f46e5;
|
461
392
|
border-width: 1px;
|
462
|
-
opacity: .9;
|
393
|
+
opacity: 0.9;
|
463
394
|
}
|
464
|
-
|
465
395
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::before {
|
466
396
|
background-color: #4f46e5;
|
467
397
|
opacity: 1;
|
468
398
|
transform: rotate(40deg);
|
469
399
|
}
|
470
|
-
|
471
400
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::after {
|
472
401
|
background-color: #4f46e5;
|
473
402
|
opacity: 1;
|
474
403
|
transform: rotate(-40deg);
|
475
404
|
}
|
476
|
-
|
477
405
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before {
|
478
406
|
background-color: #4f46e5;
|
479
407
|
opacity: 1;
|
480
408
|
transform: rotate(-40deg);
|
481
409
|
}
|
482
|
-
|
483
410
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after {
|
484
411
|
background-color: #4f46e5;
|
485
412
|
opacity: 1;
|
486
413
|
transform: rotate(40deg);
|
487
414
|
}
|
488
|
-
|
489
415
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
490
416
|
background: #4f46e5;
|
491
417
|
}
|
492
|
-
|
493
418
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
494
419
|
background: #fff;
|
495
420
|
color: #4f46e5;
|
496
421
|
}
|
497
|
-
|
498
422
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
499
423
|
background: #e5e7eb;
|
500
424
|
}
|
501
|
-
|
502
425
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
503
426
|
background: #fff;
|
504
427
|
color: #6b7280;
|
505
428
|
}
|
506
|
-
|
507
429
|
.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 {
|
508
430
|
background: #4f46e5;
|
509
431
|
border-left: 1px solid #4f46e5;
|
510
432
|
border-right: 1px solid #4f46e5;
|
511
433
|
}
|
512
|
-
|
513
434
|
.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 {
|
514
435
|
background-color: transparent;
|
515
436
|
border-color: #4f46e5;
|
516
437
|
border-width: 1px;
|
517
|
-
opacity: .9;
|
438
|
+
opacity: 0.9;
|
518
439
|
}
|
519
|
-
|
520
440
|
.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 {
|
521
441
|
background: #fff;
|
522
442
|
color: #4f46e5;
|
523
443
|
}
|
524
|
-
|
525
444
|
.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 {
|
526
445
|
background-color: #4f46e5;
|
527
446
|
opacity: 1;
|
528
447
|
transform: rotate(125deg);
|
529
448
|
}
|
530
|
-
|
531
449
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after {
|
532
450
|
background-color: #4f46e5;
|
533
451
|
opacity: 1;
|
534
452
|
transform: rotate(50deg);
|
535
453
|
}
|
536
|
-
|
537
454
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before {
|
538
455
|
background-color: #4f46e5;
|
539
456
|
opacity: 1;
|
540
457
|
transform: rotate(55deg);
|
541
458
|
}
|
542
|
-
|
543
459
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after {
|
544
460
|
background-color: #4f46e5;
|
545
461
|
opacity: 1;
|
546
462
|
transform: rotate(125deg);
|
547
463
|
}
|
548
|
-
|
549
464
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
|
550
465
|
background-color: transparent;
|
551
466
|
border-color: transparent;
|
552
467
|
color: transparent;
|
553
468
|
transition: background-color 300ms ease-out;
|
554
469
|
}
|
555
|
-
|
556
470
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
|
557
471
|
background-color: #4f46e5;
|
558
472
|
opacity: 0;
|
559
|
-
transition-duration: .3s;
|
473
|
+
transition-duration: 0.3s;
|
560
474
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
561
475
|
}
|
562
|
-
|
563
476
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
564
477
|
background: #4f46e5;
|
565
478
|
}
|
566
|
-
|
567
479
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
568
480
|
background: #fff;
|
569
481
|
color: #4f46e5;
|
570
482
|
}
|
571
|
-
|
572
483
|
.e-splitter.e-disabled {
|
573
|
-
opacity:
|
484
|
+
opacity: 0.4;
|
574
485
|
pointer-events: none;
|
575
|
-
}
|
486
|
+
}
|