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