@syncfusion/ej2-vue-pivotview 21.2.10 → 22.1.36
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 +15 -100
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +8 -8
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +8 -8
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.js +2 -2
- package/src/pivotview/pivotview.component.js +6 -6
- package/styles/bootstrap-dark.css +274 -226
- package/styles/bootstrap.css +274 -227
- package/styles/bootstrap4.css +284 -285
- package/styles/bootstrap5-dark.css +272 -270
- package/styles/bootstrap5.css +272 -270
- package/styles/fabric-dark.css +264 -230
- package/styles/fabric.css +262 -233
- package/styles/fluent-dark.css +276 -263
- package/styles/fluent.css +276 -263
- package/styles/highcontrast-light.css +264 -227
- package/styles/highcontrast.css +264 -227
- package/styles/material-dark.css +271 -227
- package/styles/material.css +270 -226
- package/styles/material3-dark.css +6666 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +6777 -0
- package/styles/material3.scss +3 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +149 -139
- package/styles/pivotfieldlist/bootstrap.css +148 -138
- package/styles/pivotfieldlist/bootstrap4.css +153 -146
- package/styles/pivotfieldlist/bootstrap5-dark.css +149 -150
- package/styles/pivotfieldlist/bootstrap5.css +149 -150
- package/styles/pivotfieldlist/fabric-dark.css +140 -139
- package/styles/pivotfieldlist/fabric.css +141 -140
- package/styles/pivotfieldlist/fluent-dark.css +159 -170
- package/styles/pivotfieldlist/fluent.css +159 -170
- package/styles/pivotfieldlist/highcontrast-light.css +139 -138
- package/styles/pivotfieldlist/highcontrast.css +139 -138
- package/styles/pivotfieldlist/material-dark.css +148 -142
- package/styles/pivotfieldlist/material.css +147 -141
- package/styles/pivotfieldlist/material3-dark.css +3811 -0
- package/styles/pivotfieldlist/material3-dark.scss +2 -0
- package/styles/pivotfieldlist/material3.css +3865 -0
- package/styles/pivotfieldlist/material3.scss +2 -0
- package/styles/pivotfieldlist/tailwind-dark.css +152 -163
- package/styles/pivotfieldlist/tailwind.css +152 -163
- package/styles/pivotview/bootstrap-dark.css +125 -87
- package/styles/pivotview/bootstrap.css +126 -89
- package/styles/pivotview/bootstrap4.css +131 -139
- package/styles/pivotview/bootstrap5-dark.css +123 -120
- package/styles/pivotview/bootstrap5.css +123 -120
- package/styles/pivotview/fabric-dark.css +124 -91
- package/styles/pivotview/fabric.css +121 -93
- package/styles/pivotview/fluent-dark.css +117 -93
- package/styles/pivotview/fluent.css +117 -93
- package/styles/pivotview/highcontrast-light.css +125 -89
- package/styles/pivotview/highcontrast.css +125 -89
- package/styles/pivotview/material-dark.css +123 -85
- package/styles/pivotview/material.css +123 -85
- package/styles/pivotview/material3-dark.css +2854 -0
- package/styles/pivotview/material3-dark.scss +2 -0
- package/styles/pivotview/material3.css +2912 -0
- package/styles/pivotview/material3.scss +2 -0
- package/styles/pivotview/tailwind-dark.css +123 -91
- package/styles/pivotview/tailwind.css +123 -91
- package/styles/tailwind-dark.css +275 -254
- package/styles/tailwind.css +275 -254
|
@@ -160,20 +160,14 @@
|
|
|
160
160
|
/* stylelint-disable */
|
|
161
161
|
/* stylelint-enable */
|
|
162
162
|
/* stylelint-enable */
|
|
163
|
-
/* stylelint-disable */
|
|
164
163
|
}
|
|
165
164
|
.e-pivotview .e-value-field-settings,
|
|
166
165
|
.e-pivotview .e-member-editor-dialog,
|
|
167
|
-
.e-pivotview .e-group-field-settings
|
|
168
|
-
max-height: 450px !important;
|
|
169
|
-
border-radius: 4px;
|
|
170
|
-
max-width: 400px !important;
|
|
171
|
-
width: auto !important;
|
|
172
|
-
}
|
|
166
|
+
.e-pivotview .e-group-field-settings,
|
|
173
167
|
.e-pivotview .e-pivot-format-dialog {
|
|
168
|
+
max-height: 450px !important;
|
|
174
169
|
border-radius: 4px;
|
|
175
170
|
max-width: 400px !important;
|
|
176
|
-
width: auto !important;
|
|
177
171
|
}
|
|
178
172
|
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
179
173
|
display: -ms-flexbox;
|
|
@@ -209,6 +203,11 @@
|
|
|
209
203
|
.e-pivotview .e-value-field-settings .e-caption-input-text {
|
|
210
204
|
font-size: 13px;
|
|
211
205
|
}
|
|
206
|
+
.e-pivotview .e-group-field-settings {
|
|
207
|
+
/* stylelint-disable */
|
|
208
|
+
width: auto !important;
|
|
209
|
+
/* stylelint-enable */
|
|
210
|
+
}
|
|
212
211
|
.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
213
212
|
.e-pivotview .e-group-field-settings .e-input-option-text,
|
|
214
213
|
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
|
|
@@ -237,6 +236,7 @@
|
|
|
237
236
|
.e-pivotview .e-member-editor-dialog {
|
|
238
237
|
min-width: 320px;
|
|
239
238
|
/* stylelint-disable */
|
|
239
|
+
/* stylelint-disable */
|
|
240
240
|
}
|
|
241
241
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
242
242
|
display: -ms-flexbox;
|
|
@@ -244,7 +244,6 @@
|
|
|
244
244
|
padding: 0 20px 10px;
|
|
245
245
|
}
|
|
246
246
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
247
|
-
display: inline-block;
|
|
248
247
|
visibility: hidden;
|
|
249
248
|
}
|
|
250
249
|
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
|
|
@@ -253,7 +252,6 @@
|
|
|
253
252
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
254
253
|
box-shadow: none;
|
|
255
254
|
margin-left: 10px;
|
|
256
|
-
/* stylelint-disable */
|
|
257
255
|
}
|
|
258
256
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
259
257
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -264,9 +262,12 @@
|
|
|
264
262
|
text-align: center;
|
|
265
263
|
width: 100%;
|
|
266
264
|
}
|
|
265
|
+
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
|
|
266
|
+
display: none;
|
|
267
|
+
}
|
|
267
268
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
268
269
|
display: inline-block;
|
|
269
|
-
height:
|
|
270
|
+
height: 166px;
|
|
270
271
|
max-width: 400px;
|
|
271
272
|
overflow: auto;
|
|
272
273
|
width: 100%;
|
|
@@ -308,11 +309,10 @@
|
|
|
308
309
|
padding-top: 20px;
|
|
309
310
|
}
|
|
310
311
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
311
|
-
height:
|
|
312
|
+
height: 168px;
|
|
312
313
|
}
|
|
313
|
-
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-
|
|
314
|
-
|
|
315
|
-
padding: 14px 10px 9px 20px;
|
|
314
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
315
|
+
height: 165px;
|
|
316
316
|
}
|
|
317
317
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
318
318
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
@@ -323,7 +323,9 @@
|
|
|
323
323
|
}
|
|
324
324
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
325
325
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
326
|
+
/* stylelint-disable */
|
|
326
327
|
color: #343a40 !important;
|
|
328
|
+
/* stylelint-enable */
|
|
327
329
|
font-size: 13px;
|
|
328
330
|
font-weight: 500;
|
|
329
331
|
}
|
|
@@ -345,19 +347,18 @@
|
|
|
345
347
|
}
|
|
346
348
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
347
349
|
border: none;
|
|
348
|
-
/* stylelint-enable */
|
|
349
350
|
}
|
|
350
351
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
351
352
|
margin: 0 0 0 6px;
|
|
352
353
|
}
|
|
353
354
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
|
|
354
|
-
height:
|
|
355
|
-
min-width: 14px;
|
|
356
|
-
width: 14px;
|
|
357
|
-
height: auto;
|
|
355
|
+
height: fit-content;
|
|
358
356
|
}
|
|
359
357
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
360
358
|
font-size: 14px;
|
|
359
|
+
/* stylelint-disable */
|
|
360
|
+
top: 0 !important;
|
|
361
|
+
/* stylelint-enable */
|
|
361
362
|
}
|
|
362
363
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
363
364
|
margin: 0 6px 0 0;
|
|
@@ -367,19 +368,27 @@
|
|
|
367
368
|
}
|
|
368
369
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
369
370
|
float: left;
|
|
370
|
-
margin: 0;
|
|
371
|
+
margin: 0 !important;
|
|
371
372
|
}
|
|
372
373
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
373
374
|
display: none;
|
|
374
375
|
}
|
|
375
376
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container {
|
|
376
|
-
|
|
377
|
+
-ms-flex-align: center;
|
|
378
|
+
align-items: center;
|
|
379
|
+
background: #f8f9fa;
|
|
380
|
+
display: -ms-flexbox !important;
|
|
381
|
+
display: flex !important;
|
|
382
|
+
/* stylelint-enable */
|
|
383
|
+
height: 40px;
|
|
384
|
+
-ms-flex-pack: center;
|
|
385
|
+
justify-content: center;
|
|
377
386
|
opacity: 56%;
|
|
378
|
-
padding: 12px 10px 16px 20px;
|
|
379
387
|
}
|
|
380
388
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container .e-editor-label {
|
|
381
389
|
color: #343a40;
|
|
382
390
|
font: 500 13px Inter;
|
|
391
|
+
margin-bottom: 0;
|
|
383
392
|
opacity: 0.87;
|
|
384
393
|
overflow: hidden;
|
|
385
394
|
text-overflow: ellipsis;
|
|
@@ -444,6 +453,9 @@
|
|
|
444
453
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
445
454
|
margin-right: 0;
|
|
446
455
|
}
|
|
456
|
+
.e-pivotview .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
457
|
+
padding-top: 4px !important;
|
|
458
|
+
}
|
|
447
459
|
.e-pivotview .e-value-field-settings .e-dlg-header-content,
|
|
448
460
|
.e-pivotview .e-member-editor-dialog .e-dlg-header-content,
|
|
449
461
|
.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,
|
|
@@ -458,9 +470,8 @@
|
|
|
458
470
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
459
471
|
border-top-left-radius: 0;
|
|
460
472
|
border-top-right-radius: 0;
|
|
461
|
-
|
|
462
|
-
padding-bottom:
|
|
463
|
-
padding-top: 8px;
|
|
473
|
+
padding-top: 10px;
|
|
474
|
+
padding-bottom: 10px;
|
|
464
475
|
}
|
|
465
476
|
.e-pivotview .e-value-field-settings .e-dlg-content,
|
|
466
477
|
.e-pivotview .e-member-editor-dialog .e-dlg-content,
|
|
@@ -513,8 +524,10 @@
|
|
|
513
524
|
overflow: auto;
|
|
514
525
|
}
|
|
515
526
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
527
|
+
/* stylelint-disable */
|
|
516
528
|
max-width: 350px !important;
|
|
517
529
|
max-height: 380px !important;
|
|
530
|
+
/* stylelint-enable */
|
|
518
531
|
}
|
|
519
532
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container,
|
|
520
533
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text {
|
|
@@ -535,8 +548,10 @@
|
|
|
535
548
|
width: 49%;
|
|
536
549
|
}
|
|
537
550
|
.e-pivotview .e-pivot-format-dialog {
|
|
551
|
+
/* stylelint-disable */
|
|
538
552
|
max-height: 550px !important;
|
|
539
553
|
max-width: 350px !important;
|
|
554
|
+
/* stylelint-enable */
|
|
540
555
|
}
|
|
541
556
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
542
557
|
padding: 0 20px;
|
|
@@ -570,9 +585,12 @@
|
|
|
570
585
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
571
586
|
background-color: transparent;
|
|
572
587
|
border: none;
|
|
588
|
+
/* stylelint-disable */
|
|
573
589
|
}
|
|
574
590
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
591
|
+
/* stylelint-disable */
|
|
575
592
|
height: 32px !important;
|
|
593
|
+
/* stylelint-enable */
|
|
576
594
|
overflow: hidden;
|
|
577
595
|
padding-left: 10px;
|
|
578
596
|
}
|
|
@@ -586,16 +604,14 @@
|
|
|
586
604
|
}
|
|
587
605
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
588
606
|
margin-left: 18px !important;
|
|
589
|
-
/* stylelint-enable */
|
|
590
607
|
}
|
|
591
608
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
592
|
-
/* stylelint-disable */
|
|
593
609
|
padding: 0 !important;
|
|
610
|
+
/* stylelint-enable */
|
|
594
611
|
}
|
|
595
612
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
596
613
|
float: left;
|
|
597
614
|
font-weight: 500;
|
|
598
|
-
/* stylelint-enable */
|
|
599
615
|
}
|
|
600
616
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
601
617
|
float: right;
|
|
@@ -612,7 +628,7 @@
|
|
|
612
628
|
padding-right: 10px;
|
|
613
629
|
}
|
|
614
630
|
.e-pivotview .e-frozenscrollbar {
|
|
615
|
-
background
|
|
631
|
+
background: #f8f9fa;
|
|
616
632
|
}
|
|
617
633
|
|
|
618
634
|
.e-pivotview-disable-icon {
|
|
@@ -716,10 +732,6 @@
|
|
|
716
732
|
/* stylelint-disable */
|
|
717
733
|
/* stylelint-enable */
|
|
718
734
|
}
|
|
719
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
720
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
721
|
-
height: 139px;
|
|
722
|
-
}
|
|
723
735
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
724
736
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
725
737
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -730,6 +742,10 @@
|
|
|
730
742
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret {
|
|
731
743
|
font-size: 14px !important;
|
|
732
744
|
}
|
|
745
|
+
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
746
|
+
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
747
|
+
height: 135px;
|
|
748
|
+
}
|
|
733
749
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
734
750
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
735
751
|
margin: 0 0 0 6px;
|
|
@@ -738,6 +754,10 @@
|
|
|
738
754
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
739
755
|
margin: 0 6px 0 0;
|
|
740
756
|
}
|
|
757
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
758
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
759
|
+
height: 115px !important;
|
|
760
|
+
}
|
|
741
761
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
742
762
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
743
763
|
height: 127px !important;
|
|
@@ -776,7 +796,12 @@
|
|
|
776
796
|
}
|
|
777
797
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
778
798
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
779
|
-
min-width: 350px;
|
|
799
|
+
min-width: 350px !important;
|
|
800
|
+
min-height: 400px !important;
|
|
801
|
+
}
|
|
802
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
803
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
804
|
+
min-height: 440px !important;
|
|
780
805
|
}
|
|
781
806
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
782
807
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -876,7 +901,6 @@
|
|
|
876
901
|
/*! PivotView theme */
|
|
877
902
|
.e-pivotview {
|
|
878
903
|
/* stylelint-enable */
|
|
879
|
-
/* stylelint-disable */
|
|
880
904
|
/* stylelint-enable */
|
|
881
905
|
/* stylelint-disable */
|
|
882
906
|
/* stylelint-enable */
|
|
@@ -919,7 +943,7 @@
|
|
|
919
943
|
.e-pivotview .e-grid .e-content,
|
|
920
944
|
.e-pivotview .e-grid .e-gridheader,
|
|
921
945
|
.e-pivotview .e-headercell {
|
|
922
|
-
background
|
|
946
|
+
background: #f8f9fa;
|
|
923
947
|
}
|
|
924
948
|
.e-pivotview .e-grid .e-gridheader {
|
|
925
949
|
border-bottom-width: 1px;
|
|
@@ -933,7 +957,7 @@
|
|
|
933
957
|
}
|
|
934
958
|
.e-pivotview .e-rowsheader,
|
|
935
959
|
.e-pivotview .e-columnsheader {
|
|
936
|
-
background
|
|
960
|
+
background: #f8f9fa;
|
|
937
961
|
}
|
|
938
962
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
939
963
|
margin-left: 8px;
|
|
@@ -946,6 +970,11 @@
|
|
|
946
970
|
.e-pivotview .e-olap-editor-dialog {
|
|
947
971
|
min-height: 350px !important;
|
|
948
972
|
min-width: 320px !important;
|
|
973
|
+
visibility: hidden;
|
|
974
|
+
}
|
|
975
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit,
|
|
976
|
+
.e-pivotview .e-olap-editor-dialog.e-node-limit {
|
|
977
|
+
max-height: 450px !important;
|
|
949
978
|
}
|
|
950
979
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
951
980
|
margin-left: 20px;
|
|
@@ -1236,38 +1265,6 @@
|
|
|
1236
1265
|
font-size: 14px;
|
|
1237
1266
|
font-weight: normal;
|
|
1238
1267
|
}
|
|
1239
|
-
.e-pivotview .e-group-values .e-pivot-button .e-sort,
|
|
1240
|
-
.e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
|
|
1241
|
-
.e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
|
|
1242
|
-
.e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
|
|
1243
|
-
.e-pivotview .e-group-values .e-pivot-button .e-remove,
|
|
1244
|
-
.e-pivotview .e-group-values .e-pivot-button .e-edit,
|
|
1245
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-sort,
|
|
1246
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
|
|
1247
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
|
|
1248
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
|
|
1249
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-remove,
|
|
1250
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-edit,
|
|
1251
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-sort,
|
|
1252
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
|
|
1253
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
|
|
1254
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
|
|
1255
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-remove,
|
|
1256
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-edit,
|
|
1257
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-sort,
|
|
1258
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
|
|
1259
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
|
|
1260
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1261
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1262
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-edit,
|
|
1263
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
|
|
1264
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
|
|
1265
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
|
|
1266
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
|
|
1267
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
|
|
1268
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
|
|
1269
|
-
margin-top: 1px;
|
|
1270
|
-
}
|
|
1271
1268
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
1272
1269
|
.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
1273
1270
|
display: -ms-inline-flexbox;
|
|
@@ -1294,7 +1291,9 @@
|
|
|
1294
1291
|
}
|
|
1295
1292
|
.e-pivotview .e-grouping-bar .e-pivot-button,
|
|
1296
1293
|
.e-pivotview .e-group-rows .e-pivot-button {
|
|
1297
|
-
|
|
1294
|
+
-ms-flex-align: center;
|
|
1295
|
+
align-items: center;
|
|
1296
|
+
background: #6c757d;
|
|
1298
1297
|
border: 1px solid #dee2e6;
|
|
1299
1298
|
border-radius: 4px;
|
|
1300
1299
|
box-shadow: none;
|
|
@@ -1306,8 +1305,7 @@
|
|
|
1306
1305
|
display: flex;
|
|
1307
1306
|
font-weight: normal;
|
|
1308
1307
|
height: 24px;
|
|
1309
|
-
|
|
1310
|
-
padding: 3px 8px;
|
|
1308
|
+
padding: 0 8px;
|
|
1311
1309
|
text-transform: none;
|
|
1312
1310
|
vertical-align: bottom;
|
|
1313
1311
|
z-index: 1;
|
|
@@ -1320,7 +1318,7 @@
|
|
|
1320
1318
|
}
|
|
1321
1319
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover,
|
|
1322
1320
|
.e-pivotview .e-group-rows .e-pivot-button:hover {
|
|
1323
|
-
background
|
|
1321
|
+
background: #5c636a;
|
|
1324
1322
|
border-color: #5c636a;
|
|
1325
1323
|
}
|
|
1326
1324
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-sort,
|
|
@@ -1387,9 +1385,9 @@
|
|
|
1387
1385
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1388
1386
|
color: #fff;
|
|
1389
1387
|
}
|
|
1390
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
1391
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content {
|
|
1392
|
-
background
|
|
1388
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content,
|
|
1389
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content {
|
|
1390
|
+
background: transparent;
|
|
1393
1391
|
cursor: move;
|
|
1394
1392
|
-ms-flex: auto;
|
|
1395
1393
|
flex: auto;
|
|
@@ -1400,14 +1398,10 @@
|
|
|
1400
1398
|
text-overflow: ellipsis;
|
|
1401
1399
|
color: #fff;
|
|
1402
1400
|
}
|
|
1403
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content.e-disable-drag,
|
|
1404
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content.e-disable-drag {
|
|
1401
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content.e-disable-drag,
|
|
1402
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content.e-disable-drag {
|
|
1405
1403
|
cursor: auto;
|
|
1406
1404
|
}
|
|
1407
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1408
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1409
|
-
height: initial !important;
|
|
1410
|
-
}
|
|
1411
1405
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
1412
1406
|
.e-pivotview .e-group-rows .e-pivot-button .e-drag {
|
|
1413
1407
|
display: none;
|
|
@@ -1428,10 +1422,8 @@
|
|
|
1428
1422
|
cursor: pointer;
|
|
1429
1423
|
display: inline-block;
|
|
1430
1424
|
font-size: 12px;
|
|
1431
|
-
height: 18px;
|
|
1432
1425
|
margin-left: 4px;
|
|
1433
1426
|
width: 18px;
|
|
1434
|
-
padding-top: 1px;
|
|
1435
1427
|
}
|
|
1436
1428
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,
|
|
1437
1429
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1469,7 +1461,6 @@
|
|
|
1469
1461
|
}
|
|
1470
1462
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,
|
|
1471
1463
|
.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend {
|
|
1472
|
-
margin-top: 3px;
|
|
1473
1464
|
transform: rotateX(180deg);
|
|
1474
1465
|
}
|
|
1475
1466
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
@@ -1500,7 +1491,6 @@
|
|
|
1500
1491
|
pointer-events: none;
|
|
1501
1492
|
}
|
|
1502
1493
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1503
|
-
padding: 3px 8px;
|
|
1504
1494
|
width: 180px;
|
|
1505
1495
|
}
|
|
1506
1496
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1551,7 +1541,6 @@
|
|
|
1551
1541
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1552
1542
|
color: #fff !important;
|
|
1553
1543
|
font-size: 12px;
|
|
1554
|
-
height: 18px;
|
|
1555
1544
|
margin-left: 4px !important;
|
|
1556
1545
|
width: 18px;
|
|
1557
1546
|
}
|
|
@@ -1625,7 +1614,7 @@
|
|
|
1625
1614
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input {
|
|
1626
1615
|
padding-bottom: 7px;
|
|
1627
1616
|
}
|
|
1628
|
-
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag) {
|
|
1617
|
+
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag):not(.e-selected-option-icon):not(.e-nav-arrow) {
|
|
1629
1618
|
height: auto;
|
|
1630
1619
|
width: auto;
|
|
1631
1620
|
}
|
|
@@ -1637,11 +1626,10 @@
|
|
|
1637
1626
|
cursor: pointer;
|
|
1638
1627
|
display: inline-block;
|
|
1639
1628
|
height: 18px;
|
|
1640
|
-
margin-top: 5px;
|
|
1641
|
-
text-align: center;
|
|
1642
|
-
width: 18px;
|
|
1643
1629
|
margin-top: 0;
|
|
1644
1630
|
margin-bottom: 2px;
|
|
1631
|
+
text-align: center;
|
|
1632
|
+
width: 18px;
|
|
1645
1633
|
vertical-align: middle;
|
|
1646
1634
|
}
|
|
1647
1635
|
.e-pivotview th .e-expand,
|
|
@@ -1649,6 +1637,7 @@
|
|
|
1649
1637
|
font-size: 10px !important;
|
|
1650
1638
|
margin-left: 0px;
|
|
1651
1639
|
margin-top: 0;
|
|
1640
|
+
margin-bottom: 2px;
|
|
1652
1641
|
}
|
|
1653
1642
|
.e-pivotview .e-expand::before {
|
|
1654
1643
|
font-size: 20px;
|
|
@@ -1831,6 +1820,8 @@
|
|
|
1831
1820
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
|
|
1832
1821
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div,
|
|
1833
1822
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 {
|
|
1823
|
+
-ms-flex-align: center;
|
|
1824
|
+
align-items: center;
|
|
1834
1825
|
display: -ms-flexbox;
|
|
1835
1826
|
display: flex;
|
|
1836
1827
|
-ms-flex-direction: row;
|
|
@@ -1873,6 +1864,23 @@
|
|
|
1873
1864
|
text-align: initial;
|
|
1874
1865
|
width: inherit;
|
|
1875
1866
|
}
|
|
1867
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
|
|
1868
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
|
|
1869
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
|
|
1870
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings,
|
|
1871
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
|
|
1872
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
|
|
1873
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
|
|
1874
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings {
|
|
1875
|
+
-ms-flex-align: center;
|
|
1876
|
+
align-items: center;
|
|
1877
|
+
display: -ms-flexbox;
|
|
1878
|
+
display: flex;
|
|
1879
|
+
}
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer {
|
|
1882
|
+
margin-bottom: 0;
|
|
1883
|
+
}
|
|
1876
1884
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv,
|
|
1877
1885
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv {
|
|
1878
1886
|
width: 100%;
|
|
@@ -2012,8 +2020,8 @@
|
|
|
2012
2020
|
padding-left: 8px;
|
|
2013
2021
|
padding-right: 0;
|
|
2014
2022
|
}
|
|
2015
|
-
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2016
|
-
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2023
|
+
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2024
|
+
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2017
2025
|
margin-left: 4px;
|
|
2018
2026
|
text-align: right;
|
|
2019
2027
|
}
|
|
@@ -2049,7 +2057,7 @@
|
|
|
2049
2057
|
padding-right: 0;
|
|
2050
2058
|
/* stylelint-enable */
|
|
2051
2059
|
}
|
|
2052
|
-
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2060
|
+
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2053
2061
|
margin-left: 4px;
|
|
2054
2062
|
margin-right: 0;
|
|
2055
2063
|
text-align: right;
|
|
@@ -2079,12 +2087,6 @@
|
|
|
2079
2087
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
2080
2088
|
line-height: 1em !important;
|
|
2081
2089
|
}
|
|
2082
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
2083
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
2084
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
2085
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
2086
|
-
margin-top: 2px !important;
|
|
2087
|
-
}
|
|
2088
2090
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
2089
2091
|
max-width: 155px;
|
|
2090
2092
|
}
|
|
@@ -2164,9 +2166,7 @@
|
|
|
2164
2166
|
.e-bigger .e-pivotview,
|
|
2165
2167
|
.e-bigger.e-pivotview {
|
|
2166
2168
|
/* stylelint-disable */
|
|
2167
|
-
/* stylelint-enable */
|
|
2168
2169
|
/* stylelint-disable */
|
|
2169
|
-
/* stylelint-enable */
|
|
2170
2170
|
}
|
|
2171
2171
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
2172
2172
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
@@ -2210,6 +2210,15 @@
|
|
|
2210
2210
|
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2211
2211
|
height: 100% !important;
|
|
2212
2212
|
}
|
|
2213
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2214
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2215
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child,
|
|
2216
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2217
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2218
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
2219
|
+
padding-top: 0px !important;
|
|
2220
|
+
padding-bottom: 0px !important;
|
|
2221
|
+
}
|
|
2213
2222
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2214
2223
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2215
2224
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2254,11 +2263,10 @@
|
|
|
2254
2263
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,
|
|
2255
2264
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2256
2265
|
height: 30px;
|
|
2257
|
-
|
|
2258
|
-
padding: 5px 12px;
|
|
2266
|
+
padding: 0 12px;
|
|
2259
2267
|
}
|
|
2260
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2261
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2268
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2269
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2262
2270
|
font-size: 14px;
|
|
2263
2271
|
margin-right: 8px;
|
|
2264
2272
|
}
|
|
@@ -2276,8 +2284,8 @@
|
|
|
2276
2284
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2277
2285
|
/* stylelint-disable */
|
|
2278
2286
|
font-size: 14px !important;
|
|
2279
|
-
height:
|
|
2280
|
-
|
|
2287
|
+
height: 14px !important;
|
|
2288
|
+
/* stylelint-enable */
|
|
2281
2289
|
width: 20px;
|
|
2282
2290
|
}
|
|
2283
2291
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2340,10 +2348,10 @@
|
|
|
2340
2348
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2341
2349
|
height: 30px;
|
|
2342
2350
|
line-height: 1em;
|
|
2343
|
-
padding:
|
|
2351
|
+
padding: 0 12px;
|
|
2344
2352
|
}
|
|
2345
|
-
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2346
|
-
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2353
|
+
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2354
|
+
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2347
2355
|
font-size: 14px;
|
|
2348
2356
|
margin-right: 8px;
|
|
2349
2357
|
}
|
|
@@ -2359,8 +2367,10 @@
|
|
|
2359
2367
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2360
2368
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2361
2369
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2370
|
+
/* stylelint-disable */
|
|
2362
2371
|
font-size: 14px !important;
|
|
2363
|
-
height:
|
|
2372
|
+
height: 14px !important;
|
|
2373
|
+
/* stylelint-enable */
|
|
2364
2374
|
width: 20px;
|
|
2365
2375
|
}
|
|
2366
2376
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2375,10 +2385,6 @@
|
|
|
2375
2385
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2376
2386
|
font-size: 12px !important;
|
|
2377
2387
|
}
|
|
2378
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2379
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2380
|
-
height: 139px;
|
|
2381
|
-
}
|
|
2382
2388
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2383
2389
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2384
2390
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2397,14 +2403,11 @@
|
|
|
2397
2403
|
}
|
|
2398
2404
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2399
2405
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2400
|
-
/* stylelint-disable */
|
|
2401
2406
|
font-size: 16px !important;
|
|
2402
2407
|
}
|
|
2403
2408
|
.e-bigger .e-pivotview.e-rtl,
|
|
2404
2409
|
.e-bigger.e-pivotview.e-rtl {
|
|
2405
2410
|
/* stylelint-enable */
|
|
2406
|
-
/* stylelint-disable */
|
|
2407
|
-
/* stylelint-enable */
|
|
2408
2411
|
}
|
|
2409
2412
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2410
2413
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|