@syncfusion/ej2-vue-pivotview 19.3.57 → 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 +23 -41
- 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 +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
|
@@ -185,17 +185,18 @@
|
|
|
185
185
|
.e-pivotview .e-group-field-settings {
|
|
186
186
|
max-height: 450px !important;
|
|
187
187
|
border-radius: 4px;
|
|
188
|
-
max-width: 400px;
|
|
189
|
-
width: auto;
|
|
188
|
+
max-width: 400px !important;
|
|
189
|
+
width: auto !important;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
.e-pivotview .e-pivot-format-dialog {
|
|
193
193
|
border-radius: 4px;
|
|
194
|
-
max-width: 400px;
|
|
195
|
-
width: auto;
|
|
194
|
+
max-width: 400px !important;
|
|
195
|
+
width: auto !important;
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
-
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
198
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
199
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
199
200
|
display: -ms-flexbox;
|
|
200
201
|
display: flex;
|
|
201
202
|
}
|
|
@@ -210,9 +211,9 @@
|
|
|
210
211
|
.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
211
212
|
-ms-flex: auto;
|
|
212
213
|
flex: auto;
|
|
213
|
-
width: 100%;
|
|
214
214
|
font-size: 13px;
|
|
215
215
|
font-weight: 500;
|
|
216
|
+
width: 100%;
|
|
216
217
|
}
|
|
217
218
|
|
|
218
219
|
.e-pivotview .e-value-field-settings .e-caption-input-wrapper,
|
|
@@ -298,13 +299,6 @@
|
|
|
298
299
|
font-size: 16px;
|
|
299
300
|
}
|
|
300
301
|
|
|
301
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
302
|
-
background-color: #6f6c6c;
|
|
303
|
-
border-color: #6f6c6c;
|
|
304
|
-
color: #fff;
|
|
305
|
-
outline: none;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
302
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
309
303
|
padding: 15px 20px;
|
|
310
304
|
text-align: center;
|
|
@@ -445,7 +439,7 @@
|
|
|
445
439
|
|
|
446
440
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
447
441
|
float: left;
|
|
448
|
-
margin
|
|
442
|
+
margin: 0;
|
|
449
443
|
}
|
|
450
444
|
|
|
451
445
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
@@ -491,7 +485,7 @@
|
|
|
491
485
|
|
|
492
486
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
493
487
|
float: right;
|
|
494
|
-
margin
|
|
488
|
+
margin: 0;
|
|
495
489
|
}
|
|
496
490
|
|
|
497
491
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,
|
|
@@ -558,9 +552,9 @@
|
|
|
558
552
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
559
553
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
560
554
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
561
|
-
border-radius: 4px;
|
|
562
555
|
border-top-left-radius: 0;
|
|
563
556
|
border-top-right-radius: 0;
|
|
557
|
+
border-radius: 4px;
|
|
564
558
|
padding-bottom: 8px;
|
|
565
559
|
padding-top: 8px;
|
|
566
560
|
}
|
|
@@ -625,7 +619,7 @@
|
|
|
625
619
|
}
|
|
626
620
|
|
|
627
621
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
628
|
-
max-width: 350px;
|
|
622
|
+
max-width: 350px !important;
|
|
629
623
|
max-height: 380px !important;
|
|
630
624
|
}
|
|
631
625
|
|
|
@@ -657,8 +651,8 @@
|
|
|
657
651
|
}
|
|
658
652
|
|
|
659
653
|
.e-pivotview .e-pivot-format-dialog {
|
|
660
|
-
max-height:
|
|
661
|
-
max-width: 350px;
|
|
654
|
+
max-height: 550px !important;
|
|
655
|
+
max-width: 350px !important;
|
|
662
656
|
}
|
|
663
657
|
|
|
664
658
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -682,6 +676,7 @@
|
|
|
682
676
|
}
|
|
683
677
|
|
|
684
678
|
.e-pivotview .e-pivot-toolbar {
|
|
679
|
+
background: #282727;
|
|
685
680
|
border-bottom: 0;
|
|
686
681
|
border-style: solid;
|
|
687
682
|
border-top: 1px solid #414040;
|
|
@@ -689,6 +684,10 @@
|
|
|
689
684
|
border-right: 1px solid #414040;
|
|
690
685
|
}
|
|
691
686
|
|
|
687
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
688
|
+
background: #282727;
|
|
689
|
+
}
|
|
690
|
+
|
|
692
691
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
693
692
|
font-size: 16px;
|
|
694
693
|
}
|
|
@@ -754,7 +753,7 @@
|
|
|
754
753
|
}
|
|
755
754
|
|
|
756
755
|
.e-pivotview-report-dialog {
|
|
757
|
-
max-width: 350px;
|
|
756
|
+
max-width: 350px !important;
|
|
758
757
|
}
|
|
759
758
|
|
|
760
759
|
.e-mdx-query-content {
|
|
@@ -770,7 +769,7 @@
|
|
|
770
769
|
}
|
|
771
770
|
|
|
772
771
|
.e-pivotview-mdx-dialog {
|
|
773
|
-
max-width: 500px;
|
|
772
|
+
max-width: 500px !important;
|
|
774
773
|
}
|
|
775
774
|
|
|
776
775
|
.e-report-outer {
|
|
@@ -823,7 +822,6 @@
|
|
|
823
822
|
|
|
824
823
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
825
824
|
color: #dadada;
|
|
826
|
-
margin-left: 10px;
|
|
827
825
|
margin-right: 20px;
|
|
828
826
|
}
|
|
829
827
|
|
|
@@ -993,7 +991,8 @@
|
|
|
993
991
|
padding-top: 0;
|
|
994
992
|
}
|
|
995
993
|
|
|
996
|
-
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
994
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
995
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
|
|
997
996
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
998
997
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
999
998
|
display: -ms-flexbox;
|
|
@@ -1005,7 +1004,6 @@
|
|
|
1005
1004
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1006
1005
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1007
1006
|
font-size: 14px;
|
|
1008
|
-
font-size: 13px;
|
|
1009
1007
|
font-weight: 500;
|
|
1010
1008
|
}
|
|
1011
1009
|
|
|
@@ -1202,18 +1200,13 @@
|
|
|
1202
1200
|
|
|
1203
1201
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1204
1202
|
margin: 0px !important;
|
|
1205
|
-
padding
|
|
1206
|
-
padding-top: 10px !important;
|
|
1203
|
+
padding: 2px 4px !important;
|
|
1207
1204
|
}
|
|
1208
1205
|
|
|
1209
1206
|
.e-pivotview .e-pivotchart > svg, .e-pivotview .e-pivotchart-inner > svg {
|
|
1210
1207
|
border: 1px solid #414040;
|
|
1211
1208
|
}
|
|
1212
1209
|
|
|
1213
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1214
|
-
direction: ltr;
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
1210
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1218
1211
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1219
1212
|
margin: -17px 0 !important;
|
|
@@ -1239,11 +1232,27 @@
|
|
|
1239
1232
|
color: #fff !important;
|
|
1240
1233
|
}
|
|
1241
1234
|
|
|
1235
|
+
.e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1236
|
+
.e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1237
|
+
text-overflow: ellipsis;
|
|
1238
|
+
white-space: nowrap;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1242
1241
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1243
1242
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1244
1243
|
padding-left: 8px !important;
|
|
1245
1244
|
}
|
|
1246
1245
|
|
|
1246
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1247
|
+
.e-pivotview .sf-grid .e-columnsheader {
|
|
1248
|
+
padding-right: 8px !important;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1252
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1253
|
+
line-height: normal;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1247
1256
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1248
1257
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1249
1258
|
border-left-color: #414040 !important;
|
|
@@ -1252,14 +1261,15 @@
|
|
|
1252
1261
|
border-right-width: 1px;
|
|
1253
1262
|
}
|
|
1254
1263
|
|
|
1255
|
-
.e-pivotview .e-stackedheadercelldiv
|
|
1256
|
-
|
|
1257
|
-
margin-top: 5px;
|
|
1264
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1265
|
+
display: block;
|
|
1258
1266
|
}
|
|
1259
1267
|
|
|
1260
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue
|
|
1261
|
-
|
|
1268
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1269
|
+
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1262
1270
|
padding-left: 8px !important;
|
|
1271
|
+
margin-top: 5px;
|
|
1272
|
+
margin-top: 2px;
|
|
1263
1273
|
}
|
|
1264
1274
|
|
|
1265
1275
|
.e-pivotview .e-stackedheadercelldiv {
|
|
@@ -1267,6 +1277,7 @@
|
|
|
1267
1277
|
}
|
|
1268
1278
|
|
|
1269
1279
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1280
|
+
.e-pivotview .e-stackedheadertext,
|
|
1270
1281
|
.e-pivotview .e-headertext,
|
|
1271
1282
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1272
1283
|
color: #dadada;
|
|
@@ -1275,6 +1286,7 @@
|
|
|
1275
1286
|
}
|
|
1276
1287
|
|
|
1277
1288
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1289
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1278
1290
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1279
1291
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1280
1292
|
cursor: pointer;
|
|
@@ -1375,7 +1387,6 @@
|
|
|
1375
1387
|
.e-pivotview .e-group-rows,
|
|
1376
1388
|
.e-pivotview .e-group-all-fields {
|
|
1377
1389
|
background: #282727;
|
|
1378
|
-
vertical-align: top;
|
|
1379
1390
|
display: inline-table;
|
|
1380
1391
|
-ms-flex: auto;
|
|
1381
1392
|
flex: auto;
|
|
@@ -1384,6 +1395,7 @@
|
|
|
1384
1395
|
overflow: hidden;
|
|
1385
1396
|
padding-left: 8px;
|
|
1386
1397
|
scroll-behavior: smooth;
|
|
1398
|
+
vertical-align: top;
|
|
1387
1399
|
}
|
|
1388
1400
|
|
|
1389
1401
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1479,7 +1491,7 @@
|
|
|
1479
1491
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1480
1492
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1481
1493
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1482
|
-
color: #fff
|
|
1494
|
+
color: #fff;
|
|
1483
1495
|
}
|
|
1484
1496
|
|
|
1485
1497
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1500,7 +1512,7 @@
|
|
|
1500
1512
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1501
1513
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1502
1514
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1503
|
-
color: #fff
|
|
1515
|
+
color: #fff;
|
|
1504
1516
|
}
|
|
1505
1517
|
|
|
1506
1518
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1533,7 +1545,7 @@
|
|
|
1533
1545
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1534
1546
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1535
1547
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1536
|
-
color: #fff
|
|
1548
|
+
color: #fff;
|
|
1537
1549
|
}
|
|
1538
1550
|
|
|
1539
1551
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1556,7 +1568,7 @@
|
|
|
1556
1568
|
|
|
1557
1569
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1558
1570
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1559
|
-
height: initial;
|
|
1571
|
+
height: initial !important;
|
|
1560
1572
|
}
|
|
1561
1573
|
|
|
1562
1574
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1576,7 +1588,7 @@
|
|
|
1576
1588
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1577
1589
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1578
1590
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1579
|
-
color: #dadada
|
|
1591
|
+
color: #dadada;
|
|
1580
1592
|
cursor: pointer;
|
|
1581
1593
|
display: inline-block;
|
|
1582
1594
|
font-size: 12px;
|
|
@@ -1597,7 +1609,7 @@
|
|
|
1597
1609
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1598
1610
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1599
1611
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1600
|
-
color: #fff
|
|
1612
|
+
color: #fff;
|
|
1601
1613
|
}
|
|
1602
1614
|
|
|
1603
1615
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1812,7 +1824,7 @@
|
|
|
1812
1824
|
padding-bottom: 7px;
|
|
1813
1825
|
}
|
|
1814
1826
|
|
|
1815
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1827
|
+
.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) {
|
|
1816
1828
|
height: auto;
|
|
1817
1829
|
width: auto;
|
|
1818
1830
|
}
|
|
@@ -1836,7 +1848,7 @@
|
|
|
1836
1848
|
float: left;
|
|
1837
1849
|
font-size: 10px !important;
|
|
1838
1850
|
margin-left: 0px;
|
|
1839
|
-
margin-top:
|
|
1851
|
+
margin-top: 7px;
|
|
1840
1852
|
}
|
|
1841
1853
|
|
|
1842
1854
|
.e-pivotview .e-expand::before {
|
|
@@ -2002,7 +2014,7 @@
|
|
|
2002
2014
|
}
|
|
2003
2015
|
|
|
2004
2016
|
.e-pivottooltip {
|
|
2005
|
-
border-radius:
|
|
2017
|
+
border-radius: 4px;
|
|
2006
2018
|
padding: 3px 3px;
|
|
2007
2019
|
}
|
|
2008
2020
|
|
|
@@ -2085,14 +2097,23 @@
|
|
|
2085
2097
|
}
|
|
2086
2098
|
|
|
2087
2099
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2100
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2088
2101
|
.e-bigger .e-pivotview .e-headertext,
|
|
2089
2102
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2090
2103
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2104
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2091
2105
|
.e-bigger.e-pivotview .e-headertext,
|
|
2092
2106
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2093
2107
|
font-size: 13px !important;
|
|
2094
2108
|
}
|
|
2095
2109
|
|
|
2110
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2111
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2112
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2113
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2114
|
+
margin-top: 7px;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2096
2117
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2097
2118
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2098
2119
|
height: 36px !important;
|
|
@@ -2267,9 +2288,11 @@
|
|
|
2267
2288
|
}
|
|
2268
2289
|
|
|
2269
2290
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2291
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2270
2292
|
.e-bigger .e-pivotview .e-headertext,
|
|
2271
2293
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2272
2294
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2295
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2273
2296
|
.e-bigger.e-pivotview .e-headertext,
|
|
2274
2297
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2275
2298
|
color: #dadada !important;
|