@syncfusion/ej2-vue-pivotview 21.1.35 → 21.1.36
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 +18 -13
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +8 -8
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +8 -8
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +10 -9
- package/src/pivotfieldlist/pivotfieldlist.component.js +2 -2
- package/src/pivotview/pivotview.component.js +6 -6
- package/styles/bootstrap-dark.css +290 -242
- package/styles/bootstrap.css +289 -242
- package/styles/bootstrap4.css +299 -300
- package/styles/bootstrap5-dark.css +290 -288
- package/styles/bootstrap5.css +290 -288
- package/styles/fabric-dark.css +280 -246
- package/styles/fabric.css +277 -248
- package/styles/fluent-dark.css +292 -279
- package/styles/fluent.css +292 -279
- package/styles/highcontrast-light.css +279 -242
- package/styles/highcontrast.css +279 -242
- package/styles/material-dark.css +287 -243
- package/styles/material.css +286 -242
- package/styles/material3-dark.css +6666 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +6777 -0
- package/styles/material3.scss +3 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +164 -153
- package/styles/pivotfieldlist/bootstrap.css +162 -151
- package/styles/pivotfieldlist/bootstrap4.css +167 -159
- package/styles/pivotfieldlist/bootstrap5-dark.css +166 -166
- package/styles/pivotfieldlist/bootstrap5.css +166 -166
- package/styles/pivotfieldlist/fabric-dark.css +155 -153
- package/styles/pivotfieldlist/fabric.css +155 -153
- package/styles/pivotfieldlist/fluent-dark.css +174 -184
- package/styles/pivotfieldlist/fluent.css +174 -184
- package/styles/pivotfieldlist/highcontrast-light.css +153 -151
- package/styles/pivotfieldlist/highcontrast.css +153 -151
- package/styles/pivotfieldlist/material-dark.css +163 -156
- package/styles/pivotfieldlist/material.css +162 -155
- package/styles/pivotfieldlist/material3-dark.css +3811 -0
- package/styles/pivotfieldlist/material3-dark.scss +2 -0
- package/styles/pivotfieldlist/material3.css +3865 -0
- package/styles/pivotfieldlist/material3.scss +2 -0
- package/styles/pivotfieldlist/tailwind-dark.css +166 -176
- package/styles/pivotfieldlist/tailwind.css +166 -176
- package/styles/pivotview/bootstrap-dark.css +126 -89
- package/styles/pivotview/bootstrap.css +127 -91
- package/styles/pivotview/bootstrap4.css +132 -141
- package/styles/pivotview/bootstrap5-dark.css +124 -122
- package/styles/pivotview/bootstrap5.css +124 -122
- package/styles/pivotview/fabric-dark.css +125 -93
- package/styles/pivotview/fabric.css +122 -95
- package/styles/pivotview/fluent-dark.css +118 -95
- package/styles/pivotview/fluent.css +118 -95
- package/styles/pivotview/highcontrast-light.css +126 -91
- package/styles/pivotview/highcontrast.css +126 -91
- package/styles/pivotview/material-dark.css +124 -87
- package/styles/pivotview/material.css +124 -87
- package/styles/pivotview/material3-dark.css +2854 -0
- package/styles/pivotview/material3-dark.scss +2 -0
- package/styles/pivotview/material3.css +2912 -0
- package/styles/pivotview/material3.scss +2 -0
- package/styles/pivotview/tailwind-dark.css +124 -93
- package/styles/pivotview/tailwind.css +124 -93
- package/styles/tailwind-dark.css +290 -269
- package/styles/tailwind.css +290 -269
|
@@ -158,20 +158,14 @@
|
|
|
158
158
|
/* stylelint-disable */
|
|
159
159
|
/* stylelint-enable */
|
|
160
160
|
/* stylelint-enable */
|
|
161
|
-
/* stylelint-disable */
|
|
162
161
|
}
|
|
163
162
|
.e-pivotview .e-value-field-settings,
|
|
164
163
|
.e-pivotview .e-member-editor-dialog,
|
|
165
|
-
.e-pivotview .e-group-field-settings
|
|
166
|
-
max-height: 450px !important;
|
|
167
|
-
border-radius: 4px;
|
|
168
|
-
max-width: 400px !important;
|
|
169
|
-
width: auto !important;
|
|
170
|
-
}
|
|
164
|
+
.e-pivotview .e-group-field-settings,
|
|
171
165
|
.e-pivotview .e-pivot-format-dialog {
|
|
166
|
+
max-height: 450px !important;
|
|
172
167
|
border-radius: 4px;
|
|
173
168
|
max-width: 400px !important;
|
|
174
|
-
width: auto !important;
|
|
175
169
|
}
|
|
176
170
|
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
177
171
|
display: -ms-flexbox;
|
|
@@ -207,6 +201,11 @@
|
|
|
207
201
|
.e-pivotview .e-value-field-settings .e-caption-input-text {
|
|
208
202
|
font-size: 13px;
|
|
209
203
|
}
|
|
204
|
+
.e-pivotview .e-group-field-settings {
|
|
205
|
+
/* stylelint-disable */
|
|
206
|
+
width: auto !important;
|
|
207
|
+
/* stylelint-enable */
|
|
208
|
+
}
|
|
210
209
|
.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
211
210
|
.e-pivotview .e-group-field-settings .e-input-option-text,
|
|
212
211
|
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
|
|
@@ -235,6 +234,7 @@
|
|
|
235
234
|
.e-pivotview .e-member-editor-dialog {
|
|
236
235
|
min-width: 320px;
|
|
237
236
|
/* stylelint-disable */
|
|
237
|
+
/* stylelint-disable */
|
|
238
238
|
}
|
|
239
239
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
240
240
|
display: -ms-flexbox;
|
|
@@ -242,7 +242,6 @@
|
|
|
242
242
|
padding: 0 20px 10px;
|
|
243
243
|
}
|
|
244
244
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
245
|
-
display: inline-block;
|
|
246
245
|
visibility: hidden;
|
|
247
246
|
}
|
|
248
247
|
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
|
|
@@ -251,7 +250,6 @@
|
|
|
251
250
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
252
251
|
box-shadow: none;
|
|
253
252
|
margin-left: 10px;
|
|
254
|
-
/* stylelint-disable */
|
|
255
253
|
}
|
|
256
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
257
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -262,9 +260,12 @@
|
|
|
262
260
|
text-align: center;
|
|
263
261
|
width: 100%;
|
|
264
262
|
}
|
|
263
|
+
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
|
|
264
|
+
display: none;
|
|
265
|
+
}
|
|
265
266
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
266
267
|
display: inline-block;
|
|
267
|
-
height:
|
|
268
|
+
height: 166px;
|
|
268
269
|
max-width: 400px;
|
|
269
270
|
overflow: auto;
|
|
270
271
|
width: 100%;
|
|
@@ -306,11 +307,10 @@
|
|
|
306
307
|
padding-top: 20px;
|
|
307
308
|
}
|
|
308
309
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
309
|
-
height:
|
|
310
|
+
height: 168px;
|
|
310
311
|
}
|
|
311
|
-
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-
|
|
312
|
-
|
|
313
|
-
padding: 14px 10px 9px 20px;
|
|
312
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
313
|
+
height: 165px;
|
|
314
314
|
}
|
|
315
315
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
316
316
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
@@ -321,7 +321,9 @@
|
|
|
321
321
|
}
|
|
322
322
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
323
323
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
324
|
+
/* stylelint-disable */
|
|
324
325
|
color: #e9ecef !important;
|
|
326
|
+
/* stylelint-enable */
|
|
325
327
|
font-size: 13px;
|
|
326
328
|
font-weight: 500;
|
|
327
329
|
}
|
|
@@ -343,19 +345,18 @@
|
|
|
343
345
|
}
|
|
344
346
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
345
347
|
border: none;
|
|
346
|
-
/* stylelint-enable */
|
|
347
348
|
}
|
|
348
349
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
349
350
|
margin: 0 0 0 6px;
|
|
350
351
|
}
|
|
351
352
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
|
|
352
|
-
height:
|
|
353
|
-
min-width: 14px;
|
|
354
|
-
width: 14px;
|
|
355
|
-
height: auto;
|
|
353
|
+
height: fit-content;
|
|
356
354
|
}
|
|
357
355
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
358
356
|
font-size: 14px;
|
|
357
|
+
/* stylelint-disable */
|
|
358
|
+
top: 0 !important;
|
|
359
|
+
/* stylelint-enable */
|
|
359
360
|
}
|
|
360
361
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
361
362
|
margin: 0 6px 0 0;
|
|
@@ -365,19 +366,27 @@
|
|
|
365
366
|
}
|
|
366
367
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
367
368
|
float: left;
|
|
368
|
-
margin: 0;
|
|
369
|
+
margin: 0 !important;
|
|
369
370
|
}
|
|
370
371
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
371
372
|
display: none;
|
|
372
373
|
}
|
|
373
374
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container {
|
|
374
|
-
|
|
375
|
+
-ms-flex-align: center;
|
|
376
|
+
align-items: center;
|
|
377
|
+
background: #282d31;
|
|
378
|
+
display: -ms-flexbox !important;
|
|
379
|
+
display: flex !important;
|
|
380
|
+
/* stylelint-enable */
|
|
381
|
+
height: 40px;
|
|
382
|
+
-ms-flex-pack: center;
|
|
383
|
+
justify-content: center;
|
|
375
384
|
opacity: 56%;
|
|
376
|
-
padding: 12px 10px 16px 20px;
|
|
377
385
|
}
|
|
378
386
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container .e-editor-label {
|
|
379
387
|
color: #e9ecef;
|
|
380
388
|
font: 500 13px Inter;
|
|
389
|
+
margin-bottom: 0;
|
|
381
390
|
opacity: 0.87;
|
|
382
391
|
overflow: hidden;
|
|
383
392
|
text-overflow: ellipsis;
|
|
@@ -442,6 +451,9 @@
|
|
|
442
451
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
443
452
|
margin-right: 0;
|
|
444
453
|
}
|
|
454
|
+
.e-pivotview .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
455
|
+
padding-top: 4px !important;
|
|
456
|
+
}
|
|
445
457
|
.e-pivotview .e-value-field-settings .e-dlg-header-content,
|
|
446
458
|
.e-pivotview .e-member-editor-dialog .e-dlg-header-content,
|
|
447
459
|
.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,
|
|
@@ -456,9 +468,8 @@
|
|
|
456
468
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
457
469
|
border-top-left-radius: 0;
|
|
458
470
|
border-top-right-radius: 0;
|
|
459
|
-
|
|
460
|
-
padding-bottom:
|
|
461
|
-
padding-top: 8px;
|
|
471
|
+
padding-top: 10px;
|
|
472
|
+
padding-bottom: 10px;
|
|
462
473
|
}
|
|
463
474
|
.e-pivotview .e-value-field-settings .e-dlg-content,
|
|
464
475
|
.e-pivotview .e-member-editor-dialog .e-dlg-content,
|
|
@@ -511,8 +522,10 @@
|
|
|
511
522
|
overflow: auto;
|
|
512
523
|
}
|
|
513
524
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
525
|
+
/* stylelint-disable */
|
|
514
526
|
max-width: 350px !important;
|
|
515
527
|
max-height: 380px !important;
|
|
528
|
+
/* stylelint-enable */
|
|
516
529
|
}
|
|
517
530
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container,
|
|
518
531
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text {
|
|
@@ -533,8 +546,10 @@
|
|
|
533
546
|
width: 49%;
|
|
534
547
|
}
|
|
535
548
|
.e-pivotview .e-pivot-format-dialog {
|
|
549
|
+
/* stylelint-disable */
|
|
536
550
|
max-height: 550px !important;
|
|
537
551
|
max-width: 350px !important;
|
|
552
|
+
/* stylelint-enable */
|
|
538
553
|
}
|
|
539
554
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
540
555
|
padding: 0 20px;
|
|
@@ -568,9 +583,12 @@
|
|
|
568
583
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
569
584
|
background-color: transparent;
|
|
570
585
|
border: none;
|
|
586
|
+
/* stylelint-disable */
|
|
571
587
|
}
|
|
572
588
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
589
|
+
/* stylelint-disable */
|
|
573
590
|
height: 32px !important;
|
|
591
|
+
/* stylelint-enable */
|
|
574
592
|
overflow: hidden;
|
|
575
593
|
padding-left: 10px;
|
|
576
594
|
}
|
|
@@ -584,16 +602,14 @@
|
|
|
584
602
|
}
|
|
585
603
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
586
604
|
margin-left: 18px !important;
|
|
587
|
-
/* stylelint-enable */
|
|
588
605
|
}
|
|
589
606
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
590
|
-
/* stylelint-disable */
|
|
591
607
|
padding: 0 !important;
|
|
608
|
+
/* stylelint-enable */
|
|
592
609
|
}
|
|
593
610
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
594
611
|
float: left;
|
|
595
612
|
font-weight: 500;
|
|
596
|
-
/* stylelint-enable */
|
|
597
613
|
}
|
|
598
614
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
599
615
|
float: right;
|
|
@@ -610,7 +626,7 @@
|
|
|
610
626
|
padding-right: 10px;
|
|
611
627
|
}
|
|
612
628
|
.e-pivotview .e-frozenscrollbar {
|
|
613
|
-
background
|
|
629
|
+
background: #282d31;
|
|
614
630
|
}
|
|
615
631
|
|
|
616
632
|
.e-pivotview-disable-icon {
|
|
@@ -714,10 +730,6 @@
|
|
|
714
730
|
/* stylelint-disable */
|
|
715
731
|
/* stylelint-enable */
|
|
716
732
|
}
|
|
717
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
718
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
719
|
-
height: 139px;
|
|
720
|
-
}
|
|
721
733
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
722
734
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
723
735
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -728,6 +740,10 @@
|
|
|
728
740
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret {
|
|
729
741
|
font-size: 14px !important;
|
|
730
742
|
}
|
|
743
|
+
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
744
|
+
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
745
|
+
height: 135px;
|
|
746
|
+
}
|
|
731
747
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
732
748
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
733
749
|
margin: 0 0 0 6px;
|
|
@@ -736,6 +752,10 @@
|
|
|
736
752
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
737
753
|
margin: 0 6px 0 0;
|
|
738
754
|
}
|
|
755
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
756
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
757
|
+
height: 115px !important;
|
|
758
|
+
}
|
|
739
759
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
740
760
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
741
761
|
height: 127px !important;
|
|
@@ -774,7 +794,12 @@
|
|
|
774
794
|
}
|
|
775
795
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
776
796
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
777
|
-
min-width: 350px;
|
|
797
|
+
min-width: 350px !important;
|
|
798
|
+
min-height: 400px !important;
|
|
799
|
+
}
|
|
800
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
801
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
802
|
+
min-height: 440px !important;
|
|
778
803
|
}
|
|
779
804
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
780
805
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -874,7 +899,6 @@
|
|
|
874
899
|
/*! PivotView theme */
|
|
875
900
|
.e-pivotview {
|
|
876
901
|
/* stylelint-enable */
|
|
877
|
-
/* stylelint-disable */
|
|
878
902
|
/* stylelint-enable */
|
|
879
903
|
/* stylelint-disable */
|
|
880
904
|
/* stylelint-enable */
|
|
@@ -917,7 +941,7 @@
|
|
|
917
941
|
.e-pivotview .e-grid .e-content,
|
|
918
942
|
.e-pivotview .e-grid .e-gridheader,
|
|
919
943
|
.e-pivotview .e-headercell {
|
|
920
|
-
background
|
|
944
|
+
background: #282d31;
|
|
921
945
|
}
|
|
922
946
|
.e-pivotview .e-grid .e-gridheader {
|
|
923
947
|
border-bottom-width: 1px;
|
|
@@ -931,7 +955,7 @@
|
|
|
931
955
|
}
|
|
932
956
|
.e-pivotview .e-rowsheader,
|
|
933
957
|
.e-pivotview .e-columnsheader {
|
|
934
|
-
background
|
|
958
|
+
background: #282d31;
|
|
935
959
|
}
|
|
936
960
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
937
961
|
margin-left: 8px;
|
|
@@ -943,9 +967,13 @@
|
|
|
943
967
|
.e-pivotview .e-member-editor-dialog,
|
|
944
968
|
.e-pivotview .e-olap-editor-dialog {
|
|
945
969
|
min-height: 350px !important;
|
|
946
|
-
min-width:
|
|
970
|
+
min-width: 320px !important;
|
|
947
971
|
visibility: hidden;
|
|
948
972
|
}
|
|
973
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit,
|
|
974
|
+
.e-pivotview .e-olap-editor-dialog.e-node-limit {
|
|
975
|
+
max-height: 450px !important;
|
|
976
|
+
}
|
|
949
977
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
950
978
|
margin-left: 20px;
|
|
951
979
|
}
|
|
@@ -1235,38 +1263,6 @@
|
|
|
1235
1263
|
font-size: 14px;
|
|
1236
1264
|
font-weight: normal;
|
|
1237
1265
|
}
|
|
1238
|
-
.e-pivotview .e-group-values .e-pivot-button .e-sort,
|
|
1239
|
-
.e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
|
|
1240
|
-
.e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
|
|
1241
|
-
.e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
|
|
1242
|
-
.e-pivotview .e-group-values .e-pivot-button .e-remove,
|
|
1243
|
-
.e-pivotview .e-group-values .e-pivot-button .e-edit,
|
|
1244
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-sort,
|
|
1245
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
|
|
1246
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
|
|
1247
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
|
|
1248
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-remove,
|
|
1249
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-edit,
|
|
1250
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-sort,
|
|
1251
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
|
|
1252
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
|
|
1253
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
|
|
1254
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-remove,
|
|
1255
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-edit,
|
|
1256
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-sort,
|
|
1257
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
|
|
1258
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
|
|
1259
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1260
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1261
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-edit,
|
|
1262
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
|
|
1263
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
|
|
1264
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
|
|
1265
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
|
|
1266
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
|
|
1267
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
|
|
1268
|
-
margin-top: 1px;
|
|
1269
|
-
}
|
|
1270
1266
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
1271
1267
|
.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
1272
1268
|
display: -ms-inline-flexbox;
|
|
@@ -1293,7 +1289,9 @@
|
|
|
1293
1289
|
}
|
|
1294
1290
|
.e-pivotview .e-grouping-bar .e-pivot-button,
|
|
1295
1291
|
.e-pivotview .e-group-rows .e-pivot-button {
|
|
1296
|
-
|
|
1292
|
+
-ms-flex-align: center;
|
|
1293
|
+
align-items: center;
|
|
1294
|
+
background: #6c757d;
|
|
1297
1295
|
border: 1px solid #495057;
|
|
1298
1296
|
border-radius: 4px;
|
|
1299
1297
|
box-shadow: none;
|
|
@@ -1305,8 +1303,7 @@
|
|
|
1305
1303
|
display: flex;
|
|
1306
1304
|
font-weight: normal;
|
|
1307
1305
|
height: 24px;
|
|
1308
|
-
|
|
1309
|
-
padding: 3px 8px;
|
|
1306
|
+
padding: 0 8px;
|
|
1310
1307
|
text-transform: none;
|
|
1311
1308
|
vertical-align: bottom;
|
|
1312
1309
|
z-index: 1;
|
|
@@ -1319,7 +1316,7 @@
|
|
|
1319
1316
|
}
|
|
1320
1317
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover,
|
|
1321
1318
|
.e-pivotview .e-group-rows .e-pivot-button:hover {
|
|
1322
|
-
background
|
|
1319
|
+
background: #5c636a;
|
|
1323
1320
|
border-color: #5c636a;
|
|
1324
1321
|
}
|
|
1325
1322
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-sort,
|
|
@@ -1386,9 +1383,9 @@
|
|
|
1386
1383
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1387
1384
|
color: #fff;
|
|
1388
1385
|
}
|
|
1389
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
1390
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content {
|
|
1391
|
-
background
|
|
1386
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content,
|
|
1387
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content {
|
|
1388
|
+
background: transparent;
|
|
1392
1389
|
cursor: move;
|
|
1393
1390
|
-ms-flex: auto;
|
|
1394
1391
|
flex: auto;
|
|
@@ -1399,14 +1396,10 @@
|
|
|
1399
1396
|
text-overflow: ellipsis;
|
|
1400
1397
|
color: #fff;
|
|
1401
1398
|
}
|
|
1402
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content.e-disable-drag,
|
|
1403
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content.e-disable-drag {
|
|
1399
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content.e-disable-drag,
|
|
1400
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content.e-disable-drag {
|
|
1404
1401
|
cursor: auto;
|
|
1405
1402
|
}
|
|
1406
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1407
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1408
|
-
height: initial !important;
|
|
1409
|
-
}
|
|
1410
1403
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
1411
1404
|
.e-pivotview .e-group-rows .e-pivot-button .e-drag {
|
|
1412
1405
|
display: none;
|
|
@@ -1427,10 +1420,8 @@
|
|
|
1427
1420
|
cursor: pointer;
|
|
1428
1421
|
display: inline-block;
|
|
1429
1422
|
font-size: 12px;
|
|
1430
|
-
height: 18px;
|
|
1431
1423
|
margin-left: 4px;
|
|
1432
1424
|
width: 18px;
|
|
1433
|
-
padding-top: 1px;
|
|
1434
1425
|
}
|
|
1435
1426
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,
|
|
1436
1427
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1468,7 +1459,6 @@
|
|
|
1468
1459
|
}
|
|
1469
1460
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,
|
|
1470
1461
|
.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend {
|
|
1471
|
-
margin-top: 3px;
|
|
1472
1462
|
transform: rotateX(180deg);
|
|
1473
1463
|
}
|
|
1474
1464
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
@@ -1499,7 +1489,6 @@
|
|
|
1499
1489
|
pointer-events: none;
|
|
1500
1490
|
}
|
|
1501
1491
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1502
|
-
padding: 3px 8px;
|
|
1503
1492
|
width: 180px;
|
|
1504
1493
|
}
|
|
1505
1494
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1550,7 +1539,6 @@
|
|
|
1550
1539
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1551
1540
|
color: #fff !important;
|
|
1552
1541
|
font-size: 12px;
|
|
1553
|
-
height: 18px;
|
|
1554
1542
|
margin-left: 4px !important;
|
|
1555
1543
|
width: 18px;
|
|
1556
1544
|
}
|
|
@@ -1624,7 +1612,7 @@
|
|
|
1624
1612
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input {
|
|
1625
1613
|
padding-bottom: 7px;
|
|
1626
1614
|
}
|
|
1627
|
-
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag) {
|
|
1615
|
+
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag):not(.e-selected-option-icon):not(.e-nav-arrow) {
|
|
1628
1616
|
height: auto;
|
|
1629
1617
|
width: auto;
|
|
1630
1618
|
}
|
|
@@ -1636,11 +1624,10 @@
|
|
|
1636
1624
|
cursor: pointer;
|
|
1637
1625
|
display: inline-block;
|
|
1638
1626
|
height: 18px;
|
|
1639
|
-
margin-top: 5px;
|
|
1640
|
-
text-align: center;
|
|
1641
|
-
width: 18px;
|
|
1642
1627
|
margin-top: 0;
|
|
1643
1628
|
margin-bottom: 2px;
|
|
1629
|
+
text-align: center;
|
|
1630
|
+
width: 18px;
|
|
1644
1631
|
vertical-align: middle;
|
|
1645
1632
|
}
|
|
1646
1633
|
.e-pivotview th .e-expand,
|
|
@@ -1648,6 +1635,7 @@
|
|
|
1648
1635
|
font-size: 10px !important;
|
|
1649
1636
|
margin-left: 0px;
|
|
1650
1637
|
margin-top: 0;
|
|
1638
|
+
margin-bottom: 2px;
|
|
1651
1639
|
}
|
|
1652
1640
|
.e-pivotview .e-expand::before {
|
|
1653
1641
|
font-size: 20px;
|
|
@@ -1830,6 +1818,8 @@
|
|
|
1830
1818
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
|
|
1831
1819
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div,
|
|
1832
1820
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 {
|
|
1821
|
+
-ms-flex-align: center;
|
|
1822
|
+
align-items: center;
|
|
1833
1823
|
display: -ms-flexbox;
|
|
1834
1824
|
display: flex;
|
|
1835
1825
|
-ms-flex-direction: row;
|
|
@@ -1872,6 +1862,23 @@
|
|
|
1872
1862
|
text-align: initial;
|
|
1873
1863
|
width: inherit;
|
|
1874
1864
|
}
|
|
1865
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
|
|
1866
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
|
|
1867
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
|
|
1868
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings,
|
|
1869
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
|
|
1870
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
|
|
1871
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
|
|
1872
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings {
|
|
1873
|
+
-ms-flex-align: center;
|
|
1874
|
+
align-items: center;
|
|
1875
|
+
display: -ms-flexbox;
|
|
1876
|
+
display: flex;
|
|
1877
|
+
}
|
|
1878
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer,
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer {
|
|
1880
|
+
margin-bottom: 0;
|
|
1881
|
+
}
|
|
1875
1882
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv,
|
|
1876
1883
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv {
|
|
1877
1884
|
width: 100%;
|
|
@@ -1893,7 +1900,7 @@
|
|
|
1893
1900
|
}
|
|
1894
1901
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv:not(.e-pivot-pager-single-maindiv) .e-pivot-pager-row-maindiv.e-page-size-disable .e-pivotview-text-div,
|
|
1895
1902
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv:not(.e-pivot-pager-single-maindiv) .e-pivot-pager-column-maindiv.e-page-size-disable .e-pivotview-text-div {
|
|
1896
|
-
width:
|
|
1903
|
+
width: 50%;
|
|
1897
1904
|
}
|
|
1898
1905
|
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
|
|
1899
1906
|
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
|
|
@@ -2011,8 +2018,8 @@
|
|
|
2011
2018
|
padding-left: 8px;
|
|
2012
2019
|
padding-right: 0;
|
|
2013
2020
|
}
|
|
2014
|
-
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2015
|
-
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2021
|
+
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2022
|
+
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2016
2023
|
margin-left: 4px;
|
|
2017
2024
|
text-align: right;
|
|
2018
2025
|
}
|
|
@@ -2048,7 +2055,7 @@
|
|
|
2048
2055
|
padding-right: 0;
|
|
2049
2056
|
/* stylelint-enable */
|
|
2050
2057
|
}
|
|
2051
|
-
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2058
|
+
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2052
2059
|
margin-left: 4px;
|
|
2053
2060
|
margin-right: 0;
|
|
2054
2061
|
text-align: right;
|
|
@@ -2078,12 +2085,6 @@
|
|
|
2078
2085
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
2079
2086
|
line-height: 1em !important;
|
|
2080
2087
|
}
|
|
2081
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
2082
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
2083
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
2084
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
2085
|
-
margin-top: 2px !important;
|
|
2086
|
-
}
|
|
2087
2088
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
2088
2089
|
max-width: 155px;
|
|
2089
2090
|
}
|
|
@@ -2163,9 +2164,7 @@
|
|
|
2163
2164
|
.e-bigger .e-pivotview,
|
|
2164
2165
|
.e-bigger.e-pivotview {
|
|
2165
2166
|
/* stylelint-disable */
|
|
2166
|
-
/* stylelint-enable */
|
|
2167
2167
|
/* stylelint-disable */
|
|
2168
|
-
/* stylelint-enable */
|
|
2169
2168
|
}
|
|
2170
2169
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
2171
2170
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
@@ -2209,6 +2208,15 @@
|
|
|
2209
2208
|
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2210
2209
|
height: 100% !important;
|
|
2211
2210
|
}
|
|
2211
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2212
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2213
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child,
|
|
2214
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2215
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2216
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
2217
|
+
padding-top: 0px !important;
|
|
2218
|
+
padding-bottom: 0px !important;
|
|
2219
|
+
}
|
|
2212
2220
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2213
2221
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2214
2222
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2253,11 +2261,10 @@
|
|
|
2253
2261
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,
|
|
2254
2262
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2255
2263
|
height: 30px;
|
|
2256
|
-
|
|
2257
|
-
padding: 5px 12px;
|
|
2264
|
+
padding: 0 12px;
|
|
2258
2265
|
}
|
|
2259
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2260
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2266
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2267
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2261
2268
|
font-size: 14px;
|
|
2262
2269
|
margin-right: 8px;
|
|
2263
2270
|
}
|
|
@@ -2275,8 +2282,8 @@
|
|
|
2275
2282
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2276
2283
|
/* stylelint-disable */
|
|
2277
2284
|
font-size: 14px !important;
|
|
2278
|
-
height:
|
|
2279
|
-
|
|
2285
|
+
height: 14px !important;
|
|
2286
|
+
/* stylelint-enable */
|
|
2280
2287
|
width: 20px;
|
|
2281
2288
|
}
|
|
2282
2289
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2339,10 +2346,10 @@
|
|
|
2339
2346
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2340
2347
|
height: 30px;
|
|
2341
2348
|
line-height: 1em;
|
|
2342
|
-
padding:
|
|
2349
|
+
padding: 0 12px;
|
|
2343
2350
|
}
|
|
2344
|
-
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2345
|
-
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2351
|
+
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2352
|
+
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2346
2353
|
font-size: 14px;
|
|
2347
2354
|
margin-right: 8px;
|
|
2348
2355
|
}
|
|
@@ -2358,8 +2365,10 @@
|
|
|
2358
2365
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2359
2366
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2360
2367
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2368
|
+
/* stylelint-disable */
|
|
2361
2369
|
font-size: 14px !important;
|
|
2362
|
-
height:
|
|
2370
|
+
height: 14px !important;
|
|
2371
|
+
/* stylelint-enable */
|
|
2363
2372
|
width: 20px;
|
|
2364
2373
|
}
|
|
2365
2374
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2374,10 +2383,6 @@
|
|
|
2374
2383
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2375
2384
|
font-size: 12px !important;
|
|
2376
2385
|
}
|
|
2377
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2378
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2379
|
-
height: 139px;
|
|
2380
|
-
}
|
|
2381
2386
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2382
2387
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2383
2388
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2396,14 +2401,11 @@
|
|
|
2396
2401
|
}
|
|
2397
2402
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2398
2403
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2399
|
-
/* stylelint-disable */
|
|
2400
2404
|
font-size: 16px !important;
|
|
2401
2405
|
}
|
|
2402
2406
|
.e-bigger .e-pivotview.e-rtl,
|
|
2403
2407
|
.e-bigger.e-pivotview.e-rtl {
|
|
2404
2408
|
/* stylelint-enable */
|
|
2405
|
-
/* stylelint-disable */
|
|
2406
|
-
/* stylelint-enable */
|
|
2407
2409
|
}
|
|
2408
2410
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2409
2411
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
@@ -3124,9 +3126,8 @@
|
|
|
3124
3126
|
}
|
|
3125
3127
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
3126
3128
|
padding-bottom: 14px;
|
|
3127
|
-
padding-right: 18px;
|
|
3128
|
-
white-space: nowrap;
|
|
3129
3129
|
padding-right: 8px;
|
|
3130
|
+
white-space: nowrap;
|
|
3130
3131
|
}
|
|
3131
3132
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
3132
3133
|
vertical-align: bottom;
|
|
@@ -3207,7 +3208,7 @@
|
|
|
3207
3208
|
/* stylelint-enable */
|
|
3208
3209
|
}
|
|
3209
3210
|
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
3210
|
-
color: #
|
|
3211
|
+
color: #0d6efd !important;
|
|
3211
3212
|
}
|
|
3212
3213
|
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn {
|
|
3213
3214
|
pointer-events: none;
|
|
@@ -3238,6 +3239,9 @@
|
|
|
3238
3239
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
3239
3240
|
width: 100% !important;
|
|
3240
3241
|
}
|
|
3242
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3243
|
+
margin-left: 0;
|
|
3244
|
+
}
|
|
3241
3245
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3242
3246
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
3243
3247
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -3408,41 +3412,43 @@
|
|
|
3408
3412
|
margin: 0 12px 0 0;
|
|
3409
3413
|
/* stylelint-enable */
|
|
3410
3414
|
}
|
|
3411
|
-
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3412
|
-
margin-top: 8px;
|
|
3413
|
-
}
|
|
3414
3415
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
3415
3416
|
cursor: default;
|
|
3416
3417
|
}
|
|
3417
3418
|
.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content {
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3419
|
+
-ms-flex-align: center;
|
|
3420
|
+
align-items: center;
|
|
3421
|
+
display: -ms-flexbox;
|
|
3422
|
+
display: flex;
|
|
3423
|
+
height: auto;
|
|
3424
|
+
padding-left: 0;
|
|
3425
|
+
padding-right: 0;
|
|
3426
|
+
vertical-align: middle;
|
|
3421
3427
|
}
|
|
3422
3428
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
3423
3429
|
cursor: pointer;
|
|
3424
3430
|
font-size: 14px;
|
|
3425
|
-
height:
|
|
3431
|
+
height: auto;
|
|
3426
3432
|
opacity: 0.87;
|
|
3427
|
-
padding:
|
|
3433
|
+
padding: 0 4px;
|
|
3428
3434
|
pointer-events: auto;
|
|
3429
|
-
width:
|
|
3430
|
-
height: 20px;
|
|
3431
|
-
width: 20px;
|
|
3435
|
+
width: auto;
|
|
3432
3436
|
}
|
|
3433
3437
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3434
3438
|
float: right;
|
|
3435
3439
|
font-size: 20px;
|
|
3440
|
+
height: auto;
|
|
3436
3441
|
margin-right: 12px;
|
|
3437
|
-
padding
|
|
3442
|
+
padding: 0;
|
|
3438
3443
|
}
|
|
3439
3444
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
3440
3445
|
cursor: pointer;
|
|
3441
3446
|
display: inline-block;
|
|
3442
3447
|
font-size: 12px;
|
|
3443
3448
|
height: 24px;
|
|
3449
|
+
margin-right: 12px;
|
|
3444
3450
|
opacity: 0.87;
|
|
3445
|
-
padding:
|
|
3451
|
+
padding: 0 4px;
|
|
3446
3452
|
pointer-events: auto;
|
|
3447
3453
|
width: 24px;
|
|
3448
3454
|
}
|
|
@@ -3453,14 +3459,9 @@
|
|
|
3453
3459
|
cursor: move;
|
|
3454
3460
|
display: inline-block;
|
|
3455
3461
|
font-size: 14px;
|
|
3456
|
-
height: 24px;
|
|
3457
3462
|
margin-right: 4px;
|
|
3458
3463
|
pointer-events: auto;
|
|
3459
|
-
width: 24px;
|
|
3460
|
-
height: 20px;
|
|
3461
|
-
padding: 5px 8px 12px 5px;
|
|
3462
3464
|
width: 20px;
|
|
3463
|
-
padding: 8px 8px 8px 12px;
|
|
3464
3465
|
}
|
|
3465
3466
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
3466
3467
|
font-size: 18px;
|
|
@@ -3482,10 +3483,7 @@
|
|
|
3482
3483
|
opacity: 0.87;
|
|
3483
3484
|
}
|
|
3484
3485
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons {
|
|
3485
|
-
font-size: 14px;
|
|
3486
3486
|
height: 24px;
|
|
3487
|
-
margin-bottom: 10px;
|
|
3488
|
-
padding: 5px;
|
|
3489
3487
|
width: 24px;
|
|
3490
3488
|
}
|
|
3491
3489
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
@@ -3537,12 +3535,11 @@
|
|
|
3537
3535
|
cursor: copy;
|
|
3538
3536
|
}
|
|
3539
3537
|
.e-pivot-calc-dialog-div .e-list-parent .e-list-text {
|
|
3540
|
-
margin-bottom: 8px;
|
|
3541
3538
|
min-width: 100px;
|
|
3542
3539
|
overflow: hidden;
|
|
3543
3540
|
text-overflow: ellipsis;
|
|
3544
3541
|
white-space: nowrap;
|
|
3545
|
-
width:
|
|
3542
|
+
width: 100%;
|
|
3546
3543
|
}
|
|
3547
3544
|
.e-pivot-calc-dialog-div .e-pivot-treeview-outer {
|
|
3548
3545
|
background-color: #212529;
|
|
@@ -3593,7 +3590,6 @@
|
|
|
3593
3590
|
text-overflow: ellipsis;
|
|
3594
3591
|
}
|
|
3595
3592
|
.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 .e-text-content {
|
|
3596
|
-
height: 30px;
|
|
3597
3593
|
margin: 0;
|
|
3598
3594
|
padding: 0 0 0 24px;
|
|
3599
3595
|
}
|
|
@@ -3650,7 +3646,7 @@
|
|
|
3650
3646
|
padding-right: 18px;
|
|
3651
3647
|
}
|
|
3652
3648
|
.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-container {
|
|
3653
|
-
background
|
|
3649
|
+
background: #282d31;
|
|
3654
3650
|
color: #ced4da;
|
|
3655
3651
|
display: -ms-flexbox;
|
|
3656
3652
|
display: flex;
|
|
@@ -3660,7 +3656,7 @@
|
|
|
3660
3656
|
padding: 7px !important;
|
|
3661
3657
|
}
|
|
3662
3658
|
.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-container .e-info:hover {
|
|
3663
|
-
color: #
|
|
3659
|
+
color: #0d6efd;
|
|
3664
3660
|
}
|
|
3665
3661
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
3666
3662
|
-ms-flex: auto;
|
|
@@ -3706,7 +3702,6 @@
|
|
|
3706
3702
|
max-height: 660px !important;
|
|
3707
3703
|
min-width: 401px !important;
|
|
3708
3704
|
/* stylelint-enable */
|
|
3709
|
-
/* stylelint-disable */
|
|
3710
3705
|
}
|
|
3711
3706
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3712
3707
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3742,6 +3737,7 @@
|
|
|
3742
3737
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item .e-edit,
|
|
3743
3738
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item .e-edited {
|
|
3744
3739
|
/* stylelint-disable */
|
|
3740
|
+
margin: 0 12px 0 0 !important;
|
|
3745
3741
|
font-size: 16px !important;
|
|
3746
3742
|
/* stylelint-enable */
|
|
3747
3743
|
}
|
|
@@ -3768,8 +3764,10 @@
|
|
|
3768
3764
|
}
|
|
3769
3765
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
3770
3766
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
3767
|
+
/* stylelint-disable */
|
|
3771
3768
|
max-height: 750px !important;
|
|
3772
3769
|
min-width: 580px !important;
|
|
3770
|
+
/* stylelint-enable */
|
|
3773
3771
|
}
|
|
3774
3772
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3775
3773
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -3805,12 +3803,17 @@
|
|
|
3805
3803
|
|
|
3806
3804
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
3807
3805
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3806
|
+
/* stylelint-disable */
|
|
3808
3807
|
max-width: 400px !important;
|
|
3809
3808
|
min-width: 320px !important;
|
|
3810
3809
|
/* stylelint-enable */
|
|
3811
3810
|
/* stylelint-disable */
|
|
3812
3811
|
/* stylelint-enable */
|
|
3813
3812
|
}
|
|
3813
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-node-limit,
|
|
3814
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit {
|
|
3815
|
+
max-height: 450px !important;
|
|
3816
|
+
}
|
|
3814
3817
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3815
3818
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
3816
3819
|
padding: 25px 12px;
|
|
@@ -3825,13 +3828,16 @@
|
|
|
3825
3828
|
}
|
|
3826
3829
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
|
|
3827
3830
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
3828
|
-
display: inline-block;
|
|
3829
3831
|
visibility: hidden;
|
|
3830
3832
|
}
|
|
3833
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable,
|
|
3834
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
|
|
3835
|
+
display: none;
|
|
3836
|
+
}
|
|
3831
3837
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3832
3838
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3833
3839
|
display: inline-block;
|
|
3834
|
-
height:
|
|
3840
|
+
height: 166px;
|
|
3835
3841
|
max-width: 400px;
|
|
3836
3842
|
overflow: auto;
|
|
3837
3843
|
width: 100%;
|
|
@@ -3894,10 +3900,6 @@
|
|
|
3894
3900
|
margin-left: 0;
|
|
3895
3901
|
margin-right: -22px;
|
|
3896
3902
|
}
|
|
3897
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3898
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3899
|
-
/* stylelint-disable */
|
|
3900
|
-
}
|
|
3901
3903
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3902
3904
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3903
3905
|
margin-left: 0;
|
|
@@ -3921,19 +3923,30 @@
|
|
|
3921
3923
|
}
|
|
3922
3924
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
3923
3925
|
float: left;
|
|
3924
|
-
|
|
3926
|
+
/* stylelint-disable */
|
|
3927
|
+
margin: 0 !important;
|
|
3928
|
+
/* stylelint-enable */
|
|
3925
3929
|
}
|
|
3926
3930
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
3927
3931
|
display: none;
|
|
3928
3932
|
}
|
|
3929
3933
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3930
|
-
|
|
3934
|
+
-ms-flex-align: center;
|
|
3935
|
+
align-items: center;
|
|
3936
|
+
background: #282d31;
|
|
3937
|
+
/* stylelint-disable */
|
|
3938
|
+
display: -ms-flexbox !important;
|
|
3939
|
+
display: flex !important;
|
|
3940
|
+
/* stylelint-enable */
|
|
3941
|
+
height: 40px;
|
|
3942
|
+
-ms-flex-pack: center;
|
|
3943
|
+
justify-content: center;
|
|
3931
3944
|
opacity: 56%;
|
|
3932
|
-
padding: 14px 10px 16px 20px;
|
|
3933
3945
|
}
|
|
3934
3946
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container .e-editor-label {
|
|
3935
3947
|
color: #fff;
|
|
3936
3948
|
font: 500 13px Inter;
|
|
3949
|
+
margin-bottom: 0;
|
|
3937
3950
|
opacity: 0.87;
|
|
3938
3951
|
overflow: hidden;
|
|
3939
3952
|
text-overflow: ellipsis;
|
|
@@ -3959,19 +3972,18 @@
|
|
|
3959
3972
|
}
|
|
3960
3973
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3961
3974
|
border: 0;
|
|
3962
|
-
/* stylelint-enable */
|
|
3963
3975
|
}
|
|
3964
3976
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3965
3977
|
margin: 0 0 0 6px;
|
|
3966
3978
|
}
|
|
3967
3979
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
|
|
3968
|
-
height:
|
|
3969
|
-
min-width: 14px;
|
|
3970
|
-
width: 14px;
|
|
3971
|
-
height: auto;
|
|
3980
|
+
height: fit-content;
|
|
3972
3981
|
}
|
|
3973
3982
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
3974
3983
|
font-size: 14px;
|
|
3984
|
+
/* stylelint-disable */
|
|
3985
|
+
top: 0 !important;
|
|
3986
|
+
/* stylelint-enable */
|
|
3975
3987
|
}
|
|
3976
3988
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3977
3989
|
margin: 0 6px 0 0;
|
|
@@ -3981,7 +3993,11 @@
|
|
|
3981
3993
|
/* stylelint-disable */
|
|
3982
3994
|
}
|
|
3983
3995
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3984
|
-
height:
|
|
3996
|
+
height: 168px !important;
|
|
3997
|
+
}
|
|
3998
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
3999
|
+
height: 165px !important;
|
|
4000
|
+
/* stylelint-enable */
|
|
3985
4001
|
}
|
|
3986
4002
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
3987
4003
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
@@ -3989,11 +4005,12 @@
|
|
|
3989
4005
|
overflow: auto;
|
|
3990
4006
|
padding: 20px;
|
|
3991
4007
|
padding-bottom: 0;
|
|
3992
|
-
/* stylelint-
|
|
4008
|
+
/* stylelint-disable */
|
|
3993
4009
|
}
|
|
3994
4010
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3995
4011
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
3996
4012
|
color: #adb5bd !important;
|
|
4013
|
+
/* stylelint-enable */
|
|
3997
4014
|
font-size: 13px;
|
|
3998
4015
|
font-weight: 500;
|
|
3999
4016
|
}
|
|
@@ -4013,10 +4030,6 @@
|
|
|
4013
4030
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-disable {
|
|
4014
4031
|
display: none;
|
|
4015
4032
|
}
|
|
4016
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter .e-editor-label-container {
|
|
4017
|
-
opacity: 56%;
|
|
4018
|
-
padding: 14px 10px 9px 20px;
|
|
4019
|
-
}
|
|
4020
4033
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
4021
4034
|
margin-left: 0;
|
|
4022
4035
|
margin-right: 20px;
|
|
@@ -4087,7 +4100,7 @@
|
|
|
4087
4100
|
min-width: 300px !important;
|
|
4088
4101
|
}
|
|
4089
4102
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
4090
|
-
overflow: auto;
|
|
4103
|
+
overflow: auto !important;
|
|
4091
4104
|
}
|
|
4092
4105
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content {
|
|
4093
4106
|
padding: 0 12px 10px;
|
|
@@ -4104,6 +4117,7 @@
|
|
|
4104
4117
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
4105
4118
|
-ms-flex: none;
|
|
4106
4119
|
flex: none;
|
|
4120
|
+
white-space: pre;
|
|
4107
4121
|
}
|
|
4108
4122
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
4109
4123
|
-ms-flex: auto;
|
|
@@ -4142,7 +4156,6 @@
|
|
|
4142
4156
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4143
4157
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4144
4158
|
border-radius: 4px;
|
|
4145
|
-
width: auto !important;
|
|
4146
4159
|
}
|
|
4147
4160
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
4148
4161
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-footer-content,
|
|
@@ -4165,6 +4178,7 @@
|
|
|
4165
4178
|
border-top-left-radius: 0;
|
|
4166
4179
|
border-top-right-radius: 0;
|
|
4167
4180
|
padding-top: 10px;
|
|
4181
|
+
padding-bottom: 10px;
|
|
4168
4182
|
}
|
|
4169
4183
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content,
|
|
4170
4184
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
@@ -4203,7 +4217,7 @@
|
|
|
4203
4217
|
|
|
4204
4218
|
.e-field-list-tree.e-drag-item.e-treeview,
|
|
4205
4219
|
.e-pivot-calc.e-drag-item.e-treeview {
|
|
4206
|
-
background
|
|
4220
|
+
background: #495057;
|
|
4207
4221
|
border: 1px solid #495057;
|
|
4208
4222
|
border-radius: 0;
|
|
4209
4223
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
@@ -4216,6 +4230,10 @@
|
|
|
4216
4230
|
}
|
|
4217
4231
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
4218
4232
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
4233
|
+
-ms-flex-align: center;
|
|
4234
|
+
align-items: center;
|
|
4235
|
+
display: -ms-flexbox;
|
|
4236
|
+
display: flex;
|
|
4219
4237
|
height: 100%;
|
|
4220
4238
|
padding: 0;
|
|
4221
4239
|
text-align: center;
|
|
@@ -4225,11 +4243,8 @@
|
|
|
4225
4243
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4226
4244
|
color: #e9ecef;
|
|
4227
4245
|
font-size: 16px;
|
|
4228
|
-
|
|
4246
|
+
padding: 0;
|
|
4229
4247
|
width: 100%;
|
|
4230
|
-
display: inline;
|
|
4231
|
-
line-height: normal;
|
|
4232
|
-
vertical-align: sub;
|
|
4233
4248
|
}
|
|
4234
4249
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons,
|
|
4235
4250
|
.e-field-list-tree.e-drag-item.e-treeview .e-checkbox-wrapper,
|
|
@@ -4299,7 +4314,7 @@
|
|
|
4299
4314
|
|
|
4300
4315
|
/* stylelint-disable */
|
|
4301
4316
|
.e-button-drag-clone {
|
|
4302
|
-
background
|
|
4317
|
+
background: #495057 !important;
|
|
4303
4318
|
border: 1px solid #495057;
|
|
4304
4319
|
border-radius: 0;
|
|
4305
4320
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
@@ -4343,12 +4358,6 @@
|
|
|
4343
4358
|
/* stylelint-disable */
|
|
4344
4359
|
/* stylelint-enable */
|
|
4345
4360
|
}
|
|
4346
|
-
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4347
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4348
|
-
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4349
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
4350
|
-
height: 129px;
|
|
4351
|
-
}
|
|
4352
4361
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
4353
4362
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-descend-icon,
|
|
4354
4363
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
@@ -4407,6 +4416,10 @@
|
|
|
4407
4416
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
4408
4417
|
margin-left: 10px;
|
|
4409
4418
|
}
|
|
4419
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container:not(.e-excelfilter) .e-member-editor-container-outer-div,
|
|
4420
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container:not(.e-excelfilter) .e-member-editor-container-outer-div {
|
|
4421
|
+
height: 135px;
|
|
4422
|
+
}
|
|
4410
4423
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4411
4424
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
4412
4425
|
/* stylelint-disable */
|
|
@@ -4419,9 +4432,13 @@
|
|
|
4419
4432
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4420
4433
|
margin: 0 6px 0 0;
|
|
4421
4434
|
}
|
|
4435
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
4436
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
4437
|
+
height: 115px !important;
|
|
4438
|
+
}
|
|
4422
4439
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4423
4440
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4424
|
-
height:
|
|
4441
|
+
height: 128px !important;
|
|
4425
4442
|
}
|
|
4426
4443
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4427
4444
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
@@ -4458,6 +4475,11 @@
|
|
|
4458
4475
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
4459
4476
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
4460
4477
|
min-width: 350px !important;
|
|
4478
|
+
min-height: 400px !important;
|
|
4479
|
+
}
|
|
4480
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
4481
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
4482
|
+
min-height: 440px !important;
|
|
4461
4483
|
}
|
|
4462
4484
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
4463
4485
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -4534,7 +4556,7 @@
|
|
|
4534
4556
|
visibility: hidden;
|
|
4535
4557
|
}
|
|
4536
4558
|
.e-pivotfieldlist .e-select-table {
|
|
4537
|
-
background
|
|
4559
|
+
background: #343a40;
|
|
4538
4560
|
border: 0.5px solid #495057;
|
|
4539
4561
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4540
4562
|
color: #adb5bd;
|
|
@@ -4599,7 +4621,6 @@
|
|
|
4599
4621
|
max-width: 700px;
|
|
4600
4622
|
min-width: 300px;
|
|
4601
4623
|
/* stylelint-enable */
|
|
4602
|
-
/* stylelint-enable */
|
|
4603
4624
|
}
|
|
4604
4625
|
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list {
|
|
4605
4626
|
display: block;
|
|
@@ -4616,10 +4637,10 @@
|
|
|
4616
4637
|
padding-right: 10px;
|
|
4617
4638
|
}
|
|
4618
4639
|
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-drag {
|
|
4619
|
-
padding: revert;
|
|
4620
|
-
margin: revert;
|
|
4621
|
-
width: auto;
|
|
4622
|
-
height: auto;
|
|
4640
|
+
padding: revert !important;
|
|
4641
|
+
margin: revert !important;
|
|
4642
|
+
width: auto !important;
|
|
4643
|
+
height: auto !important;
|
|
4623
4644
|
}
|
|
4624
4645
|
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-draggable {
|
|
4625
4646
|
display: contents;
|
|
@@ -4675,6 +4696,7 @@
|
|
|
4675
4696
|
}
|
|
4676
4697
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
4677
4698
|
max-width: 45%;
|
|
4699
|
+
overflow: visible;
|
|
4678
4700
|
}
|
|
4679
4701
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
4680
4702
|
float: left;
|
|
@@ -4752,22 +4774,24 @@
|
|
|
4752
4774
|
width: 100%;
|
|
4753
4775
|
}
|
|
4754
4776
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header {
|
|
4755
|
-
background
|
|
4777
|
+
background: #282d31;
|
|
4756
4778
|
color: #ced4da;
|
|
4757
4779
|
font-size: 14px;
|
|
4758
4780
|
font-weight: normal;
|
|
4759
|
-
height: 28px;
|
|
4760
4781
|
overflow: hidden;
|
|
4761
|
-
padding:
|
|
4782
|
+
padding: 0 0 0 18px;
|
|
4762
4783
|
text-align: left;
|
|
4763
4784
|
text-overflow: ellipsis;
|
|
4764
4785
|
word-break: break-all;
|
|
4765
4786
|
}
|
|
4766
4787
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container {
|
|
4767
|
-
|
|
4788
|
+
-ms-flex-align: center;
|
|
4789
|
+
align-items: center;
|
|
4790
|
+
background: #282d31;
|
|
4768
4791
|
color: #ced4da;
|
|
4769
4792
|
display: -ms-flexbox;
|
|
4770
4793
|
display: flex;
|
|
4794
|
+
height: 28px;
|
|
4771
4795
|
padding-right: 18px;
|
|
4772
4796
|
/* stylelint-disable */
|
|
4773
4797
|
/* stylelint-enable */
|
|
@@ -4782,16 +4806,13 @@
|
|
|
4782
4806
|
color: #ced4da;
|
|
4783
4807
|
cursor: pointer;
|
|
4784
4808
|
font-size: 14px;
|
|
4785
|
-
|
|
4786
|
-
height: 20px !important;
|
|
4787
|
-
/* stylelint-enable */
|
|
4788
|
-
padding: 6px 0 0 4px;
|
|
4809
|
+
padding: 0 0 0 4px;
|
|
4789
4810
|
width: 20px;
|
|
4790
4811
|
}
|
|
4791
4812
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none.e-selected::before,
|
|
4792
4813
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-ascend.e-selected::before,
|
|
4793
4814
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-descend.e-selected::before {
|
|
4794
|
-
color: #
|
|
4815
|
+
color: #0d6efd;
|
|
4795
4816
|
}
|
|
4796
4817
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none:hover,
|
|
4797
4818
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-ascend:hover,
|
|
@@ -4928,20 +4949,23 @@
|
|
|
4928
4949
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container,
|
|
4929
4950
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,
|
|
4930
4951
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container {
|
|
4931
|
-
|
|
4952
|
+
-ms-flex-align: center;
|
|
4953
|
+
align-items: center;
|
|
4954
|
+
background: #282d31;
|
|
4932
4955
|
border-bottom: 1px solid #495057;
|
|
4933
4956
|
color: #ced4da;
|
|
4934
4957
|
display: -ms-flexbox;
|
|
4935
4958
|
display: flex;
|
|
4936
4959
|
height: 28px;
|
|
4937
|
-
padding:
|
|
4960
|
+
padding: 0 18px 0;
|
|
4938
4961
|
}
|
|
4939
4962
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
4940
4963
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
4941
4964
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
4942
4965
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
4943
|
-
|
|
4944
|
-
|
|
4966
|
+
display: -ms-flexbox;
|
|
4967
|
+
display: flex;
|
|
4968
|
+
height: 14px;
|
|
4945
4969
|
width: 20px;
|
|
4946
4970
|
}
|
|
4947
4971
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-rows,
|
|
@@ -4971,13 +4995,11 @@
|
|
|
4971
4995
|
flex: auto;
|
|
4972
4996
|
font-size: 14px;
|
|
4973
4997
|
line-height: 1.125em;
|
|
4974
|
-
margin-top: 2px;
|
|
4975
4998
|
overflow: hidden;
|
|
4976
4999
|
padding: 0 8px;
|
|
4977
5000
|
text-overflow: ellipsis;
|
|
4978
5001
|
text-transform: none;
|
|
4979
5002
|
width: 100%;
|
|
4980
|
-
margin-top: 4px;
|
|
4981
5003
|
}
|
|
4982
5004
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
4983
5005
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
@@ -5026,7 +5048,7 @@
|
|
|
5026
5048
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
5027
5049
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
5028
5050
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button {
|
|
5029
|
-
background
|
|
5051
|
+
background: #212529;
|
|
5030
5052
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
5031
5053
|
border-left: 0;
|
|
5032
5054
|
border-radius: 0;
|
|
@@ -5057,10 +5079,10 @@
|
|
|
5057
5079
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover {
|
|
5058
5080
|
background-color: #31373d;
|
|
5059
5081
|
}
|
|
5060
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content,
|
|
5061
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content,
|
|
5062
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content,
|
|
5063
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content {
|
|
5082
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content,
|
|
5083
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content,
|
|
5084
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content,
|
|
5085
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content {
|
|
5064
5086
|
background-color: transparent;
|
|
5065
5087
|
}
|
|
5066
5088
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active,
|
|
@@ -5073,13 +5095,13 @@
|
|
|
5073
5095
|
background-color: #3c444b;
|
|
5074
5096
|
color: #e9ecef;
|
|
5075
5097
|
}
|
|
5076
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content,
|
|
5077
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content,
|
|
5078
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content,
|
|
5079
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content,
|
|
5080
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content,
|
|
5081
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content,
|
|
5082
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content {
|
|
5098
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content, .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content,
|
|
5099
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content,
|
|
5100
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content,
|
|
5101
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content,
|
|
5102
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content,
|
|
5103
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content,
|
|
5104
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content {
|
|
5083
5105
|
background-color: transparent;
|
|
5084
5106
|
}
|
|
5085
5107
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort,
|
|
@@ -5123,11 +5145,11 @@
|
|
|
5123
5145
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-edit {
|
|
5124
5146
|
color: #e9ecef;
|
|
5125
5147
|
}
|
|
5126
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5127
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5128
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5129
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content {
|
|
5130
|
-
background
|
|
5148
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5149
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5150
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5151
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
5152
|
+
background: transparent;
|
|
5131
5153
|
-ms-flex: auto;
|
|
5132
5154
|
flex: auto;
|
|
5133
5155
|
font-size: 14px;
|
|
@@ -5248,10 +5270,10 @@
|
|
|
5248
5270
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove {
|
|
5249
5271
|
display: none;
|
|
5250
5272
|
}
|
|
5251
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5252
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5253
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5254
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content {
|
|
5273
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5274
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5275
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5276
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content {
|
|
5255
5277
|
text-align: right;
|
|
5256
5278
|
}
|
|
5257
5279
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
|
|
@@ -5442,13 +5464,11 @@
|
|
|
5442
5464
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5443
5465
|
padding-left: 18px;
|
|
5444
5466
|
padding-right: 0;
|
|
5445
|
-
/* stylelint-disable */
|
|
5446
|
-
/* stylelint-enable */
|
|
5447
5467
|
}
|
|
5448
5468
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5449
5469
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
5450
5470
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-descend {
|
|
5451
|
-
padding:
|
|
5471
|
+
padding: 0 4px 0 0;
|
|
5452
5472
|
}
|
|
5453
5473
|
.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5454
5474
|
.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields {
|
|
@@ -5508,12 +5528,6 @@
|
|
|
5508
5528
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
|
|
5509
5529
|
margin-top: 8px;
|
|
5510
5530
|
}
|
|
5511
|
-
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
5512
|
-
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
5513
|
-
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
5514
|
-
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
5515
|
-
padding-top: 2px;
|
|
5516
|
-
}
|
|
5517
5531
|
.e-pivotfieldlist-container.e-static.e-rtl .e-center-title {
|
|
5518
5532
|
text-align: right;
|
|
5519
5533
|
}
|
|
@@ -5536,9 +5550,6 @@
|
|
|
5536
5550
|
background-color: #343a40;
|
|
5537
5551
|
color: #ced4da;
|
|
5538
5552
|
font-size: 14px;
|
|
5539
|
-
height: 48px;
|
|
5540
|
-
padding-bottom: 9px;
|
|
5541
|
-
padding-top: 9px;
|
|
5542
5553
|
}
|
|
5543
5554
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5544
5555
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -5553,17 +5564,15 @@
|
|
|
5553
5564
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5554
5565
|
display: -ms-flexbox;
|
|
5555
5566
|
display: flex;
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
margin-top: 5px;
|
|
5567
|
+
-ms-flex-align: center;
|
|
5568
|
+
align-items: center;
|
|
5559
5569
|
}
|
|
5560
5570
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5561
5571
|
color: #adb5bd;
|
|
5562
5572
|
font-size: 16px;
|
|
5563
|
-
height:
|
|
5573
|
+
height: auto;
|
|
5564
5574
|
margin-left: 0;
|
|
5565
5575
|
margin-right: 12px;
|
|
5566
|
-
padding-top: 7px;
|
|
5567
5576
|
text-align: center;
|
|
5568
5577
|
width: 24px;
|
|
5569
5578
|
}
|
|
@@ -5575,10 +5584,7 @@
|
|
|
5575
5584
|
position: relative;
|
|
5576
5585
|
}
|
|
5577
5586
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-tab-header {
|
|
5578
|
-
background
|
|
5579
|
-
}
|
|
5580
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5581
|
-
border: 0;
|
|
5587
|
+
background: #282d31;
|
|
5582
5588
|
}
|
|
5583
5589
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content {
|
|
5584
5590
|
display: initial;
|
|
@@ -5617,6 +5623,8 @@
|
|
|
5617
5623
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button,
|
|
5618
5624
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button,
|
|
5619
5625
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button {
|
|
5626
|
+
-ms-flex-align: center;
|
|
5627
|
+
align-items: center;
|
|
5620
5628
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
5621
5629
|
border-left: 0;
|
|
5622
5630
|
border-radius: 0;
|
|
@@ -5630,7 +5638,7 @@
|
|
|
5630
5638
|
font-weight: normal;
|
|
5631
5639
|
height: 36px;
|
|
5632
5640
|
line-height: normal;
|
|
5633
|
-
padding:
|
|
5641
|
+
padding: 0 16px;
|
|
5634
5642
|
text-transform: none;
|
|
5635
5643
|
width: 100%;
|
|
5636
5644
|
background-color: #212529;
|
|
@@ -5644,15 +5652,13 @@
|
|
|
5644
5652
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-list-selected {
|
|
5645
5653
|
opacity: 0.5;
|
|
5646
5654
|
}
|
|
5647
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5648
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5649
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5650
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-content {
|
|
5655
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5656
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5657
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5658
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
5651
5659
|
-ms-flex: auto;
|
|
5652
5660
|
flex: auto;
|
|
5653
5661
|
font-size: 14px;
|
|
5654
|
-
height: 100%;
|
|
5655
|
-
margin-top: -2px;
|
|
5656
5662
|
overflow: hidden;
|
|
5657
5663
|
text-align: left;
|
|
5658
5664
|
text-overflow: ellipsis;
|
|
@@ -5692,7 +5698,6 @@
|
|
|
5692
5698
|
cursor: pointer;
|
|
5693
5699
|
display: inline-block;
|
|
5694
5700
|
font-size: 20px;
|
|
5695
|
-
height: 24px;
|
|
5696
5701
|
padding-left: 10px;
|
|
5697
5702
|
width: 24px;
|
|
5698
5703
|
font-size: 14px !important;
|
|
@@ -5771,10 +5776,10 @@
|
|
|
5771
5776
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove {
|
|
5772
5777
|
display: inline-block;
|
|
5773
5778
|
}
|
|
5774
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5775
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5776
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5777
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-content {
|
|
5779
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5780
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5781
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5782
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content {
|
|
5778
5783
|
text-align: right;
|
|
5779
5784
|
}
|
|
5780
5785
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
|
|
@@ -5859,18 +5864,21 @@
|
|
|
5859
5864
|
margin-top: 20px;
|
|
5860
5865
|
overflow: auto;
|
|
5861
5866
|
}
|
|
5862
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header
|
|
5867
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5868
|
+
-ms-flex-align: center;
|
|
5869
|
+
align-items: center;
|
|
5870
|
+
display: -ms-flexbox;
|
|
5871
|
+
display: flex;
|
|
5872
|
+
}
|
|
5873
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header .e-acrdn-header-icon {
|
|
5863
5874
|
display: table;
|
|
5864
5875
|
font-size: 12px;
|
|
5865
|
-
height: 36px;
|
|
5866
|
-
min-height: 36px;
|
|
5867
5876
|
min-width: 28px;
|
|
5868
5877
|
padding: 0;
|
|
5869
5878
|
position: absolute;
|
|
5870
5879
|
right: 16px;
|
|
5871
|
-
top: 0;
|
|
5872
5880
|
}
|
|
5873
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
5881
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header .e-acrdn-header-icon .e-list-icon {
|
|
5874
5882
|
cursor: pointer;
|
|
5875
5883
|
display: table-cell;
|
|
5876
5884
|
padding-right: 6px;
|
|
@@ -6070,13 +6078,11 @@
|
|
|
6070
6078
|
}
|
|
6071
6079
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header,
|
|
6072
6080
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header {
|
|
6073
|
-
background
|
|
6081
|
+
background: #282d31;
|
|
6074
6082
|
color: #ced4da;
|
|
6075
6083
|
font-size: 14px;
|
|
6076
6084
|
font-weight: normal;
|
|
6077
|
-
height: 30px;
|
|
6078
6085
|
overflow: hidden;
|
|
6079
|
-
padding: 6px 0 0 20px;
|
|
6080
6086
|
}
|
|
6081
6087
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container,
|
|
6082
6088
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container {
|
|
@@ -6089,8 +6095,7 @@
|
|
|
6089
6095
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
6090
6096
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
6091
6097
|
font-size: 16px;
|
|
6092
|
-
|
|
6093
|
-
padding: 6px 0 0 4px;
|
|
6098
|
+
padding: 0 0 0 4px;
|
|
6094
6099
|
width: 24px;
|
|
6095
6100
|
}
|
|
6096
6101
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list,
|
|
@@ -6164,7 +6169,7 @@
|
|
|
6164
6169
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,
|
|
6165
6170
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container {
|
|
6166
6171
|
height: 30px;
|
|
6167
|
-
padding: 0 20px
|
|
6172
|
+
padding: 0 20px 0;
|
|
6168
6173
|
}
|
|
6169
6174
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
6170
6175
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
@@ -6174,8 +6179,7 @@
|
|
|
6174
6179
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
6175
6180
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
6176
6181
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
6177
|
-
height:
|
|
6178
|
-
padding-top: 7px;
|
|
6182
|
+
height: 16px;
|
|
6179
6183
|
width: 24px;
|
|
6180
6184
|
}
|
|
6181
6185
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-rows,
|
|
@@ -6222,7 +6226,6 @@
|
|
|
6222
6226
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-header {
|
|
6223
6227
|
font-size: 14px;
|
|
6224
6228
|
line-height: 1.6em;
|
|
6225
|
-
margin-top: 4px;
|
|
6226
6229
|
padding: 0 12px;
|
|
6227
6230
|
}
|
|
6228
6231
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -6233,7 +6236,7 @@
|
|
|
6233
6236
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
6234
6237
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
6235
6238
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
6236
|
-
|
|
6239
|
+
height: 133px;
|
|
6237
6240
|
}
|
|
6238
6241
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
6239
6242
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
@@ -6243,19 +6246,20 @@
|
|
|
6243
6246
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
6244
6247
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
6245
6248
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button {
|
|
6249
|
+
/* stylelint-disable */
|
|
6246
6250
|
font-size: 14px;
|
|
6247
6251
|
height: 36px !important;
|
|
6248
6252
|
padding: 9px 16px !important;
|
|
6249
6253
|
/* stylelint-enable */
|
|
6250
6254
|
}
|
|
6251
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6252
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6253
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6254
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6255
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6256
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6257
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6258
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content {
|
|
6255
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6256
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6257
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6258
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6259
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6260
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6261
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6262
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
6259
6263
|
font-size: 14px;
|
|
6260
6264
|
line-height: 1.1em;
|
|
6261
6265
|
padding: 0 10px;
|
|
@@ -6438,8 +6442,6 @@
|
|
|
6438
6442
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
6439
6443
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
6440
6444
|
padding-left: 20px;
|
|
6441
|
-
/* stylelint-disable */
|
|
6442
|
-
/* stylelint-enable */
|
|
6443
6445
|
}
|
|
6444
6446
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
6445
6447
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -6447,7 +6449,7 @@
|
|
|
6447
6449
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
6448
6450
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
6449
6451
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-descend {
|
|
6450
|
-
padding:
|
|
6452
|
+
padding: 0 4px 0 0;
|
|
6451
6453
|
}
|
|
6452
6454
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields,
|
|
6453
6455
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields,
|