@syncfusion/ej2-js-es5 20.2.40 → 20.2.45
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/package.json +5 -5
- package/scripts/ej2.min.js +1 -1
- package/styles/bootstrap-dark.css +67 -56
- package/styles/bootstrap.css +67 -56
- package/styles/bootstrap4.css +69 -58
- package/styles/bootstrap5-dark.css +73 -62
- package/styles/bootstrap5.css +73 -62
- package/styles/compatibility/bootstrap.css +67 -56
- package/styles/compatibility/bootstrap4.css +69 -58
- package/styles/compatibility/fabric.css +67 -56
- package/styles/compatibility/highcontrast.css +67 -56
- package/styles/compatibility/material.css +94 -56
- package/styles/fabric-dark.css +67 -56
- package/styles/fabric.css +67 -56
- package/styles/fluent-dark.css +71 -60
- package/styles/fluent.css +71 -60
- package/styles/highcontrast.css +67 -56
- package/styles/material-dark.css +94 -56
- package/styles/material.css +94 -56
- package/styles/tailwind-dark.css +75 -62
- package/styles/tailwind.css +75 -62
|
@@ -2055,6 +2055,18 @@
|
|
|
2055
2055
|
touch-action: pinch-zoom;
|
|
2056
2056
|
}
|
|
2057
2057
|
|
|
2058
|
+
.e-license {
|
|
2059
|
+
color: rgb(255, 255, 0);
|
|
2060
|
+
text-decoration: none;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
.e-license-banner {
|
|
2064
|
+
cursor: pointer;
|
|
2065
|
+
position: absolute;
|
|
2066
|
+
right: 10px;
|
|
2067
|
+
top: 27%;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2058
2070
|
/*! animation keyframes */
|
|
2059
2071
|
@keyframes SlideLeftOut {
|
|
2060
2072
|
from {
|
|
@@ -7362,6 +7374,33 @@ textarea.e-outline.e-input,
|
|
|
7362
7374
|
width: calc(100% - 1px);
|
|
7363
7375
|
}
|
|
7364
7376
|
|
|
7377
|
+
.e-outline.e-float-input.e-control-wrapper.e-numeric label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow {
|
|
7378
|
+
width: calc(100% - 80px);
|
|
7379
|
+
}
|
|
7380
|
+
|
|
7381
|
+
.e-outline.e-float-input.e-control-wrapper.e-numeric label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,
|
|
7382
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,
|
|
7383
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow,
|
|
7384
|
+
.e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,
|
|
7385
|
+
.e-outline.e-float-input.e-control-wrapper.e-numeric.e-static-clear label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow {
|
|
7386
|
+
overflow: hidden;
|
|
7387
|
+
text-overflow: ellipsis;
|
|
7388
|
+
width: 100%;
|
|
7389
|
+
}
|
|
7390
|
+
|
|
7391
|
+
.e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow,
|
|
7392
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-icon {
|
|
7393
|
+
width: calc(100% - 45px);
|
|
7394
|
+
}
|
|
7395
|
+
|
|
7396
|
+
.e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-icon {
|
|
7397
|
+
width: calc(100% - 75px);
|
|
7398
|
+
}
|
|
7399
|
+
|
|
7400
|
+
.e-outline.e-float-input.e-control-wrapper.e-numeric.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow {
|
|
7401
|
+
width: calc(100% - 110px);
|
|
7402
|
+
}
|
|
7403
|
+
|
|
7365
7404
|
.e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before,
|
|
7366
7405
|
.e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after,
|
|
7367
7406
|
.e-outline.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before,
|
|
@@ -50271,9 +50310,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
50271
50310
|
overflow: hidden;
|
|
50272
50311
|
text-overflow: ellipsis;
|
|
50273
50312
|
}
|
|
50274
|
-
.e-lib.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-lib.e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
|
|
50275
|
-
max-height: 36px;
|
|
50276
|
-
}
|
|
50277
50313
|
.e-lib.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-lib.e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
50278
50314
|
margin: -18px 10px;
|
|
50279
50315
|
}
|
|
@@ -51171,7 +51207,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
51171
51207
|
.e-lib.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-lib.e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
51172
51208
|
border-right-color: #e3165b;
|
|
51173
51209
|
}
|
|
51174
|
-
.e-lib.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-lib.e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-lib.e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-lib.e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-lib.e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
51210
|
+
.e-lib.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-lib.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-lib.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-lib.e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-lib.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
51175
51211
|
background-color: #eee;
|
|
51176
51212
|
color: #000;
|
|
51177
51213
|
}
|
|
@@ -57721,14 +57757,13 @@ span.e-table-box.e-rbox-select {
|
|
|
57721
57757
|
}
|
|
57722
57758
|
.e-lib.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
57723
57759
|
border-bottom-style: solid;
|
|
57724
|
-
border-right
|
|
57760
|
+
border-right: 1px solid;
|
|
57725
57761
|
overflow: hidden;
|
|
57726
57762
|
position: relative;
|
|
57727
57763
|
z-index: 6;
|
|
57728
57764
|
}
|
|
57729
57765
|
.e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
57730
57766
|
border-left: 0;
|
|
57731
|
-
padding: 0 3px;
|
|
57732
57767
|
}
|
|
57733
57768
|
.e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
57734
57769
|
border-collapse: collapse;
|
|
@@ -57780,7 +57815,7 @@ span.e-table-box.e-rbox-select {
|
|
|
57780
57815
|
}
|
|
57781
57816
|
.e-lib.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
57782
57817
|
.e-lib.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
57783
|
-
padding-left:
|
|
57818
|
+
padding-left: 11px;
|
|
57784
57819
|
text-align: left;
|
|
57785
57820
|
}
|
|
57786
57821
|
.e-lib.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -57884,7 +57919,7 @@ span.e-table-box.e-rbox-select {
|
|
|
57884
57919
|
.e-lib.e-gantt .e-gantt-chart .e-indicator-span {
|
|
57885
57920
|
display: inline-block;
|
|
57886
57921
|
font-size: 13px;
|
|
57887
|
-
font-weight:
|
|
57922
|
+
font-weight: normal;
|
|
57888
57923
|
overflow: hidden;
|
|
57889
57924
|
position: absolute;
|
|
57890
57925
|
text-overflow: ellipsis;
|
|
@@ -58277,6 +58312,7 @@ span.e-table-box.e-rbox-select {
|
|
|
58277
58312
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
58278
58313
|
border-bottom-width: 0px;
|
|
58279
58314
|
height: 198px;
|
|
58315
|
+
overflow: hidden;
|
|
58280
58316
|
}
|
|
58281
58317
|
.e-gantt-dialog > .e-dlg-content {
|
|
58282
58318
|
padding: 0 !important;
|
|
@@ -62407,15 +62443,15 @@ span.e-table-box.e-rbox-select {
|
|
|
62407
62443
|
width: 100%;
|
|
62408
62444
|
}
|
|
62409
62445
|
|
|
62410
|
-
.e-kanban-dialog {
|
|
62446
|
+
.e-kanban-dialog.e-dialog {
|
|
62411
62447
|
min-width: 350px;
|
|
62412
62448
|
}
|
|
62413
|
-
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
62414
|
-
.e-kanban-dialog .e-kanban-form-container table {
|
|
62449
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table,
|
|
62450
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table {
|
|
62415
62451
|
width: 100%;
|
|
62416
62452
|
}
|
|
62417
|
-
.e-kanban-dialog .e-kanban-form-wrapper table td,
|
|
62418
|
-
.e-kanban-dialog .e-kanban-form-container table td {
|
|
62453
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td,
|
|
62454
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table td {
|
|
62419
62455
|
color: inherit;
|
|
62420
62456
|
font-size: 14px;
|
|
62421
62457
|
font-weight: 400;
|
|
@@ -62425,17 +62461,17 @@ span.e-table-box.e-rbox-select {
|
|
|
62425
62461
|
padding: 5px 0;
|
|
62426
62462
|
text-align: left;
|
|
62427
62463
|
}
|
|
62428
|
-
.e-kanban-dialog .e-kanban-form-wrapper table .e-label,
|
|
62429
|
-
.e-kanban-dialog .e-kanban-form-container table .e-label {
|
|
62464
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
|
|
62465
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
|
|
62430
62466
|
padding-right: 10px;
|
|
62431
62467
|
vertical-align: top;
|
|
62432
62468
|
width: 70px;
|
|
62433
62469
|
}
|
|
62434
|
-
.e-kanban-dialog .e-kanban-form-wrapper table .e-field,
|
|
62435
|
-
.e-kanban-dialog .e-kanban-form-container table .e-field {
|
|
62470
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-field,
|
|
62471
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table .e-field {
|
|
62436
62472
|
width: 100%;
|
|
62437
62473
|
}
|
|
62438
|
-
.e-kanban-dialog .e-footer-content .e-dialog-delete.e-btn {
|
|
62474
|
+
.e-kanban-dialog.e-dialog .e-footer-content .e-dialog-delete.e-btn {
|
|
62439
62475
|
float: left;
|
|
62440
62476
|
margin-left: 0;
|
|
62441
62477
|
}
|
|
@@ -62526,12 +62562,12 @@ span.e-table-box.e-rbox-select {
|
|
|
62526
62562
|
color: rgba(0, 0, 0, 0.87);
|
|
62527
62563
|
}
|
|
62528
62564
|
|
|
62529
|
-
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
62565
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
62530
62566
|
background-color: initial;
|
|
62531
62567
|
color: rgba(0, 0, 0, 0.87);
|
|
62532
62568
|
min-width: 70%;
|
|
62533
62569
|
}
|
|
62534
|
-
.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
62570
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
62535
62571
|
box-shadow: none;
|
|
62536
62572
|
}
|
|
62537
62573
|
|
|
@@ -67002,7 +67038,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67002
67038
|
}
|
|
67003
67039
|
|
|
67004
67040
|
.e-pivot-calc-dialog-div {
|
|
67005
|
-
max-height:
|
|
67041
|
+
max-height: 600px !important;
|
|
67006
67042
|
min-width: 290px;
|
|
67007
67043
|
}
|
|
67008
67044
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
@@ -67012,11 +67048,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67012
67048
|
.e-pivot-calc-dialog-div .e-dlg-content {
|
|
67013
67049
|
padding-bottom: 18px;
|
|
67014
67050
|
}
|
|
67051
|
+
.e-pivot-calc-dialog-div .e-dlg-content .e-pivot-calc-custom-format-div {
|
|
67052
|
+
margin-top: 15px;
|
|
67053
|
+
}
|
|
67015
67054
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
67016
67055
|
.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
67017
67056
|
.e-pivot-calc-dialog-div .e-pivot-formula-title,
|
|
67018
67057
|
.e-pivot-calc-dialog-div .e-olap-hierarchy-title,
|
|
67019
|
-
.e-pivot-calc-dialog-div .e-
|
|
67058
|
+
.e-pivot-calc-dialog-div .e-pivot-format-title,
|
|
67020
67059
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
67021
67060
|
color: rgba(0, 0, 0, 0.54);
|
|
67022
67061
|
font-size: 13px;
|
|
@@ -67294,26 +67333,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67294
67333
|
.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 {
|
|
67295
67334
|
color: #e3165b;
|
|
67296
67335
|
}
|
|
67297
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
67336
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
67298
67337
|
-ms-flex: auto;
|
|
67299
67338
|
flex: auto;
|
|
67300
67339
|
margin-left: 18px;
|
|
67301
67340
|
}
|
|
67302
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
67341
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-formula {
|
|
67303
67342
|
height: 100px;
|
|
67304
67343
|
}
|
|
67305
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
67344
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-calc-custom-format-div {
|
|
67306
67345
|
margin-top: 15px;
|
|
67307
67346
|
}
|
|
67308
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
67309
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
67310
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
67311
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
67312
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
67347
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-formula-title,
|
|
67348
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-field-name-title,
|
|
67349
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-olap-hierarchy-title,
|
|
67350
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-format-title,
|
|
67351
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-olap-member-title {
|
|
67313
67352
|
padding-left: 0;
|
|
67314
67353
|
padding-right: 0;
|
|
67315
67354
|
}
|
|
67316
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
67355
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-field-name-title {
|
|
67317
67356
|
margin-top: 0;
|
|
67318
67357
|
padding-top: 0;
|
|
67319
67358
|
}
|
|
@@ -67324,7 +67363,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67324
67363
|
float: left;
|
|
67325
67364
|
margin: 0;
|
|
67326
67365
|
}
|
|
67327
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-
|
|
67366
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
67328
67367
|
margin-left: 0;
|
|
67329
67368
|
margin-right: 18px;
|
|
67330
67369
|
}
|
|
@@ -67341,13 +67380,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67341
67380
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
67342
67381
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title,
|
|
67343
67382
|
.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title,
|
|
67344
|
-
.e-bigger.e-pivot-calc-dialog-div .e-
|
|
67383
|
+
.e-bigger.e-pivot-calc-dialog-div .e-pivot-format-title,
|
|
67345
67384
|
.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title,
|
|
67346
67385
|
.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
67347
67386
|
.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
67348
67387
|
.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title,
|
|
67349
67388
|
.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title,
|
|
67350
|
-
.e-bigger .e-pivot-calc-dialog-div .e-
|
|
67389
|
+
.e-bigger .e-pivot-calc-dialog-div .e-pivot-format-title,
|
|
67351
67390
|
.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title {
|
|
67352
67391
|
font-size: 14px;
|
|
67353
67392
|
padding: 6px 0;
|
|
@@ -67401,12 +67440,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67401
67440
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
67402
67441
|
font-size: 16px;
|
|
67403
67442
|
}
|
|
67404
|
-
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
67405
|
-
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
67443
|
+
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div,
|
|
67444
|
+
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
67406
67445
|
margin-left: 24px;
|
|
67407
67446
|
}
|
|
67408
|
-
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-
|
|
67409
|
-
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-
|
|
67447
|
+
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-pivot-calculated-div,
|
|
67448
|
+
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
67410
67449
|
margin-left: 0;
|
|
67411
67450
|
margin-right: 24px;
|
|
67412
67451
|
}
|
|
@@ -69286,8 +69325,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69286
69325
|
}
|
|
69287
69326
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-input-div,
|
|
69288
69327
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-member-options,
|
|
69289
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-custom-format-div
|
|
69290
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-olap-calc-custom-format-div {
|
|
69328
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-custom-format-div {
|
|
69291
69329
|
margin-left: 20px;
|
|
69292
69330
|
margin-right: 20px;
|
|
69293
69331
|
margin-top: 20px;
|
|
@@ -70957,11 +70995,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
70957
70995
|
border-right-width: 1px;
|
|
70958
70996
|
}
|
|
70959
70997
|
.e-pivotview .e-stackedheadercelldiv {
|
|
70960
|
-
display:
|
|
70998
|
+
display: inline;
|
|
70961
70999
|
}
|
|
70962
71000
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
70963
71001
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
70964
|
-
display: inline
|
|
71002
|
+
display: inline;
|
|
70965
71003
|
padding-left: 12px !important;
|
|
70966
71004
|
margin-top: 5px;
|
|
70967
71005
|
}
|
|
@@ -71456,7 +71494,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
71456
71494
|
.e-pivotview .e-expand,
|
|
71457
71495
|
.e-pivotview .e-collapse {
|
|
71458
71496
|
cursor: pointer;
|
|
71459
|
-
display: inline
|
|
71497
|
+
display: inline;
|
|
71460
71498
|
height: 18px;
|
|
71461
71499
|
margin-top: 5px;
|
|
71462
71500
|
text-align: center;
|
|
@@ -77566,10 +77604,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77566
77604
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
77567
77605
|
margin-top: 10px;
|
|
77568
77606
|
}
|
|
77569
|
-
.e-spreadsheet .e-goto-dlg {
|
|
77607
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
77570
77608
|
height: auto;
|
|
77571
77609
|
}
|
|
77572
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
77610
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
77573
77611
|
font-weight: bold;
|
|
77574
77612
|
padding-top: 7px;
|
|
77575
77613
|
}
|
|
@@ -78782,32 +78820,32 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
78782
78820
|
font-size: 12px;
|
|
78783
78821
|
padding-top: 7px;
|
|
78784
78822
|
}
|
|
78785
|
-
.e-spreadsheet .e-find-dlg {
|
|
78823
|
+
.e-spreadsheet .e-find-dlg.e-dialog {
|
|
78786
78824
|
height: auto;
|
|
78787
78825
|
width: 468px;
|
|
78788
78826
|
}
|
|
78789
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
78827
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
|
|
78790
78828
|
color: #dd2c2c;
|
|
78791
78829
|
font-size: 12px;
|
|
78792
78830
|
padding-top: 7px;
|
|
78793
78831
|
}
|
|
78794
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
78832
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
|
|
78795
78833
|
color: #dd2c2c;
|
|
78796
78834
|
font-size: 12px;
|
|
78797
78835
|
padding-top: 7px;
|
|
78798
78836
|
}
|
|
78799
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
78837
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
|
|
78800
78838
|
padding-right: 12px;
|
|
78801
78839
|
}
|
|
78802
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
78840
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
78803
78841
|
padding: 12px 0;
|
|
78804
78842
|
}
|
|
78805
|
-
.e-spreadsheet .e-find-dlg p.e-header {
|
|
78843
|
+
.e-spreadsheet .e-find-dlg.e-dialog p.e-header {
|
|
78806
78844
|
margin: 0;
|
|
78807
78845
|
padding-bottom: 8px;
|
|
78808
78846
|
padding-top: 12px;
|
|
78809
78847
|
}
|
|
78810
|
-
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
78848
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
78811
78849
|
text-align: left;
|
|
78812
78850
|
}
|
|
78813
78851
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
@@ -79531,12 +79569,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
79531
79569
|
height: 59px;
|
|
79532
79570
|
width: 403px;
|
|
79533
79571
|
}
|
|
79534
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
79535
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
79572
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
79573
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
79536
79574
|
height: auto;
|
|
79537
79575
|
}
|
|
79538
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
79539
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
79576
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
79577
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
79540
79578
|
font-size: 12px;
|
|
79541
79579
|
}
|
|
79542
79580
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|