@syncfusion/ej2-material-dark-theme 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/styles/customized/material-dark.css +94 -56
- package/styles/material-dark.css +94 -56
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-material-dark-theme@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-material-dark-theme@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-material-dark-theme@20.2.45",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-v/p8EYkNj7P56/0/Lt7w3RgGjYDXmmyemZ/+MJiPkTT/kCqOLZlH/DuSiveK4ZMnXElD/6oEzS4m3M4/J6vXqw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-material-dark-theme",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-material-dark-theme/-/ej2-material-dark-theme-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-material-dark-theme/-/ej2-material-dark-theme-20.3.0.tgz",
|
|
23
|
+
"_shasum": "d8dee4594255c4e5ffb0f44628a07235f9cec6bd",
|
|
24
24
|
"_spec": "@syncfusion/ej2-material-dark-theme@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/themes",
|
|
26
26
|
"author": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
48
48
|
},
|
|
49
49
|
"typings": "index.d.ts",
|
|
50
|
-
"version": "20.2.
|
|
50
|
+
"version": "20.2.45"
|
|
51
51
|
}
|
|
@@ -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 {
|
|
@@ -7320,6 +7332,33 @@ textarea.e-outline.e-input,
|
|
|
7320
7332
|
width: calc(100% - 1px);
|
|
7321
7333
|
}
|
|
7322
7334
|
|
|
7335
|
+
.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 {
|
|
7336
|
+
width: calc(100% - 80px);
|
|
7337
|
+
}
|
|
7338
|
+
|
|
7339
|
+
.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,
|
|
7340
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,
|
|
7341
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow,
|
|
7342
|
+
.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,
|
|
7343
|
+
.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 {
|
|
7344
|
+
overflow: hidden;
|
|
7345
|
+
text-overflow: ellipsis;
|
|
7346
|
+
width: 100%;
|
|
7347
|
+
}
|
|
7348
|
+
|
|
7349
|
+
.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,
|
|
7350
|
+
.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 {
|
|
7351
|
+
width: calc(100% - 45px);
|
|
7352
|
+
}
|
|
7353
|
+
|
|
7354
|
+
.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 {
|
|
7355
|
+
width: calc(100% - 75px);
|
|
7356
|
+
}
|
|
7357
|
+
|
|
7358
|
+
.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 {
|
|
7359
|
+
width: calc(100% - 110px);
|
|
7360
|
+
}
|
|
7361
|
+
|
|
7323
7362
|
.e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before,
|
|
7324
7363
|
.e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after,
|
|
7325
7364
|
.e-outline.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before,
|
|
@@ -50453,9 +50492,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
50453
50492
|
overflow: hidden;
|
|
50454
50493
|
text-overflow: ellipsis;
|
|
50455
50494
|
}
|
|
50456
|
-
.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
|
|
50457
|
-
max-height: 36px;
|
|
50458
|
-
}
|
|
50459
50495
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
50460
50496
|
margin: -18px 10px;
|
|
50461
50497
|
}
|
|
@@ -51353,7 +51389,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
51353
51389
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
51354
51390
|
border-right-color: rgba(255, 255, 255, 0.8);
|
|
51355
51391
|
}
|
|
51356
|
-
.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-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-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .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-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
51392
|
+
.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-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-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-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-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) {
|
|
51357
51393
|
background-color: rgba(255, 255, 255, 0.18);
|
|
51358
51394
|
color: #fff;
|
|
51359
51395
|
}
|
|
@@ -57954,14 +57990,13 @@ span.e-table-box.e-rbox-select {
|
|
|
57954
57990
|
}
|
|
57955
57991
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
57956
57992
|
border-bottom-style: solid;
|
|
57957
|
-
border-right
|
|
57993
|
+
border-right: 1px solid;
|
|
57958
57994
|
overflow: hidden;
|
|
57959
57995
|
position: relative;
|
|
57960
57996
|
z-index: 6;
|
|
57961
57997
|
}
|
|
57962
57998
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
57963
57999
|
border-left: 0;
|
|
57964
|
-
padding: 0 3px;
|
|
57965
58000
|
}
|
|
57966
58001
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
57967
58002
|
border-collapse: collapse;
|
|
@@ -58013,7 +58048,7 @@ span.e-table-box.e-rbox-select {
|
|
|
58013
58048
|
}
|
|
58014
58049
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
58015
58050
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
58016
|
-
padding-left:
|
|
58051
|
+
padding-left: 11px;
|
|
58017
58052
|
text-align: left;
|
|
58018
58053
|
}
|
|
58019
58054
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -58117,7 +58152,7 @@ span.e-table-box.e-rbox-select {
|
|
|
58117
58152
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
58118
58153
|
display: inline-block;
|
|
58119
58154
|
font-size: 13px;
|
|
58120
|
-
font-weight:
|
|
58155
|
+
font-weight: normal;
|
|
58121
58156
|
overflow: hidden;
|
|
58122
58157
|
position: absolute;
|
|
58123
58158
|
text-overflow: ellipsis;
|
|
@@ -58510,6 +58545,7 @@ span.e-table-box.e-rbox-select {
|
|
|
58510
58545
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
58511
58546
|
border-bottom-width: 0px;
|
|
58512
58547
|
height: 198px;
|
|
58548
|
+
overflow: hidden;
|
|
58513
58549
|
}
|
|
58514
58550
|
.e-gantt-dialog > .e-dlg-content {
|
|
58515
58551
|
padding: 0 !important;
|
|
@@ -60650,15 +60686,15 @@ span.e-table-box.e-rbox-select {
|
|
|
60650
60686
|
width: 100%;
|
|
60651
60687
|
}
|
|
60652
60688
|
|
|
60653
|
-
.e-kanban-dialog {
|
|
60689
|
+
.e-kanban-dialog.e-dialog {
|
|
60654
60690
|
min-width: 350px;
|
|
60655
60691
|
}
|
|
60656
|
-
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
60657
|
-
.e-kanban-dialog .e-kanban-form-container table {
|
|
60692
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table,
|
|
60693
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table {
|
|
60658
60694
|
width: 100%;
|
|
60659
60695
|
}
|
|
60660
|
-
.e-kanban-dialog .e-kanban-form-wrapper table td,
|
|
60661
|
-
.e-kanban-dialog .e-kanban-form-container table td {
|
|
60696
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td,
|
|
60697
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table td {
|
|
60662
60698
|
color: inherit;
|
|
60663
60699
|
font-size: 14px;
|
|
60664
60700
|
font-weight: 400;
|
|
@@ -60668,17 +60704,17 @@ span.e-table-box.e-rbox-select {
|
|
|
60668
60704
|
padding: 5px 0;
|
|
60669
60705
|
text-align: left;
|
|
60670
60706
|
}
|
|
60671
|
-
.e-kanban-dialog .e-kanban-form-wrapper table .e-label,
|
|
60672
|
-
.e-kanban-dialog .e-kanban-form-container table .e-label {
|
|
60707
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
|
|
60708
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
|
|
60673
60709
|
padding-right: 10px;
|
|
60674
60710
|
vertical-align: top;
|
|
60675
60711
|
width: 70px;
|
|
60676
60712
|
}
|
|
60677
|
-
.e-kanban-dialog .e-kanban-form-wrapper table .e-field,
|
|
60678
|
-
.e-kanban-dialog .e-kanban-form-container table .e-field {
|
|
60713
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-field,
|
|
60714
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table .e-field {
|
|
60679
60715
|
width: 100%;
|
|
60680
60716
|
}
|
|
60681
|
-
.e-kanban-dialog .e-footer-content .e-dialog-delete.e-btn {
|
|
60717
|
+
.e-kanban-dialog.e-dialog .e-footer-content .e-dialog-delete.e-btn {
|
|
60682
60718
|
float: left;
|
|
60683
60719
|
margin-left: 0;
|
|
60684
60720
|
}
|
|
@@ -60769,12 +60805,12 @@ span.e-table-box.e-rbox-select {
|
|
|
60769
60805
|
color: rgba(0, 0, 0, 0.87);
|
|
60770
60806
|
}
|
|
60771
60807
|
|
|
60772
|
-
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
60808
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
60773
60809
|
background-color: initial;
|
|
60774
60810
|
color: #fff;
|
|
60775
60811
|
min-width: 70%;
|
|
60776
60812
|
}
|
|
60777
|
-
.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
60813
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
60778
60814
|
box-shadow: none;
|
|
60779
60815
|
}
|
|
60780
60816
|
|
|
@@ -65258,7 +65294,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65258
65294
|
}
|
|
65259
65295
|
|
|
65260
65296
|
.e-pivot-calc-dialog-div {
|
|
65261
|
-
max-height:
|
|
65297
|
+
max-height: 600px !important;
|
|
65262
65298
|
min-width: 290px;
|
|
65263
65299
|
}
|
|
65264
65300
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
@@ -65268,11 +65304,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65268
65304
|
.e-pivot-calc-dialog-div .e-dlg-content {
|
|
65269
65305
|
padding-bottom: 18px;
|
|
65270
65306
|
}
|
|
65307
|
+
.e-pivot-calc-dialog-div .e-dlg-content .e-pivot-calc-custom-format-div {
|
|
65308
|
+
margin-top: 15px;
|
|
65309
|
+
}
|
|
65271
65310
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
65272
65311
|
.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
65273
65312
|
.e-pivot-calc-dialog-div .e-pivot-formula-title,
|
|
65274
65313
|
.e-pivot-calc-dialog-div .e-olap-hierarchy-title,
|
|
65275
|
-
.e-pivot-calc-dialog-div .e-
|
|
65314
|
+
.e-pivot-calc-dialog-div .e-pivot-format-title,
|
|
65276
65315
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
65277
65316
|
color: #fff;
|
|
65278
65317
|
font-size: 13px;
|
|
@@ -65550,26 +65589,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65550
65589
|
.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 {
|
|
65551
65590
|
color: #00b0ff;
|
|
65552
65591
|
}
|
|
65553
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65592
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
65554
65593
|
-ms-flex: auto;
|
|
65555
65594
|
flex: auto;
|
|
65556
65595
|
margin-left: 18px;
|
|
65557
65596
|
}
|
|
65558
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65597
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-formula {
|
|
65559
65598
|
height: 100px;
|
|
65560
65599
|
}
|
|
65561
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65600
|
+
.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 {
|
|
65562
65601
|
margin-top: 15px;
|
|
65563
65602
|
}
|
|
65564
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65565
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65566
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65567
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65568
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65603
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-formula-title,
|
|
65604
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-field-name-title,
|
|
65605
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-olap-hierarchy-title,
|
|
65606
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-format-title,
|
|
65607
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-olap-member-title {
|
|
65569
65608
|
padding-left: 0;
|
|
65570
65609
|
padding-right: 0;
|
|
65571
65610
|
}
|
|
65572
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65611
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-field-name-title {
|
|
65573
65612
|
margin-top: 0;
|
|
65574
65613
|
padding-top: 0;
|
|
65575
65614
|
}
|
|
@@ -65580,7 +65619,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65580
65619
|
float: left;
|
|
65581
65620
|
margin: 0;
|
|
65582
65621
|
}
|
|
65583
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-
|
|
65622
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
65584
65623
|
margin-left: 0;
|
|
65585
65624
|
margin-right: 18px;
|
|
65586
65625
|
}
|
|
@@ -65597,13 +65636,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65597
65636
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
65598
65637
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title,
|
|
65599
65638
|
.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title,
|
|
65600
|
-
.e-bigger.e-pivot-calc-dialog-div .e-
|
|
65639
|
+
.e-bigger.e-pivot-calc-dialog-div .e-pivot-format-title,
|
|
65601
65640
|
.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title,
|
|
65602
65641
|
.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
65603
65642
|
.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
65604
65643
|
.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title,
|
|
65605
65644
|
.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title,
|
|
65606
|
-
.e-bigger .e-pivot-calc-dialog-div .e-
|
|
65645
|
+
.e-bigger .e-pivot-calc-dialog-div .e-pivot-format-title,
|
|
65607
65646
|
.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title {
|
|
65608
65647
|
font-size: 14px;
|
|
65609
65648
|
padding: 6px 0;
|
|
@@ -65657,12 +65696,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65657
65696
|
.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 {
|
|
65658
65697
|
font-size: 16px;
|
|
65659
65698
|
}
|
|
65660
|
-
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65661
|
-
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65699
|
+
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div,
|
|
65700
|
+
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
65662
65701
|
margin-left: 24px;
|
|
65663
65702
|
}
|
|
65664
|
-
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-
|
|
65665
|
-
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-
|
|
65703
|
+
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-pivot-calculated-div,
|
|
65704
|
+
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
65666
65705
|
margin-left: 0;
|
|
65667
65706
|
margin-right: 24px;
|
|
65668
65707
|
}
|
|
@@ -67542,8 +67581,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67542
67581
|
}
|
|
67543
67582
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-input-div,
|
|
67544
67583
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-member-options,
|
|
67545
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-custom-format-div
|
|
67546
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-olap-calc-custom-format-div {
|
|
67584
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-custom-format-div {
|
|
67547
67585
|
margin-left: 20px;
|
|
67548
67586
|
margin-right: 20px;
|
|
67549
67587
|
margin-top: 20px;
|
|
@@ -69212,11 +69250,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69212
69250
|
border-right-width: 1px;
|
|
69213
69251
|
}
|
|
69214
69252
|
.e-pivotview .e-stackedheadercelldiv {
|
|
69215
|
-
display:
|
|
69253
|
+
display: inline;
|
|
69216
69254
|
}
|
|
69217
69255
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
69218
69256
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
69219
|
-
display: inline
|
|
69257
|
+
display: inline;
|
|
69220
69258
|
padding-left: 12px !important;
|
|
69221
69259
|
margin-top: 5px;
|
|
69222
69260
|
}
|
|
@@ -69711,7 +69749,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69711
69749
|
.e-pivotview .e-expand,
|
|
69712
69750
|
.e-pivotview .e-collapse {
|
|
69713
69751
|
cursor: pointer;
|
|
69714
|
-
display: inline
|
|
69752
|
+
display: inline;
|
|
69715
69753
|
height: 18px;
|
|
69716
69754
|
margin-top: 5px;
|
|
69717
69755
|
text-align: center;
|
|
@@ -75818,10 +75856,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
75818
75856
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
75819
75857
|
margin-top: 10px;
|
|
75820
75858
|
}
|
|
75821
|
-
.e-spreadsheet .e-goto-dlg {
|
|
75859
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
75822
75860
|
height: auto;
|
|
75823
75861
|
}
|
|
75824
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
75862
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
75825
75863
|
font-weight: bold;
|
|
75826
75864
|
padding-top: 7px;
|
|
75827
75865
|
}
|
|
@@ -77034,32 +77072,32 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77034
77072
|
font-size: 12px;
|
|
77035
77073
|
padding-top: 7px;
|
|
77036
77074
|
}
|
|
77037
|
-
.e-spreadsheet .e-find-dlg {
|
|
77075
|
+
.e-spreadsheet .e-find-dlg.e-dialog {
|
|
77038
77076
|
height: auto;
|
|
77039
77077
|
width: 470px;
|
|
77040
77078
|
}
|
|
77041
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
77079
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
|
|
77042
77080
|
color: #dd2c2c;
|
|
77043
77081
|
font-size: 12px;
|
|
77044
77082
|
padding-top: 7px;
|
|
77045
77083
|
}
|
|
77046
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
77084
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
|
|
77047
77085
|
color: #dd2c2c;
|
|
77048
77086
|
font-size: 12px;
|
|
77049
77087
|
padding-top: 7px;
|
|
77050
77088
|
}
|
|
77051
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
77089
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
|
|
77052
77090
|
padding-right: 12px;
|
|
77053
77091
|
}
|
|
77054
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
77092
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
77055
77093
|
padding: 12px 0;
|
|
77056
77094
|
}
|
|
77057
|
-
.e-spreadsheet .e-find-dlg p.e-header {
|
|
77095
|
+
.e-spreadsheet .e-find-dlg.e-dialog p.e-header {
|
|
77058
77096
|
margin: 0;
|
|
77059
77097
|
padding-bottom: 8px;
|
|
77060
77098
|
padding-top: 12px;
|
|
77061
77099
|
}
|
|
77062
|
-
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
77100
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
77063
77101
|
text-align: left;
|
|
77064
77102
|
}
|
|
77065
77103
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
@@ -77783,12 +77821,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77783
77821
|
height: 59px;
|
|
77784
77822
|
width: 403px;
|
|
77785
77823
|
}
|
|
77786
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
77787
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
77824
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
77825
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
77788
77826
|
height: auto;
|
|
77789
77827
|
}
|
|
77790
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
77791
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
77828
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
77829
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
77792
77830
|
font-size: 12px;
|
|
77793
77831
|
}
|
|
77794
77832
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
package/styles/material-dark.css
CHANGED
|
@@ -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 {
|
|
@@ -7320,6 +7332,33 @@ textarea.e-outline.e-input,
|
|
|
7320
7332
|
width: calc(100% - 1px);
|
|
7321
7333
|
}
|
|
7322
7334
|
|
|
7335
|
+
.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 {
|
|
7336
|
+
width: calc(100% - 80px);
|
|
7337
|
+
}
|
|
7338
|
+
|
|
7339
|
+
.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,
|
|
7340
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,
|
|
7341
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow,
|
|
7342
|
+
.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,
|
|
7343
|
+
.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 {
|
|
7344
|
+
overflow: hidden;
|
|
7345
|
+
text-overflow: ellipsis;
|
|
7346
|
+
width: 100%;
|
|
7347
|
+
}
|
|
7348
|
+
|
|
7349
|
+
.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,
|
|
7350
|
+
.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 {
|
|
7351
|
+
width: calc(100% - 45px);
|
|
7352
|
+
}
|
|
7353
|
+
|
|
7354
|
+
.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 {
|
|
7355
|
+
width: calc(100% - 75px);
|
|
7356
|
+
}
|
|
7357
|
+
|
|
7358
|
+
.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 {
|
|
7359
|
+
width: calc(100% - 110px);
|
|
7360
|
+
}
|
|
7361
|
+
|
|
7323
7362
|
.e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before,
|
|
7324
7363
|
.e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after,
|
|
7325
7364
|
.e-outline.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before,
|
|
@@ -50453,9 +50492,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
50453
50492
|
overflow: hidden;
|
|
50454
50493
|
text-overflow: ellipsis;
|
|
50455
50494
|
}
|
|
50456
|
-
.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
|
|
50457
|
-
max-height: 36px;
|
|
50458
|
-
}
|
|
50459
50495
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
50460
50496
|
margin: -18px 10px;
|
|
50461
50497
|
}
|
|
@@ -51353,7 +51389,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
51353
51389
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
51354
51390
|
border-right-color: rgba(255, 255, 255, 0.8);
|
|
51355
51391
|
}
|
|
51356
|
-
.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-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-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .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-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
51392
|
+
.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-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-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-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-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) {
|
|
51357
51393
|
background-color: rgba(255, 255, 255, 0.18);
|
|
51358
51394
|
color: #fff;
|
|
51359
51395
|
}
|
|
@@ -57954,14 +57990,13 @@ span.e-table-box.e-rbox-select {
|
|
|
57954
57990
|
}
|
|
57955
57991
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
57956
57992
|
border-bottom-style: solid;
|
|
57957
|
-
border-right
|
|
57993
|
+
border-right: 1px solid;
|
|
57958
57994
|
overflow: hidden;
|
|
57959
57995
|
position: relative;
|
|
57960
57996
|
z-index: 6;
|
|
57961
57997
|
}
|
|
57962
57998
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
57963
57999
|
border-left: 0;
|
|
57964
|
-
padding: 0 3px;
|
|
57965
58000
|
}
|
|
57966
58001
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
57967
58002
|
border-collapse: collapse;
|
|
@@ -58013,7 +58048,7 @@ span.e-table-box.e-rbox-select {
|
|
|
58013
58048
|
}
|
|
58014
58049
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
58015
58050
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
58016
|
-
padding-left:
|
|
58051
|
+
padding-left: 11px;
|
|
58017
58052
|
text-align: left;
|
|
58018
58053
|
}
|
|
58019
58054
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -58117,7 +58152,7 @@ span.e-table-box.e-rbox-select {
|
|
|
58117
58152
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
58118
58153
|
display: inline-block;
|
|
58119
58154
|
font-size: 13px;
|
|
58120
|
-
font-weight:
|
|
58155
|
+
font-weight: normal;
|
|
58121
58156
|
overflow: hidden;
|
|
58122
58157
|
position: absolute;
|
|
58123
58158
|
text-overflow: ellipsis;
|
|
@@ -58510,6 +58545,7 @@ span.e-table-box.e-rbox-select {
|
|
|
58510
58545
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
58511
58546
|
border-bottom-width: 0px;
|
|
58512
58547
|
height: 198px;
|
|
58548
|
+
overflow: hidden;
|
|
58513
58549
|
}
|
|
58514
58550
|
.e-gantt-dialog > .e-dlg-content {
|
|
58515
58551
|
padding: 0 !important;
|
|
@@ -60650,15 +60686,15 @@ span.e-table-box.e-rbox-select {
|
|
|
60650
60686
|
width: 100%;
|
|
60651
60687
|
}
|
|
60652
60688
|
|
|
60653
|
-
.e-kanban-dialog {
|
|
60689
|
+
.e-kanban-dialog.e-dialog {
|
|
60654
60690
|
min-width: 350px;
|
|
60655
60691
|
}
|
|
60656
|
-
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
60657
|
-
.e-kanban-dialog .e-kanban-form-container table {
|
|
60692
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table,
|
|
60693
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table {
|
|
60658
60694
|
width: 100%;
|
|
60659
60695
|
}
|
|
60660
|
-
.e-kanban-dialog .e-kanban-form-wrapper table td,
|
|
60661
|
-
.e-kanban-dialog .e-kanban-form-container table td {
|
|
60696
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td,
|
|
60697
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table td {
|
|
60662
60698
|
color: inherit;
|
|
60663
60699
|
font-size: 14px;
|
|
60664
60700
|
font-weight: 400;
|
|
@@ -60668,17 +60704,17 @@ span.e-table-box.e-rbox-select {
|
|
|
60668
60704
|
padding: 5px 0;
|
|
60669
60705
|
text-align: left;
|
|
60670
60706
|
}
|
|
60671
|
-
.e-kanban-dialog .e-kanban-form-wrapper table .e-label,
|
|
60672
|
-
.e-kanban-dialog .e-kanban-form-container table .e-label {
|
|
60707
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
|
|
60708
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
|
|
60673
60709
|
padding-right: 10px;
|
|
60674
60710
|
vertical-align: top;
|
|
60675
60711
|
width: 70px;
|
|
60676
60712
|
}
|
|
60677
|
-
.e-kanban-dialog .e-kanban-form-wrapper table .e-field,
|
|
60678
|
-
.e-kanban-dialog .e-kanban-form-container table .e-field {
|
|
60713
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-field,
|
|
60714
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-container table .e-field {
|
|
60679
60715
|
width: 100%;
|
|
60680
60716
|
}
|
|
60681
|
-
.e-kanban-dialog .e-footer-content .e-dialog-delete.e-btn {
|
|
60717
|
+
.e-kanban-dialog.e-dialog .e-footer-content .e-dialog-delete.e-btn {
|
|
60682
60718
|
float: left;
|
|
60683
60719
|
margin-left: 0;
|
|
60684
60720
|
}
|
|
@@ -60769,12 +60805,12 @@ span.e-table-box.e-rbox-select {
|
|
|
60769
60805
|
color: rgba(0, 0, 0, 0.87);
|
|
60770
60806
|
}
|
|
60771
60807
|
|
|
60772
|
-
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
60808
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
60773
60809
|
background-color: initial;
|
|
60774
60810
|
color: #fff;
|
|
60775
60811
|
min-width: 70%;
|
|
60776
60812
|
}
|
|
60777
|
-
.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
60813
|
+
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
60778
60814
|
box-shadow: none;
|
|
60779
60815
|
}
|
|
60780
60816
|
|
|
@@ -65258,7 +65294,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65258
65294
|
}
|
|
65259
65295
|
|
|
65260
65296
|
.e-pivot-calc-dialog-div {
|
|
65261
|
-
max-height:
|
|
65297
|
+
max-height: 600px !important;
|
|
65262
65298
|
min-width: 290px;
|
|
65263
65299
|
}
|
|
65264
65300
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
@@ -65268,11 +65304,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65268
65304
|
.e-pivot-calc-dialog-div .e-dlg-content {
|
|
65269
65305
|
padding-bottom: 18px;
|
|
65270
65306
|
}
|
|
65307
|
+
.e-pivot-calc-dialog-div .e-dlg-content .e-pivot-calc-custom-format-div {
|
|
65308
|
+
margin-top: 15px;
|
|
65309
|
+
}
|
|
65271
65310
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
65272
65311
|
.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
65273
65312
|
.e-pivot-calc-dialog-div .e-pivot-formula-title,
|
|
65274
65313
|
.e-pivot-calc-dialog-div .e-olap-hierarchy-title,
|
|
65275
|
-
.e-pivot-calc-dialog-div .e-
|
|
65314
|
+
.e-pivot-calc-dialog-div .e-pivot-format-title,
|
|
65276
65315
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
65277
65316
|
color: #fff;
|
|
65278
65317
|
font-size: 13px;
|
|
@@ -65550,26 +65589,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65550
65589
|
.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 {
|
|
65551
65590
|
color: #00b0ff;
|
|
65552
65591
|
}
|
|
65553
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65592
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
65554
65593
|
-ms-flex: auto;
|
|
65555
65594
|
flex: auto;
|
|
65556
65595
|
margin-left: 18px;
|
|
65557
65596
|
}
|
|
65558
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65597
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-formula {
|
|
65559
65598
|
height: 100px;
|
|
65560
65599
|
}
|
|
65561
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65600
|
+
.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 {
|
|
65562
65601
|
margin-top: 15px;
|
|
65563
65602
|
}
|
|
65564
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65565
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65566
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65567
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65568
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65603
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-formula-title,
|
|
65604
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-field-name-title,
|
|
65605
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-olap-hierarchy-title,
|
|
65606
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-format-title,
|
|
65607
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-olap-member-title {
|
|
65569
65608
|
padding-left: 0;
|
|
65570
65609
|
padding-right: 0;
|
|
65571
65610
|
}
|
|
65572
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65611
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div .e-pivot-field-name-title {
|
|
65573
65612
|
margin-top: 0;
|
|
65574
65613
|
padding-top: 0;
|
|
65575
65614
|
}
|
|
@@ -65580,7 +65619,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65580
65619
|
float: left;
|
|
65581
65620
|
margin: 0;
|
|
65582
65621
|
}
|
|
65583
|
-
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-
|
|
65622
|
+
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
65584
65623
|
margin-left: 0;
|
|
65585
65624
|
margin-right: 18px;
|
|
65586
65625
|
}
|
|
@@ -65597,13 +65636,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65597
65636
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
65598
65637
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title,
|
|
65599
65638
|
.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title,
|
|
65600
|
-
.e-bigger.e-pivot-calc-dialog-div .e-
|
|
65639
|
+
.e-bigger.e-pivot-calc-dialog-div .e-pivot-format-title,
|
|
65601
65640
|
.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title,
|
|
65602
65641
|
.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
65603
65642
|
.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
65604
65643
|
.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title,
|
|
65605
65644
|
.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title,
|
|
65606
|
-
.e-bigger .e-pivot-calc-dialog-div .e-
|
|
65645
|
+
.e-bigger .e-pivot-calc-dialog-div .e-pivot-format-title,
|
|
65607
65646
|
.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title {
|
|
65608
65647
|
font-size: 14px;
|
|
65609
65648
|
padding: 6px 0;
|
|
@@ -65657,12 +65696,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65657
65696
|
.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 {
|
|
65658
65697
|
font-size: 16px;
|
|
65659
65698
|
}
|
|
65660
|
-
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65661
|
-
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-
|
|
65699
|
+
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div,
|
|
65700
|
+
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
65662
65701
|
margin-left: 24px;
|
|
65663
65702
|
}
|
|
65664
|
-
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-
|
|
65665
|
-
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-
|
|
65703
|
+
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-pivot-calculated-div,
|
|
65704
|
+
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-pivot-calculated-div {
|
|
65666
65705
|
margin-left: 0;
|
|
65667
65706
|
margin-right: 24px;
|
|
65668
65707
|
}
|
|
@@ -67542,8 +67581,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67542
67581
|
}
|
|
67543
67582
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-input-div,
|
|
67544
67583
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-member-options,
|
|
67545
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-custom-format-div
|
|
67546
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-olap-calc-custom-format-div {
|
|
67584
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-custom-format-div {
|
|
67547
67585
|
margin-left: 20px;
|
|
67548
67586
|
margin-right: 20px;
|
|
67549
67587
|
margin-top: 20px;
|
|
@@ -69212,11 +69250,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69212
69250
|
border-right-width: 1px;
|
|
69213
69251
|
}
|
|
69214
69252
|
.e-pivotview .e-stackedheadercelldiv {
|
|
69215
|
-
display:
|
|
69253
|
+
display: inline;
|
|
69216
69254
|
}
|
|
69217
69255
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
69218
69256
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
69219
|
-
display: inline
|
|
69257
|
+
display: inline;
|
|
69220
69258
|
padding-left: 12px !important;
|
|
69221
69259
|
margin-top: 5px;
|
|
69222
69260
|
}
|
|
@@ -69711,7 +69749,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69711
69749
|
.e-pivotview .e-expand,
|
|
69712
69750
|
.e-pivotview .e-collapse {
|
|
69713
69751
|
cursor: pointer;
|
|
69714
|
-
display: inline
|
|
69752
|
+
display: inline;
|
|
69715
69753
|
height: 18px;
|
|
69716
69754
|
margin-top: 5px;
|
|
69717
69755
|
text-align: center;
|
|
@@ -75818,10 +75856,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
75818
75856
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
75819
75857
|
margin-top: 10px;
|
|
75820
75858
|
}
|
|
75821
|
-
.e-spreadsheet .e-goto-dlg {
|
|
75859
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
75822
75860
|
height: auto;
|
|
75823
75861
|
}
|
|
75824
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
75862
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
75825
75863
|
font-weight: bold;
|
|
75826
75864
|
padding-top: 7px;
|
|
75827
75865
|
}
|
|
@@ -77034,32 +77072,32 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77034
77072
|
font-size: 12px;
|
|
77035
77073
|
padding-top: 7px;
|
|
77036
77074
|
}
|
|
77037
|
-
.e-spreadsheet .e-find-dlg {
|
|
77075
|
+
.e-spreadsheet .e-find-dlg.e-dialog {
|
|
77038
77076
|
height: auto;
|
|
77039
77077
|
width: 470px;
|
|
77040
77078
|
}
|
|
77041
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
77079
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
|
|
77042
77080
|
color: #dd2c2c;
|
|
77043
77081
|
font-size: 12px;
|
|
77044
77082
|
padding-top: 7px;
|
|
77045
77083
|
}
|
|
77046
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
77084
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
|
|
77047
77085
|
color: #dd2c2c;
|
|
77048
77086
|
font-size: 12px;
|
|
77049
77087
|
padding-top: 7px;
|
|
77050
77088
|
}
|
|
77051
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
77089
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
|
|
77052
77090
|
padding-right: 12px;
|
|
77053
77091
|
}
|
|
77054
|
-
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
77092
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
77055
77093
|
padding: 12px 0;
|
|
77056
77094
|
}
|
|
77057
|
-
.e-spreadsheet .e-find-dlg p.e-header {
|
|
77095
|
+
.e-spreadsheet .e-find-dlg.e-dialog p.e-header {
|
|
77058
77096
|
margin: 0;
|
|
77059
77097
|
padding-bottom: 8px;
|
|
77060
77098
|
padding-top: 12px;
|
|
77061
77099
|
}
|
|
77062
|
-
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
77100
|
+
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
77063
77101
|
text-align: left;
|
|
77064
77102
|
}
|
|
77065
77103
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
@@ -77783,12 +77821,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77783
77821
|
height: 59px;
|
|
77784
77822
|
width: 403px;
|
|
77785
77823
|
}
|
|
77786
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
77787
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
77824
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
77825
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
77788
77826
|
height: auto;
|
|
77789
77827
|
}
|
|
77790
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
77791
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
77828
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
77829
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
77792
77830
|
font-size: 12px;
|
|
77793
77831
|
}
|
|
77794
77832
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|