@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
|
@@ -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: #e6e6e6;
|
|
303
|
-
border-color: #adadad;
|
|
304
|
-
color: #333;
|
|
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,6 @@
|
|
|
445
439
|
|
|
446
440
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
447
441
|
float: left;
|
|
448
|
-
margin-left: -10px;
|
|
449
442
|
margin: 0;
|
|
450
443
|
}
|
|
451
444
|
|
|
@@ -492,7 +485,6 @@
|
|
|
492
485
|
|
|
493
486
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
494
487
|
float: right;
|
|
495
|
-
margin-right: -10px;
|
|
496
488
|
margin: 0;
|
|
497
489
|
}
|
|
498
490
|
|
|
@@ -560,9 +552,9 @@
|
|
|
560
552
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
561
553
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
562
554
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
563
|
-
border-radius: 4px;
|
|
564
555
|
border-top-left-radius: 0;
|
|
565
556
|
border-top-right-radius: 0;
|
|
557
|
+
border-radius: 4px;
|
|
566
558
|
padding-bottom: 8px;
|
|
567
559
|
padding-top: 8px;
|
|
568
560
|
}
|
|
@@ -627,7 +619,7 @@
|
|
|
627
619
|
}
|
|
628
620
|
|
|
629
621
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
630
|
-
max-width: 350px;
|
|
622
|
+
max-width: 350px !important;
|
|
631
623
|
max-height: 380px !important;
|
|
632
624
|
}
|
|
633
625
|
|
|
@@ -659,8 +651,8 @@
|
|
|
659
651
|
}
|
|
660
652
|
|
|
661
653
|
.e-pivotview .e-pivot-format-dialog {
|
|
662
|
-
max-height:
|
|
663
|
-
max-width: 350px;
|
|
654
|
+
max-height: 550px !important;
|
|
655
|
+
max-width: 350px !important;
|
|
664
656
|
}
|
|
665
657
|
|
|
666
658
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -684,6 +676,7 @@
|
|
|
684
676
|
}
|
|
685
677
|
|
|
686
678
|
.e-pivotview .e-pivot-toolbar {
|
|
679
|
+
background: #f5f5f5;
|
|
687
680
|
border-bottom: 0;
|
|
688
681
|
border-style: solid;
|
|
689
682
|
border-top: 1px solid rgba(51, 51, 51, 0.12);
|
|
@@ -691,6 +684,10 @@
|
|
|
691
684
|
border-right: 1px solid rgba(51, 51, 51, 0.12);
|
|
692
685
|
}
|
|
693
686
|
|
|
687
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
688
|
+
background: #f5f5f5;
|
|
689
|
+
}
|
|
690
|
+
|
|
694
691
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
695
692
|
font-size: 16px;
|
|
696
693
|
}
|
|
@@ -756,7 +753,7 @@
|
|
|
756
753
|
}
|
|
757
754
|
|
|
758
755
|
.e-pivotview-report-dialog {
|
|
759
|
-
max-width: 350px;
|
|
756
|
+
max-width: 350px !important;
|
|
760
757
|
}
|
|
761
758
|
|
|
762
759
|
.e-mdx-query-content {
|
|
@@ -772,7 +769,7 @@
|
|
|
772
769
|
}
|
|
773
770
|
|
|
774
771
|
.e-pivotview-mdx-dialog {
|
|
775
|
-
max-width: 500px;
|
|
772
|
+
max-width: 500px !important;
|
|
776
773
|
}
|
|
777
774
|
|
|
778
775
|
.e-report-outer {
|
|
@@ -825,7 +822,6 @@
|
|
|
825
822
|
|
|
826
823
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
827
824
|
color: #333;
|
|
828
|
-
margin-left: 10px;
|
|
829
825
|
margin-right: 20px;
|
|
830
826
|
}
|
|
831
827
|
|
|
@@ -995,7 +991,8 @@
|
|
|
995
991
|
padding-top: 0;
|
|
996
992
|
}
|
|
997
993
|
|
|
998
|
-
.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,
|
|
999
996
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1000
997
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
1001
998
|
display: -ms-flexbox;
|
|
@@ -1007,7 +1004,6 @@
|
|
|
1007
1004
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1008
1005
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1009
1006
|
font-size: 14px;
|
|
1010
|
-
font-size: 13px;
|
|
1011
1007
|
font-weight: 500;
|
|
1012
1008
|
}
|
|
1013
1009
|
|
|
@@ -1199,23 +1195,18 @@
|
|
|
1199
1195
|
|
|
1200
1196
|
.e-pivotview .e-sortfilterdiv {
|
|
1201
1197
|
float: right;
|
|
1202
|
-
margin: -23px
|
|
1198
|
+
margin: -23px 0 !important;
|
|
1203
1199
|
}
|
|
1204
1200
|
|
|
1205
1201
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1206
1202
|
margin: 0px !important;
|
|
1207
|
-
padding
|
|
1208
|
-
padding-top: 10px !important;
|
|
1203
|
+
padding: 2px 4px !important;
|
|
1209
1204
|
}
|
|
1210
1205
|
|
|
1211
1206
|
.e-pivotview .e-pivotchart > svg, .e-pivotview .e-pivotchart-inner > svg {
|
|
1212
1207
|
border: 1px solid #e6e6e6;
|
|
1213
1208
|
}
|
|
1214
1209
|
|
|
1215
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1216
|
-
direction: ltr;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
1210
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1220
1211
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1221
1212
|
margin: -30px -15px !important;
|
|
@@ -1241,11 +1232,27 @@
|
|
|
1241
1232
|
color: #333 !important;
|
|
1242
1233
|
}
|
|
1243
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
|
+
|
|
1244
1241
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1245
1242
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1246
1243
|
padding-left: 8px !important;
|
|
1247
1244
|
}
|
|
1248
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
|
+
|
|
1249
1256
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1250
1257
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1251
1258
|
border-left-color: #e6e6e6 !important;
|
|
@@ -1254,14 +1261,14 @@
|
|
|
1254
1261
|
border-right-width: 1px;
|
|
1255
1262
|
}
|
|
1256
1263
|
|
|
1257
|
-
.e-pivotview .e-stackedheadercelldiv
|
|
1258
|
-
|
|
1259
|
-
margin-top: 5px;
|
|
1264
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1265
|
+
display: block;
|
|
1260
1266
|
}
|
|
1261
1267
|
|
|
1262
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue
|
|
1263
|
-
|
|
1268
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1269
|
+
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1264
1270
|
padding-left: 8px !important;
|
|
1271
|
+
margin-top: 5px;
|
|
1265
1272
|
}
|
|
1266
1273
|
|
|
1267
1274
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
@@ -1273,6 +1280,7 @@
|
|
|
1273
1280
|
}
|
|
1274
1281
|
|
|
1275
1282
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1283
|
+
.e-pivotview .e-stackedheadertext,
|
|
1276
1284
|
.e-pivotview .e-headertext,
|
|
1277
1285
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1278
1286
|
color: #333;
|
|
@@ -1281,6 +1289,7 @@
|
|
|
1281
1289
|
}
|
|
1282
1290
|
|
|
1283
1291
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1292
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1284
1293
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1285
1294
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1286
1295
|
cursor: pointer;
|
|
@@ -1381,7 +1390,6 @@
|
|
|
1381
1390
|
.e-pivotview .e-group-rows,
|
|
1382
1391
|
.e-pivotview .e-group-all-fields {
|
|
1383
1392
|
background: #f5f5f5;
|
|
1384
|
-
vertical-align: top;
|
|
1385
1393
|
display: inline-table;
|
|
1386
1394
|
-ms-flex: auto;
|
|
1387
1395
|
flex: auto;
|
|
@@ -1390,6 +1398,7 @@
|
|
|
1390
1398
|
overflow: hidden;
|
|
1391
1399
|
padding-left: 8px;
|
|
1392
1400
|
scroll-behavior: smooth;
|
|
1401
|
+
vertical-align: top;
|
|
1393
1402
|
}
|
|
1394
1403
|
|
|
1395
1404
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1485,7 +1494,7 @@
|
|
|
1485
1494
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1486
1495
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1487
1496
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1488
|
-
color: #333
|
|
1497
|
+
color: #333;
|
|
1489
1498
|
}
|
|
1490
1499
|
|
|
1491
1500
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1506,7 +1515,7 @@
|
|
|
1506
1515
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1507
1516
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1508
1517
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1509
|
-
color: #333
|
|
1518
|
+
color: #333;
|
|
1510
1519
|
}
|
|
1511
1520
|
|
|
1512
1521
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1539,7 +1548,7 @@
|
|
|
1539
1548
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1540
1549
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1541
1550
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1542
|
-
color: #333
|
|
1551
|
+
color: #333;
|
|
1543
1552
|
}
|
|
1544
1553
|
|
|
1545
1554
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1562,7 +1571,7 @@
|
|
|
1562
1571
|
|
|
1563
1572
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1564
1573
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1565
|
-
height: initial;
|
|
1574
|
+
height: initial !important;
|
|
1566
1575
|
}
|
|
1567
1576
|
|
|
1568
1577
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1582,7 +1591,7 @@
|
|
|
1582
1591
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1583
1592
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1584
1593
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1585
|
-
color: #333
|
|
1594
|
+
color: #333;
|
|
1586
1595
|
cursor: pointer;
|
|
1587
1596
|
display: inline-block;
|
|
1588
1597
|
font-size: 10px;
|
|
@@ -1603,7 +1612,7 @@
|
|
|
1603
1612
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1604
1613
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1605
1614
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1606
|
-
color: #333
|
|
1615
|
+
color: #333;
|
|
1607
1616
|
}
|
|
1608
1617
|
|
|
1609
1618
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1818,7 +1827,7 @@
|
|
|
1818
1827
|
padding-bottom: 7px;
|
|
1819
1828
|
}
|
|
1820
1829
|
|
|
1821
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1830
|
+
.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) {
|
|
1822
1831
|
height: auto;
|
|
1823
1832
|
width: auto;
|
|
1824
1833
|
}
|
|
@@ -1842,7 +1851,7 @@
|
|
|
1842
1851
|
float: left;
|
|
1843
1852
|
font-size: 11px !important;
|
|
1844
1853
|
margin-left: 0px;
|
|
1845
|
-
margin-top:
|
|
1854
|
+
margin-top: 6px;
|
|
1846
1855
|
}
|
|
1847
1856
|
|
|
1848
1857
|
.e-pivotview .e-expand::before {
|
|
@@ -2008,7 +2017,7 @@
|
|
|
2008
2017
|
}
|
|
2009
2018
|
|
|
2010
2019
|
.e-pivottooltip {
|
|
2011
|
-
border-radius:
|
|
2020
|
+
border-radius: 4px;
|
|
2012
2021
|
padding: 3px 2px;
|
|
2013
2022
|
}
|
|
2014
2023
|
|
|
@@ -2091,14 +2100,23 @@
|
|
|
2091
2100
|
}
|
|
2092
2101
|
|
|
2093
2102
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2103
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2094
2104
|
.e-bigger .e-pivotview .e-headertext,
|
|
2095
2105
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2096
2106
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2107
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2097
2108
|
.e-bigger.e-pivotview .e-headertext,
|
|
2098
2109
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2099
2110
|
font-size: 13px !important;
|
|
2100
2111
|
}
|
|
2101
2112
|
|
|
2113
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2114
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2115
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2116
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2117
|
+
margin-top: 6px;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2102
2120
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2103
2121
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2104
2122
|
height: 36px !important;
|
|
@@ -2273,9 +2291,11 @@
|
|
|
2273
2291
|
}
|
|
2274
2292
|
|
|
2275
2293
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2294
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2276
2295
|
.e-bigger .e-pivotview .e-headertext,
|
|
2277
2296
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2278
2297
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2298
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2279
2299
|
.e-bigger.e-pivotview .e-headertext,
|
|
2280
2300
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2281
2301
|
color: #333 !important;
|