@syncfusion/ej2-react-pivotview 19.4.54 → 20.1.48
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 +44 -0
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +80 -29
- package/styles/bootstrap.css +80 -29
- package/styles/bootstrap4.css +82 -31
- package/styles/bootstrap5-dark.css +151 -64
- package/styles/bootstrap5.css +151 -64
- package/styles/fabric-dark.css +81 -29
- package/styles/fabric.css +80 -29
- package/styles/fluent-dark.css +8914 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +8916 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +80 -29
- package/styles/highcontrast.css +80 -29
- package/styles/material-dark.css +80 -29
- package/styles/material.css +80 -29
- package/styles/pivotfieldlist/bootstrap-dark.css +33 -16
- package/styles/pivotfieldlist/bootstrap.css +33 -16
- package/styles/pivotfieldlist/bootstrap4.css +33 -16
- package/styles/pivotfieldlist/bootstrap5-dark.css +78 -40
- package/styles/pivotfieldlist/bootstrap5.css +78 -40
- package/styles/pivotfieldlist/fabric-dark.css +33 -16
- package/styles/pivotfieldlist/fabric.css +33 -16
- package/styles/pivotfieldlist/fluent-dark.css +6456 -0
- package/styles/pivotfieldlist/fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/fluent.css +6456 -0
- package/styles/pivotfieldlist/fluent.scss +1 -0
- package/styles/pivotfieldlist/highcontrast-light.css +33 -16
- package/styles/pivotfieldlist/highcontrast.css +33 -16
- package/styles/pivotfieldlist/material-dark.css +33 -16
- package/styles/pivotfieldlist/material.css +33 -16
- package/styles/pivotfieldlist/tailwind-dark.css +145 -137
- package/styles/pivotfieldlist/tailwind.css +145 -137
- package/styles/pivotview/bootstrap-dark.css +47 -13
- package/styles/pivotview/bootstrap.css +47 -13
- package/styles/pivotview/bootstrap4.css +49 -15
- package/styles/pivotview/bootstrap5-dark.css +73 -24
- package/styles/pivotview/bootstrap5.css +73 -24
- package/styles/pivotview/fabric-dark.css +48 -13
- package/styles/pivotview/fabric.css +47 -13
- package/styles/pivotview/fluent-dark.css +2457 -0
- package/styles/pivotview/fluent-dark.scss +1 -0
- package/styles/pivotview/fluent.css +2459 -0
- package/styles/pivotview/fluent.scss +1 -0
- package/styles/pivotview/highcontrast-light.css +47 -13
- package/styles/pivotview/highcontrast.css +47 -13
- package/styles/pivotview/material-dark.css +47 -13
- package/styles/pivotview/material.css +47 -13
- package/styles/pivotview/tailwind-dark.css +115 -61
- package/styles/pivotview/tailwind.css +115 -61
- package/styles/tailwind-dark.css +260 -198
- package/styles/tailwind.css +260 -198
package/styles/fabric-dark.css
CHANGED
|
@@ -679,9 +679,6 @@
|
|
|
679
679
|
background: #282727;
|
|
680
680
|
border-bottom: 0;
|
|
681
681
|
border-style: solid;
|
|
682
|
-
border-top: 1px solid #414040;
|
|
683
|
-
border-left: 1px solid #414040;
|
|
684
|
-
border-right: 1px solid #414040;
|
|
685
682
|
}
|
|
686
683
|
|
|
687
684
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
@@ -700,7 +697,7 @@
|
|
|
700
697
|
|
|
701
698
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
702
699
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
703
|
-
height: 40px;
|
|
700
|
+
height: 40px !important;
|
|
704
701
|
overflow: hidden;
|
|
705
702
|
padding-left: 10px;
|
|
706
703
|
}
|
|
@@ -712,6 +709,10 @@
|
|
|
712
709
|
font-size: 16px;
|
|
713
710
|
}
|
|
714
711
|
|
|
712
|
+
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
713
|
+
margin-left: 18px !important;
|
|
714
|
+
}
|
|
715
|
+
|
|
715
716
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
716
717
|
padding: 0 !important;
|
|
717
718
|
}
|
|
@@ -1051,6 +1052,18 @@
|
|
|
1051
1052
|
margin-top: 5px;
|
|
1052
1053
|
}
|
|
1053
1054
|
|
|
1055
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
1056
|
+
height: 62px;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1060
|
+
padding-left: 10px;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1064
|
+
margin-left: 24px !important;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1054
1067
|
/*! PivotView theme */
|
|
1055
1068
|
.e-pivotview .e-nextspan {
|
|
1056
1069
|
display: inline-block;
|
|
@@ -1078,8 +1091,11 @@
|
|
|
1078
1091
|
|
|
1079
1092
|
.e-pivotview .e-grid
|
|
1080
1093
|
.e-rowcell {
|
|
1081
|
-
font-size: 13px;
|
|
1094
|
+
font-size: 13px !important;
|
|
1082
1095
|
padding-left: 8px;
|
|
1096
|
+
-webkit-user-select: none;
|
|
1097
|
+
-ms-user-select: none;
|
|
1098
|
+
user-select: none;
|
|
1083
1099
|
}
|
|
1084
1100
|
|
|
1085
1101
|
.e-pivotview .e-gtot,
|
|
@@ -1226,6 +1242,10 @@
|
|
|
1226
1242
|
|
|
1227
1243
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1228
1244
|
padding-left: 8px;
|
|
1245
|
+
-webkit-user-select: none;
|
|
1246
|
+
-ms-user-select: none;
|
|
1247
|
+
user-select: none;
|
|
1248
|
+
-webkit-touch-callout: none;
|
|
1229
1249
|
}
|
|
1230
1250
|
|
|
1231
1251
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1243,13 +1263,17 @@
|
|
|
1243
1263
|
padding-left: 8px !important;
|
|
1244
1264
|
}
|
|
1245
1265
|
|
|
1266
|
+
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1267
|
+
z-index: 1 !important;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1246
1270
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1247
1271
|
.e-pivotview .sf-grid .e-columnsheader {
|
|
1248
1272
|
padding-right: 8px !important;
|
|
1249
1273
|
}
|
|
1250
1274
|
|
|
1251
|
-
.e-pivotview .
|
|
1252
|
-
.e-pivotview .
|
|
1275
|
+
.e-pivotview .e-grid .e-headercelldiv,
|
|
1276
|
+
.e-pivotview .e-grid .e-stackedheadercelldiv {
|
|
1253
1277
|
line-height: normal;
|
|
1254
1278
|
}
|
|
1255
1279
|
|
|
@@ -1267,9 +1291,10 @@
|
|
|
1267
1291
|
|
|
1268
1292
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1269
1293
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1270
|
-
padding-left:
|
|
1294
|
+
padding-left: 12px !important;
|
|
1271
1295
|
margin-top: 5px;
|
|
1272
1296
|
margin-top: 2px;
|
|
1297
|
+
padding-left: 8px !important;
|
|
1273
1298
|
}
|
|
1274
1299
|
|
|
1275
1300
|
.e-pivotview .e-stackedheadercelldiv {
|
|
@@ -1968,7 +1993,7 @@
|
|
|
1968
1993
|
|
|
1969
1994
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1970
1995
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1971
|
-
padding-right:
|
|
1996
|
+
padding-right: 12px !important;
|
|
1972
1997
|
}
|
|
1973
1998
|
|
|
1974
1999
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2096,6 +2121,11 @@
|
|
|
2096
2121
|
padding-left: 8px !important;
|
|
2097
2122
|
}
|
|
2098
2123
|
|
|
2124
|
+
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2125
|
+
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2126
|
+
height: 100% !important;
|
|
2127
|
+
}
|
|
2128
|
+
|
|
2099
2129
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2100
2130
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2101
2131
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2107,6 +2137,11 @@
|
|
|
2107
2137
|
font-size: 13px !important;
|
|
2108
2138
|
}
|
|
2109
2139
|
|
|
2140
|
+
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2141
|
+
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2142
|
+
padding-left: 16px !important;
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2110
2145
|
.e-bigger .e-pivotview th .e-expand,
|
|
2111
2146
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2112
2147
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2159,7 +2194,7 @@
|
|
|
2159
2194
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2160
2195
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2161
2196
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2162
|
-
font-size: 14px;
|
|
2197
|
+
font-size: 14px !important;
|
|
2163
2198
|
height: 20px;
|
|
2164
2199
|
width: 20px;
|
|
2165
2200
|
}
|
|
@@ -2248,7 +2283,7 @@
|
|
|
2248
2283
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2249
2284
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2250
2285
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2251
|
-
font-size: 14px;
|
|
2286
|
+
font-size: 14px !important;
|
|
2252
2287
|
height: 20px;
|
|
2253
2288
|
width: 20px;
|
|
2254
2289
|
}
|
|
@@ -2307,7 +2342,7 @@
|
|
|
2307
2342
|
|
|
2308
2343
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2309
2344
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2310
|
-
font-size: 13px;
|
|
2345
|
+
font-size: 13px !important;
|
|
2311
2346
|
}
|
|
2312
2347
|
|
|
2313
2348
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2352,7 +2387,7 @@
|
|
|
2352
2387
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2353
2388
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2354
2389
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2355
|
-
padding-right:
|
|
2390
|
+
padding-right: 16px !important;
|
|
2356
2391
|
}
|
|
2357
2392
|
|
|
2358
2393
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2760,7 +2795,7 @@
|
|
|
2760
2795
|
}
|
|
2761
2796
|
|
|
2762
2797
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2763
|
-
padding-bottom:
|
|
2798
|
+
padding-bottom: 4px;
|
|
2764
2799
|
}
|
|
2765
2800
|
|
|
2766
2801
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -2788,7 +2823,7 @@
|
|
|
2788
2823
|
|
|
2789
2824
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
2790
2825
|
margin-left: 0;
|
|
2791
|
-
margin-right:
|
|
2826
|
+
margin-right: 16px;
|
|
2792
2827
|
}
|
|
2793
2828
|
|
|
2794
2829
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -2911,7 +2946,7 @@
|
|
|
2911
2946
|
}
|
|
2912
2947
|
|
|
2913
2948
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
2914
|
-
margin-left:
|
|
2949
|
+
margin-left: 16px;
|
|
2915
2950
|
margin-right: 0;
|
|
2916
2951
|
}
|
|
2917
2952
|
|
|
@@ -2933,6 +2968,10 @@
|
|
|
2933
2968
|
padding-left: 12px;
|
|
2934
2969
|
}
|
|
2935
2970
|
|
|
2971
|
+
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
2972
|
+
margin-right: 0;
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2936
2975
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2937
2976
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2938
2977
|
min-width: 706px !important;
|
|
@@ -3027,7 +3066,7 @@
|
|
|
3027
3066
|
color: #fff;
|
|
3028
3067
|
font-size: 13px;
|
|
3029
3068
|
margin-bottom: 4px;
|
|
3030
|
-
margin-top:
|
|
3069
|
+
margin-top: 12px;
|
|
3031
3070
|
overflow: hidden;
|
|
3032
3071
|
padding: 4px 0;
|
|
3033
3072
|
padding-bottom: 0;
|
|
@@ -3061,7 +3100,9 @@
|
|
|
3061
3100
|
|
|
3062
3101
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3063
3102
|
color: #dadada;
|
|
3103
|
+
float: right !important;
|
|
3064
3104
|
margin: 0;
|
|
3105
|
+
margin-right: 12px !important;
|
|
3065
3106
|
}
|
|
3066
3107
|
|
|
3067
3108
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3084,6 +3125,13 @@
|
|
|
3084
3125
|
width: 24px;
|
|
3085
3126
|
}
|
|
3086
3127
|
|
|
3128
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3129
|
+
float: right;
|
|
3130
|
+
font-size: 20px;
|
|
3131
|
+
margin-right: 12px;
|
|
3132
|
+
padding-top: 10px;
|
|
3133
|
+
}
|
|
3134
|
+
|
|
3087
3135
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
3088
3136
|
cursor: pointer;
|
|
3089
3137
|
display: inline-block;
|
|
@@ -3106,9 +3154,9 @@
|
|
|
3106
3154
|
font-size: 14px;
|
|
3107
3155
|
height: 24px;
|
|
3108
3156
|
margin-right: 4px;
|
|
3109
|
-
padding: 5px;
|
|
3110
3157
|
pointer-events: auto;
|
|
3111
3158
|
width: 24px;
|
|
3159
|
+
padding: 8px 8px 8px 12px;
|
|
3112
3160
|
}
|
|
3113
3161
|
|
|
3114
3162
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3224,7 +3272,7 @@
|
|
|
3224
3272
|
}
|
|
3225
3273
|
|
|
3226
3274
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3227
|
-
height:
|
|
3275
|
+
height: 474px;
|
|
3228
3276
|
width: 50%;
|
|
3229
3277
|
}
|
|
3230
3278
|
|
|
@@ -3236,7 +3284,7 @@
|
|
|
3236
3284
|
|
|
3237
3285
|
.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-pivot-treeview-outer-div {
|
|
3238
3286
|
display: inline-block;
|
|
3239
|
-
height:
|
|
3287
|
+
height: 441px;
|
|
3240
3288
|
overflow: auto;
|
|
3241
3289
|
width: 100%;
|
|
3242
3290
|
}
|
|
@@ -3294,6 +3342,7 @@
|
|
|
3294
3342
|
.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-item div.e-icons {
|
|
3295
3343
|
padding: 0;
|
|
3296
3344
|
height: auto;
|
|
3345
|
+
float: none !important;
|
|
3297
3346
|
}
|
|
3298
3347
|
|
|
3299
3348
|
.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 li {
|
|
@@ -3464,12 +3513,12 @@
|
|
|
3464
3513
|
|
|
3465
3514
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3466
3515
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3467
|
-
height:
|
|
3516
|
+
height: 528px;
|
|
3468
3517
|
}
|
|
3469
3518
|
|
|
3470
3519
|
.e-bigger.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-pivot-treeview-outer-div,
|
|
3471
3520
|
.e-bigger .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-pivot-treeview-outer-div {
|
|
3472
|
-
height:
|
|
3521
|
+
height: 490px;
|
|
3473
3522
|
}
|
|
3474
3523
|
|
|
3475
3524
|
.e-bigger.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-pivot-all-field-title,
|
|
@@ -3775,7 +3824,7 @@
|
|
|
3775
3824
|
}
|
|
3776
3825
|
|
|
3777
3826
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
3778
|
-
padding: 0
|
|
3827
|
+
padding: 0 24px 10px;
|
|
3779
3828
|
}
|
|
3780
3829
|
|
|
3781
3830
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4579,7 +4628,7 @@
|
|
|
4579
4628
|
|
|
4580
4629
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4581
4630
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4582
|
-
padding: 0
|
|
4631
|
+
padding: 0 28px 10px;
|
|
4583
4632
|
}
|
|
4584
4633
|
|
|
4585
4634
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4639,6 +4688,7 @@
|
|
|
4639
4688
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4640
4689
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4641
4690
|
font-size: 14px;
|
|
4691
|
+
padding-bottom: 6px;
|
|
4642
4692
|
}
|
|
4643
4693
|
|
|
4644
4694
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -5054,7 +5104,7 @@
|
|
|
5054
5104
|
color: #dadada;
|
|
5055
5105
|
cursor: pointer;
|
|
5056
5106
|
font-size: 14px;
|
|
5057
|
-
height: 20px;
|
|
5107
|
+
height: 20px !important;
|
|
5058
5108
|
padding: 5px 0 0 4px;
|
|
5059
5109
|
width: 20px;
|
|
5060
5110
|
}
|
|
@@ -5974,6 +6024,7 @@
|
|
|
5974
6024
|
height: 24px;
|
|
5975
6025
|
padding-left: 10px;
|
|
5976
6026
|
width: 24px;
|
|
6027
|
+
font-size: 14px !important;
|
|
5977
6028
|
}
|
|
5978
6029
|
|
|
5979
6030
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -6527,7 +6578,7 @@
|
|
|
6527
6578
|
color: #dadada;
|
|
6528
6579
|
cursor: pointer;
|
|
6529
6580
|
font-size: 14px;
|
|
6530
|
-
height: 20px;
|
|
6581
|
+
height: 20px !important;
|
|
6531
6582
|
padding: 5px 0 0 4px;
|
|
6532
6583
|
width: 20px;
|
|
6533
6584
|
}
|
|
@@ -7447,6 +7498,7 @@
|
|
|
7447
7498
|
height: 24px;
|
|
7448
7499
|
padding-left: 10px;
|
|
7449
7500
|
width: 24px;
|
|
7501
|
+
font-size: 14px !important;
|
|
7450
7502
|
}
|
|
7451
7503
|
|
|
7452
7504
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -7842,7 +7894,7 @@
|
|
|
7842
7894
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
7843
7895
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
7844
7896
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
7845
|
-
padding-left: 16px;
|
|
7897
|
+
padding-left: 16px !important;
|
|
7846
7898
|
}
|
|
7847
7899
|
|
|
7848
7900
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -7868,7 +7920,7 @@
|
|
|
7868
7920
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
7869
7921
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
7870
7922
|
font-size: 16px;
|
|
7871
|
-
height: 24px;
|
|
7923
|
+
height: 24px !important;
|
|
7872
7924
|
padding: 5px 0 0 4px;
|
|
7873
7925
|
width: 24px;
|
|
7874
7926
|
}
|
|
@@ -8307,7 +8359,7 @@
|
|
|
8307
8359
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8308
8360
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8309
8361
|
font-size: 16px;
|
|
8310
|
-
height: 24px;
|
|
8362
|
+
height: 24px !important;
|
|
8311
8363
|
padding: 5px 0 0 4px;
|
|
8312
8364
|
width: 24px;
|
|
8313
8365
|
}
|