@syncfusion/ej2-react-pivotview 19.4.54 → 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 +44 -0
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +80 -29
- package/styles/bootstrap.css +80 -29
- package/styles/bootstrap4.css +82 -31
- package/styles/bootstrap5-dark.css +151 -64
- package/styles/bootstrap5.css +151 -64
- package/styles/fabric-dark.css +81 -29
- package/styles/fabric.css +80 -29
- package/styles/fluent-dark.css +8914 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +8916 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +80 -29
- package/styles/highcontrast.css +80 -29
- package/styles/material-dark.css +80 -29
- package/styles/material.css +80 -29
- package/styles/pivotfieldlist/bootstrap-dark.css +33 -16
- package/styles/pivotfieldlist/bootstrap.css +33 -16
- package/styles/pivotfieldlist/bootstrap4.css +33 -16
- package/styles/pivotfieldlist/bootstrap5-dark.css +78 -40
- package/styles/pivotfieldlist/bootstrap5.css +78 -40
- package/styles/pivotfieldlist/fabric-dark.css +33 -16
- package/styles/pivotfieldlist/fabric.css +33 -16
- package/styles/pivotfieldlist/fluent-dark.css +6456 -0
- package/styles/pivotfieldlist/fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/fluent.css +6456 -0
- package/styles/pivotfieldlist/fluent.scss +1 -0
- package/styles/pivotfieldlist/highcontrast-light.css +33 -16
- package/styles/pivotfieldlist/highcontrast.css +33 -16
- package/styles/pivotfieldlist/material-dark.css +33 -16
- package/styles/pivotfieldlist/material.css +33 -16
- package/styles/pivotfieldlist/tailwind-dark.css +145 -137
- package/styles/pivotfieldlist/tailwind.css +145 -137
- package/styles/pivotview/bootstrap-dark.css +47 -13
- package/styles/pivotview/bootstrap.css +47 -13
- package/styles/pivotview/bootstrap4.css +49 -15
- package/styles/pivotview/bootstrap5-dark.css +73 -24
- package/styles/pivotview/bootstrap5.css +73 -24
- package/styles/pivotview/fabric-dark.css +48 -13
- package/styles/pivotview/fabric.css +47 -13
- package/styles/pivotview/fluent-dark.css +2457 -0
- package/styles/pivotview/fluent-dark.scss +1 -0
- package/styles/pivotview/fluent.css +2459 -0
- package/styles/pivotview/fluent.scss +1 -0
- package/styles/pivotview/highcontrast-light.css +47 -13
- package/styles/pivotview/highcontrast.css +47 -13
- package/styles/pivotview/material-dark.css +47 -13
- package/styles/pivotview/material.css +47 -13
- package/styles/pivotview/tailwind-dark.css +115 -61
- package/styles/pivotview/tailwind.css +115 -61
- package/styles/tailwind-dark.css +260 -198
- package/styles/tailwind.css +260 -198
package/styles/bootstrap4.css
CHANGED
|
@@ -717,9 +717,6 @@
|
|
|
717
717
|
background: #f2f4f6;
|
|
718
718
|
border-bottom: 0;
|
|
719
719
|
border-style: solid;
|
|
720
|
-
border-top: 1px solid #dee2e6;
|
|
721
|
-
border-left: 1px solid #dee2e6;
|
|
722
|
-
border-right: 1px solid #dee2e6;
|
|
723
720
|
}
|
|
724
721
|
|
|
725
722
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
@@ -740,7 +737,7 @@
|
|
|
740
737
|
|
|
741
738
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
742
739
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
743
|
-
height: 30px;
|
|
740
|
+
height: 30px !important;
|
|
744
741
|
overflow: hidden;
|
|
745
742
|
padding-left: 10px;
|
|
746
743
|
background-color: #f8f9fa;
|
|
@@ -773,6 +770,10 @@
|
|
|
773
770
|
color: #ffffff;
|
|
774
771
|
}
|
|
775
772
|
|
|
773
|
+
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
774
|
+
margin-left: 18px !important;
|
|
775
|
+
}
|
|
776
|
+
|
|
776
777
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
777
778
|
padding: 0 !important;
|
|
778
779
|
}
|
|
@@ -1126,6 +1127,18 @@
|
|
|
1126
1127
|
margin-top: 2px;
|
|
1127
1128
|
}
|
|
1128
1129
|
|
|
1130
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
1131
|
+
height: 62px;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1135
|
+
padding-left: 10px;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1139
|
+
margin-left: 24px !important;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1129
1142
|
/*! PivotView theme */
|
|
1130
1143
|
.e-pivotview .e-nextspan {
|
|
1131
1144
|
display: inline-block;
|
|
@@ -1153,8 +1166,11 @@
|
|
|
1153
1166
|
|
|
1154
1167
|
.e-pivotview .e-grid
|
|
1155
1168
|
.e-rowcell {
|
|
1156
|
-
font-size: 13px;
|
|
1169
|
+
font-size: 13px !important;
|
|
1157
1170
|
padding-left: 8px;
|
|
1171
|
+
-webkit-user-select: none;
|
|
1172
|
+
-ms-user-select: none;
|
|
1173
|
+
user-select: none;
|
|
1158
1174
|
}
|
|
1159
1175
|
|
|
1160
1176
|
.e-pivotview .e-gtot,
|
|
@@ -1307,6 +1323,10 @@
|
|
|
1307
1323
|
|
|
1308
1324
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1309
1325
|
padding-left: 8px;
|
|
1326
|
+
-webkit-user-select: none;
|
|
1327
|
+
-ms-user-select: none;
|
|
1328
|
+
user-select: none;
|
|
1329
|
+
-webkit-touch-callout: none;
|
|
1310
1330
|
}
|
|
1311
1331
|
|
|
1312
1332
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1325,13 +1345,17 @@
|
|
|
1325
1345
|
padding-left: 8px !important;
|
|
1326
1346
|
}
|
|
1327
1347
|
|
|
1348
|
+
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1349
|
+
z-index: 1 !important;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1328
1352
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1329
1353
|
.e-pivotview .sf-grid .e-columnsheader {
|
|
1330
1354
|
padding-right: 8px !important;
|
|
1331
1355
|
}
|
|
1332
1356
|
|
|
1333
|
-
.e-pivotview .
|
|
1334
|
-
.e-pivotview .
|
|
1357
|
+
.e-pivotview .e-grid .e-headercelldiv,
|
|
1358
|
+
.e-pivotview .e-grid .e-stackedheadercelldiv {
|
|
1335
1359
|
line-height: normal;
|
|
1336
1360
|
}
|
|
1337
1361
|
|
|
@@ -1349,7 +1373,7 @@
|
|
|
1349
1373
|
|
|
1350
1374
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1351
1375
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1352
|
-
padding-left:
|
|
1376
|
+
padding-left: 12px !important;
|
|
1353
1377
|
margin-top: 5px;
|
|
1354
1378
|
}
|
|
1355
1379
|
|
|
@@ -1549,7 +1573,7 @@
|
|
|
1549
1573
|
font-weight: normal;
|
|
1550
1574
|
height: 24px;
|
|
1551
1575
|
line-height: .9em;
|
|
1552
|
-
padding:
|
|
1576
|
+
padding: 4px 8px;
|
|
1553
1577
|
text-transform: none;
|
|
1554
1578
|
vertical-align: bottom;
|
|
1555
1579
|
z-index: 1;
|
|
@@ -1773,7 +1797,7 @@
|
|
|
1773
1797
|
}
|
|
1774
1798
|
|
|
1775
1799
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1776
|
-
padding:
|
|
1800
|
+
padding: 4px 8px;
|
|
1777
1801
|
width: 180px;
|
|
1778
1802
|
font-weight: 400;
|
|
1779
1803
|
}
|
|
@@ -2077,7 +2101,7 @@
|
|
|
2077
2101
|
|
|
2078
2102
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2079
2103
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2080
|
-
padding-right:
|
|
2104
|
+
padding-right: 12px !important;
|
|
2081
2105
|
}
|
|
2082
2106
|
|
|
2083
2107
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2242,6 +2266,11 @@
|
|
|
2242
2266
|
padding-left: 8px !important;
|
|
2243
2267
|
}
|
|
2244
2268
|
|
|
2269
|
+
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2270
|
+
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2271
|
+
height: 100% !important;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2245
2274
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2246
2275
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2247
2276
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2254,6 +2283,11 @@
|
|
|
2254
2283
|
font-size: 13px !important;
|
|
2255
2284
|
}
|
|
2256
2285
|
|
|
2286
|
+
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2287
|
+
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2288
|
+
padding-left: 16px !important;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2257
2291
|
.e-bigger .e-pivotview th .e-expand,
|
|
2258
2292
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2259
2293
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2307,7 +2341,7 @@
|
|
|
2307
2341
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2308
2342
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2309
2343
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2310
|
-
font-size: 12px;
|
|
2344
|
+
font-size: 12px !important;
|
|
2311
2345
|
height: 20px;
|
|
2312
2346
|
width: 20px;
|
|
2313
2347
|
padding-left: 12px;
|
|
@@ -2425,7 +2459,7 @@
|
|
|
2425
2459
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2426
2460
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2427
2461
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2428
|
-
font-size: 12px;
|
|
2462
|
+
font-size: 12px !important;
|
|
2429
2463
|
height: 20px;
|
|
2430
2464
|
width: 20px;
|
|
2431
2465
|
padding-left: 12px;
|
|
@@ -2486,7 +2520,7 @@
|
|
|
2486
2520
|
|
|
2487
2521
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2488
2522
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2489
|
-
font-size: 13px;
|
|
2523
|
+
font-size: 13px !important;
|
|
2490
2524
|
}
|
|
2491
2525
|
|
|
2492
2526
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2531,7 +2565,7 @@
|
|
|
2531
2565
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2532
2566
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2533
2567
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2534
|
-
padding-right:
|
|
2568
|
+
padding-right: 16px !important;
|
|
2535
2569
|
}
|
|
2536
2570
|
|
|
2537
2571
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2938,7 +2972,7 @@
|
|
|
2938
2972
|
}
|
|
2939
2973
|
|
|
2940
2974
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2941
|
-
padding-bottom:
|
|
2975
|
+
padding-bottom: 4px;
|
|
2942
2976
|
}
|
|
2943
2977
|
|
|
2944
2978
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -2969,7 +3003,7 @@
|
|
|
2969
3003
|
|
|
2970
3004
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
2971
3005
|
margin-left: 0;
|
|
2972
|
-
margin-right:
|
|
3006
|
+
margin-right: 16px;
|
|
2973
3007
|
}
|
|
2974
3008
|
|
|
2975
3009
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -3103,7 +3137,7 @@
|
|
|
3103
3137
|
}
|
|
3104
3138
|
|
|
3105
3139
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
3106
|
-
margin-left:
|
|
3140
|
+
margin-left: 16px;
|
|
3107
3141
|
margin-right: 0;
|
|
3108
3142
|
}
|
|
3109
3143
|
|
|
@@ -3125,6 +3159,10 @@
|
|
|
3125
3159
|
padding-left: 12px;
|
|
3126
3160
|
}
|
|
3127
3161
|
|
|
3162
|
+
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
3163
|
+
margin-right: 0;
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3128
3166
|
.e-bigger.e-pivot-formatting-dialog,
|
|
3129
3167
|
.e-bigger .e-pivot-formatting-dialog {
|
|
3130
3168
|
min-width: 670px !important;
|
|
@@ -3226,7 +3264,7 @@
|
|
|
3226
3264
|
color: #212529;
|
|
3227
3265
|
font-size: 13px;
|
|
3228
3266
|
margin-bottom: 4px;
|
|
3229
|
-
margin-top:
|
|
3267
|
+
margin-top: 12px;
|
|
3230
3268
|
overflow: hidden;
|
|
3231
3269
|
padding: 4px 0;
|
|
3232
3270
|
padding-bottom: 0;
|
|
@@ -3260,7 +3298,9 @@
|
|
|
3260
3298
|
|
|
3261
3299
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3262
3300
|
color: #495057;
|
|
3301
|
+
float: right !important;
|
|
3263
3302
|
margin: 0;
|
|
3303
|
+
margin-right: 12px !important;
|
|
3264
3304
|
}
|
|
3265
3305
|
|
|
3266
3306
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3283,6 +3323,13 @@
|
|
|
3283
3323
|
width: 24px;
|
|
3284
3324
|
}
|
|
3285
3325
|
|
|
3326
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3327
|
+
float: right;
|
|
3328
|
+
font-size: 20px;
|
|
3329
|
+
margin-right: 12px;
|
|
3330
|
+
padding-top: 10px;
|
|
3331
|
+
}
|
|
3332
|
+
|
|
3286
3333
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
3287
3334
|
cursor: pointer;
|
|
3288
3335
|
display: inline-block;
|
|
@@ -3305,9 +3352,9 @@
|
|
|
3305
3352
|
font-size: 14px;
|
|
3306
3353
|
height: 24px;
|
|
3307
3354
|
margin-right: 4px;
|
|
3308
|
-
padding: 5px;
|
|
3309
3355
|
pointer-events: auto;
|
|
3310
3356
|
width: 24px;
|
|
3357
|
+
padding: 8px 8px 8px 12px;
|
|
3311
3358
|
}
|
|
3312
3359
|
|
|
3313
3360
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3423,7 +3470,7 @@
|
|
|
3423
3470
|
}
|
|
3424
3471
|
|
|
3425
3472
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3426
|
-
height:
|
|
3473
|
+
height: 470px;
|
|
3427
3474
|
width: 50%;
|
|
3428
3475
|
}
|
|
3429
3476
|
|
|
@@ -3435,7 +3482,7 @@
|
|
|
3435
3482
|
|
|
3436
3483
|
.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 {
|
|
3437
3484
|
display: inline-block;
|
|
3438
|
-
height:
|
|
3485
|
+
height: 437px;
|
|
3439
3486
|
overflow: auto;
|
|
3440
3487
|
width: 100%;
|
|
3441
3488
|
}
|
|
@@ -3493,6 +3540,7 @@
|
|
|
3493
3540
|
.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 {
|
|
3494
3541
|
padding: 0;
|
|
3495
3542
|
height: auto;
|
|
3543
|
+
float: none !important;
|
|
3496
3544
|
}
|
|
3497
3545
|
|
|
3498
3546
|
.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 {
|
|
@@ -3663,12 +3711,12 @@
|
|
|
3663
3711
|
|
|
3664
3712
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3665
3713
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3666
|
-
height:
|
|
3714
|
+
height: 521px;
|
|
3667
3715
|
}
|
|
3668
3716
|
|
|
3669
3717
|
.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,
|
|
3670
3718
|
.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 {
|
|
3671
|
-
height:
|
|
3719
|
+
height: 482px;
|
|
3672
3720
|
}
|
|
3673
3721
|
|
|
3674
3722
|
.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,
|
|
@@ -4012,7 +4060,7 @@
|
|
|
4012
4060
|
}
|
|
4013
4061
|
|
|
4014
4062
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4015
|
-
padding: 0
|
|
4063
|
+
padding: 0 24px 10px;
|
|
4016
4064
|
}
|
|
4017
4065
|
|
|
4018
4066
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4874,7 +4922,7 @@
|
|
|
4874
4922
|
|
|
4875
4923
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4876
4924
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4877
|
-
padding: 0
|
|
4925
|
+
padding: 0 28px 10px;
|
|
4878
4926
|
}
|
|
4879
4927
|
|
|
4880
4928
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4934,6 +4982,7 @@
|
|
|
4934
4982
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4935
4983
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4936
4984
|
font-size: 14px;
|
|
4985
|
+
padding-bottom: 6px;
|
|
4937
4986
|
}
|
|
4938
4987
|
|
|
4939
4988
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -5360,7 +5409,7 @@
|
|
|
5360
5409
|
color: #555;
|
|
5361
5410
|
cursor: pointer;
|
|
5362
5411
|
font-size: 14px;
|
|
5363
|
-
height: 20px;
|
|
5412
|
+
height: 20px !important;
|
|
5364
5413
|
padding: 7px 0 0 8px;
|
|
5365
5414
|
width: 20px;
|
|
5366
5415
|
}
|
|
@@ -6283,6 +6332,7 @@
|
|
|
6283
6332
|
height: 24px;
|
|
6284
6333
|
padding-left: 10px;
|
|
6285
6334
|
width: 24px;
|
|
6335
|
+
font-size: 14px !important;
|
|
6286
6336
|
color: #fff;
|
|
6287
6337
|
}
|
|
6288
6338
|
|
|
@@ -6838,7 +6888,7 @@
|
|
|
6838
6888
|
color: #555;
|
|
6839
6889
|
cursor: pointer;
|
|
6840
6890
|
font-size: 14px;
|
|
6841
|
-
height: 20px;
|
|
6891
|
+
height: 20px !important;
|
|
6842
6892
|
padding: 7px 0 0 8px;
|
|
6843
6893
|
width: 20px;
|
|
6844
6894
|
}
|
|
@@ -7761,6 +7811,7 @@
|
|
|
7761
7811
|
height: 24px;
|
|
7762
7812
|
padding-left: 10px;
|
|
7763
7813
|
width: 24px;
|
|
7814
|
+
font-size: 14px !important;
|
|
7764
7815
|
color: #fff;
|
|
7765
7816
|
}
|
|
7766
7817
|
|
|
@@ -8157,7 +8208,7 @@
|
|
|
8157
8208
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
8158
8209
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
8159
8210
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
8160
|
-
padding-left: 16px;
|
|
8211
|
+
padding-left: 16px !important;
|
|
8161
8212
|
}
|
|
8162
8213
|
|
|
8163
8214
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -8186,7 +8237,7 @@
|
|
|
8186
8237
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
8187
8238
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
8188
8239
|
font-size: 16px;
|
|
8189
|
-
height: 24px;
|
|
8240
|
+
height: 24px !important;
|
|
8190
8241
|
padding: 7px 0 0 8px;
|
|
8191
8242
|
width: 24px;
|
|
8192
8243
|
}
|
|
@@ -8651,7 +8702,7 @@
|
|
|
8651
8702
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8652
8703
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8653
8704
|
font-size: 16px;
|
|
8654
|
-
height: 24px;
|
|
8705
|
+
height: 24px !important;
|
|
8655
8706
|
padding: 7px 0 0 8px;
|
|
8656
8707
|
width: 24px;
|
|
8657
8708
|
}
|