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