@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/highcontrast.css
CHANGED
|
@@ -678,6 +678,9 @@
|
|
|
678
678
|
background: #262626;
|
|
679
679
|
border-bottom: 0;
|
|
680
680
|
border-style: solid;
|
|
681
|
+
border-top: 1px solid #969696;
|
|
682
|
+
border-left: 1px solid #969696;
|
|
683
|
+
border-right: 1px solid #969696;
|
|
681
684
|
}
|
|
682
685
|
|
|
683
686
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
@@ -696,7 +699,7 @@
|
|
|
696
699
|
|
|
697
700
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
698
701
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
699
|
-
height: 38px
|
|
702
|
+
height: 38px;
|
|
700
703
|
overflow: hidden;
|
|
701
704
|
padding-left: 10px;
|
|
702
705
|
}
|
|
@@ -708,10 +711,6 @@
|
|
|
708
711
|
font-size: 16px;
|
|
709
712
|
}
|
|
710
713
|
|
|
711
|
-
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
712
|
-
margin-left: 18px !important;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
714
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
716
715
|
padding: 0 !important;
|
|
717
716
|
}
|
|
@@ -1051,18 +1050,6 @@
|
|
|
1051
1050
|
margin-top: 4px;
|
|
1052
1051
|
}
|
|
1053
1052
|
|
|
1054
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
1055
|
-
height: 62px;
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1059
|
-
padding-left: 10px;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1063
|
-
margin-left: 24px !important;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
1053
|
/*! PivotView theme */
|
|
1067
1054
|
.e-pivotview .e-nextspan {
|
|
1068
1055
|
display: inline-block;
|
|
@@ -1090,11 +1077,8 @@
|
|
|
1090
1077
|
|
|
1091
1078
|
.e-pivotview .e-grid
|
|
1092
1079
|
.e-rowcell {
|
|
1093
|
-
font-size: 13px
|
|
1080
|
+
font-size: 13px;
|
|
1094
1081
|
padding-left: 8px;
|
|
1095
|
-
-webkit-user-select: none;
|
|
1096
|
-
-ms-user-select: none;
|
|
1097
|
-
user-select: none;
|
|
1098
1082
|
}
|
|
1099
1083
|
|
|
1100
1084
|
.e-pivotview .e-gtot,
|
|
@@ -1243,10 +1227,6 @@
|
|
|
1243
1227
|
|
|
1244
1228
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1245
1229
|
padding-left: 8px;
|
|
1246
|
-
-webkit-user-select: none;
|
|
1247
|
-
-ms-user-select: none;
|
|
1248
|
-
user-select: none;
|
|
1249
|
-
-webkit-touch-callout: none;
|
|
1250
1230
|
}
|
|
1251
1231
|
|
|
1252
1232
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1264,17 +1244,13 @@
|
|
|
1264
1244
|
padding-left: 8px !important;
|
|
1265
1245
|
}
|
|
1266
1246
|
|
|
1267
|
-
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1268
|
-
z-index: 1 !important;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
1247
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1272
1248
|
.e-pivotview .sf-grid .e-columnsheader {
|
|
1273
1249
|
padding-right: 8px !important;
|
|
1274
1250
|
}
|
|
1275
1251
|
|
|
1276
|
-
.e-pivotview .
|
|
1277
|
-
.e-pivotview .
|
|
1252
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1253
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1278
1254
|
line-height: normal;
|
|
1279
1255
|
}
|
|
1280
1256
|
|
|
@@ -1292,7 +1268,7 @@
|
|
|
1292
1268
|
|
|
1293
1269
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1294
1270
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1295
|
-
padding-left:
|
|
1271
|
+
padding-left: 8px !important;
|
|
1296
1272
|
margin-top: 5px;
|
|
1297
1273
|
margin-top: 0;
|
|
1298
1274
|
}
|
|
@@ -1994,7 +1970,7 @@
|
|
|
1994
1970
|
|
|
1995
1971
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1996
1972
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1997
|
-
padding-right:
|
|
1973
|
+
padding-right: 8px !important;
|
|
1998
1974
|
}
|
|
1999
1975
|
|
|
2000
1976
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2122,11 +2098,6 @@
|
|
|
2122
2098
|
padding-left: 8px !important;
|
|
2123
2099
|
}
|
|
2124
2100
|
|
|
2125
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2126
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2127
|
-
height: 100% !important;
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
2101
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2131
2102
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2132
2103
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2138,11 +2109,6 @@
|
|
|
2138
2109
|
font-size: 13px !important;
|
|
2139
2110
|
}
|
|
2140
2111
|
|
|
2141
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2142
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2143
|
-
padding-left: 16px !important;
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
2112
|
.e-bigger .e-pivotview th .e-expand,
|
|
2147
2113
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2148
2114
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2195,7 +2161,7 @@
|
|
|
2195
2161
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2196
2162
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2197
2163
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2198
|
-
font-size: 14px
|
|
2164
|
+
font-size: 14px;
|
|
2199
2165
|
height: 20px;
|
|
2200
2166
|
width: 20px;
|
|
2201
2167
|
}
|
|
@@ -2284,7 +2250,7 @@
|
|
|
2284
2250
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2285
2251
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2286
2252
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2287
|
-
font-size: 14px
|
|
2253
|
+
font-size: 14px;
|
|
2288
2254
|
height: 20px;
|
|
2289
2255
|
width: 20px;
|
|
2290
2256
|
}
|
|
@@ -2343,7 +2309,7 @@
|
|
|
2343
2309
|
|
|
2344
2310
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2345
2311
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2346
|
-
font-size: 13px
|
|
2312
|
+
font-size: 13px;
|
|
2347
2313
|
}
|
|
2348
2314
|
|
|
2349
2315
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2388,7 +2354,7 @@
|
|
|
2388
2354
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2389
2355
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2390
2356
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2391
|
-
padding-right:
|
|
2357
|
+
padding-right: 8px !important;
|
|
2392
2358
|
}
|
|
2393
2359
|
|
|
2394
2360
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2794,7 +2760,7 @@
|
|
|
2794
2760
|
}
|
|
2795
2761
|
|
|
2796
2762
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2797
|
-
padding-bottom:
|
|
2763
|
+
padding-bottom: 10px;
|
|
2798
2764
|
}
|
|
2799
2765
|
|
|
2800
2766
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -2822,7 +2788,7 @@
|
|
|
2822
2788
|
|
|
2823
2789
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
2824
2790
|
margin-left: 0;
|
|
2825
|
-
margin-right:
|
|
2791
|
+
margin-right: 18px;
|
|
2826
2792
|
}
|
|
2827
2793
|
|
|
2828
2794
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -2945,7 +2911,7 @@
|
|
|
2945
2911
|
}
|
|
2946
2912
|
|
|
2947
2913
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
2948
|
-
margin-left:
|
|
2914
|
+
margin-left: 18px;
|
|
2949
2915
|
margin-right: 0;
|
|
2950
2916
|
}
|
|
2951
2917
|
|
|
@@ -2967,10 +2933,6 @@
|
|
|
2967
2933
|
padding-left: 12px;
|
|
2968
2934
|
}
|
|
2969
2935
|
|
|
2970
|
-
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
2971
|
-
margin-right: 0;
|
|
2972
|
-
}
|
|
2973
|
-
|
|
2974
2936
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2975
2937
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2976
2938
|
min-width: 707px !important;
|
|
@@ -3065,7 +3027,7 @@
|
|
|
3065
3027
|
color: #fff;
|
|
3066
3028
|
font-size: 13px;
|
|
3067
3029
|
margin-bottom: 4px;
|
|
3068
|
-
margin-top:
|
|
3030
|
+
margin-top: 15px;
|
|
3069
3031
|
overflow: hidden;
|
|
3070
3032
|
padding: 4px 0;
|
|
3071
3033
|
padding-bottom: 0;
|
|
@@ -3099,9 +3061,7 @@
|
|
|
3099
3061
|
|
|
3100
3062
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3101
3063
|
color: #fff;
|
|
3102
|
-
float: right !important;
|
|
3103
3064
|
margin: 0;
|
|
3104
|
-
margin-right: 12px !important;
|
|
3105
3065
|
}
|
|
3106
3066
|
|
|
3107
3067
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3124,13 +3084,6 @@
|
|
|
3124
3084
|
width: 24px;
|
|
3125
3085
|
}
|
|
3126
3086
|
|
|
3127
|
-
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3128
|
-
float: right;
|
|
3129
|
-
font-size: 20px;
|
|
3130
|
-
margin-right: 12px;
|
|
3131
|
-
padding-top: 10px;
|
|
3132
|
-
}
|
|
3133
|
-
|
|
3134
3087
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
3135
3088
|
cursor: pointer;
|
|
3136
3089
|
display: inline-block;
|
|
@@ -3153,9 +3106,9 @@
|
|
|
3153
3106
|
font-size: 14px;
|
|
3154
3107
|
height: 24px;
|
|
3155
3108
|
margin-right: 4px;
|
|
3109
|
+
padding: 5px;
|
|
3156
3110
|
pointer-events: auto;
|
|
3157
3111
|
width: 24px;
|
|
3158
|
-
padding: 8px 8px 8px 12px;
|
|
3159
3112
|
}
|
|
3160
3113
|
|
|
3161
3114
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3271,7 +3224,7 @@
|
|
|
3271
3224
|
}
|
|
3272
3225
|
|
|
3273
3226
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3274
|
-
height:
|
|
3227
|
+
height: 458px;
|
|
3275
3228
|
width: 50%;
|
|
3276
3229
|
}
|
|
3277
3230
|
|
|
@@ -3283,7 +3236,7 @@
|
|
|
3283
3236
|
|
|
3284
3237
|
.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 {
|
|
3285
3238
|
display: inline-block;
|
|
3286
|
-
height:
|
|
3239
|
+
height: 428px;
|
|
3287
3240
|
overflow: auto;
|
|
3288
3241
|
width: 100%;
|
|
3289
3242
|
}
|
|
@@ -3341,7 +3294,6 @@
|
|
|
3341
3294
|
.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 {
|
|
3342
3295
|
padding: 0;
|
|
3343
3296
|
height: auto;
|
|
3344
|
-
float: none !important;
|
|
3345
3297
|
}
|
|
3346
3298
|
|
|
3347
3299
|
.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 {
|
|
@@ -3512,12 +3464,12 @@
|
|
|
3512
3464
|
|
|
3513
3465
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3514
3466
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3515
|
-
height:
|
|
3467
|
+
height: 513px;
|
|
3516
3468
|
}
|
|
3517
3469
|
|
|
3518
3470
|
.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,
|
|
3519
3471
|
.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 {
|
|
3520
|
-
height:
|
|
3472
|
+
height: 478px;
|
|
3521
3473
|
}
|
|
3522
3474
|
|
|
3523
3475
|
.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,
|
|
@@ -3823,7 +3775,7 @@
|
|
|
3823
3775
|
}
|
|
3824
3776
|
|
|
3825
3777
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
3826
|
-
padding: 0
|
|
3778
|
+
padding: 0 20px 10px;
|
|
3827
3779
|
}
|
|
3828
3780
|
|
|
3829
3781
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4627,7 +4579,7 @@
|
|
|
4627
4579
|
|
|
4628
4580
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4629
4581
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4630
|
-
padding: 0
|
|
4582
|
+
padding: 0 20px 10px;
|
|
4631
4583
|
}
|
|
4632
4584
|
|
|
4633
4585
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4687,7 +4639,6 @@
|
|
|
4687
4639
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4688
4640
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4689
4641
|
font-size: 14px;
|
|
4690
|
-
padding-bottom: 6px;
|
|
4691
4642
|
}
|
|
4692
4643
|
|
|
4693
4644
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -5103,7 +5054,7 @@
|
|
|
5103
5054
|
color: #fff;
|
|
5104
5055
|
cursor: pointer;
|
|
5105
5056
|
font-size: 14px;
|
|
5106
|
-
height: 20px
|
|
5057
|
+
height: 20px;
|
|
5107
5058
|
padding: 5px 0 0 4px;
|
|
5108
5059
|
width: 20px;
|
|
5109
5060
|
}
|
|
@@ -6023,7 +5974,6 @@
|
|
|
6023
5974
|
height: 24px;
|
|
6024
5975
|
padding-left: 10px;
|
|
6025
5976
|
width: 24px;
|
|
6026
|
-
font-size: 14px !important;
|
|
6027
5977
|
}
|
|
6028
5978
|
|
|
6029
5979
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -6577,7 +6527,7 @@
|
|
|
6577
6527
|
color: #fff;
|
|
6578
6528
|
cursor: pointer;
|
|
6579
6529
|
font-size: 14px;
|
|
6580
|
-
height: 20px
|
|
6530
|
+
height: 20px;
|
|
6581
6531
|
padding: 5px 0 0 4px;
|
|
6582
6532
|
width: 20px;
|
|
6583
6533
|
}
|
|
@@ -7497,7 +7447,6 @@
|
|
|
7497
7447
|
height: 24px;
|
|
7498
7448
|
padding-left: 10px;
|
|
7499
7449
|
width: 24px;
|
|
7500
|
-
font-size: 14px !important;
|
|
7501
7450
|
}
|
|
7502
7451
|
|
|
7503
7452
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -7893,7 +7842,7 @@
|
|
|
7893
7842
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
7894
7843
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
7895
7844
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
7896
|
-
padding-left: 16px
|
|
7845
|
+
padding-left: 16px;
|
|
7897
7846
|
}
|
|
7898
7847
|
|
|
7899
7848
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -7919,7 +7868,7 @@
|
|
|
7919
7868
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
7920
7869
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
7921
7870
|
font-size: 16px;
|
|
7922
|
-
height: 24px
|
|
7871
|
+
height: 24px;
|
|
7923
7872
|
padding: 5px 0 0 4px;
|
|
7924
7873
|
width: 24px;
|
|
7925
7874
|
}
|
|
@@ -8358,7 +8307,7 @@
|
|
|
8358
8307
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8359
8308
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8360
8309
|
font-size: 16px;
|
|
8361
|
-
height: 24px
|
|
8310
|
+
height: 24px;
|
|
8362
8311
|
padding: 5px 0 0 4px;
|
|
8363
8312
|
width: 24px;
|
|
8364
8313
|
}
|