@syncfusion/ej2-vue-pivotview 19.3.48 → 19.4.38
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 +24 -20
- package/dist/ej2-vue-pivotview.umd.min.js +1 -10
- 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
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
/*! component's theme wise override definitions and variables */
|
|
2
2
|
/*! component's common definitions and variables */
|
|
3
|
-
/*! component's theme wise override definitions and variables */
|
|
4
|
-
/*! component's common definitions and variables */
|
|
5
3
|
.e-pivotview .e-expand::before {
|
|
6
4
|
content: '\e75c';
|
|
7
5
|
}
|
|
@@ -39,7 +37,7 @@
|
|
|
39
37
|
}
|
|
40
38
|
|
|
41
39
|
.e-pivotview .e-dropdown-icon::before {
|
|
42
|
-
content: '\
|
|
40
|
+
content: '\e729';
|
|
43
41
|
}
|
|
44
42
|
|
|
45
43
|
.e-pivotview .e-export::before {
|
|
@@ -184,17 +182,18 @@
|
|
|
184
182
|
.e-pivotview .e-group-field-settings {
|
|
185
183
|
max-height: 450px !important;
|
|
186
184
|
border-radius: 4px;
|
|
187
|
-
max-width: 400px;
|
|
188
|
-
width: auto;
|
|
185
|
+
max-width: 400px !important;
|
|
186
|
+
width: auto !important;
|
|
189
187
|
}
|
|
190
188
|
|
|
191
189
|
.e-pivotview .e-pivot-format-dialog {
|
|
192
190
|
border-radius: 4px;
|
|
193
|
-
max-width: 400px;
|
|
194
|
-
width: auto;
|
|
191
|
+
max-width: 400px !important;
|
|
192
|
+
width: auto !important;
|
|
195
193
|
}
|
|
196
194
|
|
|
197
|
-
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
195
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
196
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
198
197
|
display: -ms-flexbox;
|
|
199
198
|
display: flex;
|
|
200
199
|
}
|
|
@@ -209,9 +208,9 @@
|
|
|
209
208
|
.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
210
209
|
-ms-flex: auto;
|
|
211
210
|
flex: auto;
|
|
212
|
-
width: 100%;
|
|
213
211
|
font-size: 13px;
|
|
214
212
|
font-weight: 500;
|
|
213
|
+
width: 100%;
|
|
215
214
|
}
|
|
216
215
|
|
|
217
216
|
.e-pivotview .e-value-field-settings .e-caption-input-wrapper,
|
|
@@ -298,23 +297,11 @@
|
|
|
298
297
|
margin-left: 10px;
|
|
299
298
|
}
|
|
300
299
|
|
|
301
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
302
|
-
box-shadow: none !important;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
300
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
306
301
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
307
302
|
font-size: 16px;
|
|
308
303
|
}
|
|
309
304
|
|
|
310
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
311
|
-
background-color: #282d31;
|
|
312
|
-
border-color: transparent;
|
|
313
|
-
color: #adb5bd;
|
|
314
|
-
outline: none;
|
|
315
|
-
box-shadow: none !important;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
305
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
319
306
|
padding: 15px 12px;
|
|
320
307
|
text-align: center;
|
|
@@ -394,7 +381,7 @@
|
|
|
394
381
|
|
|
395
382
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
396
383
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
397
|
-
color: #
|
|
384
|
+
color: #e9ecef !important;
|
|
398
385
|
font-size: 13px;
|
|
399
386
|
font-weight: 500;
|
|
400
387
|
}
|
|
@@ -437,6 +424,7 @@
|
|
|
437
424
|
height: 14px;
|
|
438
425
|
min-width: 14px;
|
|
439
426
|
width: 14px;
|
|
427
|
+
height: auto;
|
|
440
428
|
}
|
|
441
429
|
|
|
442
430
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before,
|
|
@@ -455,7 +443,7 @@
|
|
|
455
443
|
|
|
456
444
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
457
445
|
float: left;
|
|
458
|
-
margin
|
|
446
|
+
margin: 0;
|
|
459
447
|
}
|
|
460
448
|
|
|
461
449
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
@@ -501,7 +489,7 @@
|
|
|
501
489
|
|
|
502
490
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
503
491
|
float: right;
|
|
504
|
-
margin
|
|
492
|
+
margin: 0;
|
|
505
493
|
}
|
|
506
494
|
|
|
507
495
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,
|
|
@@ -568,9 +556,9 @@
|
|
|
568
556
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
569
557
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
570
558
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
571
|
-
border-radius: 4px;
|
|
572
559
|
border-top-left-radius: 0;
|
|
573
560
|
border-top-right-radius: 0;
|
|
561
|
+
border-radius: 4px;
|
|
574
562
|
padding-bottom: 8px;
|
|
575
563
|
padding-top: 8px;
|
|
576
564
|
}
|
|
@@ -635,7 +623,7 @@
|
|
|
635
623
|
}
|
|
636
624
|
|
|
637
625
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
638
|
-
max-width: 350px;
|
|
626
|
+
max-width: 350px !important;
|
|
639
627
|
max-height: 380px !important;
|
|
640
628
|
}
|
|
641
629
|
|
|
@@ -667,8 +655,8 @@
|
|
|
667
655
|
}
|
|
668
656
|
|
|
669
657
|
.e-pivotview .e-pivot-format-dialog {
|
|
670
|
-
max-height:
|
|
671
|
-
max-width: 350px;
|
|
658
|
+
max-height: 550px !important;
|
|
659
|
+
max-width: 350px !important;
|
|
672
660
|
}
|
|
673
661
|
|
|
674
662
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -681,6 +669,7 @@
|
|
|
681
669
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-lable,
|
|
682
670
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-lable {
|
|
683
671
|
font-weight: 500;
|
|
672
|
+
padding-bottom: 4px;
|
|
684
673
|
}
|
|
685
674
|
|
|
686
675
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop,
|
|
@@ -692,6 +681,7 @@
|
|
|
692
681
|
}
|
|
693
682
|
|
|
694
683
|
.e-pivotview .e-pivot-toolbar {
|
|
684
|
+
background: #282d31;
|
|
695
685
|
border-bottom: 0;
|
|
696
686
|
border-style: solid;
|
|
697
687
|
border-top: 1px solid #444c54;
|
|
@@ -699,6 +689,10 @@
|
|
|
699
689
|
border-right: 1px solid #444c54;
|
|
700
690
|
}
|
|
701
691
|
|
|
692
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
693
|
+
background: #282d31;
|
|
694
|
+
}
|
|
695
|
+
|
|
702
696
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
703
697
|
font-size: 16px;
|
|
704
698
|
}
|
|
@@ -770,7 +764,7 @@
|
|
|
770
764
|
}
|
|
771
765
|
|
|
772
766
|
.e-pivotview-report-dialog {
|
|
773
|
-
max-width: 350px;
|
|
767
|
+
max-width: 350px !important;
|
|
774
768
|
}
|
|
775
769
|
|
|
776
770
|
.e-mdx-query-content {
|
|
@@ -786,7 +780,7 @@
|
|
|
786
780
|
}
|
|
787
781
|
|
|
788
782
|
.e-pivotview-mdx-dialog {
|
|
789
|
-
max-width: 500px;
|
|
783
|
+
max-width: 500px !important;
|
|
790
784
|
}
|
|
791
785
|
|
|
792
786
|
.e-report-outer {
|
|
@@ -839,8 +833,7 @@
|
|
|
839
833
|
}
|
|
840
834
|
|
|
841
835
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
842
|
-
color: #
|
|
843
|
-
margin-left: 10px;
|
|
836
|
+
color: #e9ecef;
|
|
844
837
|
margin-right: 20px;
|
|
845
838
|
}
|
|
846
839
|
|
|
@@ -852,13 +845,6 @@
|
|
|
852
845
|
flex-wrap: wrap;
|
|
853
846
|
}
|
|
854
847
|
|
|
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
848
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
863
849
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
864
850
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -1010,7 +996,8 @@
|
|
|
1010
996
|
padding-top: 16px;
|
|
1011
997
|
}
|
|
1012
998
|
|
|
1013
|
-
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
999
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1000
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
|
|
1014
1001
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1015
1002
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
1016
1003
|
display: -ms-flexbox;
|
|
@@ -1022,7 +1009,6 @@
|
|
|
1022
1009
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1023
1010
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1024
1011
|
font-size: 14px;
|
|
1025
|
-
font-size: 13px;
|
|
1026
1012
|
font-weight: 500;
|
|
1027
1013
|
}
|
|
1028
1014
|
|
|
@@ -1115,12 +1101,12 @@
|
|
|
1115
1101
|
}
|
|
1116
1102
|
|
|
1117
1103
|
.e-pivotview .e-gtot {
|
|
1118
|
-
font-weight:
|
|
1104
|
+
font-weight: 700;
|
|
1119
1105
|
}
|
|
1120
1106
|
|
|
1121
1107
|
.e-pivotview .e-gtot
|
|
1122
1108
|
.e-cellvalue {
|
|
1123
|
-
color: #
|
|
1109
|
+
color: #e9ecef;
|
|
1124
1110
|
}
|
|
1125
1111
|
|
|
1126
1112
|
.e-pivotview .e-rowsheader,
|
|
@@ -1210,6 +1196,7 @@
|
|
|
1210
1196
|
|
|
1211
1197
|
.e-pivotview div.e-cellvalue {
|
|
1212
1198
|
margin-top: 5px;
|
|
1199
|
+
margin-top: 2px;
|
|
1213
1200
|
}
|
|
1214
1201
|
|
|
1215
1202
|
.e-pivotview .e-sortfilterdiv {
|
|
@@ -1221,11 +1208,10 @@
|
|
|
1221
1208
|
|
|
1222
1209
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1223
1210
|
margin: 0px !important;
|
|
1224
|
-
padding
|
|
1225
|
-
padding-top: 10px !important;
|
|
1211
|
+
padding: 2px 4px !important;
|
|
1226
1212
|
font-size: 12px !important;
|
|
1227
|
-
padding-bottom:
|
|
1228
|
-
padding-top:
|
|
1213
|
+
padding-bottom: 4px !important;
|
|
1214
|
+
padding-top: 4px !important;
|
|
1229
1215
|
}
|
|
1230
1216
|
|
|
1231
1217
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
@@ -1236,10 +1222,6 @@
|
|
|
1236
1222
|
border: 1px solid #495057;
|
|
1237
1223
|
}
|
|
1238
1224
|
|
|
1239
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1240
|
-
direction: ltr;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
1225
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1244
1226
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1245
1227
|
margin: -18px !important;
|
|
@@ -1247,12 +1229,12 @@
|
|
|
1247
1229
|
|
|
1248
1230
|
.e-pivotview .e-grid .e-icons {
|
|
1249
1231
|
color: #fff !important;
|
|
1250
|
-
color: #
|
|
1232
|
+
color: #e9ecef !important;
|
|
1251
1233
|
}
|
|
1252
1234
|
|
|
1253
1235
|
.e-pivotview .e-grid .e-icons:hover {
|
|
1254
1236
|
color: #fff !important;
|
|
1255
|
-
color: #
|
|
1237
|
+
color: #e9ecef !important;
|
|
1256
1238
|
}
|
|
1257
1239
|
|
|
1258
1240
|
.e-pivotview .e-grid {
|
|
@@ -1265,7 +1247,13 @@
|
|
|
1265
1247
|
|
|
1266
1248
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
1267
1249
|
color: #fff !important;
|
|
1268
|
-
color: #
|
|
1250
|
+
color: #e9ecef !important;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1254
|
+
.e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1255
|
+
text-overflow: ellipsis;
|
|
1256
|
+
white-space: nowrap;
|
|
1269
1257
|
}
|
|
1270
1258
|
|
|
1271
1259
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
@@ -1275,6 +1263,16 @@
|
|
|
1275
1263
|
padding-bottom: 0px !important;
|
|
1276
1264
|
}
|
|
1277
1265
|
|
|
1266
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1267
|
+
.e-pivotview .sf-grid .e-columnsheader {
|
|
1268
|
+
padding-right: 8px !important;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1272
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1273
|
+
line-height: normal;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1278
1276
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1279
1277
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1280
1278
|
border-left-color: #495057 !important;
|
|
@@ -1283,30 +1281,32 @@
|
|
|
1283
1281
|
border-right-width: 1px;
|
|
1284
1282
|
}
|
|
1285
1283
|
|
|
1284
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1285
|
+
display: block;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1286
1289
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1287
1290
|
padding-left: 8px !important;
|
|
1288
1291
|
margin-top: 5px;
|
|
1289
1292
|
margin-top: 2px;
|
|
1290
1293
|
}
|
|
1291
1294
|
|
|
1292
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue {
|
|
1293
|
-
margin-top: 3px;
|
|
1294
|
-
padding-left: 8px !important;
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
1295
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1298
1296
|
padding: 0 0 0 1px !important;
|
|
1299
1297
|
}
|
|
1300
1298
|
|
|
1301
1299
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1300
|
+
.e-pivotview .e-stackedheadertext,
|
|
1302
1301
|
.e-pivotview .e-headertext,
|
|
1303
1302
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1304
|
-
color: #
|
|
1303
|
+
color: #e9ecef;
|
|
1305
1304
|
font-size: 14px;
|
|
1306
|
-
font-weight:
|
|
1305
|
+
font-weight: 700;
|
|
1307
1306
|
}
|
|
1308
1307
|
|
|
1309
1308
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1309
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1310
1310
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1311
1311
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1312
1312
|
cursor: pointer;
|
|
@@ -1407,7 +1407,6 @@
|
|
|
1407
1407
|
.e-pivotview .e-group-rows,
|
|
1408
1408
|
.e-pivotview .e-group-all-fields {
|
|
1409
1409
|
background: #282d31;
|
|
1410
|
-
vertical-align: top;
|
|
1411
1410
|
display: inline-table;
|
|
1412
1411
|
-ms-flex: auto;
|
|
1413
1412
|
flex: auto;
|
|
@@ -1416,6 +1415,7 @@
|
|
|
1416
1415
|
overflow: hidden;
|
|
1417
1416
|
padding-left: 8px;
|
|
1418
1417
|
scroll-behavior: smooth;
|
|
1418
|
+
vertical-align: top;
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
1421
1421
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1440,6 +1440,8 @@
|
|
|
1440
1440
|
position: relative;
|
|
1441
1441
|
text-align: center;
|
|
1442
1442
|
vertical-align: middle;
|
|
1443
|
+
font-size: 14px;
|
|
1444
|
+
font-weight: normal;
|
|
1443
1445
|
}
|
|
1444
1446
|
|
|
1445
1447
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
@@ -1512,7 +1514,7 @@
|
|
|
1512
1514
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1513
1515
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1514
1516
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1515
|
-
color: #fff
|
|
1517
|
+
color: #fff;
|
|
1516
1518
|
}
|
|
1517
1519
|
|
|
1518
1520
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1533,7 +1535,7 @@
|
|
|
1533
1535
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1534
1536
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1535
1537
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1536
|
-
color: #fff
|
|
1538
|
+
color: #fff;
|
|
1537
1539
|
}
|
|
1538
1540
|
|
|
1539
1541
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1566,7 +1568,7 @@
|
|
|
1566
1568
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1567
1569
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1568
1570
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1569
|
-
color: #fff
|
|
1571
|
+
color: #fff;
|
|
1570
1572
|
}
|
|
1571
1573
|
|
|
1572
1574
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1590,7 +1592,7 @@
|
|
|
1590
1592
|
|
|
1591
1593
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1592
1594
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1593
|
-
height: initial;
|
|
1595
|
+
height: initial !important;
|
|
1594
1596
|
}
|
|
1595
1597
|
|
|
1596
1598
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1610,7 +1612,7 @@
|
|
|
1610
1612
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1611
1613
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1612
1614
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1613
|
-
color: #fff
|
|
1615
|
+
color: #fff;
|
|
1614
1616
|
cursor: pointer;
|
|
1615
1617
|
display: inline-block;
|
|
1616
1618
|
font-size: 12px;
|
|
@@ -1631,7 +1633,7 @@
|
|
|
1631
1633
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1632
1634
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1633
1635
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1634
|
-
color: #fff
|
|
1636
|
+
color: #fff;
|
|
1635
1637
|
}
|
|
1636
1638
|
|
|
1637
1639
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1846,7 +1848,7 @@
|
|
|
1846
1848
|
padding-bottom: 7px;
|
|
1847
1849
|
}
|
|
1848
1850
|
|
|
1849
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1851
|
+
.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
1852
|
height: auto;
|
|
1851
1853
|
width: auto;
|
|
1852
1854
|
}
|
|
@@ -1873,7 +1875,7 @@
|
|
|
1873
1875
|
float: left;
|
|
1874
1876
|
font-size: 10px !important;
|
|
1875
1877
|
margin-left: 0px;
|
|
1876
|
-
margin-top:
|
|
1878
|
+
margin-top: 3px;
|
|
1877
1879
|
}
|
|
1878
1880
|
|
|
1879
1881
|
.e-pivotview .e-expand::before {
|
|
@@ -2039,7 +2041,7 @@
|
|
|
2039
2041
|
}
|
|
2040
2042
|
|
|
2041
2043
|
.e-pivottooltip {
|
|
2042
|
-
border-radius:
|
|
2044
|
+
border-radius: 4px;
|
|
2043
2045
|
padding: 3px 4px;
|
|
2044
2046
|
}
|
|
2045
2047
|
|
|
@@ -2122,14 +2124,23 @@
|
|
|
2122
2124
|
}
|
|
2123
2125
|
|
|
2124
2126
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2127
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2125
2128
|
.e-bigger .e-pivotview .e-headertext,
|
|
2126
2129
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2127
2130
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2131
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2128
2132
|
.e-bigger.e-pivotview .e-headertext,
|
|
2129
2133
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2130
2134
|
font-size: 16px !important;
|
|
2131
2135
|
}
|
|
2132
2136
|
|
|
2137
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2138
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2139
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2140
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2141
|
+
margin-top: 4px;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2133
2144
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2134
2145
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2135
2146
|
height: 36px !important;
|
|
@@ -2205,6 +2216,19 @@
|
|
|
2205
2216
|
padding-left: 10px;
|
|
2206
2217
|
}
|
|
2207
2218
|
|
|
2219
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
2220
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
|
|
2221
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
|
|
2222
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
|
|
2223
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt,
|
|
2224
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
2225
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
|
|
2226
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
|
|
2227
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
|
|
2228
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt {
|
|
2229
|
+
font-size: 16px;
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2208
2232
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-values,
|
|
2209
2233
|
.e-bigger.e-pivotview .e-grouping-bar .e-group-values {
|
|
2210
2234
|
height: 100%;
|
|
@@ -2305,14 +2329,16 @@
|
|
|
2305
2329
|
}
|
|
2306
2330
|
|
|
2307
2331
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2332
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2308
2333
|
.e-bigger .e-pivotview .e-headertext,
|
|
2309
2334
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2310
2335
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2336
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2311
2337
|
.e-bigger.e-pivotview .e-headertext,
|
|
2312
2338
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2313
|
-
color: #
|
|
2339
|
+
color: #e9ecef !important;
|
|
2314
2340
|
font-size: 16px;
|
|
2315
|
-
font-weight:
|
|
2341
|
+
font-weight: 700 !important;
|
|
2316
2342
|
}
|
|
2317
2343
|
|
|
2318
2344
|
.e-bigger .e-pivotview .e-grid .e-columnsheader,
|
|
@@ -2589,7 +2615,7 @@
|
|
|
2589
2615
|
|
|
2590
2616
|
.e-pivotfieldlist-wrapper .e-selected-option-icon::before,
|
|
2591
2617
|
.e-pivotfieldlist-container .e-selected-option-icon::before {
|
|
2592
|
-
content: '\
|
|
2618
|
+
content: '\e72b';
|
|
2593
2619
|
}
|
|
2594
2620
|
|
|
2595
2621
|
.e-pivotfieldlist-wrapper .e-clear-filter-icon::before,
|
|
@@ -2599,7 +2625,7 @@
|
|
|
2599
2625
|
|
|
2600
2626
|
.e-pivotfieldlist-wrapper .e-dropdown-icon::before,
|
|
2601
2627
|
.e-pivotfieldlist-container .e-dropdown-icon::before {
|
|
2602
|
-
content: '\
|
|
2628
|
+
content: '\e729';
|
|
2603
2629
|
}
|
|
2604
2630
|
|
|
2605
2631
|
.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,
|
|
@@ -2827,7 +2853,7 @@
|
|
|
2827
2853
|
float: right;
|
|
2828
2854
|
padding-right: 12px;
|
|
2829
2855
|
padding-top: 12px;
|
|
2830
|
-
color: #fff
|
|
2856
|
+
color: #fff;
|
|
2831
2857
|
}
|
|
2832
2858
|
|
|
2833
2859
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
@@ -2873,6 +2899,23 @@
|
|
|
2873
2899
|
width: 14px;
|
|
2874
2900
|
}
|
|
2875
2901
|
|
|
2902
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color:hover,
|
|
2903
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
2904
|
+
color: #adb5bd;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
2908
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
2909
|
+
pointer-events: none;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2912
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
2913
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
2914
|
+
background: none;
|
|
2915
|
+
margin: 0 2px;
|
|
2916
|
+
width: 14px;
|
|
2917
|
+
}
|
|
2918
|
+
|
|
2876
2919
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2877
2920
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2878
2921
|
border: 1px solid #444c54;
|
|
@@ -3030,6 +3073,7 @@
|
|
|
3030
3073
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
3031
3074
|
color: #ced4da;
|
|
3032
3075
|
font-size: 14px;
|
|
3076
|
+
margin-bottom: 4px;
|
|
3033
3077
|
margin-top: 15px;
|
|
3034
3078
|
overflow: hidden;
|
|
3035
3079
|
padding: 4px 0;
|
|
@@ -3046,10 +3090,6 @@
|
|
|
3046
3090
|
opacity: .5;
|
|
3047
3091
|
}
|
|
3048
3092
|
|
|
3049
|
-
.e-pivot-calc-dialog-div .e-treeview .e-node-focus ul li .e-list-icon {
|
|
3050
|
-
color: #212529;
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
3093
|
.e-pivot-calc-dialog-div .e-treeview ul {
|
|
3054
3094
|
overflow: hidden;
|
|
3055
3095
|
}
|
|
@@ -3062,8 +3102,11 @@
|
|
|
3062
3102
|
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
3103
|
}
|
|
3064
3104
|
|
|
3065
|
-
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3105
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
3066
3106
|
color: #adb5bd;
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3109
|
+
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3067
3110
|
margin: 0;
|
|
3068
3111
|
}
|
|
3069
3112
|
|
|
@@ -3098,14 +3141,16 @@
|
|
|
3098
3141
|
width: 24px;
|
|
3099
3142
|
}
|
|
3100
3143
|
|
|
3101
|
-
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3144
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
3102
3145
|
color: #adb5bd;
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3148
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3103
3149
|
cursor: move;
|
|
3104
3150
|
display: inline-block;
|
|
3105
3151
|
font-size: 14px;
|
|
3106
3152
|
height: 24px;
|
|
3107
3153
|
margin-right: 4px;
|
|
3108
|
-
margin-top: 4px;
|
|
3109
3154
|
padding: 5px;
|
|
3110
3155
|
pointer-events: auto;
|
|
3111
3156
|
width: 24px;
|
|
@@ -3188,7 +3233,6 @@
|
|
|
3188
3233
|
color: #fff;
|
|
3189
3234
|
font-size: 13px;
|
|
3190
3235
|
height: 70px;
|
|
3191
|
-
margin-top: 5px;
|
|
3192
3236
|
padding: 5px 10px;
|
|
3193
3237
|
resize: none;
|
|
3194
3238
|
width: 100%;
|
|
@@ -3212,7 +3256,6 @@
|
|
|
3212
3256
|
border: 1px solid #444c54;
|
|
3213
3257
|
border-radius: 4px;
|
|
3214
3258
|
height: 120px;
|
|
3215
|
-
margin-top: 5px;
|
|
3216
3259
|
overflow: auto;
|
|
3217
3260
|
}
|
|
3218
3261
|
|
|
@@ -3281,7 +3324,6 @@
|
|
|
3281
3324
|
cursor: auto;
|
|
3282
3325
|
font-size: 14px;
|
|
3283
3326
|
width: auto;
|
|
3284
|
-
color: #212529;
|
|
3285
3327
|
}
|
|
3286
3328
|
|
|
3287
3329
|
.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 +3547,8 @@
|
|
|
3505
3547
|
|
|
3506
3548
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
3507
3549
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
3508
|
-
max-width: 400px;
|
|
3509
|
-
min-width: 320px;
|
|
3550
|
+
max-width: 400px !important;
|
|
3551
|
+
min-width: 320px !important;
|
|
3510
3552
|
}
|
|
3511
3553
|
|
|
3512
3554
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -3626,23 +3668,11 @@
|
|
|
3626
3668
|
margin-left: 10px;
|
|
3627
3669
|
}
|
|
3628
3670
|
|
|
3629
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
3630
|
-
box-shadow: none !important;
|
|
3631
|
-
}
|
|
3632
|
-
|
|
3633
3671
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
3634
3672
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
3635
3673
|
font-size: 16px;
|
|
3636
3674
|
}
|
|
3637
3675
|
|
|
3638
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
3639
|
-
background-color: #adb5bd;
|
|
3640
|
-
border-color: transparent;
|
|
3641
|
-
color: rgba(206, 212, 218, 0.87);
|
|
3642
|
-
outline: none;
|
|
3643
|
-
color: #212529;
|
|
3644
|
-
}
|
|
3645
|
-
|
|
3646
3676
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
3647
3677
|
margin-left: -22px;
|
|
3648
3678
|
overflow: hidden;
|
|
@@ -3668,6 +3698,7 @@
|
|
|
3668
3698
|
height: 14px;
|
|
3669
3699
|
min-width: 14px;
|
|
3670
3700
|
width: 14px;
|
|
3701
|
+
height: auto;
|
|
3671
3702
|
}
|
|
3672
3703
|
|
|
3673
3704
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
@@ -3786,8 +3817,8 @@
|
|
|
3786
3817
|
}
|
|
3787
3818
|
|
|
3788
3819
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3789
|
-
max-width: 400px;
|
|
3790
|
-
min-width: 300px;
|
|
3820
|
+
max-width: 400px !important;
|
|
3821
|
+
min-width: 300px !important;
|
|
3791
3822
|
}
|
|
3792
3823
|
|
|
3793
3824
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -3856,7 +3887,7 @@
|
|
|
3856
3887
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
3857
3888
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3858
3889
|
border-radius: 4px;
|
|
3859
|
-
width: auto;
|
|
3890
|
+
width: auto !important;
|
|
3860
3891
|
}
|
|
3861
3892
|
|
|
3862
3893
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -3925,8 +3956,8 @@
|
|
|
3925
3956
|
|
|
3926
3957
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
3927
3958
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3928
|
-
|
|
3929
|
-
|
|
3959
|
+
max-width: 400px !important;
|
|
3960
|
+
min-width: 320px !important;
|
|
3930
3961
|
}
|
|
3931
3962
|
|
|
3932
3963
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -4047,23 +4078,11 @@
|
|
|
4047
4078
|
margin-left: 10px;
|
|
4048
4079
|
}
|
|
4049
4080
|
|
|
4050
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
4051
|
-
box-shadow: none !important;
|
|
4052
|
-
}
|
|
4053
|
-
|
|
4054
4081
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
4055
4082
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
4056
4083
|
font-size: 16px;
|
|
4057
4084
|
}
|
|
4058
4085
|
|
|
4059
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
4060
|
-
background-color: #adb5bd;
|
|
4061
|
-
border-color: transparent;
|
|
4062
|
-
color: rgba(206, 212, 218, 0.87);
|
|
4063
|
-
outline: none;
|
|
4064
|
-
color: #212529;
|
|
4065
|
-
}
|
|
4066
|
-
|
|
4067
4086
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
4068
4087
|
margin-left: -22px;
|
|
4069
4088
|
overflow: hidden;
|
|
@@ -4078,7 +4097,7 @@
|
|
|
4078
4097
|
}
|
|
4079
4098
|
|
|
4080
4099
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
4081
|
-
border:
|
|
4100
|
+
border: 0;
|
|
4082
4101
|
}
|
|
4083
4102
|
|
|
4084
4103
|
.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 +4108,7 @@
|
|
|
4089
4108
|
height: 14px;
|
|
4090
4109
|
min-width: 14px;
|
|
4091
4110
|
width: 14px;
|
|
4111
|
+
height: auto;
|
|
4092
4112
|
}
|
|
4093
4113
|
|
|
4094
4114
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
@@ -4207,8 +4227,8 @@
|
|
|
4207
4227
|
}
|
|
4208
4228
|
|
|
4209
4229
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4210
|
-
max-width: 400px;
|
|
4211
|
-
min-width: 300px;
|
|
4230
|
+
max-width: 400px !important;
|
|
4231
|
+
min-width: 300px !important;
|
|
4212
4232
|
}
|
|
4213
4233
|
|
|
4214
4234
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -4276,7 +4296,7 @@
|
|
|
4276
4296
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4277
4297
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4278
4298
|
border-radius: 4px;
|
|
4279
|
-
width: auto;
|
|
4299
|
+
width: auto !important;
|
|
4280
4300
|
}
|
|
4281
4301
|
|
|
4282
4302
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -4348,14 +4368,18 @@
|
|
|
4348
4368
|
background-color: #495057;
|
|
4349
4369
|
border: 1px solid #495057;
|
|
4350
4370
|
border-radius: 0;
|
|
4351
|
-
box-shadow:
|
|
4352
|
-
height:
|
|
4371
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4372
|
+
height: 32px;
|
|
4373
|
+
line-height: 1.15em;
|
|
4353
4374
|
min-width: 100px;
|
|
4354
4375
|
padding: 5px 10px;
|
|
4376
|
+
line-height: normal;
|
|
4377
|
+
padding: 0 10px;
|
|
4355
4378
|
}
|
|
4356
4379
|
|
|
4357
4380
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
4358
4381
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
4382
|
+
height: 100%;
|
|
4359
4383
|
padding: 0;
|
|
4360
4384
|
text-align: center;
|
|
4361
4385
|
width: 100%;
|
|
@@ -4367,6 +4391,9 @@
|
|
|
4367
4391
|
font-size: 16px;
|
|
4368
4392
|
line-height: 1em;
|
|
4369
4393
|
width: 100%;
|
|
4394
|
+
display: inline;
|
|
4395
|
+
line-height: normal;
|
|
4396
|
+
vertical-align: sub;
|
|
4370
4397
|
}
|
|
4371
4398
|
|
|
4372
4399
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons,
|
|
@@ -4443,7 +4470,7 @@
|
|
|
4443
4470
|
background-color: #495057 !important;
|
|
4444
4471
|
border: 1px solid #495057;
|
|
4445
4472
|
border-radius: 0;
|
|
4446
|
-
box-shadow:
|
|
4473
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4447
4474
|
color: #e9ecef;
|
|
4448
4475
|
font-size: 16px;
|
|
4449
4476
|
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 +4482,14 @@
|
|
|
4455
4482
|
text-align: center;
|
|
4456
4483
|
width: auto;
|
|
4457
4484
|
z-index: 100000;
|
|
4485
|
+
line-height: normal;
|
|
4486
|
+
padding: 0 10px;
|
|
4458
4487
|
}
|
|
4459
4488
|
|
|
4460
4489
|
.e-button-drag-clone .e-text-content {
|
|
4461
4490
|
width: 100%;
|
|
4491
|
+
display: inline;
|
|
4492
|
+
vertical-align: sub;
|
|
4462
4493
|
}
|
|
4463
4494
|
|
|
4464
4495
|
.e-bigger .e-button-drag-clone,
|
|
@@ -4466,26 +4497,13 @@
|
|
|
4466
4497
|
height: 36px !important;
|
|
4467
4498
|
line-height: 1.5em;
|
|
4468
4499
|
padding: 6px 12px;
|
|
4500
|
+
line-height: normal;
|
|
4501
|
+
padding: 0 12px;
|
|
4469
4502
|
}
|
|
4470
4503
|
|
|
4471
4504
|
.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;
|
|
4505
|
+
max-width: 400px !important;
|
|
4506
|
+
width: auto !important;
|
|
4489
4507
|
}
|
|
4490
4508
|
|
|
4491
4509
|
.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 +4587,7 @@
|
|
|
4569
4587
|
|
|
4570
4588
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4571
4589
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4572
|
-
height: 117px
|
|
4590
|
+
height: 117px;
|
|
4573
4591
|
}
|
|
4574
4592
|
|
|
4575
4593
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4895,22 +4913,22 @@
|
|
|
4895
4913
|
.e-pivotfieldlist .e-select-table {
|
|
4896
4914
|
background-color: #343a40;
|
|
4897
4915
|
border: 0.5px solid #495057;
|
|
4898
|
-
box-shadow:
|
|
4899
|
-
color:
|
|
4916
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4917
|
+
color: #adb5bd;
|
|
4900
4918
|
font-size: 17px;
|
|
4901
|
-
height:
|
|
4902
|
-
max-height:
|
|
4903
|
-
max-width:
|
|
4904
|
-
min-height:
|
|
4905
|
-
min-width:
|
|
4919
|
+
height: 40px;
|
|
4920
|
+
max-height: 40px;
|
|
4921
|
+
max-width: 40px;
|
|
4922
|
+
min-height: 40px;
|
|
4923
|
+
min-width: 40px;
|
|
4906
4924
|
padding: 8px;
|
|
4907
4925
|
position: relative;
|
|
4908
|
-
width:
|
|
4926
|
+
width: 40px;
|
|
4909
4927
|
z-index: 1000;
|
|
4910
4928
|
}
|
|
4911
4929
|
|
|
4912
4930
|
.e-pivotfieldlist .e-select-table.e-fieldlist-left {
|
|
4913
|
-
box-shadow:
|
|
4931
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4914
4932
|
}
|
|
4915
4933
|
|
|
4916
4934
|
.e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active {
|
|
@@ -4938,8 +4956,8 @@
|
|
|
4938
4956
|
.e-pivotfieldlist-wrapper {
|
|
4939
4957
|
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
4958
|
font-size: 14px;
|
|
4941
|
-
max-width: 700px;
|
|
4942
|
-
min-width: 300px;
|
|
4959
|
+
max-width: 700px !important;
|
|
4960
|
+
min-width: 300px !important;
|
|
4943
4961
|
}
|
|
4944
4962
|
|
|
4945
4963
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
@@ -5036,9 +5054,9 @@
|
|
|
5036
5054
|
}
|
|
5037
5055
|
|
|
5038
5056
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
5039
|
-
font-size: 16px;
|
|
5040
5057
|
-ms-flex: auto;
|
|
5041
5058
|
flex: auto;
|
|
5059
|
+
font-size: 16px;
|
|
5042
5060
|
}
|
|
5043
5061
|
|
|
5044
5062
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -5072,13 +5090,13 @@
|
|
|
5072
5090
|
font-size: 14px;
|
|
5073
5091
|
font-weight: normal;
|
|
5074
5092
|
height: 28px;
|
|
5093
|
+
line-height: 1.125em;
|
|
5075
5094
|
overflow: hidden;
|
|
5076
5095
|
padding: 6px 0 0 12px;
|
|
5077
5096
|
text-align: left;
|
|
5078
5097
|
text-overflow: ellipsis;
|
|
5079
|
-
word-break: break-all;
|
|
5080
|
-
line-height: 1.125em;
|
|
5081
5098
|
text-transform: none;
|
|
5099
|
+
word-break: break-all;
|
|
5082
5100
|
}
|
|
5083
5101
|
|
|
5084
5102
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -5263,6 +5281,7 @@
|
|
|
5263
5281
|
display: flex;
|
|
5264
5282
|
height: 28px;
|
|
5265
5283
|
padding: 2px 12px 5px;
|
|
5284
|
+
border-radius: 3px 3px 0 0;
|
|
5266
5285
|
}
|
|
5267
5286
|
|
|
5268
5287
|
.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 +5291,7 @@
|
|
|
5272
5291
|
height: 20px;
|
|
5273
5292
|
padding-top: 2px;
|
|
5274
5293
|
width: 20px;
|
|
5294
|
+
padding-left: 3px;
|
|
5275
5295
|
}
|
|
5276
5296
|
|
|
5277
5297
|
.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 +5326,8 @@
|
|
|
5306
5326
|
overflow: hidden;
|
|
5307
5327
|
padding: 0 8px;
|
|
5308
5328
|
text-overflow: ellipsis;
|
|
5309
|
-
width: 100%;
|
|
5310
5329
|
text-transform: none;
|
|
5330
|
+
width: 100%;
|
|
5311
5331
|
margin-top: 3px;
|
|
5312
5332
|
}
|
|
5313
5333
|
|
|
@@ -5783,6 +5803,7 @@
|
|
|
5783
5803
|
display: inline-block;
|
|
5784
5804
|
height: 100%;
|
|
5785
5805
|
width: 100%;
|
|
5806
|
+
line-height: 1.5;
|
|
5786
5807
|
}
|
|
5787
5808
|
|
|
5788
5809
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table {
|
|
@@ -5829,7 +5850,8 @@
|
|
|
5829
5850
|
.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
5851
|
.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
5852
|
.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:
|
|
5853
|
+
padding-top: 2px;
|
|
5854
|
+
padding-left: 3px;
|
|
5833
5855
|
}
|
|
5834
5856
|
|
|
5835
5857
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title {
|
|
@@ -5840,10 +5862,22 @@
|
|
|
5840
5862
|
padding-left: 10px;
|
|
5841
5863
|
}
|
|
5842
5864
|
|
|
5865
|
+
.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,
|
|
5866
|
+
.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 {
|
|
5867
|
+
padding-left: 0;
|
|
5868
|
+
padding-right: 3px;
|
|
5869
|
+
}
|
|
5870
|
+
|
|
5843
5871
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
5844
5872
|
padding: 0;
|
|
5845
5873
|
}
|
|
5846
5874
|
|
|
5875
|
+
.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,
|
|
5876
|
+
.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 {
|
|
5877
|
+
padding-left: 0;
|
|
5878
|
+
padding-right: 3px;
|
|
5879
|
+
}
|
|
5880
|
+
|
|
5847
5881
|
.e-pivotfieldlist-wrapper.e-device {
|
|
5848
5882
|
height: 100%;
|
|
5849
5883
|
max-height: 100% !important;
|
|
@@ -5854,7 +5888,7 @@
|
|
|
5854
5888
|
|
|
5855
5889
|
.e-pivotfieldlist-wrapper.e-device .e-dlg-header-content {
|
|
5856
5890
|
background-color: #343a40;
|
|
5857
|
-
color:
|
|
5891
|
+
color: #ced4da;
|
|
5858
5892
|
font-size: 14px;
|
|
5859
5893
|
height: 48px;
|
|
5860
5894
|
padding-bottom: 9px;
|
|
@@ -5864,7 +5898,7 @@
|
|
|
5864
5898
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5865
5899
|
.e-pivotfieldlist-wrapper.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
5866
5900
|
background-color: transparent;
|
|
5867
|
-
color:
|
|
5901
|
+
color: #ced4da;
|
|
5868
5902
|
}
|
|
5869
5903
|
|
|
5870
5904
|
.e-pivotfieldlist-wrapper.e-device .e-title-mobile-header {
|
|
@@ -5877,7 +5911,7 @@
|
|
|
5877
5911
|
}
|
|
5878
5912
|
|
|
5879
5913
|
.e-pivotfieldlist-wrapper.e-device .e-field-list-back-icon {
|
|
5880
|
-
color:
|
|
5914
|
+
color: #adb5bd;
|
|
5881
5915
|
font-size: 16px;
|
|
5882
5916
|
height: 24px;
|
|
5883
5917
|
margin-left: 0;
|
|
@@ -6787,8 +6821,8 @@
|
|
|
6787
6821
|
overflow: hidden;
|
|
6788
6822
|
padding: 0 8px;
|
|
6789
6823
|
text-overflow: ellipsis;
|
|
6790
|
-
width: 100%;
|
|
6791
6824
|
text-transform: none;
|
|
6825
|
+
width: 100%;
|
|
6792
6826
|
margin-top: 4px;
|
|
6793
6827
|
}
|
|
6794
6828
|
|
|
@@ -7310,7 +7344,7 @@
|
|
|
7310
7344
|
.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
7345
|
.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
7346
|
.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:
|
|
7347
|
+
padding-top: 2px;
|
|
7314
7348
|
}
|
|
7315
7349
|
|
|
7316
7350
|
.e-pivotfieldlist-container.e-static.e-rtl .e-center-title {
|
|
@@ -7335,7 +7369,7 @@
|
|
|
7335
7369
|
|
|
7336
7370
|
.e-pivotfieldlist-container.e-device .e-dlg-header-content {
|
|
7337
7371
|
background-color: #343a40;
|
|
7338
|
-
color:
|
|
7372
|
+
color: #ced4da;
|
|
7339
7373
|
font-size: 14px;
|
|
7340
7374
|
height: 48px;
|
|
7341
7375
|
padding-bottom: 9px;
|
|
@@ -7345,7 +7379,7 @@
|
|
|
7345
7379
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
7346
7380
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
7347
7381
|
background-color: transparent;
|
|
7348
|
-
color:
|
|
7382
|
+
color: #ced4da;
|
|
7349
7383
|
}
|
|
7350
7384
|
|
|
7351
7385
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
@@ -7358,7 +7392,7 @@
|
|
|
7358
7392
|
}
|
|
7359
7393
|
|
|
7360
7394
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
7361
|
-
color:
|
|
7395
|
+
color: #adb5bd;
|
|
7362
7396
|
font-size: 16px;
|
|
7363
7397
|
height: 24px;
|
|
7364
7398
|
margin-left: 0;
|
|
@@ -7443,8 +7477,8 @@
|
|
|
7443
7477
|
padding: 9px 16px;
|
|
7444
7478
|
text-transform: none;
|
|
7445
7479
|
width: 100%;
|
|
7446
|
-
color: #
|
|
7447
|
-
|
|
7480
|
+
background-color: #212529;
|
|
7481
|
+
color: #fff;
|
|
7448
7482
|
}
|
|
7449
7483
|
|
|
7450
7484
|
.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 +8049,7 @@
|
|
|
8015
8049
|
height: 24px;
|
|
8016
8050
|
padding-top: 7px;
|
|
8017
8051
|
width: 24px;
|
|
8052
|
+
padding-left: 4px;
|
|
8018
8053
|
}
|
|
8019
8054
|
|
|
8020
8055
|
.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 +8246,7 @@
|
|
|
8211
8246
|
.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
8247
|
.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
8248
|
padding-top: 7px;
|
|
8249
|
+
padding-left: 4px;
|
|
8214
8250
|
}
|
|
8215
8251
|
|
|
8216
8252
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
@@ -8218,11 +8254,27 @@
|
|
|
8218
8254
|
padding-left: 16px;
|
|
8219
8255
|
}
|
|
8220
8256
|
|
|
8257
|
+
.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,
|
|
8258
|
+
.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,
|
|
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
|
+
padding-left: 0;
|
|
8262
|
+
padding-right: 4px;
|
|
8263
|
+
}
|
|
8264
|
+
|
|
8221
8265
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields,
|
|
8222
8266
|
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
8223
8267
|
padding: 0 !important;
|
|
8224
8268
|
}
|
|
8225
8269
|
|
|
8270
|
+
.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,
|
|
8271
|
+
.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,
|
|
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
|
+
padding-left: 0 !important;
|
|
8275
|
+
padding-right: 4px !important;
|
|
8276
|
+
}
|
|
8277
|
+
|
|
8226
8278
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list,
|
|
8227
8279
|
.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list {
|
|
8228
8280
|
padding-left: 0;
|