@syncfusion/ej2-vue-pivotview 19.3.53 → 19.4.40
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 +26 -26
- package/README.md +1 -1
- package/dist/ej2-vue-pivotview.umd.min.js +10 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +2 -2
- 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 +1 -1
- package/src/pivotview/pivotview.component.js +1 -1
- package/styles/bootstrap-dark.css +115 -104
- package/styles/bootstrap.css +115 -104
- package/styles/bootstrap4.css +114 -81
- package/styles/bootstrap5-dark.css +220 -168
- package/styles/bootstrap5.css +215 -161
- package/styles/fabric-dark.css +117 -103
- package/styles/fabric.css +115 -102
- package/styles/highcontrast-light.css +116 -102
- package/styles/highcontrast.css +118 -104
- package/styles/material-dark.css +108 -97
- package/styles/material.css +108 -97
- package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
- package/styles/pivotfieldlist/bootstrap.css +49 -58
- package/styles/pivotfieldlist/bootstrap4.css +44 -39
- package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
- package/styles/pivotfieldlist/bootstrap5.css +115 -89
- package/styles/pivotfieldlist/fabric-dark.css +49 -58
- package/styles/pivotfieldlist/fabric.css +49 -58
- package/styles/pivotfieldlist/highcontrast-light.css +49 -58
- package/styles/pivotfieldlist/highcontrast.css +49 -58
- package/styles/pivotfieldlist/material-dark.css +44 -53
- package/styles/pivotfieldlist/material.css +44 -53
- package/styles/pivotfieldlist/tailwind-dark.css +138 -81
- package/styles/pivotfieldlist/tailwind.css +140 -83
- package/styles/pivotview/bootstrap-dark.css +66 -46
- package/styles/pivotview/bootstrap.css +66 -46
- package/styles/pivotview/bootstrap4.css +70 -42
- package/styles/pivotview/bootstrap5-dark.css +99 -73
- package/styles/pivotview/bootstrap5.css +100 -72
- package/styles/pivotview/fabric-dark.css +68 -45
- package/styles/pivotview/fabric.css +66 -44
- package/styles/pivotview/highcontrast-light.css +67 -44
- package/styles/pivotview/highcontrast.css +69 -46
- package/styles/pivotview/material-dark.css +64 -44
- package/styles/pivotview/material.css +64 -44
- package/styles/pivotview/tailwind-dark.css +106 -58
- package/styles/pivotview/tailwind.css +107 -57
- package/styles/tailwind-dark.css +250 -145
- package/styles/tailwind.css +247 -140
package/styles/bootstrap5.css
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.e-pivotview .e-dropdown-icon::before {
|
|
42
|
-
content: '\
|
|
42
|
+
content: '\e729';
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.e-pivotview .e-export::before {
|
|
@@ -184,17 +184,18 @@
|
|
|
184
184
|
.e-pivotview .e-group-field-settings {
|
|
185
185
|
max-height: 450px !important;
|
|
186
186
|
border-radius: 4px;
|
|
187
|
-
max-width: 400px;
|
|
188
|
-
width: auto;
|
|
187
|
+
max-width: 400px !important;
|
|
188
|
+
width: auto !important;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
.e-pivotview .e-pivot-format-dialog {
|
|
192
192
|
border-radius: 4px;
|
|
193
|
-
max-width: 400px;
|
|
194
|
-
width: auto;
|
|
193
|
+
max-width: 400px !important;
|
|
194
|
+
width: auto !important;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
197
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
198
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
198
199
|
display: -ms-flexbox;
|
|
199
200
|
display: flex;
|
|
200
201
|
}
|
|
@@ -209,9 +210,9 @@
|
|
|
209
210
|
.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
210
211
|
-ms-flex: auto;
|
|
211
212
|
flex: auto;
|
|
212
|
-
width: 100%;
|
|
213
213
|
font-size: 13px;
|
|
214
214
|
font-weight: 500;
|
|
215
|
+
width: 100%;
|
|
215
216
|
}
|
|
216
217
|
|
|
217
218
|
.e-pivotview .e-value-field-settings .e-caption-input-wrapper,
|
|
@@ -298,23 +299,11 @@
|
|
|
298
299
|
margin-left: 10px;
|
|
299
300
|
}
|
|
300
301
|
|
|
301
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
302
|
-
box-shadow: none !important;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
302
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
306
303
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
307
304
|
font-size: 16px;
|
|
308
305
|
}
|
|
309
306
|
|
|
310
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
311
|
-
background-color: #f8f9fa;
|
|
312
|
-
border-color: transparent;
|
|
313
|
-
color: #6c757d;
|
|
314
|
-
outline: none;
|
|
315
|
-
box-shadow: none !important;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
307
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
319
308
|
padding: 15px 12px;
|
|
320
309
|
text-align: center;
|
|
@@ -394,7 +383,7 @@
|
|
|
394
383
|
|
|
395
384
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
396
385
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
397
|
-
color: #
|
|
386
|
+
color: #343a40 !important;
|
|
398
387
|
font-size: 13px;
|
|
399
388
|
font-weight: 500;
|
|
400
389
|
}
|
|
@@ -437,6 +426,7 @@
|
|
|
437
426
|
height: 14px;
|
|
438
427
|
min-width: 14px;
|
|
439
428
|
width: 14px;
|
|
429
|
+
height: auto;
|
|
440
430
|
}
|
|
441
431
|
|
|
442
432
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before,
|
|
@@ -455,7 +445,7 @@
|
|
|
455
445
|
|
|
456
446
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
457
447
|
float: left;
|
|
458
|
-
margin
|
|
448
|
+
margin: 0;
|
|
459
449
|
}
|
|
460
450
|
|
|
461
451
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
@@ -501,7 +491,7 @@
|
|
|
501
491
|
|
|
502
492
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
503
493
|
float: right;
|
|
504
|
-
margin
|
|
494
|
+
margin: 0;
|
|
505
495
|
}
|
|
506
496
|
|
|
507
497
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,
|
|
@@ -568,9 +558,9 @@
|
|
|
568
558
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
569
559
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
570
560
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
571
|
-
border-radius: 4px;
|
|
572
561
|
border-top-left-radius: 0;
|
|
573
562
|
border-top-right-radius: 0;
|
|
563
|
+
border-radius: 4px;
|
|
574
564
|
padding-bottom: 8px;
|
|
575
565
|
padding-top: 8px;
|
|
576
566
|
}
|
|
@@ -635,7 +625,7 @@
|
|
|
635
625
|
}
|
|
636
626
|
|
|
637
627
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
638
|
-
max-width: 350px;
|
|
628
|
+
max-width: 350px !important;
|
|
639
629
|
max-height: 380px !important;
|
|
640
630
|
}
|
|
641
631
|
|
|
@@ -667,8 +657,8 @@
|
|
|
667
657
|
}
|
|
668
658
|
|
|
669
659
|
.e-pivotview .e-pivot-format-dialog {
|
|
670
|
-
max-height:
|
|
671
|
-
max-width: 350px;
|
|
660
|
+
max-height: 550px !important;
|
|
661
|
+
max-width: 350px !important;
|
|
672
662
|
}
|
|
673
663
|
|
|
674
664
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -681,6 +671,7 @@
|
|
|
681
671
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-lable,
|
|
682
672
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-lable {
|
|
683
673
|
font-weight: 500;
|
|
674
|
+
padding-bottom: 4px;
|
|
684
675
|
}
|
|
685
676
|
|
|
686
677
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop,
|
|
@@ -692,6 +683,7 @@
|
|
|
692
683
|
}
|
|
693
684
|
|
|
694
685
|
.e-pivotview .e-pivot-toolbar {
|
|
686
|
+
background: #f8f9fa;
|
|
695
687
|
border-bottom: 0;
|
|
696
688
|
border-style: solid;
|
|
697
689
|
border-top: 1px solid #dee2e6;
|
|
@@ -699,6 +691,10 @@
|
|
|
699
691
|
border-right: 1px solid #dee2e6;
|
|
700
692
|
}
|
|
701
693
|
|
|
694
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
695
|
+
background: #f8f9fa;
|
|
696
|
+
}
|
|
697
|
+
|
|
702
698
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
703
699
|
font-size: 16px;
|
|
704
700
|
}
|
|
@@ -770,7 +766,7 @@
|
|
|
770
766
|
}
|
|
771
767
|
|
|
772
768
|
.e-pivotview-report-dialog {
|
|
773
|
-
max-width: 350px;
|
|
769
|
+
max-width: 350px !important;
|
|
774
770
|
}
|
|
775
771
|
|
|
776
772
|
.e-mdx-query-content {
|
|
@@ -786,7 +782,7 @@
|
|
|
786
782
|
}
|
|
787
783
|
|
|
788
784
|
.e-pivotview-mdx-dialog {
|
|
789
|
-
max-width: 500px;
|
|
785
|
+
max-width: 500px !important;
|
|
790
786
|
}
|
|
791
787
|
|
|
792
788
|
.e-report-outer {
|
|
@@ -839,8 +835,7 @@
|
|
|
839
835
|
}
|
|
840
836
|
|
|
841
837
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
842
|
-
color: #
|
|
843
|
-
margin-left: 10px;
|
|
838
|
+
color: #343a40;
|
|
844
839
|
margin-right: 20px;
|
|
845
840
|
}
|
|
846
841
|
|
|
@@ -852,13 +847,6 @@
|
|
|
852
847
|
flex-wrap: wrap;
|
|
853
848
|
}
|
|
854
849
|
|
|
855
|
-
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
856
|
-
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item,
|
|
857
|
-
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
858
|
-
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
859
|
-
height: 42px;
|
|
860
|
-
}
|
|
861
|
-
|
|
862
850
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
863
851
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
864
852
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -1010,7 +998,8 @@
|
|
|
1010
998
|
padding-top: 16px;
|
|
1011
999
|
}
|
|
1012
1000
|
|
|
1013
|
-
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1001
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1002
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
|
|
1014
1003
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1015
1004
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
1016
1005
|
display: -ms-flexbox;
|
|
@@ -1022,7 +1011,6 @@
|
|
|
1022
1011
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1023
1012
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1024
1013
|
font-size: 14px;
|
|
1025
|
-
font-size: 13px;
|
|
1026
1014
|
font-weight: 500;
|
|
1027
1015
|
}
|
|
1028
1016
|
|
|
@@ -1115,12 +1103,12 @@
|
|
|
1115
1103
|
}
|
|
1116
1104
|
|
|
1117
1105
|
.e-pivotview .e-gtot {
|
|
1118
|
-
font-weight:
|
|
1106
|
+
font-weight: 700;
|
|
1119
1107
|
}
|
|
1120
1108
|
|
|
1121
1109
|
.e-pivotview .e-gtot
|
|
1122
1110
|
.e-cellvalue {
|
|
1123
|
-
color: #
|
|
1111
|
+
color: #343a40;
|
|
1124
1112
|
}
|
|
1125
1113
|
|
|
1126
1114
|
.e-pivotview .e-rowsheader,
|
|
@@ -1210,6 +1198,7 @@
|
|
|
1210
1198
|
|
|
1211
1199
|
.e-pivotview div.e-cellvalue {
|
|
1212
1200
|
margin-top: 5px;
|
|
1201
|
+
margin-top: 2px;
|
|
1213
1202
|
}
|
|
1214
1203
|
|
|
1215
1204
|
.e-pivotview .e-sortfilterdiv {
|
|
@@ -1221,11 +1210,10 @@
|
|
|
1221
1210
|
|
|
1222
1211
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1223
1212
|
margin: 0px !important;
|
|
1224
|
-
padding
|
|
1225
|
-
padding-top: 10px !important;
|
|
1213
|
+
padding: 2px 4px !important;
|
|
1226
1214
|
font-size: 12px !important;
|
|
1227
|
-
padding-bottom:
|
|
1228
|
-
padding-top:
|
|
1215
|
+
padding-bottom: 4px !important;
|
|
1216
|
+
padding-top: 4px !important;
|
|
1229
1217
|
}
|
|
1230
1218
|
|
|
1231
1219
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
@@ -1236,10 +1224,6 @@
|
|
|
1236
1224
|
border: 1px solid #dee2e6;
|
|
1237
1225
|
}
|
|
1238
1226
|
|
|
1239
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1240
|
-
direction: ltr;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
1227
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1244
1228
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1245
1229
|
margin: -18px !important;
|
|
@@ -1247,12 +1231,12 @@
|
|
|
1247
1231
|
|
|
1248
1232
|
.e-pivotview .e-grid .e-icons {
|
|
1249
1233
|
color: #fff !important;
|
|
1250
|
-
color: #
|
|
1234
|
+
color: #343a40 !important;
|
|
1251
1235
|
}
|
|
1252
1236
|
|
|
1253
1237
|
.e-pivotview .e-grid .e-icons:hover {
|
|
1254
1238
|
color: #fff !important;
|
|
1255
|
-
color: #
|
|
1239
|
+
color: #343a40 !important;
|
|
1256
1240
|
}
|
|
1257
1241
|
|
|
1258
1242
|
.e-pivotview .e-grid {
|
|
@@ -1265,7 +1249,13 @@
|
|
|
1265
1249
|
|
|
1266
1250
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
1267
1251
|
color: #fff !important;
|
|
1268
|
-
color: #
|
|
1252
|
+
color: #343a40 !important;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1256
|
+
.e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1257
|
+
text-overflow: ellipsis;
|
|
1258
|
+
white-space: nowrap;
|
|
1269
1259
|
}
|
|
1270
1260
|
|
|
1271
1261
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
@@ -1275,6 +1265,16 @@
|
|
|
1275
1265
|
padding-bottom: 0px !important;
|
|
1276
1266
|
}
|
|
1277
1267
|
|
|
1268
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1269
|
+
.e-pivotview .sf-grid .e-columnsheader {
|
|
1270
|
+
padding-right: 8px !important;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1274
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1275
|
+
line-height: normal;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
1278
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1279
1279
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1280
1280
|
border-left-color: #dee2e6 !important;
|
|
@@ -1283,30 +1283,32 @@
|
|
|
1283
1283
|
border-right-width: 1px;
|
|
1284
1284
|
}
|
|
1285
1285
|
|
|
1286
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1287
|
+
display: block;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1286
1291
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1287
1292
|
padding-left: 8px !important;
|
|
1288
1293
|
margin-top: 5px;
|
|
1289
1294
|
margin-top: 2px;
|
|
1290
1295
|
}
|
|
1291
1296
|
|
|
1292
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue {
|
|
1293
|
-
margin-top: 3px;
|
|
1294
|
-
padding-left: 8px !important;
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
1297
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1298
1298
|
padding: 0 0 0 1px !important;
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
1301
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1302
|
+
.e-pivotview .e-stackedheadertext,
|
|
1302
1303
|
.e-pivotview .e-headertext,
|
|
1303
1304
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1304
|
-
color: #
|
|
1305
|
+
color: #343a40;
|
|
1305
1306
|
font-size: 14px;
|
|
1306
|
-
font-weight:
|
|
1307
|
+
font-weight: 700;
|
|
1307
1308
|
}
|
|
1308
1309
|
|
|
1309
1310
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1311
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1310
1312
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1311
1313
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1312
1314
|
cursor: pointer;
|
|
@@ -1407,7 +1409,6 @@
|
|
|
1407
1409
|
.e-pivotview .e-group-rows,
|
|
1408
1410
|
.e-pivotview .e-group-all-fields {
|
|
1409
1411
|
background: #f8f9fa;
|
|
1410
|
-
vertical-align: top;
|
|
1411
1412
|
display: inline-table;
|
|
1412
1413
|
-ms-flex: auto;
|
|
1413
1414
|
flex: auto;
|
|
@@ -1416,6 +1417,7 @@
|
|
|
1416
1417
|
overflow: hidden;
|
|
1417
1418
|
padding-left: 8px;
|
|
1418
1419
|
scroll-behavior: smooth;
|
|
1420
|
+
vertical-align: top;
|
|
1419
1421
|
}
|
|
1420
1422
|
|
|
1421
1423
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1440,6 +1442,8 @@
|
|
|
1440
1442
|
position: relative;
|
|
1441
1443
|
text-align: center;
|
|
1442
1444
|
vertical-align: middle;
|
|
1445
|
+
font-size: 14px;
|
|
1446
|
+
font-weight: normal;
|
|
1443
1447
|
}
|
|
1444
1448
|
|
|
1445
1449
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
@@ -1512,7 +1516,7 @@
|
|
|
1512
1516
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1513
1517
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1514
1518
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1515
|
-
color: #fff
|
|
1519
|
+
color: #fff;
|
|
1516
1520
|
}
|
|
1517
1521
|
|
|
1518
1522
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1533,7 +1537,7 @@
|
|
|
1533
1537
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1534
1538
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1535
1539
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1536
|
-
color: #fff
|
|
1540
|
+
color: #fff;
|
|
1537
1541
|
}
|
|
1538
1542
|
|
|
1539
1543
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1566,7 +1570,7 @@
|
|
|
1566
1570
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1567
1571
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1568
1572
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1569
|
-
color: #fff
|
|
1573
|
+
color: #fff;
|
|
1570
1574
|
}
|
|
1571
1575
|
|
|
1572
1576
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1590,7 +1594,7 @@
|
|
|
1590
1594
|
|
|
1591
1595
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1592
1596
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1593
|
-
height: initial;
|
|
1597
|
+
height: initial !important;
|
|
1594
1598
|
}
|
|
1595
1599
|
|
|
1596
1600
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1610,7 +1614,7 @@
|
|
|
1610
1614
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1611
1615
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1612
1616
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1613
|
-
color: #fff
|
|
1617
|
+
color: #fff;
|
|
1614
1618
|
cursor: pointer;
|
|
1615
1619
|
display: inline-block;
|
|
1616
1620
|
font-size: 12px;
|
|
@@ -1631,7 +1635,7 @@
|
|
|
1631
1635
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1632
1636
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1633
1637
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1634
|
-
color: #fff
|
|
1638
|
+
color: #fff;
|
|
1635
1639
|
}
|
|
1636
1640
|
|
|
1637
1641
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1846,7 +1850,7 @@
|
|
|
1846
1850
|
padding-bottom: 7px;
|
|
1847
1851
|
}
|
|
1848
1852
|
|
|
1849
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1853
|
+
.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) {
|
|
1850
1854
|
height: auto;
|
|
1851
1855
|
width: auto;
|
|
1852
1856
|
}
|
|
@@ -1873,7 +1877,7 @@
|
|
|
1873
1877
|
float: left;
|
|
1874
1878
|
font-size: 10px !important;
|
|
1875
1879
|
margin-left: 0px;
|
|
1876
|
-
margin-top:
|
|
1880
|
+
margin-top: 3px;
|
|
1877
1881
|
}
|
|
1878
1882
|
|
|
1879
1883
|
.e-pivotview .e-expand::before {
|
|
@@ -2039,12 +2043,12 @@
|
|
|
2039
2043
|
}
|
|
2040
2044
|
|
|
2041
2045
|
.e-pivottooltip {
|
|
2042
|
-
border-radius:
|
|
2046
|
+
border-radius: 4px;
|
|
2043
2047
|
padding: 3px 4px;
|
|
2044
2048
|
}
|
|
2045
2049
|
|
|
2046
2050
|
.e-pivottooltip p {
|
|
2047
|
-
color: #
|
|
2051
|
+
color: #f9fafb;
|
|
2048
2052
|
display: inline-block;
|
|
2049
2053
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2050
2054
|
font-size: 14px;
|
|
@@ -2122,14 +2126,23 @@
|
|
|
2122
2126
|
}
|
|
2123
2127
|
|
|
2124
2128
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2129
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2125
2130
|
.e-bigger .e-pivotview .e-headertext,
|
|
2126
2131
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2127
2132
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2133
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2128
2134
|
.e-bigger.e-pivotview .e-headertext,
|
|
2129
2135
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2130
2136
|
font-size: 16px !important;
|
|
2131
2137
|
}
|
|
2132
2138
|
|
|
2139
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2140
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2141
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2142
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2143
|
+
margin-top: 4px;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2133
2146
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2134
2147
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2135
2148
|
height: 36px !important;
|
|
@@ -2205,6 +2218,19 @@
|
|
|
2205
2218
|
padding-left: 10px;
|
|
2206
2219
|
}
|
|
2207
2220
|
|
|
2221
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
2222
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
|
|
2223
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
|
|
2224
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
|
|
2225
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt,
|
|
2226
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
2227
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
|
|
2228
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
|
|
2229
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
|
|
2230
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt {
|
|
2231
|
+
font-size: 16px;
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2208
2234
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-values,
|
|
2209
2235
|
.e-bigger.e-pivotview .e-grouping-bar .e-group-values {
|
|
2210
2236
|
height: 100%;
|
|
@@ -2305,14 +2331,16 @@
|
|
|
2305
2331
|
}
|
|
2306
2332
|
|
|
2307
2333
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2334
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2308
2335
|
.e-bigger .e-pivotview .e-headertext,
|
|
2309
2336
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2310
2337
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2338
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2311
2339
|
.e-bigger.e-pivotview .e-headertext,
|
|
2312
2340
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2313
|
-
color: #
|
|
2341
|
+
color: #343a40 !important;
|
|
2314
2342
|
font-size: 16px;
|
|
2315
|
-
font-weight:
|
|
2343
|
+
font-weight: 700 !important;
|
|
2316
2344
|
}
|
|
2317
2345
|
|
|
2318
2346
|
.e-bigger .e-pivotview .e-grid .e-columnsheader,
|
|
@@ -2589,7 +2617,7 @@
|
|
|
2589
2617
|
|
|
2590
2618
|
.e-pivotfieldlist-wrapper .e-selected-option-icon::before,
|
|
2591
2619
|
.e-pivotfieldlist-container .e-selected-option-icon::before {
|
|
2592
|
-
content: '\
|
|
2620
|
+
content: '\e72b';
|
|
2593
2621
|
}
|
|
2594
2622
|
|
|
2595
2623
|
.e-pivotfieldlist-wrapper .e-clear-filter-icon::before,
|
|
@@ -2599,7 +2627,7 @@
|
|
|
2599
2627
|
|
|
2600
2628
|
.e-pivotfieldlist-wrapper .e-dropdown-icon::before,
|
|
2601
2629
|
.e-pivotfieldlist-container .e-dropdown-icon::before {
|
|
2602
|
-
content: '\
|
|
2630
|
+
content: '\e729';
|
|
2603
2631
|
}
|
|
2604
2632
|
|
|
2605
2633
|
.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,
|
|
@@ -2827,7 +2855,7 @@
|
|
|
2827
2855
|
float: right;
|
|
2828
2856
|
padding-right: 12px;
|
|
2829
2857
|
padding-top: 12px;
|
|
2830
|
-
color: #212529
|
|
2858
|
+
color: #212529;
|
|
2831
2859
|
}
|
|
2832
2860
|
|
|
2833
2861
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
@@ -2873,6 +2901,23 @@
|
|
|
2873
2901
|
width: 14px;
|
|
2874
2902
|
}
|
|
2875
2903
|
|
|
2904
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color:hover,
|
|
2905
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
2906
|
+
color: #6c757d;
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2909
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
2910
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
2911
|
+
pointer-events: none;
|
|
2912
|
+
}
|
|
2913
|
+
|
|
2914
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
2915
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
2916
|
+
background: none;
|
|
2917
|
+
margin: 0 2px;
|
|
2918
|
+
width: 14px;
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2876
2921
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2877
2922
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2878
2923
|
border: 1px solid #dee2e6;
|
|
@@ -3030,6 +3075,7 @@
|
|
|
3030
3075
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
3031
3076
|
color: #495057;
|
|
3032
3077
|
font-size: 14px;
|
|
3078
|
+
margin-bottom: 4px;
|
|
3033
3079
|
margin-top: 15px;
|
|
3034
3080
|
overflow: hidden;
|
|
3035
3081
|
padding: 4px 0;
|
|
@@ -3046,10 +3092,6 @@
|
|
|
3046
3092
|
opacity: .5;
|
|
3047
3093
|
}
|
|
3048
3094
|
|
|
3049
|
-
.e-pivot-calc-dialog-div .e-treeview .e-node-focus ul li .e-list-icon {
|
|
3050
|
-
color: #fff;
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
3095
|
.e-pivot-calc-dialog-div .e-treeview ul {
|
|
3054
3096
|
overflow: hidden;
|
|
3055
3097
|
}
|
|
@@ -3062,8 +3104,11 @@
|
|
|
3062
3104
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
3063
3105
|
}
|
|
3064
3106
|
|
|
3065
|
-
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3107
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
3066
3108
|
color: #6c757d;
|
|
3109
|
+
}
|
|
3110
|
+
|
|
3111
|
+
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3067
3112
|
margin: 0;
|
|
3068
3113
|
}
|
|
3069
3114
|
|
|
@@ -3098,14 +3143,16 @@
|
|
|
3098
3143
|
width: 24px;
|
|
3099
3144
|
}
|
|
3100
3145
|
|
|
3101
|
-
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3146
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
3102
3147
|
color: #adb5bd;
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3150
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3103
3151
|
cursor: move;
|
|
3104
3152
|
display: inline-block;
|
|
3105
3153
|
font-size: 14px;
|
|
3106
3154
|
height: 24px;
|
|
3107
3155
|
margin-right: 4px;
|
|
3108
|
-
margin-top: 4px;
|
|
3109
3156
|
padding: 5px;
|
|
3110
3157
|
pointer-events: auto;
|
|
3111
3158
|
width: 24px;
|
|
@@ -3188,7 +3235,6 @@
|
|
|
3188
3235
|
color: #212529;
|
|
3189
3236
|
font-size: 13px;
|
|
3190
3237
|
height: 70px;
|
|
3191
|
-
margin-top: 5px;
|
|
3192
3238
|
padding: 5px 10px;
|
|
3193
3239
|
resize: none;
|
|
3194
3240
|
width: 100%;
|
|
@@ -3212,7 +3258,6 @@
|
|
|
3212
3258
|
border: 1px solid #dee2e6;
|
|
3213
3259
|
border-radius: 4px;
|
|
3214
3260
|
height: 120px;
|
|
3215
|
-
margin-top: 5px;
|
|
3216
3261
|
overflow: auto;
|
|
3217
3262
|
}
|
|
3218
3263
|
|
|
@@ -3281,7 +3326,6 @@
|
|
|
3281
3326
|
cursor: auto;
|
|
3282
3327
|
font-size: 14px;
|
|
3283
3328
|
width: auto;
|
|
3284
|
-
color: #fff;
|
|
3285
3329
|
}
|
|
3286
3330
|
|
|
3287
3331
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edit {
|
|
@@ -3505,8 +3549,8 @@
|
|
|
3505
3549
|
|
|
3506
3550
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
3507
3551
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
3508
|
-
max-width: 400px;
|
|
3509
|
-
min-width: 320px;
|
|
3552
|
+
max-width: 400px !important;
|
|
3553
|
+
min-width: 320px !important;
|
|
3510
3554
|
}
|
|
3511
3555
|
|
|
3512
3556
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -3626,23 +3670,11 @@
|
|
|
3626
3670
|
margin-left: 10px;
|
|
3627
3671
|
}
|
|
3628
3672
|
|
|
3629
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
3630
|
-
box-shadow: none !important;
|
|
3631
|
-
}
|
|
3632
|
-
|
|
3633
3673
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
3634
3674
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
3635
3675
|
font-size: 16px;
|
|
3636
3676
|
}
|
|
3637
3677
|
|
|
3638
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
3639
|
-
background-color: #6c757d;
|
|
3640
|
-
border-color: transparent;
|
|
3641
|
-
color: rgba(73, 80, 87, 0.87);
|
|
3642
|
-
outline: none;
|
|
3643
|
-
color: #fff;
|
|
3644
|
-
}
|
|
3645
|
-
|
|
3646
3678
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
3647
3679
|
margin-left: -22px;
|
|
3648
3680
|
overflow: hidden;
|
|
@@ -3668,6 +3700,7 @@
|
|
|
3668
3700
|
height: 14px;
|
|
3669
3701
|
min-width: 14px;
|
|
3670
3702
|
width: 14px;
|
|
3703
|
+
height: auto;
|
|
3671
3704
|
}
|
|
3672
3705
|
|
|
3673
3706
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
@@ -3786,8 +3819,8 @@
|
|
|
3786
3819
|
}
|
|
3787
3820
|
|
|
3788
3821
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3789
|
-
max-width: 400px;
|
|
3790
|
-
min-width: 300px;
|
|
3822
|
+
max-width: 400px !important;
|
|
3823
|
+
min-width: 300px !important;
|
|
3791
3824
|
}
|
|
3792
3825
|
|
|
3793
3826
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -3856,7 +3889,7 @@
|
|
|
3856
3889
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
3857
3890
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3858
3891
|
border-radius: 4px;
|
|
3859
|
-
width: auto;
|
|
3892
|
+
width: auto !important;
|
|
3860
3893
|
}
|
|
3861
3894
|
|
|
3862
3895
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -3925,8 +3958,8 @@
|
|
|
3925
3958
|
|
|
3926
3959
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
3927
3960
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3928
|
-
|
|
3929
|
-
|
|
3961
|
+
max-width: 400px !important;
|
|
3962
|
+
min-width: 320px !important;
|
|
3930
3963
|
}
|
|
3931
3964
|
|
|
3932
3965
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -4047,23 +4080,11 @@
|
|
|
4047
4080
|
margin-left: 10px;
|
|
4048
4081
|
}
|
|
4049
4082
|
|
|
4050
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
4051
|
-
box-shadow: none !important;
|
|
4052
|
-
}
|
|
4053
|
-
|
|
4054
4083
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
4055
4084
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
4056
4085
|
font-size: 16px;
|
|
4057
4086
|
}
|
|
4058
4087
|
|
|
4059
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
4060
|
-
background-color: #6c757d;
|
|
4061
|
-
border-color: transparent;
|
|
4062
|
-
color: rgba(73, 80, 87, 0.87);
|
|
4063
|
-
outline: none;
|
|
4064
|
-
color: #fff;
|
|
4065
|
-
}
|
|
4066
|
-
|
|
4067
4088
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
4068
4089
|
margin-left: -22px;
|
|
4069
4090
|
overflow: hidden;
|
|
@@ -4078,7 +4099,7 @@
|
|
|
4078
4099
|
}
|
|
4079
4100
|
|
|
4080
4101
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
4081
|
-
border:
|
|
4102
|
+
border: 0;
|
|
4082
4103
|
}
|
|
4083
4104
|
|
|
4084
4105
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -4089,6 +4110,7 @@
|
|
|
4089
4110
|
height: 14px;
|
|
4090
4111
|
min-width: 14px;
|
|
4091
4112
|
width: 14px;
|
|
4113
|
+
height: auto;
|
|
4092
4114
|
}
|
|
4093
4115
|
|
|
4094
4116
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
@@ -4207,8 +4229,8 @@
|
|
|
4207
4229
|
}
|
|
4208
4230
|
|
|
4209
4231
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4210
|
-
max-width: 400px;
|
|
4211
|
-
min-width: 300px;
|
|
4232
|
+
max-width: 400px !important;
|
|
4233
|
+
min-width: 300px !important;
|
|
4212
4234
|
}
|
|
4213
4235
|
|
|
4214
4236
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -4276,7 +4298,7 @@
|
|
|
4276
4298
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4277
4299
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4278
4300
|
border-radius: 4px;
|
|
4279
|
-
width: auto;
|
|
4301
|
+
width: auto !important;
|
|
4280
4302
|
}
|
|
4281
4303
|
|
|
4282
4304
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -4348,14 +4370,18 @@
|
|
|
4348
4370
|
background-color: #dee2e6;
|
|
4349
4371
|
border: 1px solid #dee2e6;
|
|
4350
4372
|
border-radius: 0;
|
|
4351
|
-
box-shadow:
|
|
4352
|
-
height:
|
|
4373
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4374
|
+
height: 32px;
|
|
4375
|
+
line-height: 1.15em;
|
|
4353
4376
|
min-width: 100px;
|
|
4354
4377
|
padding: 5px 10px;
|
|
4378
|
+
line-height: normal;
|
|
4379
|
+
padding: 0 10px;
|
|
4355
4380
|
}
|
|
4356
4381
|
|
|
4357
4382
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
4358
4383
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
4384
|
+
height: 100%;
|
|
4359
4385
|
padding: 0;
|
|
4360
4386
|
text-align: center;
|
|
4361
4387
|
width: 100%;
|
|
@@ -4367,6 +4393,9 @@
|
|
|
4367
4393
|
font-size: 16px;
|
|
4368
4394
|
line-height: 1em;
|
|
4369
4395
|
width: 100%;
|
|
4396
|
+
display: inline;
|
|
4397
|
+
line-height: normal;
|
|
4398
|
+
vertical-align: sub;
|
|
4370
4399
|
}
|
|
4371
4400
|
|
|
4372
4401
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons,
|
|
@@ -4443,7 +4472,7 @@
|
|
|
4443
4472
|
background-color: #dee2e6 !important;
|
|
4444
4473
|
border: 1px solid #dee2e6;
|
|
4445
4474
|
border-radius: 0;
|
|
4446
|
-
box-shadow:
|
|
4475
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4447
4476
|
color: #343a40;
|
|
4448
4477
|
font-size: 16px;
|
|
4449
4478
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -4455,10 +4484,14 @@
|
|
|
4455
4484
|
text-align: center;
|
|
4456
4485
|
width: auto;
|
|
4457
4486
|
z-index: 100000;
|
|
4487
|
+
line-height: normal;
|
|
4488
|
+
padding: 0 10px;
|
|
4458
4489
|
}
|
|
4459
4490
|
|
|
4460
4491
|
.e-button-drag-clone .e-text-content {
|
|
4461
4492
|
width: 100%;
|
|
4493
|
+
display: inline;
|
|
4494
|
+
vertical-align: sub;
|
|
4462
4495
|
}
|
|
4463
4496
|
|
|
4464
4497
|
.e-bigger .e-button-drag-clone,
|
|
@@ -4466,26 +4499,13 @@
|
|
|
4466
4499
|
height: 36px !important;
|
|
4467
4500
|
line-height: 1.5em;
|
|
4468
4501
|
padding: 6px 12px;
|
|
4502
|
+
line-height: normal;
|
|
4503
|
+
padding: 0 12px;
|
|
4469
4504
|
}
|
|
4470
4505
|
|
|
4471
4506
|
.e-pivot-error-dialog {
|
|
4472
|
-
max-width: 400px;
|
|
4473
|
-
width: auto;
|
|
4474
|
-
}
|
|
4475
|
-
|
|
4476
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
4477
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
4478
|
-
border: 0;
|
|
4479
|
-
}
|
|
4480
|
-
|
|
4481
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
4482
|
-
font-weight: normal;
|
|
4483
|
-
opacity: 0.87;
|
|
4484
|
-
}
|
|
4485
|
-
|
|
4486
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
4487
|
-
font-weight: normal;
|
|
4488
|
-
opacity: 0.54;
|
|
4507
|
+
max-width: 400px !important;
|
|
4508
|
+
width: auto !important;
|
|
4489
4509
|
}
|
|
4490
4510
|
|
|
4491
4511
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -4569,7 +4589,7 @@
|
|
|
4569
4589
|
|
|
4570
4590
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4571
4591
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4572
|
-
height: 117px
|
|
4592
|
+
height: 117px;
|
|
4573
4593
|
}
|
|
4574
4594
|
|
|
4575
4595
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4895,8 +4915,8 @@
|
|
|
4895
4915
|
.e-pivotfieldlist .e-select-table {
|
|
4896
4916
|
background-color: #e9ecef;
|
|
4897
4917
|
border: 0.5px solid #dee2e6;
|
|
4898
|
-
box-shadow:
|
|
4899
|
-
color:
|
|
4918
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4919
|
+
color: #6c757d;
|
|
4900
4920
|
font-size: 17px;
|
|
4901
4921
|
height: 31px;
|
|
4902
4922
|
max-height: 31px;
|
|
@@ -4910,7 +4930,7 @@
|
|
|
4910
4930
|
}
|
|
4911
4931
|
|
|
4912
4932
|
.e-pivotfieldlist .e-select-table.e-fieldlist-left {
|
|
4913
|
-
box-shadow:
|
|
4933
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4914
4934
|
}
|
|
4915
4935
|
|
|
4916
4936
|
.e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active {
|
|
@@ -4938,8 +4958,8 @@
|
|
|
4938
4958
|
.e-pivotfieldlist-wrapper {
|
|
4939
4959
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
4940
4960
|
font-size: 14px;
|
|
4941
|
-
max-width: 700px;
|
|
4942
|
-
min-width: 300px;
|
|
4961
|
+
max-width: 700px !important;
|
|
4962
|
+
min-width: 300px !important;
|
|
4943
4963
|
}
|
|
4944
4964
|
|
|
4945
4965
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
@@ -5036,9 +5056,9 @@
|
|
|
5036
5056
|
}
|
|
5037
5057
|
|
|
5038
5058
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
5039
|
-
font-size: 16px;
|
|
5040
5059
|
-ms-flex: auto;
|
|
5041
5060
|
flex: auto;
|
|
5061
|
+
font-size: 16px;
|
|
5042
5062
|
}
|
|
5043
5063
|
|
|
5044
5064
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -5072,13 +5092,13 @@
|
|
|
5072
5092
|
font-size: 14px;
|
|
5073
5093
|
font-weight: normal;
|
|
5074
5094
|
height: 28px;
|
|
5095
|
+
line-height: 1.125em;
|
|
5075
5096
|
overflow: hidden;
|
|
5076
5097
|
padding: 6px 0 0 12px;
|
|
5077
5098
|
text-align: left;
|
|
5078
5099
|
text-overflow: ellipsis;
|
|
5079
|
-
word-break: break-all;
|
|
5080
|
-
line-height: 1.125em;
|
|
5081
5100
|
text-transform: none;
|
|
5101
|
+
word-break: break-all;
|
|
5082
5102
|
}
|
|
5083
5103
|
|
|
5084
5104
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -5263,6 +5283,7 @@
|
|
|
5263
5283
|
display: flex;
|
|
5264
5284
|
height: 28px;
|
|
5265
5285
|
padding: 2px 12px 5px;
|
|
5286
|
+
border-radius: 3px 3px 0 0;
|
|
5266
5287
|
}
|
|
5267
5288
|
|
|
5268
5289
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
@@ -5272,6 +5293,7 @@
|
|
|
5272
5293
|
height: 20px;
|
|
5273
5294
|
padding-top: 2px;
|
|
5274
5295
|
width: 20px;
|
|
5296
|
+
padding-left: 3px;
|
|
5275
5297
|
}
|
|
5276
5298
|
|
|
5277
5299
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,
|
|
@@ -5306,8 +5328,8 @@
|
|
|
5306
5328
|
overflow: hidden;
|
|
5307
5329
|
padding: 0 8px;
|
|
5308
5330
|
text-overflow: ellipsis;
|
|
5309
|
-
width: 100%;
|
|
5310
5331
|
text-transform: none;
|
|
5332
|
+
width: 100%;
|
|
5311
5333
|
margin-top: 3px;
|
|
5312
5334
|
}
|
|
5313
5335
|
|
|
@@ -5783,6 +5805,7 @@
|
|
|
5783
5805
|
display: inline-block;
|
|
5784
5806
|
height: 100%;
|
|
5785
5807
|
width: 100%;
|
|
5808
|
+
line-height: 1.5;
|
|
5786
5809
|
}
|
|
5787
5810
|
|
|
5788
5811
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table {
|
|
@@ -5829,7 +5852,8 @@
|
|
|
5829
5852
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5830
5853
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5831
5854
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
5832
|
-
padding-top:
|
|
5855
|
+
padding-top: 2px;
|
|
5856
|
+
padding-left: 3px;
|
|
5833
5857
|
}
|
|
5834
5858
|
|
|
5835
5859
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title {
|
|
@@ -5840,10 +5864,22 @@
|
|
|
5840
5864
|
padding-left: 10px;
|
|
5841
5865
|
}
|
|
5842
5866
|
|
|
5867
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5868
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper {
|
|
5869
|
+
padding-left: 0;
|
|
5870
|
+
padding-right: 3px;
|
|
5871
|
+
}
|
|
5872
|
+
|
|
5843
5873
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
5844
5874
|
padding: 0;
|
|
5845
5875
|
}
|
|
5846
5876
|
|
|
5877
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5878
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
5879
|
+
padding-left: 0;
|
|
5880
|
+
padding-right: 3px;
|
|
5881
|
+
}
|
|
5882
|
+
|
|
5847
5883
|
.e-pivotfieldlist-wrapper.e-device {
|
|
5848
5884
|
height: 100%;
|
|
5849
5885
|
max-height: 100% !important;
|
|
@@ -5854,7 +5890,7 @@
|
|
|
5854
5890
|
|
|
5855
5891
|
.e-pivotfieldlist-wrapper.e-device .e-dlg-header-content {
|
|
5856
5892
|
background-color: #e9ecef;
|
|
5857
|
-
color:
|
|
5893
|
+
color: #495057;
|
|
5858
5894
|
font-size: 14px;
|
|
5859
5895
|
height: 48px;
|
|
5860
5896
|
padding-bottom: 9px;
|
|
@@ -5864,7 +5900,7 @@
|
|
|
5864
5900
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5865
5901
|
.e-pivotfieldlist-wrapper.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
5866
5902
|
background-color: transparent;
|
|
5867
|
-
color:
|
|
5903
|
+
color: #495057;
|
|
5868
5904
|
}
|
|
5869
5905
|
|
|
5870
5906
|
.e-pivotfieldlist-wrapper.e-device .e-title-mobile-header {
|
|
@@ -5877,7 +5913,7 @@
|
|
|
5877
5913
|
}
|
|
5878
5914
|
|
|
5879
5915
|
.e-pivotfieldlist-wrapper.e-device .e-field-list-back-icon {
|
|
5880
|
-
color:
|
|
5916
|
+
color: #6c757d;
|
|
5881
5917
|
font-size: 16px;
|
|
5882
5918
|
height: 24px;
|
|
5883
5919
|
margin-left: 0;
|
|
@@ -6787,8 +6823,8 @@
|
|
|
6787
6823
|
overflow: hidden;
|
|
6788
6824
|
padding: 0 8px;
|
|
6789
6825
|
text-overflow: ellipsis;
|
|
6790
|
-
width: 100%;
|
|
6791
6826
|
text-transform: none;
|
|
6827
|
+
width: 100%;
|
|
6792
6828
|
margin-top: 4px;
|
|
6793
6829
|
}
|
|
6794
6830
|
|
|
@@ -7310,7 +7346,7 @@
|
|
|
7310
7346
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
7311
7347
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
7312
7348
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
7313
|
-
padding-top:
|
|
7349
|
+
padding-top: 2px;
|
|
7314
7350
|
}
|
|
7315
7351
|
|
|
7316
7352
|
.e-pivotfieldlist-container.e-static.e-rtl .e-center-title {
|
|
@@ -7335,7 +7371,7 @@
|
|
|
7335
7371
|
|
|
7336
7372
|
.e-pivotfieldlist-container.e-device .e-dlg-header-content {
|
|
7337
7373
|
background-color: #e9ecef;
|
|
7338
|
-
color:
|
|
7374
|
+
color: #495057;
|
|
7339
7375
|
font-size: 14px;
|
|
7340
7376
|
height: 48px;
|
|
7341
7377
|
padding-bottom: 9px;
|
|
@@ -7345,7 +7381,7 @@
|
|
|
7345
7381
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
7346
7382
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
7347
7383
|
background-color: transparent;
|
|
7348
|
-
color:
|
|
7384
|
+
color: #495057;
|
|
7349
7385
|
}
|
|
7350
7386
|
|
|
7351
7387
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
@@ -7358,7 +7394,7 @@
|
|
|
7358
7394
|
}
|
|
7359
7395
|
|
|
7360
7396
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
7361
|
-
color:
|
|
7397
|
+
color: #6c757d;
|
|
7362
7398
|
font-size: 16px;
|
|
7363
7399
|
height: 24px;
|
|
7364
7400
|
margin-left: 0;
|
|
@@ -7443,8 +7479,8 @@
|
|
|
7443
7479
|
padding: 9px 16px;
|
|
7444
7480
|
text-transform: none;
|
|
7445
7481
|
width: 100%;
|
|
7446
|
-
color: #
|
|
7447
|
-
|
|
7482
|
+
background-color: #fff;
|
|
7483
|
+
color: #212529;
|
|
7448
7484
|
}
|
|
7449
7485
|
|
|
7450
7486
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -8015,6 +8051,7 @@
|
|
|
8015
8051
|
height: 24px;
|
|
8016
8052
|
padding-top: 7px;
|
|
8017
8053
|
width: 24px;
|
|
8054
|
+
padding-left: 4px;
|
|
8018
8055
|
}
|
|
8019
8056
|
|
|
8020
8057
|
.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,
|
|
@@ -8211,6 +8248,7 @@
|
|
|
8211
8248
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8212
8249
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
8213
8250
|
padding-top: 7px;
|
|
8251
|
+
padding-left: 4px;
|
|
8214
8252
|
}
|
|
8215
8253
|
|
|
8216
8254
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
@@ -8218,11 +8256,27 @@
|
|
|
8218
8256
|
padding-left: 16px;
|
|
8219
8257
|
}
|
|
8220
8258
|
|
|
8259
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8260
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8261
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8262
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper {
|
|
8263
|
+
padding-left: 0;
|
|
8264
|
+
padding-right: 4px;
|
|
8265
|
+
}
|
|
8266
|
+
|
|
8221
8267
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields,
|
|
8222
8268
|
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
8223
8269
|
padding: 0 !important;
|
|
8224
8270
|
}
|
|
8225
8271
|
|
|
8272
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8273
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8274
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
8275
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
8276
|
+
padding-left: 0 !important;
|
|
8277
|
+
padding-right: 4px !important;
|
|
8278
|
+
}
|
|
8279
|
+
|
|
8226
8280
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list,
|
|
8227
8281
|
.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list {
|
|
8228
8282
|
padding-left: 0;
|