@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/material-dark.css
CHANGED
|
@@ -679,6 +679,9 @@
|
|
|
679
679
|
background: #212121;
|
|
680
680
|
border-bottom: 0;
|
|
681
681
|
border-style: solid;
|
|
682
|
+
border-top: 1px solid #e0e0e0;
|
|
683
|
+
border-left: 1px solid #e0e0e0;
|
|
684
|
+
border-right: 1px solid #e0e0e0;
|
|
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: 12px;
|
|
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 {
|
|
@@ -2797,7 +2763,7 @@
|
|
|
2797
2763
|
}
|
|
2798
2764
|
|
|
2799
2765
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2800
|
-
padding-bottom:
|
|
2766
|
+
padding-bottom: 10px;
|
|
2801
2767
|
}
|
|
2802
2768
|
|
|
2803
2769
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -2825,7 +2791,7 @@
|
|
|
2825
2791
|
|
|
2826
2792
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
2827
2793
|
margin-left: 0;
|
|
2828
|
-
margin-right:
|
|
2794
|
+
margin-right: 18px;
|
|
2829
2795
|
}
|
|
2830
2796
|
|
|
2831
2797
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -2948,7 +2914,7 @@
|
|
|
2948
2914
|
}
|
|
2949
2915
|
|
|
2950
2916
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
2951
|
-
margin-left:
|
|
2917
|
+
margin-left: 18px;
|
|
2952
2918
|
margin-right: 0;
|
|
2953
2919
|
}
|
|
2954
2920
|
|
|
@@ -2970,10 +2936,6 @@
|
|
|
2970
2936
|
padding-left: 12px;
|
|
2971
2937
|
}
|
|
2972
2938
|
|
|
2973
|
-
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
2974
|
-
margin-right: 0;
|
|
2975
|
-
}
|
|
2976
|
-
|
|
2977
2939
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2978
2940
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2979
2941
|
min-width: 680px !important;
|
|
@@ -3068,7 +3030,7 @@
|
|
|
3068
3030
|
color: #fff;
|
|
3069
3031
|
font-size: 13px;
|
|
3070
3032
|
margin-bottom: 4px;
|
|
3071
|
-
margin-top:
|
|
3033
|
+
margin-top: 15px;
|
|
3072
3034
|
overflow: hidden;
|
|
3073
3035
|
padding: 4px 0;
|
|
3074
3036
|
padding-bottom: 0;
|
|
@@ -3102,9 +3064,7 @@
|
|
|
3102
3064
|
|
|
3103
3065
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3104
3066
|
color: rgba(255, 255, 255, 0.7);
|
|
3105
|
-
float: right !important;
|
|
3106
3067
|
margin: 0;
|
|
3107
|
-
margin-right: 12px !important;
|
|
3108
3068
|
}
|
|
3109
3069
|
|
|
3110
3070
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3127,13 +3087,6 @@
|
|
|
3127
3087
|
width: 24px;
|
|
3128
3088
|
}
|
|
3129
3089
|
|
|
3130
|
-
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3131
|
-
float: right;
|
|
3132
|
-
font-size: 20px;
|
|
3133
|
-
margin-right: 12px;
|
|
3134
|
-
padding-top: 10px;
|
|
3135
|
-
}
|
|
3136
|
-
|
|
3137
3090
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
3138
3091
|
cursor: pointer;
|
|
3139
3092
|
display: inline-block;
|
|
@@ -3156,9 +3109,9 @@
|
|
|
3156
3109
|
font-size: 14px;
|
|
3157
3110
|
height: 24px;
|
|
3158
3111
|
margin-right: 4px;
|
|
3112
|
+
padding: 5px;
|
|
3159
3113
|
pointer-events: auto;
|
|
3160
3114
|
width: 24px;
|
|
3161
|
-
padding: 8px 8px 8px 12px;
|
|
3162
3115
|
}
|
|
3163
3116
|
|
|
3164
3117
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3274,7 +3227,7 @@
|
|
|
3274
3227
|
}
|
|
3275
3228
|
|
|
3276
3229
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3277
|
-
height:
|
|
3230
|
+
height: 430px;
|
|
3278
3231
|
width: 50%;
|
|
3279
3232
|
}
|
|
3280
3233
|
|
|
@@ -3286,7 +3239,7 @@
|
|
|
3286
3239
|
|
|
3287
3240
|
.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 {
|
|
3288
3241
|
display: inline-block;
|
|
3289
|
-
height:
|
|
3242
|
+
height: 400px;
|
|
3290
3243
|
overflow: auto;
|
|
3291
3244
|
width: 100%;
|
|
3292
3245
|
}
|
|
@@ -3344,7 +3297,6 @@
|
|
|
3344
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 .e-list-item div.e-icons {
|
|
3345
3298
|
padding: 0;
|
|
3346
3299
|
height: auto;
|
|
3347
|
-
float: none !important;
|
|
3348
3300
|
}
|
|
3349
3301
|
|
|
3350
3302
|
.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 {
|
|
@@ -3515,12 +3467,12 @@
|
|
|
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,
|
|
3517
3469
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3518
|
-
height:
|
|
3470
|
+
height: 480px;
|
|
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-treeview-outer-div,
|
|
3522
3474
|
.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 {
|
|
3523
|
-
height:
|
|
3475
|
+
height: 450px;
|
|
3524
3476
|
}
|
|
3525
3477
|
|
|
3526
3478
|
.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,
|
|
@@ -3826,7 +3778,7 @@
|
|
|
3826
3778
|
}
|
|
3827
3779
|
|
|
3828
3780
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
3829
|
-
padding: 0
|
|
3781
|
+
padding: 0 20px 10px;
|
|
3830
3782
|
}
|
|
3831
3783
|
|
|
3832
3784
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4630,7 +4582,7 @@
|
|
|
4630
4582
|
|
|
4631
4583
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4632
4584
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4633
|
-
padding: 0
|
|
4585
|
+
padding: 0 20px 10px;
|
|
4634
4586
|
}
|
|
4635
4587
|
|
|
4636
4588
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4690,7 +4642,6 @@
|
|
|
4690
4642
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4691
4643
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4692
4644
|
font-size: 14px;
|
|
4693
|
-
padding-bottom: 6px;
|
|
4694
4645
|
}
|
|
4695
4646
|
|
|
4696
4647
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -5106,7 +5057,7 @@
|
|
|
5106
5057
|
color: #fff;
|
|
5107
5058
|
cursor: pointer;
|
|
5108
5059
|
font-size: 14px;
|
|
5109
|
-
height: 20px
|
|
5060
|
+
height: 20px;
|
|
5110
5061
|
padding: 7px 0 0 4px;
|
|
5111
5062
|
width: 20px;
|
|
5112
5063
|
}
|
|
@@ -6026,7 +5977,6 @@
|
|
|
6026
5977
|
height: 24px;
|
|
6027
5978
|
padding-left: 10px;
|
|
6028
5979
|
width: 24px;
|
|
6029
|
-
font-size: 14px !important;
|
|
6030
5980
|
}
|
|
6031
5981
|
|
|
6032
5982
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -6580,7 +6530,7 @@
|
|
|
6580
6530
|
color: #fff;
|
|
6581
6531
|
cursor: pointer;
|
|
6582
6532
|
font-size: 14px;
|
|
6583
|
-
height: 20px
|
|
6533
|
+
height: 20px;
|
|
6584
6534
|
padding: 7px 0 0 4px;
|
|
6585
6535
|
width: 20px;
|
|
6586
6536
|
}
|
|
@@ -7500,7 +7450,6 @@
|
|
|
7500
7450
|
height: 24px;
|
|
7501
7451
|
padding-left: 10px;
|
|
7502
7452
|
width: 24px;
|
|
7503
|
-
font-size: 14px !important;
|
|
7504
7453
|
}
|
|
7505
7454
|
|
|
7506
7455
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -7896,7 +7845,7 @@
|
|
|
7896
7845
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
7897
7846
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
7898
7847
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
7899
|
-
padding-left: 16px
|
|
7848
|
+
padding-left: 16px;
|
|
7900
7849
|
}
|
|
7901
7850
|
|
|
7902
7851
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -7922,7 +7871,7 @@
|
|
|
7922
7871
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
7923
7872
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
7924
7873
|
font-size: 16px;
|
|
7925
|
-
height: 24px
|
|
7874
|
+
height: 24px;
|
|
7926
7875
|
padding: 7px 0 0 4px;
|
|
7927
7876
|
width: 24px;
|
|
7928
7877
|
}
|
|
@@ -8361,7 +8310,7 @@
|
|
|
8361
8310
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8362
8311
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8363
8312
|
font-size: 16px;
|
|
8364
|
-
height: 24px
|
|
8313
|
+
height: 24px;
|
|
8365
8314
|
padding: 7px 0 0 4px;
|
|
8366
8315
|
width: 24px;
|
|
8367
8316
|
}
|