@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
@@ -22,39 +22,35 @@
|
|
22
22
|
width: 40px;
|
23
23
|
line-height: 22px;
|
24
24
|
}
|
25
|
-
|
26
25
|
.e-avatar img {
|
27
26
|
height: 100%;
|
28
27
|
width: auto;
|
29
28
|
}
|
30
|
-
|
31
29
|
.e-avatar.e-avatar-circle {
|
32
30
|
border-radius: 50%;
|
33
31
|
}
|
34
|
-
|
35
32
|
.e-avatar.e-avatar-xsmall {
|
36
33
|
font-size: 10px;
|
37
34
|
height: 24px;
|
38
35
|
line-height: 16px;
|
39
36
|
width: 24px;
|
40
37
|
}
|
41
|
-
|
42
38
|
.e-avatar.e-avatar-small {
|
43
39
|
font-size: 12px;
|
44
40
|
height: 32px;
|
45
41
|
line-height: 18px;
|
46
42
|
width: 32px;
|
47
43
|
}
|
48
|
-
|
49
44
|
.e-avatar.e-avatar-large {
|
50
45
|
font-size: 18px;
|
46
|
+
border-radius: 4px;
|
51
47
|
height: 48px;
|
52
48
|
line-height: 28px;
|
53
49
|
width: 48px;
|
54
50
|
}
|
55
|
-
|
56
51
|
.e-avatar.e-avatar-xlarge {
|
57
52
|
font-size: 20px;
|
53
|
+
border-radius: 4px;
|
58
54
|
height: 56px;
|
59
55
|
line-height: 28px;
|
60
56
|
width: 56px;
|
@@ -66,31 +62,26 @@
|
|
66
62
|
line-height: 48px;
|
67
63
|
min-height: 48px;
|
68
64
|
}
|
69
|
-
|
70
65
|
.e-bigger .e-card > .e-card-header-title,
|
71
66
|
.e-bigger.e-card > .e-card-header-title {
|
72
67
|
line-height: 1.5;
|
73
68
|
padding: 16px;
|
74
69
|
}
|
75
|
-
|
76
70
|
.e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title),
|
77
71
|
.e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) {
|
78
72
|
margin-top: 0;
|
79
73
|
padding-top: 0;
|
80
74
|
}
|
81
|
-
|
82
75
|
.e-bigger .e-card > .e-card-title,
|
83
76
|
.e-bigger.e-card > .e-card-title {
|
84
77
|
line-height: 1.5;
|
85
78
|
padding: 16px;
|
86
79
|
}
|
87
|
-
|
88
80
|
.e-bigger .e-card > .e-card-title + :not(.e-card-title),
|
89
81
|
.e-bigger.e-card > .e-card-title + :not(.e-card-title) {
|
90
82
|
margin-top: 0;
|
91
83
|
padding-top: 0;
|
92
84
|
}
|
93
|
-
|
94
85
|
.e-bigger .e-card.e-card-horizontal .e-card-image,
|
95
86
|
.e-bigger .e-card.e-card-horizontal img,
|
96
87
|
.e-bigger .e-card .e-card-horizontal .e-card-image,
|
@@ -101,54 +92,46 @@
|
|
101
92
|
.e-bigger.e-card .e-card-horizontal img {
|
102
93
|
margin: 2px;
|
103
94
|
}
|
104
|
-
|
105
95
|
.e-bigger .e-card .e-card-header,
|
106
96
|
.e-bigger.e-card .e-card-header {
|
107
97
|
min-height: 30px;
|
108
98
|
padding: 16px;
|
99
|
+
padding-bottom: 0;
|
109
100
|
}
|
110
|
-
|
111
101
|
.e-bigger .e-card .e-card-header .e-card-content,
|
112
102
|
.e-bigger.e-card .e-card-header .e-card-content {
|
113
103
|
padding-left: 0;
|
114
104
|
padding-right: 0;
|
115
105
|
}
|
116
|
-
|
117
106
|
.e-bigger .e-card .e-card-header .e-card-header-caption,
|
118
107
|
.e-bigger.e-card .e-card-header .e-card-header-caption {
|
119
108
|
padding: 0 0 0 16px;
|
120
109
|
}
|
121
|
-
|
122
110
|
.e-bigger .e-card .e-card-header .e-card-header-caption:first-child,
|
123
111
|
.e-bigger.e-card .e-card-header .e-card-header-caption:first-child {
|
124
112
|
padding: 0;
|
125
113
|
}
|
126
|
-
|
127
114
|
.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title,
|
128
115
|
.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
129
116
|
font-size: 20px;
|
130
117
|
line-height: 1.5;
|
131
118
|
}
|
132
|
-
|
133
119
|
.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title,
|
134
120
|
.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
135
121
|
font-size: 16px;
|
136
122
|
line-height: 1.5;
|
137
123
|
padding: 8px 0 0;
|
138
124
|
}
|
139
|
-
|
140
125
|
.e-bigger .e-card .e-card-header .e-card-header-image,
|
141
126
|
.e-bigger.e-card .e-card-header .e-card-header-image {
|
142
127
|
background-size: cover;
|
143
128
|
height: 60px;
|
144
129
|
width: 55px;
|
145
130
|
}
|
146
|
-
|
147
131
|
.e-bigger .e-card .e-card-image,
|
148
132
|
.e-bigger.e-card .e-card-image {
|
149
133
|
min-height: 150px;
|
150
134
|
}
|
151
|
-
|
152
135
|
.e-bigger .e-card .e-card-image .e-card-title,
|
153
136
|
.e-bigger.e-card .e-card-image .e-card-title {
|
154
137
|
font-size: 18px;
|
@@ -156,31 +139,26 @@
|
|
156
139
|
min-height: 40px;
|
157
140
|
padding: 12px 16px;
|
158
141
|
}
|
159
|
-
|
160
142
|
.e-bigger .e-card .e-card-actions,
|
161
143
|
.e-bigger.e-card .e-card-actions {
|
162
|
-
padding: 16px
|
144
|
+
padding: 16px;
|
163
145
|
}
|
164
|
-
|
165
146
|
.e-bigger .e-card .e-card-actions.e-card-vertical,
|
166
147
|
.e-bigger.e-card .e-card-actions.e-card-vertical {
|
167
148
|
padding: 16px 20px;
|
168
149
|
}
|
169
|
-
|
170
150
|
.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn,
|
171
151
|
.e-bigger .e-card .e-card-actions.e-card-vertical a,
|
172
152
|
.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn,
|
173
153
|
.e-bigger.e-card .e-card-actions.e-card-vertical a {
|
174
154
|
margin: 0 0 7px 0;
|
175
155
|
}
|
176
|
-
|
177
156
|
.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
|
178
157
|
.e-bigger .e-card .e-card-actions.e-card-vertical a:last-child,
|
179
158
|
.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
|
180
159
|
.e-bigger.e-card .e-card-actions.e-card-vertical a:last-child {
|
181
160
|
margin-bottom: 0;
|
182
161
|
}
|
183
|
-
|
184
162
|
.e-bigger .e-card .e-card-actions .e-card-btn span,
|
185
163
|
.e-bigger .e-card .e-card-actions .e-card-btn span.e-icons,
|
186
164
|
.e-bigger.e-card .e-card-actions .e-card-btn span,
|
@@ -188,7 +166,6 @@
|
|
188
166
|
height: 24px;
|
189
167
|
width: 24px;
|
190
168
|
}
|
191
|
-
|
192
169
|
.e-bigger .e-card .e-card-actions .e-card-btn,
|
193
170
|
.e-bigger .e-card .e-card-actions a,
|
194
171
|
.e-bigger.e-card .e-card-actions .e-card-btn,
|
@@ -198,19 +175,16 @@
|
|
198
175
|
min-height: 38px;
|
199
176
|
padding: 0 8px;
|
200
177
|
}
|
201
|
-
|
202
178
|
.e-bigger .e-card .e-card-actions .e-card-btn:first-child,
|
203
179
|
.e-bigger .e-card .e-card-actions a:first-child,
|
204
180
|
.e-bigger.e-card .e-card-actions .e-card-btn:first-child,
|
205
181
|
.e-bigger.e-card .e-card-actions a:first-child {
|
206
182
|
margin-left: 0;
|
207
183
|
}
|
208
|
-
|
209
184
|
.e-bigger .e-card .e-card-content,
|
210
185
|
.e-bigger.e-card .e-card-content {
|
211
186
|
padding: 16px;
|
212
187
|
}
|
213
|
-
|
214
188
|
.e-bigger .e-card .e-card-content + :not(.e-card-content),
|
215
189
|
.e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical,
|
216
190
|
.e-bigger.e-card .e-card-content + :not(.e-card-content),
|
@@ -238,53 +212,43 @@
|
|
238
212
|
vertical-align: middle;
|
239
213
|
width: 100%;
|
240
214
|
}
|
241
|
-
|
242
215
|
.e-card > * {
|
243
216
|
-ms-flex-pack: center;
|
244
217
|
justify-content: center;
|
245
218
|
}
|
246
|
-
|
247
219
|
.e-card > .e-card-header-title {
|
248
220
|
box-sizing: border-box;
|
249
221
|
font-size: 16px;
|
250
222
|
line-height: 1.25;
|
251
223
|
padding: 12px;
|
252
224
|
}
|
253
|
-
|
254
225
|
.e-card > .e-card-header-title + :not(.e-card-header-title) {
|
255
226
|
margin-top: 0;
|
256
227
|
padding-top: 0;
|
257
228
|
}
|
258
|
-
|
259
229
|
.e-card > .e-card-title {
|
260
230
|
font-size: 18px;
|
261
231
|
line-height: 1.5;
|
262
232
|
padding: 12px;
|
263
233
|
}
|
264
|
-
|
265
234
|
.e-card > .e-card-title + :not(.e-card-title) {
|
266
235
|
margin-top: 0;
|
267
236
|
padding-top: 0;
|
268
237
|
}
|
269
|
-
|
270
238
|
.e-card > .e-card-header-title,
|
271
239
|
.e-card > .e-card-title {
|
272
240
|
overflow: hidden;
|
273
241
|
text-overflow: ellipsis;
|
274
242
|
}
|
275
|
-
|
276
243
|
.e-card .e-card-header-caption {
|
277
244
|
line-height: normal;
|
278
245
|
}
|
279
|
-
|
280
246
|
.e-card .e-card-header-caption .e-card-header-title {
|
281
247
|
font-size: 16px;
|
282
248
|
}
|
283
|
-
|
284
249
|
.e-card .e-card-header-caption .e-card-sub-title {
|
285
250
|
font-size: 14px;
|
286
251
|
}
|
287
|
-
|
288
252
|
.e-card .e-card-stacked {
|
289
253
|
display: -ms-flexbox;
|
290
254
|
display: flex;
|
@@ -294,7 +258,6 @@
|
|
294
258
|
justify-content: center;
|
295
259
|
overflow: hidden;
|
296
260
|
}
|
297
|
-
|
298
261
|
.e-card.e-card-horizontal,
|
299
262
|
.e-card .e-card-horizontal {
|
300
263
|
display: -ms-flexbox;
|
@@ -304,24 +267,20 @@
|
|
304
267
|
-ms-flex-pack: center;
|
305
268
|
justify-content: center;
|
306
269
|
}
|
307
|
-
|
308
270
|
.e-card.e-card-horizontal .e-card-image,
|
309
271
|
.e-card.e-card-horizontal img,
|
310
272
|
.e-card .e-card-horizontal .e-card-image,
|
311
273
|
.e-card .e-card-horizontal img {
|
312
274
|
margin: 2px;
|
313
275
|
}
|
314
|
-
|
315
276
|
.e-card .e-card-horizontal {
|
316
277
|
line-height: normal;
|
317
278
|
padding: 2px;
|
318
279
|
}
|
319
|
-
|
320
280
|
.e-card.e-card-horizontal > * {
|
321
281
|
-ms-flex: 1;
|
322
282
|
flex: 1;
|
323
283
|
}
|
324
|
-
|
325
284
|
.e-card.e-card-horizontal .e-card-stacked {
|
326
285
|
display: -ms-flexbox;
|
327
286
|
display: flex;
|
@@ -331,20 +290,16 @@
|
|
331
290
|
flex-direction: column;
|
332
291
|
overflow: hidden;
|
333
292
|
}
|
334
|
-
|
335
293
|
.e-card.e-card-horizontal .e-card-stacked > :first-child {
|
336
294
|
-ms-flex-positive: 1;
|
337
295
|
flex-grow: 1;
|
338
296
|
}
|
339
|
-
|
340
297
|
.e-card .e-card-separator {
|
341
298
|
display: block;
|
342
299
|
}
|
343
|
-
|
344
300
|
.e-card .e-card-corner {
|
345
301
|
border-radius: 50%;
|
346
302
|
}
|
347
|
-
|
348
303
|
.e-card .e-card-header {
|
349
304
|
box-sizing: border-box;
|
350
305
|
display: -ms-flexbox;
|
@@ -357,25 +312,22 @@
|
|
357
312
|
min-height: 22.5px;
|
358
313
|
padding: 12px;
|
359
314
|
width: inherit;
|
315
|
+
padding-bottom: 0;
|
360
316
|
}
|
361
|
-
|
362
317
|
.e-card .e-card-header .e-card-content {
|
363
318
|
padding-left: 0;
|
364
319
|
padding-right: 0;
|
365
320
|
}
|
366
|
-
|
367
321
|
.e-card .e-card-header .e-card-actions {
|
368
322
|
-ms-flex-pack: start;
|
369
323
|
justify-content: flex-start;
|
370
324
|
}
|
371
|
-
|
372
325
|
.e-card .e-card-header .e-card-header-image {
|
373
326
|
-ms-flex-item-align: center;
|
374
327
|
align-self: center;
|
375
328
|
display: -ms-flexbox;
|
376
329
|
display: flex;
|
377
330
|
}
|
378
|
-
|
379
331
|
.e-card .e-card-header .e-card-header-caption {
|
380
332
|
-ms-flex-item-align: center;
|
381
333
|
align-self: center;
|
@@ -388,11 +340,9 @@
|
|
388
340
|
overflow: hidden;
|
389
341
|
padding: 0 0 0 12px;
|
390
342
|
}
|
391
|
-
|
392
343
|
.e-card .e-card-header .e-card-header-caption:first-child {
|
393
344
|
padding: 0;
|
394
345
|
}
|
395
|
-
|
396
346
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title,
|
397
347
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
398
348
|
display: inline-block;
|
@@ -400,38 +350,32 @@
|
|
400
350
|
text-overflow: ellipsis;
|
401
351
|
white-space: nowrap;
|
402
352
|
}
|
403
|
-
|
404
353
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
405
354
|
font-size: 16px;
|
406
355
|
font-weight: 400;
|
407
356
|
line-height: 1.5;
|
408
357
|
}
|
409
|
-
|
410
358
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
411
359
|
font-size: 14px;
|
412
360
|
font-weight: 400;
|
413
361
|
line-height: 1.5;
|
414
362
|
padding: 4px 0 0;
|
415
363
|
}
|
416
|
-
|
417
364
|
.e-card .e-card-header .e-card-header-image {
|
418
365
|
background-repeat: no-repeat;
|
419
366
|
background-size: cover;
|
420
367
|
height: 50px;
|
421
368
|
width: 52px;
|
422
369
|
}
|
423
|
-
|
424
370
|
.e-card .e-card-header .e-card-corner {
|
425
371
|
border-radius: 50%;
|
426
372
|
}
|
427
|
-
|
428
373
|
.e-card .e-card-image {
|
429
374
|
background-size: cover;
|
430
375
|
min-height: 112.5px;
|
431
376
|
position: relative;
|
432
377
|
width: 100%;
|
433
378
|
}
|
434
|
-
|
435
379
|
.e-card .e-card-image .e-card-title {
|
436
380
|
bottom: 0;
|
437
381
|
box-sizing: border-box;
|
@@ -444,28 +388,23 @@
|
|
444
388
|
text-overflow: ellipsis;
|
445
389
|
width: inherit;
|
446
390
|
}
|
447
|
-
|
448
391
|
.e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right {
|
449
392
|
bottom: auto;
|
450
393
|
top: 0;
|
451
394
|
}
|
452
|
-
|
453
395
|
.e-card .e-card-image .e-card-title.e-card-top-right {
|
454
396
|
text-align: right;
|
455
397
|
}
|
456
|
-
|
457
398
|
.e-card .e-card-image .e-card-title.e-card-bottom-right {
|
458
399
|
text-align: right;
|
459
400
|
}
|
460
|
-
|
461
401
|
.e-card .e-card-actions {
|
462
402
|
box-sizing: border-box;
|
463
403
|
display: inline-block;
|
464
404
|
-ms-flex-pack: start;
|
465
405
|
justify-content: flex-start;
|
466
|
-
padding:
|
406
|
+
padding: 12px;
|
467
407
|
}
|
468
|
-
|
469
408
|
.e-card .e-card-actions.e-card-vertical {
|
470
409
|
display: -ms-flexbox;
|
471
410
|
display: flex;
|
@@ -473,7 +412,6 @@
|
|
473
412
|
flex-direction: column;
|
474
413
|
padding: 12px;
|
475
414
|
}
|
476
|
-
|
477
415
|
.e-card .e-card-actions.e-card-vertical .e-card-btn,
|
478
416
|
.e-card .e-card-actions.e-card-vertical a {
|
479
417
|
-ms-flex-item-align: initial;
|
@@ -487,12 +425,10 @@
|
|
487
425
|
text-align: center;
|
488
426
|
width: 100%;
|
489
427
|
}
|
490
|
-
|
491
428
|
.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
|
492
429
|
.e-card .e-card-actions.e-card-vertical a:last-child {
|
493
430
|
margin-bottom: 0;
|
494
431
|
}
|
495
|
-
|
496
432
|
.e-card .e-card-actions button,
|
497
433
|
.e-card .e-card-actions a {
|
498
434
|
-ms-flex-align: center;
|
@@ -506,7 +442,6 @@
|
|
506
442
|
vertical-align: middle;
|
507
443
|
white-space: nowrap;
|
508
444
|
}
|
509
|
-
|
510
445
|
.e-card .e-card-actions .e-card-btn span,
|
511
446
|
.e-card .e-card-actions .e-card-btn span.e-icons {
|
512
447
|
display: -ms-flexbox;
|
@@ -515,7 +450,6 @@
|
|
515
450
|
height: 24px;
|
516
451
|
width: 24px;
|
517
452
|
}
|
518
|
-
|
519
453
|
.e-card .e-card-actions .e-card-btn span::before,
|
520
454
|
.e-card .e-card-actions .e-card-btn span.e-icons::before {
|
521
455
|
-ms-flex-item-align: center;
|
@@ -526,18 +460,15 @@
|
|
526
460
|
justify-content: center;
|
527
461
|
width: inherit;
|
528
462
|
}
|
529
|
-
|
530
463
|
.e-card .e-card-actions .e-card-btn > * {
|
531
464
|
overflow: hidden;
|
532
465
|
text-overflow: ellipsis;
|
533
466
|
width: inherit;
|
534
467
|
}
|
535
|
-
|
536
468
|
.e-card .e-card-actions .e-card-btn else,
|
537
469
|
.e-card .e-card-actions a else {
|
538
470
|
border-radius: 2px;
|
539
471
|
}
|
540
|
-
|
541
472
|
.e-card .e-card-actions .e-card-btn,
|
542
473
|
.e-card .e-card-actions a {
|
543
474
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
@@ -549,24 +480,20 @@
|
|
549
480
|
text-decoration: none;
|
550
481
|
text-transform: none;
|
551
482
|
}
|
552
|
-
|
553
483
|
.e-card .e-card-actions .e-card-btn:first-child,
|
554
484
|
.e-card .e-card-actions a:first-child {
|
555
485
|
margin-left: 0;
|
556
486
|
}
|
557
|
-
|
558
487
|
.e-card .e-card-content {
|
559
488
|
font-size: 14px;
|
560
489
|
line-height: 1.5;
|
561
490
|
padding: 12px;
|
562
491
|
}
|
563
|
-
|
564
492
|
.e-card .e-card-content + :not(.e-card-content),
|
565
493
|
.e-card .e-card-content + .e-card-actions.e-card-vertical {
|
566
494
|
margin-top: 0;
|
567
495
|
padding-top: 0;
|
568
496
|
}
|
569
|
-
|
570
497
|
.e-card .e-card-content,
|
571
498
|
.e-card .e-card-content p {
|
572
499
|
line-height: 1.5;
|
@@ -578,49 +505,40 @@
|
|
578
505
|
.e-card {
|
579
506
|
-webkit-tap-highlight-color: #0d6efd;
|
580
507
|
background-color: #212529;
|
581
|
-
border: 1px solid #
|
508
|
+
border: 1px solid #444c54;
|
582
509
|
box-shadow: none;
|
583
510
|
color: #fff;
|
584
511
|
outline: none;
|
585
512
|
}
|
586
|
-
|
587
513
|
.e-card:hover {
|
588
514
|
background-color: #212529;
|
589
515
|
border-color: #adb5bd;
|
590
516
|
}
|
591
|
-
|
592
517
|
.e-card:focus {
|
593
518
|
background-color: #212529;
|
594
519
|
border-color: #444c54;
|
595
520
|
}
|
596
|
-
|
597
521
|
.e-card:active {
|
598
522
|
background-color: #212529;
|
599
523
|
border-color: #0d6efd;
|
600
524
|
}
|
601
|
-
|
602
525
|
.e-card .e-card-separator {
|
603
526
|
border-bottom: 1px solid #444c54;
|
604
527
|
}
|
605
|
-
|
606
528
|
.e-card .e-card-header-caption .e-card-header-title {
|
607
529
|
color: #fff;
|
608
530
|
}
|
609
|
-
|
610
531
|
.e-card .e-card-header-caption .e-card-sub-title {
|
611
532
|
color: #ced4da;
|
612
533
|
}
|
613
|
-
|
614
534
|
.e-card .e-card-image .e-card-title {
|
615
535
|
background-color: rgba(0, 0, 0, 0.4);
|
616
536
|
color: #fff;
|
617
537
|
}
|
618
|
-
|
619
538
|
.e-card .e-card-actions .e-card-btn span,
|
620
539
|
.e-card .e-card-actions .e-card-btn span.e-icons {
|
621
540
|
color: #0d6efd;
|
622
541
|
}
|
623
|
-
|
624
542
|
.e-card .e-card-actions .e-card-btn,
|
625
543
|
.e-card .e-card-actions a {
|
626
544
|
background-color: transparent;
|
@@ -628,48 +546,42 @@
|
|
628
546
|
color: #0d6efd;
|
629
547
|
outline: 0;
|
630
548
|
}
|
631
|
-
|
632
549
|
.e-card .e-card-actions .e-card-btn:hover,
|
633
550
|
.e-card .e-card-actions a:hover {
|
634
551
|
background-color: #0d6efd;
|
635
552
|
border: 1px solid #565e64;
|
636
553
|
color: #fff;
|
637
554
|
}
|
638
|
-
|
639
555
|
.e-card .e-card-actions .e-card-btn:focus,
|
640
556
|
.e-card .e-card-actions a:focus {
|
641
557
|
background-color: #5c636a;
|
642
558
|
border: 1px solid;
|
643
559
|
color: #fff;
|
644
560
|
}
|
645
|
-
|
646
561
|
.e-card .e-card-actions .e-card-btn:active,
|
647
562
|
.e-card .e-card-actions a:active {
|
648
563
|
background-color: #565e64;
|
649
564
|
border: 1px solid #51585e;
|
650
565
|
color: #fff;
|
651
566
|
}
|
652
|
-
|
653
567
|
.e-card .e-card-content {
|
654
568
|
color: #e9ecef;
|
655
569
|
}
|
656
570
|
|
657
571
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
|
658
|
-
content:
|
659
|
-
font-family:
|
572
|
+
content: "\e7e3";
|
573
|
+
font-family: "e-icons";
|
660
574
|
font-size: 14px;
|
661
575
|
}
|
662
|
-
|
663
576
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
664
|
-
content:
|
665
|
-
font-family:
|
577
|
+
content: "\e7fd";
|
578
|
+
font-family: "e-icons";
|
666
579
|
font-size: 14px;
|
667
580
|
}
|
668
581
|
|
669
582
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
670
583
|
font-size: 16px;
|
671
584
|
}
|
672
|
-
|
673
585
|
.e-bigger.e-splitter .e-split-bar .e-resize-handler::before {
|
674
586
|
font-size: 16px;
|
675
587
|
}
|
@@ -684,7 +596,6 @@
|
|
684
596
|
touch-action: none;
|
685
597
|
width: 100%;
|
686
598
|
}
|
687
|
-
|
688
599
|
.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
|
689
600
|
-ms-flex: 1 1 auto;
|
690
601
|
flex: 1 1 auto;
|
@@ -692,93 +603,75 @@
|
|
692
603
|
font-size: 14px;
|
693
604
|
font-weight: 400;
|
694
605
|
}
|
695
|
-
|
696
606
|
.e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
|
697
607
|
overflow: auto;
|
698
608
|
}
|
699
|
-
|
700
609
|
.e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
|
701
610
|
-ms-flex-positive: 0;
|
702
611
|
flex-grow: 0;
|
703
612
|
-ms-flex-negative: 0;
|
704
613
|
flex-shrink: 0;
|
705
614
|
}
|
706
|
-
|
707
615
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
|
708
616
|
overflow: auto;
|
709
617
|
}
|
710
|
-
|
711
618
|
.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 {
|
712
619
|
-ms-flex-preferred-size: 0 !important;
|
713
620
|
flex-basis: 0 !important;
|
714
621
|
overflow: hidden !important;
|
715
622
|
}
|
716
|
-
|
717
623
|
.e-splitter.e-splitter-horizontal {
|
718
624
|
-ms-flex-direction: row;
|
719
625
|
flex-direction: row;
|
720
626
|
}
|
721
|
-
|
722
627
|
.e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
|
723
628
|
overflow: hidden;
|
724
629
|
}
|
725
|
-
|
726
630
|
.e-splitter.e-splitter-horizontal.e-rtl {
|
727
631
|
-ms-flex-direction: row-reverse;
|
728
632
|
flex-direction: row-reverse;
|
729
633
|
}
|
730
|
-
|
731
634
|
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
|
732
635
|
-ms-flex-direction: row-reverse;
|
733
636
|
flex-direction: row-reverse;
|
734
637
|
}
|
735
|
-
|
736
638
|
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
|
737
639
|
.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
|
738
640
|
right: auto;
|
739
641
|
}
|
740
|
-
|
741
642
|
.e-splitter.e-splitter-vertical {
|
742
643
|
-ms-flex-direction: column;
|
743
644
|
flex-direction: column;
|
744
645
|
}
|
745
|
-
|
746
646
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
747
647
|
overflow: hidden;
|
748
648
|
}
|
749
|
-
|
750
649
|
.e-splitter.e-splitter-vertical .e-pane-vertical {
|
751
650
|
overflow: auto;
|
752
651
|
}
|
753
|
-
|
754
652
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
755
653
|
-ms-flex-preferred-size: 0 !important;
|
756
654
|
flex-basis: 0 !important;
|
757
655
|
overflow: hidden !important;
|
758
656
|
}
|
759
|
-
|
760
657
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
761
658
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
762
659
|
right: auto;
|
763
660
|
}
|
764
|
-
|
765
661
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
766
662
|
border-radius: 50%;
|
767
|
-
bottom:
|
663
|
+
bottom: 20px;
|
768
664
|
right: 22px;
|
769
665
|
}
|
770
|
-
|
771
666
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
772
667
|
border-radius: 50%;
|
773
668
|
left: 22px;
|
774
669
|
right: auto;
|
775
|
-
top:
|
670
|
+
top: 20px;
|
776
671
|
}
|
777
|
-
|
778
672
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
779
673
|
right: auto;
|
780
674
|
}
|
781
|
-
|
782
675
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
783
676
|
-ms-flex-align: center;
|
784
677
|
align-items: center;
|
@@ -791,17 +684,14 @@
|
|
791
684
|
min-width: 1px;
|
792
685
|
z-index: 15;
|
793
686
|
}
|
794
|
-
|
795
687
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
|
796
688
|
visibility: hidden;
|
797
689
|
}
|
798
|
-
|
799
690
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
|
800
691
|
cursor: col-resize;
|
801
692
|
}
|
802
|
-
|
803
693
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
|
804
|
-
content:
|
694
|
+
content: "";
|
805
695
|
cursor: col-resize;
|
806
696
|
display: block;
|
807
697
|
height: 100%;
|
@@ -809,7 +699,6 @@
|
|
809
699
|
width: 16px;
|
810
700
|
z-index: 10;
|
811
701
|
}
|
812
|
-
|
813
702
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
814
703
|
-ms-flex-align: center;
|
815
704
|
align-items: center;
|
@@ -821,17 +710,14 @@
|
|
821
710
|
position: relative;
|
822
711
|
width: 1px;
|
823
712
|
}
|
824
|
-
|
825
713
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
|
826
714
|
visibility: hidden;
|
827
715
|
}
|
828
|
-
|
829
716
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
|
830
717
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
|
831
718
|
left: 8px;
|
832
719
|
right: 3px;
|
833
720
|
}
|
834
|
-
|
835
721
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
|
836
722
|
border-image: none;
|
837
723
|
border-width: 1px;
|
@@ -842,48 +728,39 @@
|
|
842
728
|
padding: 1px 12px;
|
843
729
|
position: relative;
|
844
730
|
}
|
845
|
-
|
846
731
|
.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 {
|
847
732
|
border-radius: 16px;
|
848
|
-
content:
|
733
|
+
content: "";
|
849
734
|
height: 8px;
|
850
735
|
position: absolute;
|
851
736
|
transform: rotate(0deg);
|
852
737
|
width: 2px;
|
853
738
|
}
|
854
|
-
|
855
739
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
|
856
740
|
top: 5px;
|
857
741
|
transform-origin: 1px 7px 0;
|
858
742
|
}
|
859
|
-
|
860
743
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
|
861
744
|
top: 11px;
|
862
745
|
transform-origin: 1px 1px 0;
|
863
746
|
}
|
864
|
-
|
865
747
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
|
866
748
|
border-radius: 50%;
|
867
749
|
right: 5px;
|
868
750
|
}
|
869
|
-
|
870
751
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
|
871
752
|
border-radius: 50%;
|
872
753
|
left: 5px;
|
873
754
|
}
|
874
|
-
|
875
755
|
.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 {
|
876
756
|
right: 8px;
|
877
757
|
}
|
878
|
-
|
879
758
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
|
880
759
|
margin: 0 3px;
|
881
760
|
}
|
882
|
-
|
883
761
|
.e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
|
884
762
|
margin: 0 0 0 3px;
|
885
763
|
}
|
886
|
-
|
887
764
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
888
765
|
-ms-flex-align: center;
|
889
766
|
align-items: center;
|
@@ -897,17 +774,14 @@
|
|
897
774
|
justify-content: center;
|
898
775
|
min-height: 1px;
|
899
776
|
}
|
900
|
-
|
901
777
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
|
902
778
|
visibility: hidden;
|
903
779
|
}
|
904
|
-
|
905
780
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
|
906
781
|
cursor: row-resize;
|
907
782
|
}
|
908
|
-
|
909
783
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
|
910
|
-
content:
|
784
|
+
content: "";
|
911
785
|
cursor: row-resize;
|
912
786
|
display: block;
|
913
787
|
height: 16px;
|
@@ -915,7 +789,6 @@
|
|
915
789
|
width: 100%;
|
916
790
|
z-index: 12;
|
917
791
|
}
|
918
|
-
|
919
792
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
920
793
|
-ms-flex-align: center;
|
921
794
|
align-items: center;
|
@@ -926,16 +799,13 @@
|
|
926
799
|
justify-content: center;
|
927
800
|
width: 18px;
|
928
801
|
}
|
929
|
-
|
930
802
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
|
931
803
|
visibility: hidden;
|
932
804
|
}
|
933
|
-
|
934
805
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
935
806
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
936
807
|
left: 10px;
|
937
808
|
}
|
938
|
-
|
939
809
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
|
940
810
|
border-image: none;
|
941
811
|
border-width: 0;
|
@@ -947,59 +817,49 @@
|
|
947
817
|
position: relative;
|
948
818
|
width: 26px;
|
949
819
|
}
|
950
|
-
|
951
820
|
.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 {
|
952
821
|
border-radius: 16px;
|
953
|
-
content:
|
822
|
+
content: "";
|
954
823
|
height: 8px;
|
955
824
|
position: absolute;
|
956
825
|
transform: rotate(90deg);
|
957
826
|
width: 2px;
|
958
827
|
}
|
959
|
-
|
960
828
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
|
961
829
|
top: 3px;
|
962
830
|
transform-origin: 2px 7px 0;
|
963
831
|
}
|
964
|
-
|
965
832
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
966
833
|
left: 11px;
|
967
834
|
top: 8px;
|
968
835
|
transform-origin: 1px 1px 0;
|
969
836
|
}
|
970
|
-
|
971
837
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
|
972
838
|
left: 12px;
|
973
839
|
top: 8px;
|
974
840
|
transform-origin: 1px 6px 0;
|
975
841
|
}
|
976
|
-
|
977
842
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
978
843
|
left: 10px;
|
979
844
|
top: 12px;
|
980
845
|
transform-origin: 1px 2px 0;
|
981
846
|
}
|
982
|
-
|
983
847
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
984
848
|
border-radius: 50%;
|
985
|
-
bottom:
|
849
|
+
bottom: 20px;
|
986
850
|
left: 22px;
|
987
851
|
}
|
988
|
-
|
989
852
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
990
853
|
border-radius: 50%;
|
991
854
|
right: 22px;
|
992
|
-
top:
|
855
|
+
top: 20px;
|
993
856
|
}
|
994
|
-
|
995
857
|
.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 {
|
996
858
|
right: 10px;
|
997
859
|
}
|
998
|
-
|
999
860
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
|
1000
861
|
margin: 3px 0;
|
1001
862
|
}
|
1002
|
-
|
1003
863
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
1004
864
|
margin: 3px 0 0;
|
1005
865
|
}
|
@@ -1007,20 +867,16 @@
|
|
1007
867
|
.e-bigger.e-splitter .e-pane {
|
1008
868
|
font-size: 16px;
|
1009
869
|
}
|
1010
|
-
|
1011
870
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
1012
871
|
height: 20px;
|
1013
872
|
}
|
1014
|
-
|
1015
873
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
1016
874
|
width: 20px;
|
1017
875
|
}
|
1018
|
-
|
1019
876
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
1020
877
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
1021
878
|
margin-top: -2px;
|
1022
879
|
}
|
1023
|
-
|
1024
880
|
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
1025
881
|
margin-top: 2px;
|
1026
882
|
}
|
@@ -1033,11 +889,9 @@
|
|
1033
889
|
.e-bigger .e-splitter .e-pane {
|
1034
890
|
font-size: 16px;
|
1035
891
|
}
|
1036
|
-
|
1037
892
|
.e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
1038
893
|
height: 20px;
|
1039
894
|
}
|
1040
|
-
|
1041
895
|
.e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
1042
896
|
width: 20px;
|
1043
897
|
}
|
@@ -1065,246 +919,198 @@
|
|
1065
919
|
.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
|
1066
920
|
border: solid 1px #444c54;
|
1067
921
|
}
|
1068
|
-
|
1069
922
|
.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
|
1070
923
|
color: #fff;
|
1071
924
|
}
|
1072
|
-
|
1073
925
|
.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 {
|
1074
926
|
border: transparent;
|
1075
927
|
}
|
1076
|
-
|
1077
928
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
|
1078
929
|
background: #444c54;
|
1079
930
|
border-left: none;
|
1080
931
|
border-right: none;
|
1081
932
|
}
|
1082
|
-
|
1083
933
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
|
1084
934
|
background: #212529;
|
1085
935
|
color: #adb5bd;
|
1086
936
|
}
|
1087
|
-
|
1088
937
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
|
1089
938
|
background-color: transparent;
|
1090
939
|
border-color: transparent;
|
1091
940
|
color: transparent;
|
1092
941
|
transition: background-color 500ms ease-out;
|
1093
942
|
}
|
1094
|
-
|
1095
943
|
.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 {
|
1096
944
|
background-color: #0d6efd;
|
1097
945
|
opacity: 0;
|
1098
|
-
transition-duration: .3s;
|
946
|
+
transition-duration: 0.3s;
|
1099
947
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
1100
948
|
}
|
1101
|
-
|
1102
949
|
.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 {
|
1103
950
|
background: #0d6efd;
|
1104
951
|
border-left: none;
|
1105
952
|
border-right: none;
|
1106
953
|
}
|
1107
|
-
|
1108
954
|
.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 {
|
1109
955
|
background: #212529;
|
1110
956
|
color: #0d6efd;
|
1111
957
|
}
|
1112
|
-
|
1113
958
|
.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 {
|
1114
|
-
background-color:
|
959
|
+
background-color: transparent;
|
1115
960
|
border-color: #0d6efd;
|
1116
961
|
border-width: 1px;
|
1117
|
-
opacity: .9;
|
962
|
+
opacity: 0.9;
|
1118
963
|
}
|
1119
|
-
|
1120
964
|
.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 {
|
1121
965
|
background-color: #0d6efd;
|
1122
966
|
opacity: 1;
|
1123
967
|
transform: rotate(40deg);
|
1124
968
|
}
|
1125
|
-
|
1126
969
|
.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 {
|
1127
970
|
background-color: #0d6efd;
|
1128
971
|
opacity: 1;
|
1129
972
|
transform: rotate(-40deg);
|
1130
973
|
}
|
1131
|
-
|
1132
974
|
.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 {
|
1133
975
|
background-color: #0d6efd;
|
1134
976
|
opacity: 1;
|
1135
977
|
transform: rotate(-40deg);
|
1136
978
|
}
|
1137
|
-
|
1138
979
|
.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 {
|
1139
980
|
background-color: #0d6efd;
|
1140
981
|
opacity: 1;
|
1141
982
|
transform: rotate(40deg);
|
1142
983
|
}
|
1143
|
-
|
1144
984
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
|
1145
985
|
background: #0d6efd;
|
1146
986
|
}
|
1147
|
-
|
1148
987
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
|
1149
988
|
background: #212529;
|
1150
989
|
color: #0d6efd;
|
1151
990
|
}
|
1152
|
-
|
1153
991
|
.e-splitter .e-split-bar.e-split-bar-vertical {
|
1154
992
|
background: #444c54;
|
1155
993
|
}
|
1156
|
-
|
1157
994
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
|
1158
995
|
background: #212529;
|
1159
996
|
color: #adb5bd;
|
1160
997
|
}
|
1161
|
-
|
1162
998
|
.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 {
|
1163
999
|
background: #0d6efd;
|
1164
1000
|
border-left: none;
|
1165
1001
|
border-right: none;
|
1166
1002
|
}
|
1167
|
-
|
1168
1003
|
.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 {
|
1169
|
-
background-color:
|
1004
|
+
background-color: transparent;
|
1170
1005
|
border-color: #0d6efd;
|
1171
1006
|
border-width: 1px;
|
1172
|
-
opacity: .9;
|
1007
|
+
opacity: 0.9;
|
1173
1008
|
}
|
1174
|
-
|
1175
1009
|
.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 {
|
1176
1010
|
background: #212529;
|
1177
1011
|
color: #0d6efd;
|
1178
1012
|
}
|
1179
|
-
|
1180
1013
|
.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 {
|
1181
1014
|
background-color: #0d6efd;
|
1182
1015
|
opacity: 1;
|
1183
1016
|
transform: rotate(125deg);
|
1184
1017
|
}
|
1185
|
-
|
1186
1018
|
.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 {
|
1187
1019
|
background-color: #0d6efd;
|
1188
1020
|
opacity: 1;
|
1189
1021
|
transform: rotate(50deg);
|
1190
1022
|
}
|
1191
|
-
|
1192
1023
|
.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 {
|
1193
1024
|
background-color: #0d6efd;
|
1194
1025
|
opacity: 1;
|
1195
1026
|
transform: rotate(55deg);
|
1196
1027
|
}
|
1197
|
-
|
1198
1028
|
.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 {
|
1199
1029
|
background-color: #0d6efd;
|
1200
1030
|
opacity: 1;
|
1201
1031
|
transform: rotate(125deg);
|
1202
1032
|
}
|
1203
|
-
|
1204
1033
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
|
1205
1034
|
background-color: transparent;
|
1206
1035
|
border-color: transparent;
|
1207
1036
|
color: transparent;
|
1208
1037
|
transition: background-color 300ms ease-out;
|
1209
1038
|
}
|
1210
|
-
|
1211
1039
|
.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 {
|
1212
1040
|
background-color: #0d6efd;
|
1213
1041
|
opacity: 0;
|
1214
|
-
transition-duration: .3s;
|
1042
|
+
transition-duration: 0.3s;
|
1215
1043
|
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
1216
1044
|
}
|
1217
|
-
|
1218
1045
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
|
1219
1046
|
background: #0d6efd;
|
1220
1047
|
}
|
1221
|
-
|
1222
1048
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
|
1223
1049
|
background: #212529;
|
1224
1050
|
color: #0d6efd;
|
1225
1051
|
}
|
1226
|
-
|
1227
1052
|
.e-splitter.e-disabled {
|
1228
|
-
opacity:
|
1053
|
+
opacity: 0.4;
|
1229
1054
|
pointer-events: none;
|
1230
1055
|
}
|
1231
1056
|
|
1232
1057
|
/*! component's theme wise override tailwind-definitions and variables */
|
1233
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east,
|
1234
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1058
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1235
1059
|
height: 100%;
|
1236
1060
|
padding: 20px 0;
|
1237
1061
|
right: 1px;
|
1238
1062
|
top: 0;
|
1239
1063
|
width: 12px;
|
1240
1064
|
}
|
1241
|
-
|
1242
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west,
|
1243
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
|
1065
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
|
1244
1066
|
height: 100%;
|
1245
1067
|
left: 0;
|
1246
1068
|
padding: 20px 0;
|
1247
1069
|
top: 0;
|
1248
1070
|
width: 12px;
|
1249
1071
|
}
|
1250
|
-
|
1251
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north,
|
1252
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
|
1072
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
|
1253
1073
|
height: 12px;
|
1254
1074
|
padding: 0 20px;
|
1255
1075
|
top: 1px;
|
1256
1076
|
width: 100%;
|
1257
1077
|
}
|
1258
|
-
|
1259
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,
|
1260
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
1078
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
1261
1079
|
bottom: 1px;
|
1262
1080
|
height: 12px;
|
1263
1081
|
padding: 0 20px;
|
1264
1082
|
width: 100%;
|
1265
1083
|
}
|
1266
|
-
|
1267
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east,
|
1268
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
|
1084
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
|
1269
1085
|
bottom: 0;
|
1270
1086
|
right: 1px;
|
1271
1087
|
z-index: 10;
|
1272
1088
|
}
|
1273
|
-
|
1274
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west,
|
1275
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
|
1089
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
|
1276
1090
|
left: 2px;
|
1277
1091
|
top: 2px;
|
1278
1092
|
z-index: 10;
|
1279
1093
|
}
|
1280
|
-
|
1281
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east,
|
1282
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
|
1094
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
|
1283
1095
|
right: 2px;
|
1284
1096
|
top: 2px;
|
1285
1097
|
z-index: 10;
|
1286
1098
|
}
|
1287
|
-
|
1288
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west,
|
1289
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
|
1099
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
|
1290
1100
|
bottom: 1px;
|
1291
1101
|
left: 1px;
|
1292
1102
|
z-index: 10;
|
1293
1103
|
}
|
1294
|
-
|
1295
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before,
|
1296
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
|
1104
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
|
1297
1105
|
bottom: 4px;
|
1298
|
-
content:
|
1106
|
+
content: "\e761";
|
1299
1107
|
font-size: 12px;
|
1300
1108
|
position: absolute;
|
1301
1109
|
right: 4px;
|
1302
1110
|
}
|
1303
|
-
|
1304
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before,
|
1305
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
|
1111
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
|
1306
1112
|
bottom: 4px;
|
1307
|
-
content:
|
1113
|
+
content: "\e761";
|
1308
1114
|
font-size: 12px;
|
1309
1115
|
left: 4px;
|
1310
1116
|
position: absolute;
|
@@ -1317,50 +1123,40 @@
|
|
1317
1123
|
height: 100%;
|
1318
1124
|
width: 100%;
|
1319
1125
|
}
|
1320
|
-
|
1321
1126
|
.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
|
1322
1127
|
border: 1px dashed #adb5bd;
|
1323
1128
|
border-radius: 6px;
|
1324
1129
|
position: absolute;
|
1325
1130
|
}
|
1326
|
-
|
1327
1131
|
.e-dashboardlayout.e-control.e-responsive {
|
1328
1132
|
width: 100% !important;
|
1329
1133
|
}
|
1330
|
-
|
1331
1134
|
.e-dashboardlayout.e-control.e-prevent {
|
1332
1135
|
-webkit-user-select: none;
|
1333
1136
|
-ms-user-select: none;
|
1334
1137
|
user-select: none;
|
1335
1138
|
}
|
1336
|
-
|
1337
1139
|
.e-dashboardlayout.e-control .e-panel {
|
1338
1140
|
border-radius: 4px;
|
1339
1141
|
}
|
1340
|
-
|
1341
1142
|
.e-dashboardlayout.e-control .e-panel:hover {
|
1342
1143
|
border: 1px solid #adb5bd;
|
1343
1144
|
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
1344
1145
|
}
|
1345
|
-
|
1346
1146
|
.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
|
1347
1147
|
display: block;
|
1348
1148
|
}
|
1349
|
-
|
1350
1149
|
.e-dashboardlayout.e-control .e-panel:active {
|
1351
1150
|
border: 1px solid #0d6efd;
|
1352
1151
|
}
|
1353
|
-
|
1354
1152
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
|
1355
1153
|
display: none;
|
1356
1154
|
}
|
1357
|
-
|
1358
1155
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1359
|
-
transition: top .5s, left .5s;
|
1156
|
+
transition: top 0.5s, left 0.5s;
|
1360
1157
|
}
|
1361
|
-
|
1362
1158
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1363
|
-
border-bottom:
|
1159
|
+
border-bottom: 1px solid #444c54;
|
1364
1160
|
color: #fff;
|
1365
1161
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
1366
1162
|
font-size: 14px;
|
@@ -1370,31 +1166,25 @@
|
|
1370
1166
|
border-top-left-radius: 4px;
|
1371
1167
|
border-top-right-radius: 4px;
|
1372
1168
|
}
|
1373
|
-
|
1374
1169
|
.e-dashboardlayout.e-control .e-panel .e-panel-header div {
|
1375
1170
|
overflow: hidden;
|
1376
1171
|
text-overflow: ellipsis;
|
1377
1172
|
white-space: nowrap;
|
1378
1173
|
}
|
1379
|
-
|
1380
1174
|
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
|
1381
1175
|
display: inline-block;
|
1382
1176
|
}
|
1383
|
-
|
1384
1177
|
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
|
1385
1178
|
float: right;
|
1386
1179
|
}
|
1387
|
-
|
1388
1180
|
.e-dashboardlayout.e-control .e-panel .e-panel-container {
|
1389
1181
|
height: 100%;
|
1390
1182
|
width: 100%;
|
1391
1183
|
}
|
1392
|
-
|
1393
1184
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
|
1394
1185
|
height: inherit;
|
1395
1186
|
width: inherit;
|
1396
1187
|
}
|
1397
|
-
|
1398
1188
|
.e-dashboardlayout.e-control .e-panel {
|
1399
1189
|
border: 1px solid #444c54;
|
1400
1190
|
height: 100%;
|
@@ -1403,87 +1193,56 @@
|
|
1403
1193
|
user-select: none;
|
1404
1194
|
width: 100%;
|
1405
1195
|
}
|
1406
|
-
|
1407
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single,
|
1408
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double {
|
1196
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
|
1409
1197
|
position: absolute;
|
1410
1198
|
-ms-touch-action: none;
|
1411
1199
|
touch-action: none;
|
1412
1200
|
}
|
1413
|
-
|
1414
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,
|
1415
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east,
|
1416
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west,
|
1417
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north,
|
1418
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
1201
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
1419
1202
|
border: none;
|
1420
1203
|
}
|
1421
|
-
|
1422
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover,
|
1423
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
|
1204
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
|
1424
1205
|
cursor: e-resize;
|
1425
1206
|
}
|
1426
|
-
|
1427
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover,
|
1428
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
|
1207
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
|
1429
1208
|
cursor: w-resize;
|
1430
1209
|
}
|
1431
|
-
|
1432
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover,
|
1433
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
|
1210
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
|
1434
1211
|
cursor: n-resize;
|
1435
1212
|
}
|
1436
|
-
|
1437
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover,
|
1438
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
|
1213
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
|
1439
1214
|
cursor: s-resize;
|
1440
1215
|
}
|
1441
|
-
|
1442
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover,
|
1443
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
|
1216
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
|
1444
1217
|
cursor: nw-resize;
|
1445
1218
|
}
|
1446
|
-
|
1447
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover,
|
1448
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
|
1219
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
|
1449
1220
|
cursor: ne-resize;
|
1450
1221
|
}
|
1451
|
-
|
1452
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover,
|
1453
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
|
1222
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
|
1454
1223
|
cursor: sw-resize;
|
1455
1224
|
}
|
1456
|
-
|
1457
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover,
|
1458
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
|
1225
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
|
1459
1226
|
cursor: se-resize;
|
1460
1227
|
}
|
1461
|
-
|
1462
|
-
|
1463
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
|
1464
|
-
font-family: 'e-icons';
|
1228
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
|
1229
|
+
font-family: "e-icons";
|
1465
1230
|
position: absolute;
|
1466
1231
|
}
|
1467
|
-
|
1468
1232
|
.e-dashboardlayout.e-control .e-drag:hover {
|
1469
1233
|
cursor: move;
|
1470
1234
|
}
|
1471
|
-
|
1472
1235
|
.e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
|
1473
1236
|
.e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
|
1474
1237
|
cursor: default;
|
1475
1238
|
}
|
1476
|
-
|
1477
|
-
.e-dashboardlayout.e-control .e-panel.e-dragging,
|
1478
|
-
.e-dashboardlayout.e-control .e-panel.e-item-moving {
|
1239
|
+
.e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
|
1479
1240
|
cursor: move;
|
1480
1241
|
z-index: 1111 !important;
|
1481
1242
|
}
|
1482
|
-
|
1483
1243
|
.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
|
1484
1244
|
float: left;
|
1485
1245
|
}
|
1486
|
-
|
1487
1246
|
.e-dashboardlayout.e-control .e-holder {
|
1488
1247
|
background: #031633;
|
1489
1248
|
border: 1px #0d6efd dashed;
|
@@ -1491,11 +1250,9 @@
|
|
1491
1250
|
position: absolute;
|
1492
1251
|
border-radius: 4px;
|
1493
1252
|
}
|
1494
|
-
|
1495
1253
|
.e-dashboardlayout.e-control .e-holder.e-holder-transition {
|
1496
|
-
transition: top .3s, left .3s;
|
1254
|
+
transition: top 0.3s, left 0.3s;
|
1497
1255
|
}
|
1498
|
-
|
1499
1256
|
.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
|
1500
1257
|
font-size: 16px;
|
1501
1258
|
font-weight: 500;
|
@@ -1509,7 +1266,6 @@
|
|
1509
1266
|
height: 40px;
|
1510
1267
|
padding: 8px 18px;
|
1511
1268
|
}
|
1512
|
-
|
1513
1269
|
.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
|
1514
1270
|
height: 100%;
|
1515
1271
|
width: 100%;
|
@@ -1519,106 +1275,86 @@
|
|
1519
1275
|
display: block;
|
1520
1276
|
position: relative;
|
1521
1277
|
}
|
1522
|
-
|
1523
1278
|
.e-dashboardlayout.e-control .e-panel {
|
1524
1279
|
background: #343a40;
|
1525
1280
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
|
1526
1281
|
box-sizing: border-box;
|
1527
1282
|
position: absolute;
|
1528
1283
|
}
|
1529
|
-
|
1530
1284
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
1531
1285
|
color: #fff;
|
1532
1286
|
background: #282d31;
|
1533
1287
|
box-sizing: border-box;
|
1534
1288
|
}
|
1535
|
-
|
1536
1289
|
.e-dashboardlayout.e-control .e-panel {
|
1537
1290
|
background: #343a40;
|
1538
1291
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
|
1539
1292
|
box-sizing: border-box;
|
1540
1293
|
position: absolute;
|
1541
1294
|
}
|
1542
|
-
|
1543
1295
|
.e-dashboardlayout.e-control .e-panel:active {
|
1544
1296
|
background: #343a40;
|
1545
1297
|
}
|
1546
|
-
|
1547
1298
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
1548
1299
|
color: #fff;
|
1549
1300
|
}
|
1550
|
-
|
1551
1301
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
|
1552
1302
|
background: none;
|
1553
1303
|
}
|
1554
|
-
|
1555
1304
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
|
1556
1305
|
color: #adb5bd;
|
1557
1306
|
font-size: 8px;
|
1558
1307
|
height: 8px;
|
1559
1308
|
width: 8px;
|
1560
1309
|
}
|
1561
|
-
|
1562
1310
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
|
1563
1311
|
bottom: 2px;
|
1564
1312
|
right: 2px;
|
1565
1313
|
}
|
1566
|
-
|
1567
1314
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
|
1568
1315
|
bottom: 2px;
|
1569
1316
|
left: 2px;
|
1570
1317
|
}
|
1571
|
-
|
1572
1318
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
|
1573
1319
|
left: 2px;
|
1574
1320
|
top: 2px;
|
1575
1321
|
}
|
1576
|
-
|
1577
1322
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
|
1578
1323
|
right: 2px;
|
1579
1324
|
top: 2px;
|
1580
1325
|
}
|
1581
|
-
|
1582
1326
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
|
1583
1327
|
right: 2px;
|
1584
1328
|
top: 2px;
|
1585
1329
|
}
|
1586
|
-
|
1587
1330
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
|
1588
1331
|
left: 2px;
|
1589
1332
|
top: 2px;
|
1590
1333
|
}
|
1591
|
-
|
1592
1334
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
|
1593
1335
|
bottom: 2px;
|
1594
1336
|
left: 2px;
|
1595
1337
|
}
|
1596
|
-
|
1597
1338
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
|
1598
1339
|
bottom: 2px;
|
1599
1340
|
right: 2px;
|
1600
1341
|
}
|
1601
|
-
|
1602
1342
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
|
1603
1343
|
right: 2px;
|
1604
1344
|
top: 2px;
|
1605
1345
|
}
|
1606
|
-
|
1607
1346
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
|
1608
1347
|
left: 2px;
|
1609
1348
|
top: 2px;
|
1610
1349
|
}
|
1611
|
-
|
1612
1350
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
|
1613
1351
|
bottom: 2px;
|
1614
1352
|
left: 2px;
|
1615
1353
|
}
|
1616
|
-
|
1617
1354
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
|
1618
1355
|
bottom: 2px;
|
1619
1356
|
right: 2px;
|
1620
1357
|
}
|
1621
|
-
|
1622
1358
|
.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
|
1623
1359
|
color: #fff;
|
1624
|
-
}
|
1360
|
+
}
|