@syncfusion/ej2-vue-pivotview 19.3.57 → 19.4.42
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 +33 -26
- package/README.md +1 -1
- package/dist/ej2-vue-pivotview.umd.min.js +1 -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 +145 -118
- package/styles/bootstrap.css +145 -118
- package/styles/bootstrap4.css +144 -95
- package/styles/bootstrap5-dark.css +250 -182
- package/styles/bootstrap5.css +245 -175
- package/styles/fabric-dark.css +147 -117
- package/styles/fabric.css +145 -116
- package/styles/highcontrast-light.css +146 -116
- package/styles/highcontrast.css +148 -118
- package/styles/material-dark.css +138 -111
- package/styles/material.css +138 -111
- package/styles/pivotfieldlist/bootstrap-dark.css +79 -72
- package/styles/pivotfieldlist/bootstrap.css +79 -72
- package/styles/pivotfieldlist/bootstrap4.css +74 -53
- package/styles/pivotfieldlist/bootstrap5-dark.css +145 -103
- package/styles/pivotfieldlist/bootstrap5.css +145 -103
- package/styles/pivotfieldlist/fabric-dark.css +79 -72
- package/styles/pivotfieldlist/fabric.css +79 -72
- package/styles/pivotfieldlist/highcontrast-light.css +79 -72
- package/styles/pivotfieldlist/highcontrast.css +79 -72
- package/styles/pivotfieldlist/material-dark.css +74 -67
- package/styles/pivotfieldlist/material.css +74 -67
- package/styles/pivotfieldlist/tailwind-dark.css +168 -95
- package/styles/pivotfieldlist/tailwind.css +170 -97
- 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 +280 -159
- package/styles/tailwind.css +277 -154
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,19 +4958,31 @@
|
|
|
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 {
|
|
4966
|
+
display: -ms-flexbox;
|
|
4967
|
+
display: flex;
|
|
4946
4968
|
padding: 10px 2px 2px;
|
|
4947
|
-
text-align: right;
|
|
4948
4969
|
}
|
|
4949
4970
|
|
|
4950
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
4971
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
4972
|
+
-ms-flex: auto;
|
|
4973
|
+
flex: auto;
|
|
4974
|
+
text-align: end;
|
|
4975
|
+
}
|
|
4976
|
+
|
|
4977
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4951
4978
|
margin-right: 10px;
|
|
4952
4979
|
}
|
|
4953
4980
|
|
|
4981
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4982
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4983
|
+
min-width: fit-content;
|
|
4984
|
+
}
|
|
4985
|
+
|
|
4954
4986
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
4955
4987
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
4956
4988
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -4961,7 +4993,7 @@
|
|
|
4961
4993
|
}
|
|
4962
4994
|
|
|
4963
4995
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
4964
|
-
|
|
4996
|
+
padding-right: 10px;
|
|
4965
4997
|
}
|
|
4966
4998
|
|
|
4967
4999
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -4973,10 +5005,6 @@
|
|
|
4973
5005
|
margin-top: 6px;
|
|
4974
5006
|
}
|
|
4975
5007
|
|
|
4976
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
4977
|
-
text-align: left;
|
|
4978
|
-
}
|
|
4979
|
-
|
|
4980
5008
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4981
5009
|
margin-left: 10px;
|
|
4982
5010
|
}
|
|
@@ -5036,9 +5064,9 @@
|
|
|
5036
5064
|
}
|
|
5037
5065
|
|
|
5038
5066
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
5039
|
-
font-size: 16px;
|
|
5040
5067
|
-ms-flex: auto;
|
|
5041
5068
|
flex: auto;
|
|
5069
|
+
font-size: 16px;
|
|
5042
5070
|
}
|
|
5043
5071
|
|
|
5044
5072
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -5072,13 +5100,13 @@
|
|
|
5072
5100
|
font-size: 14px;
|
|
5073
5101
|
font-weight: normal;
|
|
5074
5102
|
height: 28px;
|
|
5103
|
+
line-height: 1.125em;
|
|
5075
5104
|
overflow: hidden;
|
|
5076
5105
|
padding: 6px 0 0 12px;
|
|
5077
5106
|
text-align: left;
|
|
5078
5107
|
text-overflow: ellipsis;
|
|
5079
|
-
word-break: break-all;
|
|
5080
|
-
line-height: 1.125em;
|
|
5081
5108
|
text-transform: none;
|
|
5109
|
+
word-break: break-all;
|
|
5082
5110
|
}
|
|
5083
5111
|
|
|
5084
5112
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -5263,6 +5291,7 @@
|
|
|
5263
5291
|
display: flex;
|
|
5264
5292
|
height: 28px;
|
|
5265
5293
|
padding: 2px 12px 5px;
|
|
5294
|
+
border-radius: 3px 3px 0 0;
|
|
5266
5295
|
}
|
|
5267
5296
|
|
|
5268
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,
|
|
@@ -5272,6 +5301,7 @@
|
|
|
5272
5301
|
height: 20px;
|
|
5273
5302
|
padding-top: 2px;
|
|
5274
5303
|
width: 20px;
|
|
5304
|
+
padding-left: 3px;
|
|
5275
5305
|
}
|
|
5276
5306
|
|
|
5277
5307
|
.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 +5336,8 @@
|
|
|
5306
5336
|
overflow: hidden;
|
|
5307
5337
|
padding: 0 8px;
|
|
5308
5338
|
text-overflow: ellipsis;
|
|
5309
|
-
width: 100%;
|
|
5310
5339
|
text-transform: none;
|
|
5340
|
+
width: 100%;
|
|
5311
5341
|
margin-top: 3px;
|
|
5312
5342
|
}
|
|
5313
5343
|
|
|
@@ -5783,6 +5813,7 @@
|
|
|
5783
5813
|
display: inline-block;
|
|
5784
5814
|
height: 100%;
|
|
5785
5815
|
width: 100%;
|
|
5816
|
+
line-height: 1.5;
|
|
5786
5817
|
}
|
|
5787
5818
|
|
|
5788
5819
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table {
|
|
@@ -5829,7 +5860,8 @@
|
|
|
5829
5860
|
.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
5861
|
.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
5862
|
.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:
|
|
5863
|
+
padding-top: 2px;
|
|
5864
|
+
padding-left: 3px;
|
|
5833
5865
|
}
|
|
5834
5866
|
|
|
5835
5867
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title {
|
|
@@ -5840,10 +5872,22 @@
|
|
|
5840
5872
|
padding-left: 10px;
|
|
5841
5873
|
}
|
|
5842
5874
|
|
|
5875
|
+
.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,
|
|
5876
|
+
.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 {
|
|
5877
|
+
padding-left: 0;
|
|
5878
|
+
padding-right: 3px;
|
|
5879
|
+
}
|
|
5880
|
+
|
|
5843
5881
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
5844
5882
|
padding: 0;
|
|
5845
5883
|
}
|
|
5846
5884
|
|
|
5885
|
+
.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,
|
|
5886
|
+
.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 {
|
|
5887
|
+
padding-left: 0;
|
|
5888
|
+
padding-right: 3px;
|
|
5889
|
+
}
|
|
5890
|
+
|
|
5847
5891
|
.e-pivotfieldlist-wrapper.e-device {
|
|
5848
5892
|
height: 100%;
|
|
5849
5893
|
max-height: 100% !important;
|
|
@@ -5854,7 +5898,7 @@
|
|
|
5854
5898
|
|
|
5855
5899
|
.e-pivotfieldlist-wrapper.e-device .e-dlg-header-content {
|
|
5856
5900
|
background-color: #e9ecef;
|
|
5857
|
-
color:
|
|
5901
|
+
color: #495057;
|
|
5858
5902
|
font-size: 14px;
|
|
5859
5903
|
height: 48px;
|
|
5860
5904
|
padding-bottom: 9px;
|
|
@@ -5864,7 +5908,7 @@
|
|
|
5864
5908
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5865
5909
|
.e-pivotfieldlist-wrapper.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
5866
5910
|
background-color: transparent;
|
|
5867
|
-
color:
|
|
5911
|
+
color: #495057;
|
|
5868
5912
|
}
|
|
5869
5913
|
|
|
5870
5914
|
.e-pivotfieldlist-wrapper.e-device .e-title-mobile-header {
|
|
@@ -5877,7 +5921,7 @@
|
|
|
5877
5921
|
}
|
|
5878
5922
|
|
|
5879
5923
|
.e-pivotfieldlist-wrapper.e-device .e-field-list-back-icon {
|
|
5880
|
-
color:
|
|
5924
|
+
color: #6c757d;
|
|
5881
5925
|
font-size: 16px;
|
|
5882
5926
|
height: 24px;
|
|
5883
5927
|
margin-left: 0;
|
|
@@ -6427,14 +6471,26 @@
|
|
|
6427
6471
|
}
|
|
6428
6472
|
|
|
6429
6473
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
6474
|
+
display: -ms-flexbox;
|
|
6475
|
+
display: flex;
|
|
6430
6476
|
padding: 10px 2px 2px;
|
|
6431
|
-
text-align: right;
|
|
6432
6477
|
}
|
|
6433
6478
|
|
|
6434
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
6479
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
6480
|
+
-ms-flex: auto;
|
|
6481
|
+
flex: auto;
|
|
6482
|
+
text-align: end;
|
|
6483
|
+
}
|
|
6484
|
+
|
|
6485
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6435
6486
|
margin-right: 10px;
|
|
6436
6487
|
}
|
|
6437
6488
|
|
|
6489
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
6490
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6491
|
+
min-width: fit-content;
|
|
6492
|
+
}
|
|
6493
|
+
|
|
6438
6494
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
6439
6495
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
6440
6496
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6445,7 +6501,7 @@
|
|
|
6445
6501
|
}
|
|
6446
6502
|
|
|
6447
6503
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
6448
|
-
|
|
6504
|
+
padding-right: 10px;
|
|
6449
6505
|
}
|
|
6450
6506
|
|
|
6451
6507
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6457,10 +6513,6 @@
|
|
|
6457
6513
|
margin-top: 6px;
|
|
6458
6514
|
}
|
|
6459
6515
|
|
|
6460
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
6461
|
-
text-align: left;
|
|
6462
|
-
}
|
|
6463
|
-
|
|
6464
6516
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
6465
6517
|
margin-left: 10px;
|
|
6466
6518
|
}
|
|
@@ -6787,8 +6839,8 @@
|
|
|
6787
6839
|
overflow: hidden;
|
|
6788
6840
|
padding: 0 8px;
|
|
6789
6841
|
text-overflow: ellipsis;
|
|
6790
|
-
width: 100%;
|
|
6791
6842
|
text-transform: none;
|
|
6843
|
+
width: 100%;
|
|
6792
6844
|
margin-top: 4px;
|
|
6793
6845
|
}
|
|
6794
6846
|
|
|
@@ -7310,7 +7362,7 @@
|
|
|
7310
7362
|
.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
7363
|
.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
7364
|
.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:
|
|
7365
|
+
padding-top: 2px;
|
|
7314
7366
|
}
|
|
7315
7367
|
|
|
7316
7368
|
.e-pivotfieldlist-container.e-static.e-rtl .e-center-title {
|
|
@@ -7335,7 +7387,7 @@
|
|
|
7335
7387
|
|
|
7336
7388
|
.e-pivotfieldlist-container.e-device .e-dlg-header-content {
|
|
7337
7389
|
background-color: #e9ecef;
|
|
7338
|
-
color:
|
|
7390
|
+
color: #495057;
|
|
7339
7391
|
font-size: 14px;
|
|
7340
7392
|
height: 48px;
|
|
7341
7393
|
padding-bottom: 9px;
|
|
@@ -7345,7 +7397,7 @@
|
|
|
7345
7397
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
7346
7398
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
7347
7399
|
background-color: transparent;
|
|
7348
|
-
color:
|
|
7400
|
+
color: #495057;
|
|
7349
7401
|
}
|
|
7350
7402
|
|
|
7351
7403
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
@@ -7358,7 +7410,7 @@
|
|
|
7358
7410
|
}
|
|
7359
7411
|
|
|
7360
7412
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
7361
|
-
color:
|
|
7413
|
+
color: #6c757d;
|
|
7362
7414
|
font-size: 16px;
|
|
7363
7415
|
height: 24px;
|
|
7364
7416
|
margin-left: 0;
|
|
@@ -7443,8 +7495,8 @@
|
|
|
7443
7495
|
padding: 9px 16px;
|
|
7444
7496
|
text-transform: none;
|
|
7445
7497
|
width: 100%;
|
|
7446
|
-
color: #
|
|
7447
|
-
|
|
7498
|
+
background-color: #fff;
|
|
7499
|
+
color: #212529;
|
|
7448
7500
|
}
|
|
7449
7501
|
|
|
7450
7502
|
.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 +8067,7 @@
|
|
|
8015
8067
|
height: 24px;
|
|
8016
8068
|
padding-top: 7px;
|
|
8017
8069
|
width: 24px;
|
|
8070
|
+
padding-left: 4px;
|
|
8018
8071
|
}
|
|
8019
8072
|
|
|
8020
8073
|
.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 +8264,7 @@
|
|
|
8211
8264
|
.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
8265
|
.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
8266
|
padding-top: 7px;
|
|
8267
|
+
padding-left: 4px;
|
|
8214
8268
|
}
|
|
8215
8269
|
|
|
8216
8270
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
@@ -8218,11 +8272,27 @@
|
|
|
8218
8272
|
padding-left: 16px;
|
|
8219
8273
|
}
|
|
8220
8274
|
|
|
8275
|
+
.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,
|
|
8276
|
+
.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,
|
|
8277
|
+
.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,
|
|
8278
|
+
.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 {
|
|
8279
|
+
padding-left: 0;
|
|
8280
|
+
padding-right: 4px;
|
|
8281
|
+
}
|
|
8282
|
+
|
|
8221
8283
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields,
|
|
8222
8284
|
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
8223
8285
|
padding: 0 !important;
|
|
8224
8286
|
}
|
|
8225
8287
|
|
|
8288
|
+
.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,
|
|
8289
|
+
.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,
|
|
8290
|
+
.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,
|
|
8291
|
+
.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 {
|
|
8292
|
+
padding-left: 0 !important;
|
|
8293
|
+
padding-right: 4px !important;
|
|
8294
|
+
}
|
|
8295
|
+
|
|
8226
8296
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list,
|
|
8227
8297
|
.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list {
|
|
8228
8298
|
padding-left: 0;
|