@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/bootstrap.css
CHANGED
|
@@ -679,6 +679,9 @@
|
|
|
679
679
|
background: #f5f5f5;
|
|
680
680
|
border-bottom: 0;
|
|
681
681
|
border-style: solid;
|
|
682
|
+
border-top: 1px solid rgba(51, 51, 51, 0.12);
|
|
683
|
+
border-left: 1px solid rgba(51, 51, 51, 0.12);
|
|
684
|
+
border-right: 1px solid rgba(51, 51, 51, 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: 38px
|
|
703
|
+
height: 38px;
|
|
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: 8px;
|
|
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
|
|
|
@@ -1995,7 +1971,7 @@
|
|
|
1995
1971
|
|
|
1996
1972
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1997
1973
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1998
|
-
padding-right:
|
|
1974
|
+
padding-right: 8px !important;
|
|
1999
1975
|
}
|
|
2000
1976
|
|
|
2001
1977
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2123,11 +2099,6 @@
|
|
|
2123
2099
|
padding-left: 8px !important;
|
|
2124
2100
|
}
|
|
2125
2101
|
|
|
2126
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2127
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2128
|
-
height: 100% !important;
|
|
2129
|
-
}
|
|
2130
|
-
|
|
2131
2102
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2132
2103
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2133
2104
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2139,11 +2110,6 @@
|
|
|
2139
2110
|
font-size: 13px !important;
|
|
2140
2111
|
}
|
|
2141
2112
|
|
|
2142
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2143
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2144
|
-
padding-left: 16px !important;
|
|
2145
|
-
}
|
|
2146
|
-
|
|
2147
2113
|
.e-bigger .e-pivotview th .e-expand,
|
|
2148
2114
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2149
2115
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2196,7 +2162,7 @@
|
|
|
2196
2162
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2197
2163
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2198
2164
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2199
|
-
font-size: 14px
|
|
2165
|
+
font-size: 14px;
|
|
2200
2166
|
height: 20px;
|
|
2201
2167
|
width: 20px;
|
|
2202
2168
|
}
|
|
@@ -2285,7 +2251,7 @@
|
|
|
2285
2251
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2286
2252
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2287
2253
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2288
|
-
font-size: 14px
|
|
2254
|
+
font-size: 14px;
|
|
2289
2255
|
height: 20px;
|
|
2290
2256
|
width: 20px;
|
|
2291
2257
|
}
|
|
@@ -2344,7 +2310,7 @@
|
|
|
2344
2310
|
|
|
2345
2311
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2346
2312
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2347
|
-
font-size: 13px
|
|
2313
|
+
font-size: 13px;
|
|
2348
2314
|
}
|
|
2349
2315
|
|
|
2350
2316
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2389,7 +2355,7 @@
|
|
|
2389
2355
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2390
2356
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2391
2357
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2392
|
-
padding-right:
|
|
2358
|
+
padding-right: 8px !important;
|
|
2393
2359
|
}
|
|
2394
2360
|
|
|
2395
2361
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2796,7 +2762,7 @@
|
|
|
2796
2762
|
}
|
|
2797
2763
|
|
|
2798
2764
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2799
|
-
padding-bottom:
|
|
2765
|
+
padding-bottom: 10px;
|
|
2800
2766
|
}
|
|
2801
2767
|
|
|
2802
2768
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -2824,7 +2790,7 @@
|
|
|
2824
2790
|
|
|
2825
2791
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
2826
2792
|
margin-left: 0;
|
|
2827
|
-
margin-right:
|
|
2793
|
+
margin-right: 18px;
|
|
2828
2794
|
}
|
|
2829
2795
|
|
|
2830
2796
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -2947,7 +2913,7 @@
|
|
|
2947
2913
|
}
|
|
2948
2914
|
|
|
2949
2915
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
2950
|
-
margin-left:
|
|
2916
|
+
margin-left: 18px;
|
|
2951
2917
|
margin-right: 0;
|
|
2952
2918
|
}
|
|
2953
2919
|
|
|
@@ -2969,10 +2935,6 @@
|
|
|
2969
2935
|
padding-left: 12px;
|
|
2970
2936
|
}
|
|
2971
2937
|
|
|
2972
|
-
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
2973
|
-
margin-right: 0;
|
|
2974
|
-
}
|
|
2975
|
-
|
|
2976
2938
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2977
2939
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2978
2940
|
min-width: 670px !important;
|
|
@@ -3067,7 +3029,7 @@
|
|
|
3067
3029
|
color: #333;
|
|
3068
3030
|
font-size: 13px;
|
|
3069
3031
|
margin-bottom: 4px;
|
|
3070
|
-
margin-top:
|
|
3032
|
+
margin-top: 15px;
|
|
3071
3033
|
overflow: hidden;
|
|
3072
3034
|
padding: 4px 0;
|
|
3073
3035
|
padding-bottom: 0;
|
|
@@ -3101,9 +3063,7 @@
|
|
|
3101
3063
|
|
|
3102
3064
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3103
3065
|
color: #333;
|
|
3104
|
-
float: right !important;
|
|
3105
3066
|
margin: 0;
|
|
3106
|
-
margin-right: 12px !important;
|
|
3107
3067
|
}
|
|
3108
3068
|
|
|
3109
3069
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3126,13 +3086,6 @@
|
|
|
3126
3086
|
width: 24px;
|
|
3127
3087
|
}
|
|
3128
3088
|
|
|
3129
|
-
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3130
|
-
float: right;
|
|
3131
|
-
font-size: 20px;
|
|
3132
|
-
margin-right: 12px;
|
|
3133
|
-
padding-top: 10px;
|
|
3134
|
-
}
|
|
3135
|
-
|
|
3136
3089
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
3137
3090
|
cursor: pointer;
|
|
3138
3091
|
display: inline-block;
|
|
@@ -3155,9 +3108,9 @@
|
|
|
3155
3108
|
font-size: 14px;
|
|
3156
3109
|
height: 24px;
|
|
3157
3110
|
margin-right: 4px;
|
|
3111
|
+
padding: 5px;
|
|
3158
3112
|
pointer-events: auto;
|
|
3159
3113
|
width: 24px;
|
|
3160
|
-
padding: 8px 8px 8px 12px;
|
|
3161
3114
|
}
|
|
3162
3115
|
|
|
3163
3116
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3273,7 +3226,7 @@
|
|
|
3273
3226
|
}
|
|
3274
3227
|
|
|
3275
3228
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3276
|
-
height:
|
|
3229
|
+
height: 450px;
|
|
3277
3230
|
width: 50%;
|
|
3278
3231
|
}
|
|
3279
3232
|
|
|
@@ -3285,7 +3238,7 @@
|
|
|
3285
3238
|
|
|
3286
3239
|
.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 {
|
|
3287
3240
|
display: inline-block;
|
|
3288
|
-
height:
|
|
3241
|
+
height: 421px;
|
|
3289
3242
|
overflow: auto;
|
|
3290
3243
|
width: 100%;
|
|
3291
3244
|
}
|
|
@@ -3343,7 +3296,6 @@
|
|
|
3343
3296
|
.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 {
|
|
3344
3297
|
padding: 0;
|
|
3345
3298
|
height: auto;
|
|
3346
|
-
float: none !important;
|
|
3347
3299
|
}
|
|
3348
3300
|
|
|
3349
3301
|
.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 {
|
|
@@ -3514,12 +3466,12 @@
|
|
|
3514
3466
|
|
|
3515
3467
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3516
3468
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3517
|
-
height:
|
|
3469
|
+
height: 495px;
|
|
3518
3470
|
}
|
|
3519
3471
|
|
|
3520
3472
|
.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,
|
|
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-treeview-outer-div {
|
|
3522
|
-
height:
|
|
3474
|
+
height: 463px;
|
|
3523
3475
|
}
|
|
3524
3476
|
|
|
3525
3477
|
.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,
|
|
@@ -3825,7 +3777,7 @@
|
|
|
3825
3777
|
}
|
|
3826
3778
|
|
|
3827
3779
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
3828
|
-
padding: 0
|
|
3780
|
+
padding: 0 20px 10px;
|
|
3829
3781
|
}
|
|
3830
3782
|
|
|
3831
3783
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4629,7 +4581,7 @@
|
|
|
4629
4581
|
|
|
4630
4582
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4631
4583
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4632
|
-
padding: 0
|
|
4584
|
+
padding: 0 20px 10px;
|
|
4633
4585
|
}
|
|
4634
4586
|
|
|
4635
4587
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4689,7 +4641,6 @@
|
|
|
4689
4641
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4690
4642
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4691
4643
|
font-size: 14px;
|
|
4692
|
-
padding-bottom: 6px;
|
|
4693
4644
|
}
|
|
4694
4645
|
|
|
4695
4646
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -5105,7 +5056,7 @@
|
|
|
5105
5056
|
color: #555;
|
|
5106
5057
|
cursor: pointer;
|
|
5107
5058
|
font-size: 14px;
|
|
5108
|
-
height: 20px
|
|
5059
|
+
height: 20px;
|
|
5109
5060
|
padding: 7px 0 0 4px;
|
|
5110
5061
|
width: 20px;
|
|
5111
5062
|
}
|
|
@@ -6025,7 +5976,6 @@
|
|
|
6025
5976
|
height: 24px;
|
|
6026
5977
|
padding-left: 10px;
|
|
6027
5978
|
width: 24px;
|
|
6028
|
-
font-size: 14px !important;
|
|
6029
5979
|
}
|
|
6030
5980
|
|
|
6031
5981
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -6579,7 +6529,7 @@
|
|
|
6579
6529
|
color: #555;
|
|
6580
6530
|
cursor: pointer;
|
|
6581
6531
|
font-size: 14px;
|
|
6582
|
-
height: 20px
|
|
6532
|
+
height: 20px;
|
|
6583
6533
|
padding: 7px 0 0 4px;
|
|
6584
6534
|
width: 20px;
|
|
6585
6535
|
}
|
|
@@ -7499,7 +7449,6 @@
|
|
|
7499
7449
|
height: 24px;
|
|
7500
7450
|
padding-left: 10px;
|
|
7501
7451
|
width: 24px;
|
|
7502
|
-
font-size: 14px !important;
|
|
7503
7452
|
}
|
|
7504
7453
|
|
|
7505
7454
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -7895,7 +7844,7 @@
|
|
|
7895
7844
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
7896
7845
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
7897
7846
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
7898
|
-
padding-left: 16px
|
|
7847
|
+
padding-left: 16px;
|
|
7899
7848
|
}
|
|
7900
7849
|
|
|
7901
7850
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -7921,7 +7870,7 @@
|
|
|
7921
7870
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
7922
7871
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
7923
7872
|
font-size: 16px;
|
|
7924
|
-
height: 24px
|
|
7873
|
+
height: 24px;
|
|
7925
7874
|
padding: 7px 0 0 4px;
|
|
7926
7875
|
width: 24px;
|
|
7927
7876
|
}
|
|
@@ -8360,7 +8309,7 @@
|
|
|
8360
8309
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8361
8310
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8362
8311
|
font-size: 16px;
|
|
8363
|
-
height: 24px
|
|
8312
|
+
height: 24px;
|
|
8364
8313
|
padding: 7px 0 0 4px;
|
|
8365
8314
|
width: 24px;
|
|
8366
8315
|
}
|