@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-dark.css
CHANGED
|
@@ -679,6 +679,9 @@
|
|
|
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;
|
|
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,10 +1267,9 @@
|
|
|
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
|
margin-top: 2px;
|
|
1297
|
-
padding-left: 8px !important;
|
|
1298
1273
|
}
|
|
1299
1274
|
|
|
1300
1275
|
.e-pivotview .e-stackedheadercelldiv {
|
|
@@ -1993,7 +1968,7 @@
|
|
|
1993
1968
|
|
|
1994
1969
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1995
1970
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1996
|
-
padding-right:
|
|
1971
|
+
padding-right: 8px !important;
|
|
1997
1972
|
}
|
|
1998
1973
|
|
|
1999
1974
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2121,11 +2096,6 @@
|
|
|
2121
2096
|
padding-left: 8px !important;
|
|
2122
2097
|
}
|
|
2123
2098
|
|
|
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
|
-
|
|
2129
2099
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2130
2100
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2131
2101
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2137,11 +2107,6 @@
|
|
|
2137
2107
|
font-size: 13px !important;
|
|
2138
2108
|
}
|
|
2139
2109
|
|
|
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
|
-
|
|
2145
2110
|
.e-bigger .e-pivotview th .e-expand,
|
|
2146
2111
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2147
2112
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2194,7 +2159,7 @@
|
|
|
2194
2159
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2195
2160
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2196
2161
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2197
|
-
font-size: 14px
|
|
2162
|
+
font-size: 14px;
|
|
2198
2163
|
height: 20px;
|
|
2199
2164
|
width: 20px;
|
|
2200
2165
|
}
|
|
@@ -2283,7 +2248,7 @@
|
|
|
2283
2248
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2284
2249
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2285
2250
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2286
|
-
font-size: 14px
|
|
2251
|
+
font-size: 14px;
|
|
2287
2252
|
height: 20px;
|
|
2288
2253
|
width: 20px;
|
|
2289
2254
|
}
|
|
@@ -2342,7 +2307,7 @@
|
|
|
2342
2307
|
|
|
2343
2308
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2344
2309
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2345
|
-
font-size: 13px
|
|
2310
|
+
font-size: 13px;
|
|
2346
2311
|
}
|
|
2347
2312
|
|
|
2348
2313
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2387,7 +2352,7 @@
|
|
|
2387
2352
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2388
2353
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2389
2354
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2390
|
-
padding-right:
|
|
2355
|
+
padding-right: 8px !important;
|
|
2391
2356
|
}
|
|
2392
2357
|
|
|
2393
2358
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2795,7 +2760,7 @@
|
|
|
2795
2760
|
}
|
|
2796
2761
|
|
|
2797
2762
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2798
|
-
padding-bottom:
|
|
2763
|
+
padding-bottom: 10px;
|
|
2799
2764
|
}
|
|
2800
2765
|
|
|
2801
2766
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -2823,7 +2788,7 @@
|
|
|
2823
2788
|
|
|
2824
2789
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
2825
2790
|
margin-left: 0;
|
|
2826
|
-
margin-right:
|
|
2791
|
+
margin-right: 18px;
|
|
2827
2792
|
}
|
|
2828
2793
|
|
|
2829
2794
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -2946,7 +2911,7 @@
|
|
|
2946
2911
|
}
|
|
2947
2912
|
|
|
2948
2913
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
2949
|
-
margin-left:
|
|
2914
|
+
margin-left: 18px;
|
|
2950
2915
|
margin-right: 0;
|
|
2951
2916
|
}
|
|
2952
2917
|
|
|
@@ -2968,10 +2933,6 @@
|
|
|
2968
2933
|
padding-left: 12px;
|
|
2969
2934
|
}
|
|
2970
2935
|
|
|
2971
|
-
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
2972
|
-
margin-right: 0;
|
|
2973
|
-
}
|
|
2974
|
-
|
|
2975
2936
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2976
2937
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2977
2938
|
min-width: 706px !important;
|
|
@@ -3066,7 +3027,7 @@
|
|
|
3066
3027
|
color: #fff;
|
|
3067
3028
|
font-size: 13px;
|
|
3068
3029
|
margin-bottom: 4px;
|
|
3069
|
-
margin-top:
|
|
3030
|
+
margin-top: 15px;
|
|
3070
3031
|
overflow: hidden;
|
|
3071
3032
|
padding: 4px 0;
|
|
3072
3033
|
padding-bottom: 0;
|
|
@@ -3100,9 +3061,7 @@
|
|
|
3100
3061
|
|
|
3101
3062
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3102
3063
|
color: #dadada;
|
|
3103
|
-
float: right !important;
|
|
3104
3064
|
margin: 0;
|
|
3105
|
-
margin-right: 12px !important;
|
|
3106
3065
|
}
|
|
3107
3066
|
|
|
3108
3067
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3125,13 +3084,6 @@
|
|
|
3125
3084
|
width: 24px;
|
|
3126
3085
|
}
|
|
3127
3086
|
|
|
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
|
-
|
|
3135
3087
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
3136
3088
|
cursor: pointer;
|
|
3137
3089
|
display: inline-block;
|
|
@@ -3154,9 +3106,9 @@
|
|
|
3154
3106
|
font-size: 14px;
|
|
3155
3107
|
height: 24px;
|
|
3156
3108
|
margin-right: 4px;
|
|
3109
|
+
padding: 5px;
|
|
3157
3110
|
pointer-events: auto;
|
|
3158
3111
|
width: 24px;
|
|
3159
|
-
padding: 8px 8px 8px 12px;
|
|
3160
3112
|
}
|
|
3161
3113
|
|
|
3162
3114
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3272,7 +3224,7 @@
|
|
|
3272
3224
|
}
|
|
3273
3225
|
|
|
3274
3226
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3275
|
-
height:
|
|
3227
|
+
height: 458px;
|
|
3276
3228
|
width: 50%;
|
|
3277
3229
|
}
|
|
3278
3230
|
|
|
@@ -3284,7 +3236,7 @@
|
|
|
3284
3236
|
|
|
3285
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 {
|
|
3286
3238
|
display: inline-block;
|
|
3287
|
-
height:
|
|
3239
|
+
height: 428px;
|
|
3288
3240
|
overflow: auto;
|
|
3289
3241
|
width: 100%;
|
|
3290
3242
|
}
|
|
@@ -3342,7 +3294,6 @@
|
|
|
3342
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 {
|
|
3343
3295
|
padding: 0;
|
|
3344
3296
|
height: auto;
|
|
3345
|
-
float: none !important;
|
|
3346
3297
|
}
|
|
3347
3298
|
|
|
3348
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 {
|
|
@@ -3513,12 +3464,12 @@
|
|
|
3513
3464
|
|
|
3514
3465
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3515
3466
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3516
|
-
height:
|
|
3467
|
+
height: 513px;
|
|
3517
3468
|
}
|
|
3518
3469
|
|
|
3519
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,
|
|
3520
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 {
|
|
3521
|
-
height:
|
|
3472
|
+
height: 478px;
|
|
3522
3473
|
}
|
|
3523
3474
|
|
|
3524
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,
|
|
@@ -3824,7 +3775,7 @@
|
|
|
3824
3775
|
}
|
|
3825
3776
|
|
|
3826
3777
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
3827
|
-
padding: 0
|
|
3778
|
+
padding: 0 20px 10px;
|
|
3828
3779
|
}
|
|
3829
3780
|
|
|
3830
3781
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4628,7 +4579,7 @@
|
|
|
4628
4579
|
|
|
4629
4580
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4630
4581
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4631
|
-
padding: 0
|
|
4582
|
+
padding: 0 20px 10px;
|
|
4632
4583
|
}
|
|
4633
4584
|
|
|
4634
4585
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4688,7 +4639,6 @@
|
|
|
4688
4639
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4689
4640
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4690
4641
|
font-size: 14px;
|
|
4691
|
-
padding-bottom: 6px;
|
|
4692
4642
|
}
|
|
4693
4643
|
|
|
4694
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,
|
|
@@ -5104,7 +5054,7 @@
|
|
|
5104
5054
|
color: #dadada;
|
|
5105
5055
|
cursor: pointer;
|
|
5106
5056
|
font-size: 14px;
|
|
5107
|
-
height: 20px
|
|
5057
|
+
height: 20px;
|
|
5108
5058
|
padding: 5px 0 0 4px;
|
|
5109
5059
|
width: 20px;
|
|
5110
5060
|
}
|
|
@@ -6024,7 +5974,6 @@
|
|
|
6024
5974
|
height: 24px;
|
|
6025
5975
|
padding-left: 10px;
|
|
6026
5976
|
width: 24px;
|
|
6027
|
-
font-size: 14px !important;
|
|
6028
5977
|
}
|
|
6029
5978
|
|
|
6030
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,
|
|
@@ -6578,7 +6527,7 @@
|
|
|
6578
6527
|
color: #dadada;
|
|
6579
6528
|
cursor: pointer;
|
|
6580
6529
|
font-size: 14px;
|
|
6581
|
-
height: 20px
|
|
6530
|
+
height: 20px;
|
|
6582
6531
|
padding: 5px 0 0 4px;
|
|
6583
6532
|
width: 20px;
|
|
6584
6533
|
}
|
|
@@ -7498,7 +7447,6 @@
|
|
|
7498
7447
|
height: 24px;
|
|
7499
7448
|
padding-left: 10px;
|
|
7500
7449
|
width: 24px;
|
|
7501
|
-
font-size: 14px !important;
|
|
7502
7450
|
}
|
|
7503
7451
|
|
|
7504
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,
|
|
@@ -7894,7 +7842,7 @@
|
|
|
7894
7842
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
7895
7843
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
7896
7844
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
7897
|
-
padding-left: 16px
|
|
7845
|
+
padding-left: 16px;
|
|
7898
7846
|
}
|
|
7899
7847
|
|
|
7900
7848
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -7920,7 +7868,7 @@
|
|
|
7920
7868
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
7921
7869
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
7922
7870
|
font-size: 16px;
|
|
7923
|
-
height: 24px
|
|
7871
|
+
height: 24px;
|
|
7924
7872
|
padding: 5px 0 0 4px;
|
|
7925
7873
|
width: 24px;
|
|
7926
7874
|
}
|
|
@@ -8359,7 +8307,7 @@
|
|
|
8359
8307
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8360
8308
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8361
8309
|
font-size: 16px;
|
|
8362
|
-
height: 24px
|
|
8310
|
+
height: 24px;
|
|
8363
8311
|
padding: 5px 0 0 4px;
|
|
8364
8312
|
width: 24px;
|
|
8365
8313
|
}
|