@syncfusion/ej2-react-layouts 20.1.47 → 20.1.55

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