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