@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.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/package.json +6 -6
- package/styles/bootstrap-dark.css +241 -14
- package/styles/bootstrap.css +241 -14
- package/styles/bootstrap4.css +237 -15
- package/styles/bootstrap5-dark.css +281 -18
- package/styles/bootstrap5.css +281 -18
- package/styles/fabric-dark.css +241 -14
- package/styles/fabric.css +241 -14
- package/styles/fluent-dark.css +247 -16
- package/styles/fluent.css +247 -16
- package/styles/highcontrast-light.css +241 -14
- package/styles/highcontrast.css +241 -14
- package/styles/material-dark.css +241 -14
- package/styles/material.css +241 -14
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotfieldlist/_bootstrap-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +2 -1
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +3 -3
- package/styles/pivotfieldlist/_fabric-definition.scss +3 -2
- package/styles/pivotfieldlist/_fluent-definition.scss +3 -2
- package/styles/pivotfieldlist/_fusionnew-definition.scss +3 -3
- package/styles/pivotfieldlist/_highcontrast-definition.scss +3 -2
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotfieldlist/_layout.scss +62 -65
- package/styles/pivotfieldlist/_material-dark-definition.scss +3 -2
- package/styles/pivotfieldlist/_material-definition.scss +3 -2
- package/styles/pivotfieldlist/_material3-definition.scss +3 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +4 -3
- package/styles/pivotfieldlist/_theme.scss +51 -44
- package/styles/pivotfieldlist/bootstrap-dark.css +147 -7
- package/styles/pivotfieldlist/bootstrap.css +147 -7
- package/styles/pivotfieldlist/bootstrap4.css +142 -7
- package/styles/pivotfieldlist/bootstrap5-dark.css +151 -7
- package/styles/pivotfieldlist/bootstrap5.css +151 -7
- package/styles/pivotfieldlist/fabric-dark.css +147 -7
- package/styles/pivotfieldlist/fabric.css +147 -7
- package/styles/pivotfieldlist/fluent-dark.css +149 -7
- package/styles/pivotfieldlist/fluent.css +149 -7
- package/styles/pivotfieldlist/highcontrast-light.css +147 -7
- package/styles/pivotfieldlist/highcontrast.css +147 -7
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric.scss +4 -4
- package/styles/pivotfieldlist/icons/_fluent.scss +4 -4
- package/styles/pivotfieldlist/icons/_fusionnew.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast.scss +4 -4
- package/styles/pivotfieldlist/icons/_material-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_material.scss +4 -4
- package/styles/pivotfieldlist/icons/_material3.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind.scss +4 -4
- package/styles/pivotfieldlist/material-dark.css +147 -7
- package/styles/pivotfieldlist/material.css +147 -7
- package/styles/pivotfieldlist/tailwind-dark.css +151 -9
- package/styles/pivotfieldlist/tailwind.css +151 -9
- package/styles/pivotview/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotview/_bootstrap-definition.scss +2 -1
- package/styles/pivotview/_bootstrap4-definition.scss +2 -1
- package/styles/pivotview/_bootstrap5-definition.scss +5 -4
- package/styles/pivotview/_fabric-dark-definition.scss +2 -1
- package/styles/pivotview/_fabric-definition.scss +2 -1
- package/styles/pivotview/_fluent-definition.scss +4 -3
- package/styles/pivotview/_fusionnew-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-definition.scss +2 -1
- package/styles/pivotview/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotview/_layout.scss +25 -25
- package/styles/pivotview/_material-dark-definition.scss +2 -1
- package/styles/pivotview/_material-definition.scss +2 -2
- package/styles/pivotview/_material3-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +5 -4
- package/styles/pivotview/_theme.scss +77 -50
- package/styles/pivotview/bootstrap-dark.css +94 -7
- package/styles/pivotview/bootstrap.css +94 -7
- package/styles/pivotview/bootstrap4.css +95 -8
- package/styles/pivotview/bootstrap5-dark.css +130 -11
- package/styles/pivotview/bootstrap5.css +130 -11
- package/styles/pivotview/fabric-dark.css +94 -7
- package/styles/pivotview/fabric.css +94 -7
- package/styles/pivotview/fluent-dark.css +98 -9
- package/styles/pivotview/fluent.css +98 -9
- package/styles/pivotview/highcontrast-light.css +94 -7
- package/styles/pivotview/highcontrast.css +94 -7
- package/styles/pivotview/material-dark.css +94 -7
- package/styles/pivotview/material.css +94 -7
- package/styles/pivotview/tailwind-dark.css +98 -11
- package/styles/pivotview/tailwind.css +98 -11
- package/styles/tailwind-dark.css +249 -20
- package/styles/tailwind.css +249 -20
|
@@ -156,6 +156,12 @@
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/*! PivotView layout */
|
|
159
|
+
.e-pivotview {
|
|
160
|
+
/* stylelint-disable */
|
|
161
|
+
/* stylelint-enable */
|
|
162
|
+
/* stylelint-enable */
|
|
163
|
+
/* stylelint-disable */
|
|
164
|
+
}
|
|
159
165
|
.e-pivotview .e-value-field-settings,
|
|
160
166
|
.e-pivotview .e-member-editor-dialog,
|
|
161
167
|
.e-pivotview .e-group-field-settings {
|
|
@@ -229,6 +235,7 @@
|
|
|
229
235
|
}
|
|
230
236
|
.e-pivotview .e-member-editor-dialog {
|
|
231
237
|
min-width: 320px;
|
|
238
|
+
/* stylelint-disable */
|
|
232
239
|
}
|
|
233
240
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
234
241
|
display: -ms-flexbox;
|
|
@@ -245,6 +252,7 @@
|
|
|
245
252
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
246
253
|
box-shadow: none;
|
|
247
254
|
margin-left: 10px;
|
|
255
|
+
/* stylelint-disable */
|
|
248
256
|
}
|
|
249
257
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort {
|
|
250
258
|
background-color: #fff;
|
|
@@ -363,6 +371,7 @@
|
|
|
363
371
|
}
|
|
364
372
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
365
373
|
border: none;
|
|
374
|
+
/* stylelint-enable */
|
|
366
375
|
}
|
|
367
376
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
368
377
|
margin: 0 0 0 6px;
|
|
@@ -615,13 +624,16 @@
|
|
|
615
624
|
}
|
|
616
625
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
617
626
|
margin-left: 18px !important;
|
|
627
|
+
/* stylelint-enable */
|
|
618
628
|
}
|
|
619
629
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
630
|
+
/* stylelint-disable */
|
|
620
631
|
padding: 0 !important;
|
|
621
632
|
}
|
|
622
633
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
623
634
|
float: left;
|
|
624
635
|
font-weight: 500;
|
|
636
|
+
/* stylelint-enable */
|
|
625
637
|
}
|
|
626
638
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
627
639
|
float: right;
|
|
@@ -650,6 +662,7 @@
|
|
|
650
662
|
}
|
|
651
663
|
|
|
652
664
|
.e-pivotview-report-dialog {
|
|
665
|
+
/* stylelint-disable */
|
|
653
666
|
max-width: 350px !important;
|
|
654
667
|
}
|
|
655
668
|
|
|
@@ -669,6 +682,7 @@
|
|
|
669
682
|
max-width: 500px !important;
|
|
670
683
|
}
|
|
671
684
|
|
|
685
|
+
/* stylelint-enable */
|
|
672
686
|
.e-report-outer {
|
|
673
687
|
display: inline-block;
|
|
674
688
|
width: 100%;
|
|
@@ -680,6 +694,7 @@
|
|
|
680
694
|
width: 40%;
|
|
681
695
|
}
|
|
682
696
|
|
|
697
|
+
/* stylelint-disable */
|
|
683
698
|
.e-pivotview-report-input {
|
|
684
699
|
float: right;
|
|
685
700
|
width: 60% !important;
|
|
@@ -701,11 +716,16 @@
|
|
|
701
716
|
font-size: 18px !important;
|
|
702
717
|
}
|
|
703
718
|
|
|
719
|
+
/* stylelint-enable */
|
|
704
720
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
705
721
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
706
722
|
white-space: nowrap;
|
|
707
723
|
}
|
|
708
724
|
|
|
725
|
+
.e-drillthrough-dialog {
|
|
726
|
+
/* stylelint-disable */
|
|
727
|
+
/* stylelint-enable */
|
|
728
|
+
}
|
|
709
729
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
710
730
|
margin-bottom: 20px;
|
|
711
731
|
}
|
|
@@ -726,9 +746,18 @@
|
|
|
726
746
|
flex-wrap: wrap;
|
|
727
747
|
}
|
|
728
748
|
|
|
749
|
+
.e-bigger .e-pivotview,
|
|
750
|
+
.e-bigger.e-pivotview {
|
|
751
|
+
/* stylelint-disable */
|
|
752
|
+
/* stylelint-enable */
|
|
753
|
+
/* stylelint-disable */
|
|
754
|
+
/* stylelint-enable */
|
|
755
|
+
}
|
|
729
756
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
730
757
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
758
|
+
/* stylelint-disable */
|
|
731
759
|
height: 38px !important;
|
|
760
|
+
/* stylelint-enable */
|
|
732
761
|
}
|
|
733
762
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
734
763
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -892,6 +921,18 @@
|
|
|
892
921
|
}
|
|
893
922
|
|
|
894
923
|
/*! PivotView theme */
|
|
924
|
+
.e-pivotview {
|
|
925
|
+
/* stylelint-enable */
|
|
926
|
+
/* stylelint-disable */
|
|
927
|
+
/* stylelint-enable */
|
|
928
|
+
/* stylelint-disable */
|
|
929
|
+
/* stylelint-enable */
|
|
930
|
+
/* stylelint-disable */
|
|
931
|
+
/* stylelint-enable */
|
|
932
|
+
/* stylelint-disable */
|
|
933
|
+
/* stylelint-enable */
|
|
934
|
+
/* stylelint-enable */
|
|
935
|
+
}
|
|
895
936
|
.e-pivotview .e-nextspan {
|
|
896
937
|
display: inline-block;
|
|
897
938
|
width: 18px;
|
|
@@ -912,6 +953,7 @@
|
|
|
912
953
|
text-align: right;
|
|
913
954
|
}
|
|
914
955
|
.e-pivotview .e-grid .e-rowcell {
|
|
956
|
+
/* stylelint-disable */
|
|
915
957
|
font-size: 13px !important;
|
|
916
958
|
padding-left: 8px;
|
|
917
959
|
-webkit-user-select: none;
|
|
@@ -1022,7 +1064,6 @@
|
|
|
1022
1064
|
}
|
|
1023
1065
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1024
1066
|
font-size: 12px !important;
|
|
1025
|
-
padding: 3px 0 4px 0 !important;
|
|
1026
1067
|
}
|
|
1027
1068
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1028
1069
|
margin: -10px 0 !important;
|
|
@@ -1065,11 +1106,6 @@
|
|
|
1065
1106
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1066
1107
|
visibility: hidden !important;
|
|
1067
1108
|
}
|
|
1068
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1069
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1070
|
-
text-overflow: ellipsis;
|
|
1071
|
-
white-space: nowrap;
|
|
1072
|
-
}
|
|
1073
1109
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1074
1110
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1075
1111
|
padding-left: 8px !important;
|
|
@@ -1129,12 +1165,18 @@
|
|
|
1129
1165
|
}
|
|
1130
1166
|
.e-pivotview .e-rowcell {
|
|
1131
1167
|
opacity: 1;
|
|
1168
|
+
/* stylelint-disable */
|
|
1169
|
+
/* stylelint-enable */
|
|
1132
1170
|
}
|
|
1133
1171
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1134
1172
|
-webkit-user-select: none;
|
|
1135
1173
|
-ms-user-select: none;
|
|
1136
1174
|
user-select: none;
|
|
1137
1175
|
}
|
|
1176
|
+
.e-pivotview .e-grouping-bar {
|
|
1177
|
+
/* stylelint-disable */
|
|
1178
|
+
/* stylelint-enable */
|
|
1179
|
+
}
|
|
1138
1180
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1139
1181
|
-ms-flex: auto;
|
|
1140
1182
|
flex: auto;
|
|
@@ -1262,7 +1304,9 @@
|
|
|
1262
1304
|
border: 1px solid #6c757d;
|
|
1263
1305
|
border-radius: 4px;
|
|
1264
1306
|
box-shadow: none;
|
|
1307
|
+
/* stylelint-disable */
|
|
1265
1308
|
color: #fff !important;
|
|
1309
|
+
/* stylelint-enable */
|
|
1266
1310
|
cursor: default;
|
|
1267
1311
|
display: -ms-flexbox;
|
|
1268
1312
|
display: flex;
|
|
@@ -1273,7 +1317,9 @@
|
|
|
1273
1317
|
text-transform: none;
|
|
1274
1318
|
vertical-align: bottom;
|
|
1275
1319
|
z-index: 1;
|
|
1276
|
-
font-weight:
|
|
1320
|
+
font-weight: normal;
|
|
1321
|
+
/* stylelint-disable */
|
|
1322
|
+
/* stylelint-enable */
|
|
1277
1323
|
}
|
|
1278
1324
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1279
1325
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1555,6 +1601,7 @@
|
|
|
1555
1601
|
width: 18px;
|
|
1556
1602
|
}
|
|
1557
1603
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1604
|
+
margin-top: 3px;
|
|
1558
1605
|
transform: rotateX(180deg);
|
|
1559
1606
|
}
|
|
1560
1607
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1629,6 +1676,12 @@
|
|
|
1629
1676
|
.e-pivotview .e-expand::before {
|
|
1630
1677
|
font-size: 10px;
|
|
1631
1678
|
}
|
|
1679
|
+
.e-pivotview.e-rtl {
|
|
1680
|
+
/* stylelint-disable */
|
|
1681
|
+
/* stylelint-enable */
|
|
1682
|
+
/* stylelint-disable */
|
|
1683
|
+
/* stylelint-enable */
|
|
1684
|
+
}
|
|
1632
1685
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1633
1686
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1634
1687
|
margin-left: 0;
|
|
@@ -1700,8 +1753,10 @@
|
|
|
1700
1753
|
padding-right: 8px;
|
|
1701
1754
|
}
|
|
1702
1755
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1756
|
+
/* stylelint-disable */
|
|
1703
1757
|
padding-left: 8px;
|
|
1704
1758
|
padding-right: 0;
|
|
1759
|
+
/* stylelint-enable */
|
|
1705
1760
|
}
|
|
1706
1761
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1707
1762
|
margin-left: 4px;
|
|
@@ -1724,9 +1779,18 @@
|
|
|
1724
1779
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1725
1780
|
float: left;
|
|
1726
1781
|
}
|
|
1782
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1783
|
+
/* stylelint-disable */
|
|
1784
|
+
}
|
|
1727
1785
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1728
1786
|
line-height: 1em !important;
|
|
1729
1787
|
}
|
|
1788
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1789
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1790
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1791
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1792
|
+
margin-top: 2px !important;
|
|
1793
|
+
}
|
|
1730
1794
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1731
1795
|
max-width: 155px;
|
|
1732
1796
|
padding: 3px 10px;
|
|
@@ -1762,6 +1826,9 @@
|
|
|
1762
1826
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1763
1827
|
margin-top: 2px;
|
|
1764
1828
|
}
|
|
1829
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1830
|
+
width: 100% !important;
|
|
1831
|
+
}
|
|
1765
1832
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1766
1833
|
width: 0 !important;
|
|
1767
1834
|
}
|
|
@@ -1826,6 +1893,13 @@
|
|
|
1826
1893
|
margin-right: 5px;
|
|
1827
1894
|
}
|
|
1828
1895
|
|
|
1896
|
+
.e-bigger .e-pivotview,
|
|
1897
|
+
.e-bigger.e-pivotview {
|
|
1898
|
+
/* stylelint-disable */
|
|
1899
|
+
/* stylelint-enable */
|
|
1900
|
+
/* stylelint-disable */
|
|
1901
|
+
/* stylelint-enable */
|
|
1902
|
+
}
|
|
1829
1903
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1830
1904
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1831
1905
|
margin: 6px;
|
|
@@ -1889,6 +1963,10 @@
|
|
|
1889
1963
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1890
1964
|
margin-top: 4px;
|
|
1891
1965
|
}
|
|
1966
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1967
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1968
|
+
/* stylelint-enable */
|
|
1969
|
+
}
|
|
1892
1970
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1893
1971
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1894
1972
|
height: 36px !important;
|
|
@@ -1930,8 +2008,10 @@
|
|
|
1930
2008
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1931
2009
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1932
2010
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2011
|
+
/* stylelint-disable */
|
|
1933
2012
|
font-size: 12px !important;
|
|
1934
2013
|
height: 20px;
|
|
2014
|
+
margin-top: 2px;
|
|
1935
2015
|
width: 20px;
|
|
1936
2016
|
padding-left: 12px;
|
|
1937
2017
|
}
|
|
@@ -2043,7 +2123,7 @@
|
|
|
2043
2123
|
}
|
|
2044
2124
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
2045
2125
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2046
|
-
margin: -
|
|
2126
|
+
margin: -14px -8px !important;
|
|
2047
2127
|
font-size: 12px !important;
|
|
2048
2128
|
}
|
|
2049
2129
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
@@ -2074,8 +2154,15 @@
|
|
|
2074
2154
|
}
|
|
2075
2155
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2076
2156
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2157
|
+
/* stylelint-disable */
|
|
2077
2158
|
font-size: 13px !important;
|
|
2078
2159
|
}
|
|
2160
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2161
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2162
|
+
/* stylelint-enable */
|
|
2163
|
+
/* stylelint-disable */
|
|
2164
|
+
/* stylelint-enable */
|
|
2165
|
+
}
|
|
2079
2166
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2080
2167
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
2081
2168
|
padding-right: 10px !important;
|
|
@@ -153,6 +153,12 @@
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
/*! PivotView layout */
|
|
156
|
+
.e-pivotview {
|
|
157
|
+
/* stylelint-disable */
|
|
158
|
+
/* stylelint-enable */
|
|
159
|
+
/* stylelint-enable */
|
|
160
|
+
/* stylelint-disable */
|
|
161
|
+
}
|
|
156
162
|
.e-pivotview .e-value-field-settings,
|
|
157
163
|
.e-pivotview .e-member-editor-dialog,
|
|
158
164
|
.e-pivotview .e-group-field-settings {
|
|
@@ -227,6 +233,7 @@
|
|
|
227
233
|
}
|
|
228
234
|
.e-pivotview .e-member-editor-dialog {
|
|
229
235
|
min-width: 320px;
|
|
236
|
+
/* stylelint-disable */
|
|
230
237
|
}
|
|
231
238
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
232
239
|
display: -ms-flexbox;
|
|
@@ -243,6 +250,7 @@
|
|
|
243
250
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
244
251
|
box-shadow: none;
|
|
245
252
|
margin-left: 10px;
|
|
253
|
+
/* stylelint-disable */
|
|
246
254
|
}
|
|
247
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
248
256
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -334,6 +342,7 @@
|
|
|
334
342
|
}
|
|
335
343
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
336
344
|
border: none;
|
|
345
|
+
/* stylelint-enable */
|
|
337
346
|
}
|
|
338
347
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
339
348
|
margin: 0 0 0 6px;
|
|
@@ -578,13 +587,16 @@
|
|
|
578
587
|
}
|
|
579
588
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
580
589
|
margin-left: 18px !important;
|
|
590
|
+
/* stylelint-enable */
|
|
581
591
|
}
|
|
582
592
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
593
|
+
/* stylelint-disable */
|
|
583
594
|
padding: 0 !important;
|
|
584
595
|
}
|
|
585
596
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
586
597
|
float: left;
|
|
587
598
|
font-weight: 500;
|
|
599
|
+
/* stylelint-enable */
|
|
588
600
|
}
|
|
589
601
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
590
602
|
float: right;
|
|
@@ -613,6 +625,7 @@
|
|
|
613
625
|
}
|
|
614
626
|
|
|
615
627
|
.e-pivotview-report-dialog {
|
|
628
|
+
/* stylelint-disable */
|
|
616
629
|
max-width: 350px !important;
|
|
617
630
|
}
|
|
618
631
|
|
|
@@ -632,6 +645,7 @@
|
|
|
632
645
|
max-width: 500px !important;
|
|
633
646
|
}
|
|
634
647
|
|
|
648
|
+
/* stylelint-enable */
|
|
635
649
|
.e-report-outer {
|
|
636
650
|
display: inline-block;
|
|
637
651
|
width: 100%;
|
|
@@ -644,6 +658,7 @@
|
|
|
644
658
|
padding-left: 12px;
|
|
645
659
|
}
|
|
646
660
|
|
|
661
|
+
/* stylelint-disable */
|
|
647
662
|
.e-pivotview-report-input {
|
|
648
663
|
float: right;
|
|
649
664
|
width: 60% !important;
|
|
@@ -665,11 +680,16 @@
|
|
|
665
680
|
font-size: 18px !important;
|
|
666
681
|
}
|
|
667
682
|
|
|
683
|
+
/* stylelint-enable */
|
|
668
684
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
|
|
669
685
|
.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
|
|
670
686
|
white-space: nowrap;
|
|
671
687
|
}
|
|
672
688
|
|
|
689
|
+
.e-drillthrough-dialog {
|
|
690
|
+
/* stylelint-disable */
|
|
691
|
+
/* stylelint-enable */
|
|
692
|
+
}
|
|
673
693
|
.e-drillthrough-dialog .e-drillthrough-body-header-container {
|
|
674
694
|
margin-bottom: 20px;
|
|
675
695
|
margin-bottom: 18px;
|
|
@@ -691,6 +711,13 @@
|
|
|
691
711
|
flex-wrap: wrap;
|
|
692
712
|
}
|
|
693
713
|
|
|
714
|
+
.e-bigger .e-pivotview,
|
|
715
|
+
.e-bigger.e-pivotview {
|
|
716
|
+
/* stylelint-disable */
|
|
717
|
+
/* stylelint-enable */
|
|
718
|
+
/* stylelint-disable */
|
|
719
|
+
/* stylelint-enable */
|
|
720
|
+
}
|
|
694
721
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
695
722
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
696
723
|
height: 139px;
|
|
@@ -845,6 +872,18 @@
|
|
|
845
872
|
}
|
|
846
873
|
|
|
847
874
|
/*! PivotView theme */
|
|
875
|
+
.e-pivotview {
|
|
876
|
+
/* stylelint-enable */
|
|
877
|
+
/* stylelint-disable */
|
|
878
|
+
/* stylelint-enable */
|
|
879
|
+
/* stylelint-disable */
|
|
880
|
+
/* stylelint-enable */
|
|
881
|
+
/* stylelint-disable */
|
|
882
|
+
/* stylelint-enable */
|
|
883
|
+
/* stylelint-disable */
|
|
884
|
+
/* stylelint-enable */
|
|
885
|
+
/* stylelint-enable */
|
|
886
|
+
}
|
|
848
887
|
.e-pivotview .e-nextspan {
|
|
849
888
|
display: inline-block;
|
|
850
889
|
width: 18px;
|
|
@@ -865,6 +904,7 @@
|
|
|
865
904
|
text-align: right;
|
|
866
905
|
}
|
|
867
906
|
.e-pivotview .e-grid .e-rowcell {
|
|
907
|
+
/* stylelint-disable */
|
|
868
908
|
font-size: 14px !important;
|
|
869
909
|
padding-left: 8px;
|
|
870
910
|
-webkit-user-select: none;
|
|
@@ -977,7 +1017,7 @@
|
|
|
977
1017
|
}
|
|
978
1018
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
979
1019
|
font-size: 12px !important;
|
|
980
|
-
padding:
|
|
1020
|
+
padding-right: 5px !important;
|
|
981
1021
|
}
|
|
982
1022
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
983
1023
|
margin: -10px 0 !important;
|
|
@@ -1020,11 +1060,6 @@
|
|
|
1020
1060
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1021
1061
|
visibility: hidden !important;
|
|
1022
1062
|
}
|
|
1023
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1024
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1025
|
-
text-overflow: ellipsis;
|
|
1026
|
-
white-space: nowrap;
|
|
1027
|
-
}
|
|
1028
1063
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1029
1064
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1030
1065
|
padding-left: 8px !important;
|
|
@@ -1085,12 +1120,18 @@
|
|
|
1085
1120
|
}
|
|
1086
1121
|
.e-pivotview .e-rowcell {
|
|
1087
1122
|
opacity: 1;
|
|
1123
|
+
/* stylelint-disable */
|
|
1124
|
+
/* stylelint-enable */
|
|
1088
1125
|
}
|
|
1089
1126
|
.e-pivotview .e-rowcell .e-cellvalue {
|
|
1090
1127
|
-webkit-user-select: none;
|
|
1091
1128
|
-ms-user-select: none;
|
|
1092
1129
|
user-select: none;
|
|
1093
1130
|
}
|
|
1131
|
+
.e-pivotview .e-grouping-bar {
|
|
1132
|
+
/* stylelint-disable */
|
|
1133
|
+
/* stylelint-enable */
|
|
1134
|
+
}
|
|
1094
1135
|
.e-pivotview .e-grouping-bar .e-right-axis-fields {
|
|
1095
1136
|
-ms-flex: auto;
|
|
1096
1137
|
flex: auto;
|
|
@@ -1189,6 +1230,38 @@
|
|
|
1189
1230
|
font-size: 14px;
|
|
1190
1231
|
font-weight: normal;
|
|
1191
1232
|
}
|
|
1233
|
+
.e-pivotview .e-group-values .e-pivot-button .e-sort,
|
|
1234
|
+
.e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
|
|
1235
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
|
|
1236
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
|
|
1237
|
+
.e-pivotview .e-group-values .e-pivot-button .e-remove,
|
|
1238
|
+
.e-pivotview .e-group-values .e-pivot-button .e-edit,
|
|
1239
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-sort,
|
|
1240
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
|
|
1241
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
|
|
1242
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
|
|
1243
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-remove,
|
|
1244
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-edit,
|
|
1245
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-sort,
|
|
1246
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
|
|
1247
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
|
|
1248
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
|
|
1249
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-remove,
|
|
1250
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-edit,
|
|
1251
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-sort,
|
|
1252
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
|
|
1253
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
|
|
1254
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1255
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1256
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-edit,
|
|
1257
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
|
|
1258
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
|
|
1259
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
|
|
1260
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
|
|
1261
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
|
|
1262
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
|
|
1263
|
+
margin-top: 1px;
|
|
1264
|
+
}
|
|
1192
1265
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
1193
1266
|
.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
1194
1267
|
display: -ms-inline-flexbox;
|
|
@@ -1219,17 +1292,21 @@
|
|
|
1219
1292
|
border: 1px solid #495057;
|
|
1220
1293
|
border-radius: 4px;
|
|
1221
1294
|
box-shadow: none;
|
|
1295
|
+
/* stylelint-disable */
|
|
1222
1296
|
color: #e9ecef !important;
|
|
1297
|
+
/* stylelint-enable */
|
|
1223
1298
|
cursor: default;
|
|
1224
1299
|
display: -ms-flexbox;
|
|
1225
1300
|
display: flex;
|
|
1226
1301
|
font-weight: normal;
|
|
1227
1302
|
height: 24px;
|
|
1228
1303
|
line-height: 0.9em;
|
|
1229
|
-
padding:
|
|
1304
|
+
padding: 3px 8px;
|
|
1230
1305
|
text-transform: none;
|
|
1231
1306
|
vertical-align: bottom;
|
|
1232
1307
|
z-index: 1;
|
|
1308
|
+
/* stylelint-disable */
|
|
1309
|
+
/* stylelint-enable */
|
|
1233
1310
|
}
|
|
1234
1311
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
1235
1312
|
.e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
|
|
@@ -1415,7 +1492,7 @@
|
|
|
1415
1492
|
pointer-events: none;
|
|
1416
1493
|
}
|
|
1417
1494
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1418
|
-
padding:
|
|
1495
|
+
padding: 3px 8px;
|
|
1419
1496
|
width: 180px;
|
|
1420
1497
|
}
|
|
1421
1498
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1492,6 +1569,7 @@
|
|
|
1492
1569
|
width: 18px;
|
|
1493
1570
|
}
|
|
1494
1571
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1572
|
+
margin-top: 3px;
|
|
1495
1573
|
transform: rotateX(180deg);
|
|
1496
1574
|
}
|
|
1497
1575
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1546,7 +1624,7 @@
|
|
|
1546
1624
|
width: auto;
|
|
1547
1625
|
}
|
|
1548
1626
|
.e-pivotview .e-collapse::before {
|
|
1549
|
-
font-size:
|
|
1627
|
+
font-size: 20px;
|
|
1550
1628
|
}
|
|
1551
1629
|
.e-pivotview .e-expand,
|
|
1552
1630
|
.e-pivotview .e-collapse {
|
|
@@ -1569,6 +1647,12 @@
|
|
|
1569
1647
|
.e-pivotview .e-expand::before {
|
|
1570
1648
|
font-size: 20px;
|
|
1571
1649
|
}
|
|
1650
|
+
.e-pivotview.e-rtl {
|
|
1651
|
+
/* stylelint-disable */
|
|
1652
|
+
/* stylelint-enable */
|
|
1653
|
+
/* stylelint-disable */
|
|
1654
|
+
/* stylelint-enable */
|
|
1655
|
+
}
|
|
1572
1656
|
.e-pivotview.e-rtl .e-expand::before,
|
|
1573
1657
|
.e-pivotview.e-rtl .e-collapse::before {
|
|
1574
1658
|
margin-left: 0;
|
|
@@ -1640,8 +1724,10 @@
|
|
|
1640
1724
|
padding-right: 8px;
|
|
1641
1725
|
}
|
|
1642
1726
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
|
|
1727
|
+
/* stylelint-disable */
|
|
1643
1728
|
padding-left: 8px;
|
|
1644
1729
|
padding-right: 0;
|
|
1730
|
+
/* stylelint-enable */
|
|
1645
1731
|
}
|
|
1646
1732
|
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
1647
1733
|
margin-left: 4px;
|
|
@@ -1664,9 +1750,18 @@
|
|
|
1664
1750
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
1665
1751
|
float: left;
|
|
1666
1752
|
}
|
|
1753
|
+
.e-pivotview.e-device .e-grouping-bar {
|
|
1754
|
+
/* stylelint-disable */
|
|
1755
|
+
}
|
|
1667
1756
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1668
1757
|
line-height: 1em !important;
|
|
1669
1758
|
}
|
|
1759
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1760
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1761
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1762
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1763
|
+
margin-top: 2px !important;
|
|
1764
|
+
}
|
|
1670
1765
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1671
1766
|
max-width: 155px;
|
|
1672
1767
|
}
|
|
@@ -1677,6 +1772,9 @@
|
|
|
1677
1772
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1678
1773
|
max-width: 200px;
|
|
1679
1774
|
}
|
|
1775
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1776
|
+
width: 100% !important;
|
|
1777
|
+
}
|
|
1680
1778
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1681
1779
|
width: 0 !important;
|
|
1682
1780
|
}
|
|
@@ -1732,6 +1830,13 @@
|
|
|
1732
1830
|
margin-right: 5px;
|
|
1733
1831
|
}
|
|
1734
1832
|
|
|
1833
|
+
.e-bigger .e-pivotview,
|
|
1834
|
+
.e-bigger.e-pivotview {
|
|
1835
|
+
/* stylelint-disable */
|
|
1836
|
+
/* stylelint-enable */
|
|
1837
|
+
/* stylelint-disable */
|
|
1838
|
+
/* stylelint-enable */
|
|
1839
|
+
}
|
|
1735
1840
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
1736
1841
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
1737
1842
|
margin: 4px;
|
|
@@ -1794,6 +1899,10 @@
|
|
|
1794
1899
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1795
1900
|
margin-top: 0;
|
|
1796
1901
|
}
|
|
1902
|
+
.e-bigger .e-pivotview .e-grouping-bar,
|
|
1903
|
+
.e-bigger.e-pivotview .e-grouping-bar {
|
|
1904
|
+
/* stylelint-enable */
|
|
1905
|
+
}
|
|
1797
1906
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1798
1907
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
1799
1908
|
height: 36px !important;
|
|
@@ -1834,8 +1943,10 @@
|
|
|
1834
1943
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
1835
1944
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
1836
1945
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1946
|
+
/* stylelint-disable */
|
|
1837
1947
|
font-size: 14px !important;
|
|
1838
1948
|
height: 20px;
|
|
1949
|
+
margin-top: 2px;
|
|
1839
1950
|
width: 20px;
|
|
1840
1951
|
}
|
|
1841
1952
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1931,8 +2042,9 @@
|
|
|
1931
2042
|
}
|
|
1932
2043
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1933
2044
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1934
|
-
margin: -
|
|
2045
|
+
margin: -15px -8px !important;
|
|
1935
2046
|
font-size: 12px !important;
|
|
2047
|
+
padding-top: 28px;
|
|
1936
2048
|
}
|
|
1937
2049
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1938
2050
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1962,8 +2074,15 @@
|
|
|
1962
2074
|
}
|
|
1963
2075
|
.e-bigger .e-pivotview .e-rowcell,
|
|
1964
2076
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2077
|
+
/* stylelint-disable */
|
|
1965
2078
|
font-size: 16px !important;
|
|
1966
2079
|
}
|
|
2080
|
+
.e-bigger .e-pivotview.e-rtl,
|
|
2081
|
+
.e-bigger.e-pivotview.e-rtl {
|
|
2082
|
+
/* stylelint-enable */
|
|
2083
|
+
/* stylelint-disable */
|
|
2084
|
+
/* stylelint-enable */
|
|
2085
|
+
}
|
|
1967
2086
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
1968
2087
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
1969
2088
|
padding-right: 10px !important;
|
|
@@ -2009,7 +2128,7 @@
|
|
|
2009
2128
|
}
|
|
2010
2129
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2011
2130
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2012
|
-
font-size:
|
|
2131
|
+
font-size: 24px;
|
|
2013
2132
|
}
|
|
2014
2133
|
|
|
2015
2134
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|