@syncfusion/ej2-vue-pivotview 20.1.47 → 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 +0 -16
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js +4 -32
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +2 -20
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +14 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -1
- package/src/pivotfieldlist/pivotfieldlist.component.js +1 -10
- package/src/pivotview/pivotview.component.d.ts +0 -1
- package/src/pivotview/pivotview.component.js +1 -10
- package/styles/bootstrap-dark.css +29 -80
- package/styles/bootstrap.css +29 -80
- package/styles/bootstrap4.css +31 -82
- package/styles/bootstrap5-dark.css +64 -151
- package/styles/bootstrap5.css +64 -151
- package/styles/fabric-dark.css +29 -81
- package/styles/fabric.css +29 -80
- package/styles/highcontrast-light.css +29 -80
- package/styles/highcontrast.css +29 -80
- package/styles/material-dark.css +29 -80
- package/styles/material.css +29 -80
- package/styles/pivotfieldlist/bootstrap-dark.css +16 -33
- package/styles/pivotfieldlist/bootstrap.css +16 -33
- package/styles/pivotfieldlist/bootstrap4.css +16 -33
- package/styles/pivotfieldlist/bootstrap5-dark.css +40 -78
- package/styles/pivotfieldlist/bootstrap5.css +40 -78
- package/styles/pivotfieldlist/fabric-dark.css +16 -33
- package/styles/pivotfieldlist/fabric.css +16 -33
- package/styles/pivotfieldlist/highcontrast-light.css +16 -33
- package/styles/pivotfieldlist/highcontrast.css +16 -33
- package/styles/pivotfieldlist/material-dark.css +16 -33
- package/styles/pivotfieldlist/material.css +16 -33
- package/styles/pivotfieldlist/tailwind-dark.css +137 -145
- package/styles/pivotfieldlist/tailwind.css +137 -145
- package/styles/pivotview/bootstrap-dark.css +13 -47
- package/styles/pivotview/bootstrap.css +13 -47
- package/styles/pivotview/bootstrap4.css +15 -49
- package/styles/pivotview/bootstrap5-dark.css +24 -73
- package/styles/pivotview/bootstrap5.css +24 -73
- package/styles/pivotview/fabric-dark.css +13 -48
- package/styles/pivotview/fabric.css +13 -47
- package/styles/pivotview/highcontrast-light.css +13 -47
- package/styles/pivotview/highcontrast.css +13 -47
- package/styles/pivotview/material-dark.css +13 -47
- package/styles/pivotview/material.css +13 -47
- package/styles/pivotview/tailwind-dark.css +61 -115
- package/styles/pivotview/tailwind.css +61 -115
- package/styles/tailwind-dark.css +198 -260
- package/styles/tailwind.css +198 -260
- package/styles/fluent-dark.css +0 -8914
- package/styles/fluent-dark.scss +0 -2
- package/styles/fluent.css +0 -8916
- package/styles/fluent.scss +0 -2
- package/styles/pivotfieldlist/fluent-dark.css +0 -6456
- package/styles/pivotfieldlist/fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/fluent.css +0 -6456
- package/styles/pivotfieldlist/fluent.scss +0 -1
- package/styles/pivotview/fluent-dark.css +0 -2457
- package/styles/pivotview/fluent-dark.scss +0 -1
- package/styles/pivotview/fluent.css +0 -2459
- package/styles/pivotview/fluent.scss +0 -1
package/styles/fabric.css
CHANGED
|
@@ -679,6 +679,9 @@
|
|
|
679
679
|
background: #f4f4f4;
|
|
680
680
|
border-bottom: 0;
|
|
681
681
|
border-style: solid;
|
|
682
|
+
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
|
683
|
+
border-left: 1px solid rgba(0, 0, 0, 0.12);
|
|
684
|
+
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
682
685
|
}
|
|
683
686
|
|
|
684
687
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
@@ -697,7 +700,7 @@
|
|
|
697
700
|
|
|
698
701
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
699
702
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
700
|
-
height: 40px
|
|
703
|
+
height: 40px;
|
|
701
704
|
overflow: hidden;
|
|
702
705
|
padding-left: 10px;
|
|
703
706
|
}
|
|
@@ -709,10 +712,6 @@
|
|
|
709
712
|
font-size: 16px;
|
|
710
713
|
}
|
|
711
714
|
|
|
712
|
-
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
713
|
-
margin-left: 18px !important;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
715
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
717
716
|
padding: 0 !important;
|
|
718
717
|
}
|
|
@@ -1052,18 +1051,6 @@
|
|
|
1052
1051
|
margin-top: 5px;
|
|
1053
1052
|
}
|
|
1054
1053
|
|
|
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
|
-
|
|
1067
1054
|
/*! PivotView theme */
|
|
1068
1055
|
.e-pivotview .e-nextspan {
|
|
1069
1056
|
display: inline-block;
|
|
@@ -1091,11 +1078,8 @@
|
|
|
1091
1078
|
|
|
1092
1079
|
.e-pivotview .e-grid
|
|
1093
1080
|
.e-rowcell {
|
|
1094
|
-
font-size: 13px
|
|
1081
|
+
font-size: 13px;
|
|
1095
1082
|
padding-left: 8px;
|
|
1096
|
-
-webkit-user-select: none;
|
|
1097
|
-
-ms-user-select: none;
|
|
1098
|
-
user-select: none;
|
|
1099
1083
|
}
|
|
1100
1084
|
|
|
1101
1085
|
.e-pivotview .e-gtot,
|
|
@@ -1242,10 +1226,6 @@
|
|
|
1242
1226
|
|
|
1243
1227
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1244
1228
|
padding-left: 8px;
|
|
1245
|
-
-webkit-user-select: none;
|
|
1246
|
-
-ms-user-select: none;
|
|
1247
|
-
user-select: none;
|
|
1248
|
-
-webkit-touch-callout: none;
|
|
1249
1229
|
}
|
|
1250
1230
|
|
|
1251
1231
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1263,17 +1243,13 @@
|
|
|
1263
1243
|
padding-left: 8px !important;
|
|
1264
1244
|
}
|
|
1265
1245
|
|
|
1266
|
-
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1267
|
-
z-index: 1 !important;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
1246
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1271
1247
|
.e-pivotview .sf-grid .e-columnsheader {
|
|
1272
1248
|
padding-right: 8px !important;
|
|
1273
1249
|
}
|
|
1274
1250
|
|
|
1275
|
-
.e-pivotview .
|
|
1276
|
-
.e-pivotview .
|
|
1251
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1252
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1277
1253
|
line-height: normal;
|
|
1278
1254
|
}
|
|
1279
1255
|
|
|
@@ -1291,7 +1267,7 @@
|
|
|
1291
1267
|
|
|
1292
1268
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1293
1269
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1294
|
-
padding-left:
|
|
1270
|
+
padding-left: 8px !important;
|
|
1295
1271
|
margin-top: 5px;
|
|
1296
1272
|
}
|
|
1297
1273
|
|
|
@@ -1991,7 +1967,7 @@
|
|
|
1991
1967
|
|
|
1992
1968
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1993
1969
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1994
|
-
padding-right:
|
|
1970
|
+
padding-right: 8px !important;
|
|
1995
1971
|
}
|
|
1996
1972
|
|
|
1997
1973
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2119,11 +2095,6 @@
|
|
|
2119
2095
|
padding-left: 8px !important;
|
|
2120
2096
|
}
|
|
2121
2097
|
|
|
2122
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2123
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2124
|
-
height: 100% !important;
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
2098
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2128
2099
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2129
2100
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2135,11 +2106,6 @@
|
|
|
2135
2106
|
font-size: 13px !important;
|
|
2136
2107
|
}
|
|
2137
2108
|
|
|
2138
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2139
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2140
|
-
padding-left: 16px !important;
|
|
2141
|
-
}
|
|
2142
|
-
|
|
2143
2109
|
.e-bigger .e-pivotview th .e-expand,
|
|
2144
2110
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2145
2111
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2192,7 +2158,7 @@
|
|
|
2192
2158
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2193
2159
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2194
2160
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2195
|
-
font-size: 14px
|
|
2161
|
+
font-size: 14px;
|
|
2196
2162
|
height: 20px;
|
|
2197
2163
|
width: 20px;
|
|
2198
2164
|
}
|
|
@@ -2281,7 +2247,7 @@
|
|
|
2281
2247
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2282
2248
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2283
2249
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2284
|
-
font-size: 14px
|
|
2250
|
+
font-size: 14px;
|
|
2285
2251
|
height: 20px;
|
|
2286
2252
|
width: 20px;
|
|
2287
2253
|
}
|
|
@@ -2340,7 +2306,7 @@
|
|
|
2340
2306
|
|
|
2341
2307
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2342
2308
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2343
|
-
font-size: 13px
|
|
2309
|
+
font-size: 13px;
|
|
2344
2310
|
}
|
|
2345
2311
|
|
|
2346
2312
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2385,7 +2351,7 @@
|
|
|
2385
2351
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2386
2352
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2387
2353
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2388
|
-
padding-right:
|
|
2354
|
+
padding-right: 8px !important;
|
|
2389
2355
|
}
|
|
2390
2356
|
|
|
2391
2357
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2792,7 +2758,7 @@
|
|
|
2792
2758
|
}
|
|
2793
2759
|
|
|
2794
2760
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2795
|
-
padding-bottom:
|
|
2761
|
+
padding-bottom: 10px;
|
|
2796
2762
|
}
|
|
2797
2763
|
|
|
2798
2764
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -2820,7 +2786,7 @@
|
|
|
2820
2786
|
|
|
2821
2787
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
2822
2788
|
margin-left: 0;
|
|
2823
|
-
margin-right:
|
|
2789
|
+
margin-right: 18px;
|
|
2824
2790
|
}
|
|
2825
2791
|
|
|
2826
2792
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -2943,7 +2909,7 @@
|
|
|
2943
2909
|
}
|
|
2944
2910
|
|
|
2945
2911
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
2946
|
-
margin-left:
|
|
2912
|
+
margin-left: 18px;
|
|
2947
2913
|
margin-right: 0;
|
|
2948
2914
|
}
|
|
2949
2915
|
|
|
@@ -2965,10 +2931,6 @@
|
|
|
2965
2931
|
padding-left: 12px;
|
|
2966
2932
|
}
|
|
2967
2933
|
|
|
2968
|
-
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
2969
|
-
margin-right: 0;
|
|
2970
|
-
}
|
|
2971
|
-
|
|
2972
2934
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2973
2935
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2974
2936
|
min-width: 706px !important;
|
|
@@ -3063,7 +3025,7 @@
|
|
|
3063
3025
|
color: #333;
|
|
3064
3026
|
font-size: 13px;
|
|
3065
3027
|
margin-bottom: 4px;
|
|
3066
|
-
margin-top:
|
|
3028
|
+
margin-top: 15px;
|
|
3067
3029
|
overflow: hidden;
|
|
3068
3030
|
padding: 4px 0;
|
|
3069
3031
|
padding-bottom: 0;
|
|
@@ -3097,9 +3059,7 @@
|
|
|
3097
3059
|
|
|
3098
3060
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3099
3061
|
color: #333;
|
|
3100
|
-
float: right !important;
|
|
3101
3062
|
margin: 0;
|
|
3102
|
-
margin-right: 12px !important;
|
|
3103
3063
|
}
|
|
3104
3064
|
|
|
3105
3065
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3122,13 +3082,6 @@
|
|
|
3122
3082
|
width: 24px;
|
|
3123
3083
|
}
|
|
3124
3084
|
|
|
3125
|
-
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3126
|
-
float: right;
|
|
3127
|
-
font-size: 20px;
|
|
3128
|
-
margin-right: 12px;
|
|
3129
|
-
padding-top: 10px;
|
|
3130
|
-
}
|
|
3131
|
-
|
|
3132
3085
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
3133
3086
|
cursor: pointer;
|
|
3134
3087
|
display: inline-block;
|
|
@@ -3151,9 +3104,9 @@
|
|
|
3151
3104
|
font-size: 14px;
|
|
3152
3105
|
height: 24px;
|
|
3153
3106
|
margin-right: 4px;
|
|
3107
|
+
padding: 5px;
|
|
3154
3108
|
pointer-events: auto;
|
|
3155
3109
|
width: 24px;
|
|
3156
|
-
padding: 8px 8px 8px 12px;
|
|
3157
3110
|
}
|
|
3158
3111
|
|
|
3159
3112
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3269,7 +3222,7 @@
|
|
|
3269
3222
|
}
|
|
3270
3223
|
|
|
3271
3224
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3272
|
-
height:
|
|
3225
|
+
height: 458px;
|
|
3273
3226
|
width: 50%;
|
|
3274
3227
|
}
|
|
3275
3228
|
|
|
@@ -3281,7 +3234,7 @@
|
|
|
3281
3234
|
|
|
3282
3235
|
.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 {
|
|
3283
3236
|
display: inline-block;
|
|
3284
|
-
height:
|
|
3237
|
+
height: 428px;
|
|
3285
3238
|
overflow: auto;
|
|
3286
3239
|
width: 100%;
|
|
3287
3240
|
}
|
|
@@ -3339,7 +3292,6 @@
|
|
|
3339
3292
|
.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 {
|
|
3340
3293
|
padding: 0;
|
|
3341
3294
|
height: auto;
|
|
3342
|
-
float: none !important;
|
|
3343
3295
|
}
|
|
3344
3296
|
|
|
3345
3297
|
.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 {
|
|
@@ -3510,12 +3462,12 @@
|
|
|
3510
3462
|
|
|
3511
3463
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3512
3464
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3513
|
-
height:
|
|
3465
|
+
height: 513px;
|
|
3514
3466
|
}
|
|
3515
3467
|
|
|
3516
3468
|
.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,
|
|
3517
3469
|
.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 {
|
|
3518
|
-
height:
|
|
3470
|
+
height: 478px;
|
|
3519
3471
|
}
|
|
3520
3472
|
|
|
3521
3473
|
.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,
|
|
@@ -3821,7 +3773,7 @@
|
|
|
3821
3773
|
}
|
|
3822
3774
|
|
|
3823
3775
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
3824
|
-
padding: 0
|
|
3776
|
+
padding: 0 20px 10px;
|
|
3825
3777
|
}
|
|
3826
3778
|
|
|
3827
3779
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4625,7 +4577,7 @@
|
|
|
4625
4577
|
|
|
4626
4578
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4627
4579
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4628
|
-
padding: 0
|
|
4580
|
+
padding: 0 20px 10px;
|
|
4629
4581
|
}
|
|
4630
4582
|
|
|
4631
4583
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4685,7 +4637,6 @@
|
|
|
4685
4637
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4686
4638
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4687
4639
|
font-size: 14px;
|
|
4688
|
-
padding-bottom: 6px;
|
|
4689
4640
|
}
|
|
4690
4641
|
|
|
4691
4642
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -5101,7 +5052,7 @@
|
|
|
5101
5052
|
color: #666;
|
|
5102
5053
|
cursor: pointer;
|
|
5103
5054
|
font-size: 14px;
|
|
5104
|
-
height: 20px
|
|
5055
|
+
height: 20px;
|
|
5105
5056
|
padding: 5px 0 0 4px;
|
|
5106
5057
|
width: 20px;
|
|
5107
5058
|
}
|
|
@@ -6021,7 +5972,6 @@
|
|
|
6021
5972
|
height: 24px;
|
|
6022
5973
|
padding-left: 10px;
|
|
6023
5974
|
width: 24px;
|
|
6024
|
-
font-size: 14px !important;
|
|
6025
5975
|
}
|
|
6026
5976
|
|
|
6027
5977
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -6575,7 +6525,7 @@
|
|
|
6575
6525
|
color: #666;
|
|
6576
6526
|
cursor: pointer;
|
|
6577
6527
|
font-size: 14px;
|
|
6578
|
-
height: 20px
|
|
6528
|
+
height: 20px;
|
|
6579
6529
|
padding: 5px 0 0 4px;
|
|
6580
6530
|
width: 20px;
|
|
6581
6531
|
}
|
|
@@ -7495,7 +7445,6 @@
|
|
|
7495
7445
|
height: 24px;
|
|
7496
7446
|
padding-left: 10px;
|
|
7497
7447
|
width: 24px;
|
|
7498
|
-
font-size: 14px !important;
|
|
7499
7448
|
}
|
|
7500
7449
|
|
|
7501
7450
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -7891,7 +7840,7 @@
|
|
|
7891
7840
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
7892
7841
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
7893
7842
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
7894
|
-
padding-left: 16px
|
|
7843
|
+
padding-left: 16px;
|
|
7895
7844
|
}
|
|
7896
7845
|
|
|
7897
7846
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -7917,7 +7866,7 @@
|
|
|
7917
7866
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
7918
7867
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
7919
7868
|
font-size: 16px;
|
|
7920
|
-
height: 24px
|
|
7869
|
+
height: 24px;
|
|
7921
7870
|
padding: 5px 0 0 4px;
|
|
7922
7871
|
width: 24px;
|
|
7923
7872
|
}
|
|
@@ -8356,7 +8305,7 @@
|
|
|
8356
8305
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8357
8306
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8358
8307
|
font-size: 16px;
|
|
8359
|
-
height: 24px
|
|
8308
|
+
height: 24px;
|
|
8360
8309
|
padding: 5px 0 0 4px;
|
|
8361
8310
|
width: 24px;
|
|
8362
8311
|
}
|