@syncfusion/ej2-angular-spreadsheet 20.2.44 → 20.2.46-ngcc
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/@syncfusion/ej2-angular-spreadsheet.es5.js +989 -0
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-spreadsheet.js +929 -0
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -0
- package/CHANGELOG.md +1230 -0
- package/dist/ej2-angular-spreadsheet.umd.js +1585 -0
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
- package/ej2-angular-spreadsheet.d.ts +5 -0
- package/ej2-angular-spreadsheet.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/spreadsheet/cells.directive.d.ts +0 -5
- package/src/spreadsheet/chart.directive.d.ts +0 -5
- package/src/spreadsheet/columns.directive.d.ts +0 -5
- package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
- package/src/spreadsheet/definednames.directive.d.ts +0 -5
- package/src/spreadsheet/image.directive.d.ts +0 -5
- package/src/spreadsheet/ranges.directive.d.ts +0 -5
- package/src/spreadsheet/rows.directive.d.ts +0 -5
- package/src/spreadsheet/sheets.directive.d.ts +0 -5
- package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
- package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
- package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
- package/styles/bootstrap-dark.css +42 -40
- package/styles/bootstrap.css +42 -40
- package/styles/bootstrap4.css +42 -40
- package/styles/bootstrap5-dark.css +43 -44
- package/styles/bootstrap5.css +43 -44
- package/styles/fabric-dark.css +42 -40
- package/styles/fabric.css +42 -40
- package/styles/fluent-dark.css +47 -45
- package/styles/fluent.css +47 -45
- package/styles/highcontrast-light.css +42 -40
- package/styles/highcontrast.css +42 -40
- package/styles/material-dark.css +44 -40
- package/styles/material.css +43 -39
- package/styles/ribbon/bootstrap-dark.css +1 -1
- package/styles/ribbon/bootstrap-dark.scss +1 -4
- package/styles/ribbon/bootstrap.css +1 -1
- package/styles/ribbon/bootstrap.scss +1 -4
- package/styles/ribbon/bootstrap4.css +1 -1
- package/styles/ribbon/bootstrap4.scss +1 -4
- package/styles/ribbon/bootstrap5-dark.css +1 -1
- package/styles/ribbon/bootstrap5-dark.scss +1 -4
- package/styles/ribbon/bootstrap5.css +1 -1
- package/styles/ribbon/bootstrap5.scss +1 -4
- package/styles/ribbon/fabric-dark.css +1 -1
- package/styles/ribbon/fabric-dark.scss +1 -4
- package/styles/ribbon/fabric.css +1 -1
- package/styles/ribbon/fabric.scss +1 -4
- package/styles/ribbon/fluent-dark.css +1 -1
- package/styles/ribbon/fluent-dark.scss +1 -4
- package/styles/ribbon/fluent.css +1 -1
- package/styles/ribbon/fluent.scss +1 -4
- package/styles/ribbon/highcontrast-light.css +1 -1
- package/styles/ribbon/highcontrast-light.scss +1 -3
- package/styles/ribbon/highcontrast.css +1 -1
- package/styles/ribbon/highcontrast.scss +1 -4
- package/styles/ribbon/material-dark.css +1 -1
- package/styles/ribbon/material-dark.scss +1 -4
- package/styles/ribbon/material.css +1 -1
- package/styles/ribbon/material.scss +1 -4
- package/styles/ribbon/tailwind-dark.css +1 -1
- package/styles/ribbon/tailwind-dark.scss +1 -4
- package/styles/ribbon/tailwind.css +1 -1
- package/styles/ribbon/tailwind.scss +1 -4
- package/styles/spreadsheet/bootstrap-dark.css +41 -39
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +41 -39
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +41 -39
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +42 -43
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +42 -43
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +41 -39
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +41 -39
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +46 -44
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +46 -44
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +41 -39
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +41 -39
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +43 -39
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +42 -38
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +42 -40
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +42 -40
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +43 -41
- package/styles/tailwind.css +43 -41
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -14
- package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
- package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
- package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
- package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
- package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/styles/ribbon/_all.scss +0 -2
- package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
- package/styles/ribbon/_bootstrap-definition.scss +0 -12
- package/styles/ribbon/_bootstrap4-definition.scss +0 -13
- package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
- package/styles/ribbon/_bootstrap5-definition.scss +0 -14
- package/styles/ribbon/_fabric-dark-definition.scss +0 -14
- package/styles/ribbon/_fabric-definition.scss +0 -14
- package/styles/ribbon/_fluent-dark-definition.scss +0 -1
- package/styles/ribbon/_fluent-definition.scss +0 -14
- package/styles/ribbon/_fusionnew-definition.scss +0 -14
- package/styles/ribbon/_highcontrast-definition.scss +0 -12
- package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
- package/styles/ribbon/_layout.scss +0 -241
- package/styles/ribbon/_material-dark-definition.scss +0 -15
- package/styles/ribbon/_material-definition.scss +0 -12
- package/styles/ribbon/_material3-definition.scss +0 -15
- package/styles/ribbon/_mixin.scss +0 -89
- package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
- package/styles/ribbon/_tailwind-definition.scss +0 -13
- package/styles/ribbon/_theme.scss +0 -115
- package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
- package/styles/ribbon/icons/_bootstrap.scss +0 -15
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
- package/styles/ribbon/icons/_bootstrap5.scss +0 -15
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_fluent-dark.scss +0 -1
- package/styles/ribbon/icons/_fluent.scss +0 -15
- package/styles/ribbon/icons/_fusionnew.scss +0 -15
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/icons/_material-dark.scss +0 -15
- package/styles/ribbon/icons/_material.scss +0 -15
- package/styles/ribbon/icons/_material3.scss +0 -15
- package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
- package/styles/ribbon/icons/_tailwind.scss +0 -15
- package/styles/spreadsheet/_all.scss +0 -2
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -149
- package/styles/spreadsheet/_bootstrap-definition.scss +0 -149
- package/styles/spreadsheet/_bootstrap4-definition.scss +0 -148
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +0 -151
- package/styles/spreadsheet/_fabric-dark-definition.scss +0 -146
- package/styles/spreadsheet/_fabric-definition.scss +0 -146
- package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet/_fluent-definition.scss +0 -151
- package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
- package/styles/spreadsheet/_highcontrast-definition.scss +0 -146
- package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
- package/styles/spreadsheet/_layout.scss +0 -2982
- package/styles/spreadsheet/_material-dark-definition.scss +0 -149
- package/styles/spreadsheet/_material-definition.scss +0 -147
- package/styles/spreadsheet/_material3-definition.scss +0 -151
- package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet/_tailwind-definition.scss +0 -153
- package/styles/spreadsheet/_theme.scss +0 -1361
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
- package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
- package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
- package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
- package/styles/spreadsheet/icons/_fabric.scss +0 -994
- package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
- package/styles/spreadsheet/icons/_fluent.scss +0 -996
- package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
- package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
- package/styles/spreadsheet/icons/_material-dark.scss +0 -993
- package/styles/spreadsheet/icons/_material.scss +0 -995
- package/styles/spreadsheet/icons/_material3.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind.scss +0 -996
- package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -673,8 +672,8 @@
|
|
|
673
672
|
margin-bottom: 4px;
|
|
674
673
|
}
|
|
675
674
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
676
|
-
height: 510px !important;
|
|
677
|
-
width: 530px !important;
|
|
675
|
+
height: 510px !important;
|
|
676
|
+
width: 530px !important;
|
|
678
677
|
}
|
|
679
678
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
680
679
|
padding: 0;
|
|
@@ -684,7 +683,7 @@
|
|
|
684
683
|
padding-top: 3px;
|
|
685
684
|
}
|
|
686
685
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
687
|
-
left: 0 !important;
|
|
686
|
+
left: 0 !important;
|
|
688
687
|
}
|
|
689
688
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
690
689
|
font-size: 18px;
|
|
@@ -703,7 +702,7 @@
|
|
|
703
702
|
margin-top: 10px;
|
|
704
703
|
}
|
|
705
704
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
706
|
-
left: 0 !important;
|
|
705
|
+
left: 0 !important;
|
|
707
706
|
}
|
|
708
707
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
709
708
|
font-size: 18px;
|
|
@@ -721,10 +720,10 @@
|
|
|
721
720
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
722
721
|
margin-top: 10px;
|
|
723
722
|
}
|
|
724
|
-
.e-spreadsheet .e-goto-dlg {
|
|
723
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
725
724
|
height: auto;
|
|
726
725
|
}
|
|
727
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
726
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
728
727
|
font-weight: bold;
|
|
729
728
|
padding-top: 7px;
|
|
730
729
|
}
|
|
@@ -868,7 +867,7 @@
|
|
|
868
867
|
display: none;
|
|
869
868
|
}
|
|
870
869
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
871
|
-
width: 100% !important;
|
|
870
|
+
width: 100% !important;
|
|
872
871
|
}
|
|
873
872
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
874
873
|
display: none;
|
|
@@ -1103,8 +1102,8 @@
|
|
|
1103
1102
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1104
1103
|
background-color: #0070f0;
|
|
1105
1104
|
cursor: ns-resize;
|
|
1105
|
+
left: 50%;
|
|
1106
1106
|
position: absolute;
|
|
1107
|
-
right: 50%;
|
|
1108
1107
|
top: 0;
|
|
1109
1108
|
transform: translate(-50%, -50%);
|
|
1110
1109
|
}
|
|
@@ -1119,8 +1118,8 @@
|
|
|
1119
1118
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1120
1119
|
background-color: #0070f0;
|
|
1121
1120
|
cursor: ns-resize;
|
|
1121
|
+
left: 50%;
|
|
1122
1122
|
position: absolute;
|
|
1123
|
-
right: 50%;
|
|
1124
1123
|
top: 100%;
|
|
1125
1124
|
transform: translate(-50%, -50%);
|
|
1126
1125
|
}
|
|
@@ -1240,14 +1239,14 @@
|
|
|
1240
1239
|
}
|
|
1241
1240
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1242
1241
|
height: 100%;
|
|
1243
|
-
position: initial !important;
|
|
1242
|
+
position: initial !important;
|
|
1244
1243
|
width: 100%;
|
|
1245
1244
|
}
|
|
1246
1245
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1247
1246
|
height: 100%;
|
|
1248
1247
|
overflow: hidden;
|
|
1249
1248
|
padding: 4px;
|
|
1250
|
-
position: initial !important;
|
|
1249
|
+
position: initial !important;
|
|
1251
1250
|
width: 100%;
|
|
1252
1251
|
}
|
|
1253
1252
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1365,7 +1364,7 @@
|
|
|
1365
1364
|
margin-right: 8px;
|
|
1366
1365
|
}
|
|
1367
1366
|
.e-spreadsheet .e-hide {
|
|
1368
|
-
display: none !important;
|
|
1367
|
+
display: none !important;
|
|
1369
1368
|
}
|
|
1370
1369
|
.e-spreadsheet .e-selection {
|
|
1371
1370
|
border-style: solid;
|
|
@@ -1482,7 +1481,7 @@
|
|
|
1482
1481
|
text-align: right;
|
|
1483
1482
|
}
|
|
1484
1483
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1485
|
-
font-weight:
|
|
1484
|
+
font-weight: 400;
|
|
1486
1485
|
padding-bottom: 0;
|
|
1487
1486
|
padding-top: 0;
|
|
1488
1487
|
}
|
|
@@ -1511,17 +1510,17 @@
|
|
|
1511
1510
|
font-size: 16px;
|
|
1512
1511
|
}
|
|
1513
1512
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-icon, .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-type-icon {
|
|
1514
|
-
font-size: 30px !important;
|
|
1513
|
+
font-size: 30px !important;
|
|
1515
1514
|
margin-right: 5px;
|
|
1516
1515
|
padding: 0 5px;
|
|
1517
1516
|
width: 30px;
|
|
1518
1517
|
}
|
|
1519
1518
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1520
|
-
font-size: 18px !important;
|
|
1519
|
+
font-size: 18px !important;
|
|
1521
1520
|
margin-right: 5px;
|
|
1522
1521
|
}
|
|
1523
1522
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1524
|
-
font-size: 18px !important;
|
|
1523
|
+
font-size: 18px !important;
|
|
1525
1524
|
margin-right: -5px;
|
|
1526
1525
|
}
|
|
1527
1526
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1698,7 +1697,7 @@
|
|
|
1698
1697
|
}
|
|
1699
1698
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1700
1699
|
border: 0;
|
|
1701
|
-
box-shadow: none !important;
|
|
1700
|
+
box-shadow: none !important;
|
|
1702
1701
|
}
|
|
1703
1702
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1704
1703
|
bottom: 5px;
|
|
@@ -1848,7 +1847,7 @@
|
|
|
1848
1847
|
}
|
|
1849
1848
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1850
1849
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1851
|
-
max-height: 640px !important;
|
|
1850
|
+
max-height: 640px !important;
|
|
1852
1851
|
}
|
|
1853
1852
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1854
1853
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1957,7 +1956,7 @@
|
|
|
1957
1956
|
text-align: left;
|
|
1958
1957
|
}
|
|
1959
1958
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1960
|
-
left: 0 !important;
|
|
1959
|
+
left: 0 !important;
|
|
1961
1960
|
}
|
|
1962
1961
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1963
1962
|
font-size: 18px;
|
|
@@ -1977,7 +1976,7 @@
|
|
|
1977
1976
|
margin-bottom: 4px;
|
|
1978
1977
|
}
|
|
1979
1978
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1980
|
-
left: 0 !important;
|
|
1979
|
+
left: 0 !important;
|
|
1981
1980
|
}
|
|
1982
1981
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1983
1982
|
font-size: 18px;
|
|
@@ -1996,7 +1995,7 @@
|
|
|
1996
1995
|
margin-top: 10px;
|
|
1997
1996
|
}
|
|
1998
1997
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1999
|
-
left: 0 !important;
|
|
1998
|
+
left: 0 !important;
|
|
2000
1999
|
}
|
|
2001
2000
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2002
2001
|
font-size: 18px;
|
|
@@ -2027,7 +2026,7 @@
|
|
|
2027
2026
|
height: 18px;
|
|
2028
2027
|
margin-right: -1px;
|
|
2029
2028
|
padding: 0;
|
|
2030
|
-
position:
|
|
2029
|
+
position: absolute;
|
|
2031
2030
|
right: 0;
|
|
2032
2031
|
width: 20px;
|
|
2033
2032
|
z-index: 2;
|
|
@@ -2038,7 +2037,7 @@
|
|
|
2038
2037
|
}
|
|
2039
2038
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2040
2039
|
box-shadow: none;
|
|
2041
|
-
width: 270px !important;
|
|
2040
|
+
width: 270px !important;
|
|
2042
2041
|
}
|
|
2043
2042
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2044
2043
|
display: -ms-flexbox;
|
|
@@ -2107,33 +2106,36 @@
|
|
|
2107
2106
|
font-family: "Calibri";
|
|
2108
2107
|
}
|
|
2109
2108
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2110
|
-
font-family: "
|
|
2109
|
+
font-family: "Comic Sans MS";
|
|
2111
2110
|
}
|
|
2112
2111
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2113
|
-
font-family: "Courier
|
|
2112
|
+
font-family: "Courier";
|
|
2114
2113
|
}
|
|
2115
2114
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2116
|
-
font-family: "
|
|
2115
|
+
font-family: "Courier New";
|
|
2117
2116
|
}
|
|
2118
2117
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2119
|
-
font-family: "
|
|
2118
|
+
font-family: "Din Condensed";
|
|
2120
2119
|
}
|
|
2121
2120
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2122
|
-
font-family: "
|
|
2121
|
+
font-family: "Georgia";
|
|
2123
2122
|
}
|
|
2124
2123
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2125
|
-
font-family: "Helvetica
|
|
2124
|
+
font-family: "Helvetica";
|
|
2126
2125
|
}
|
|
2127
2126
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2128
|
-
font-family: "
|
|
2127
|
+
font-family: "Helvetica New";
|
|
2129
2128
|
}
|
|
2130
2129
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2131
|
-
font-family: "
|
|
2130
|
+
font-family: "Roboto";
|
|
2132
2131
|
}
|
|
2133
2132
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2134
|
-
font-family: "
|
|
2133
|
+
font-family: "Tahoma";
|
|
2135
2134
|
}
|
|
2136
2135
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2136
|
+
font-family: "Times New Roman";
|
|
2137
|
+
}
|
|
2138
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2137
2139
|
font-family: "Verdana";
|
|
2138
2140
|
}
|
|
2139
2141
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2419,7 +2421,7 @@
|
|
|
2419
2421
|
}
|
|
2420
2422
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2421
2423
|
font-size: 16px;
|
|
2422
|
-
font-weight:
|
|
2424
|
+
font-weight: 400;
|
|
2423
2425
|
}
|
|
2424
2426
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2425
2427
|
overflow: hidden;
|
|
@@ -2654,7 +2656,7 @@
|
|
|
2654
2656
|
}
|
|
2655
2657
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2656
2658
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2657
|
-
width: 590px !important;
|
|
2659
|
+
width: 590px !important;
|
|
2658
2660
|
}
|
|
2659
2661
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2660
2662
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2675,12 +2677,12 @@
|
|
|
2675
2677
|
height: 45px;
|
|
2676
2678
|
width: 419px;
|
|
2677
2679
|
}
|
|
2678
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2679
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2680
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2681
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2680
2682
|
height: auto;
|
|
2681
2683
|
}
|
|
2682
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2683
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2684
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2685
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2684
2686
|
font-size: 12px;
|
|
2685
2687
|
}
|
|
2686
2688
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
@@ -3900,7 +3902,7 @@
|
|
|
3900
3902
|
min-height: 35px;
|
|
3901
3903
|
}
|
|
3902
3904
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
3903
|
-
display: inline-block !important;
|
|
3905
|
+
display: inline-block !important;
|
|
3904
3906
|
width: calc(100% - 28px);
|
|
3905
3907
|
}
|
|
3906
3908
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|
package/styles/bootstrap.css
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
/*! Bootstrap specific themes definition's */
|
|
5
5
|
/*! Vertical Tab */
|
|
6
6
|
/*! TreeView's bootstrap theme wise override definitions and variables */
|
|
7
|
-
/* stylelint-disable */
|
|
8
7
|
.e-popup.e-ddl {
|
|
9
8
|
border-radius: 4px;
|
|
10
9
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -679,8 +678,8 @@
|
|
|
679
678
|
margin-bottom: 4px;
|
|
680
679
|
}
|
|
681
680
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
682
|
-
height: 510px !important;
|
|
683
|
-
width: 530px !important;
|
|
681
|
+
height: 510px !important;
|
|
682
|
+
width: 530px !important;
|
|
684
683
|
}
|
|
685
684
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
686
685
|
padding: 0;
|
|
@@ -690,7 +689,7 @@
|
|
|
690
689
|
padding-top: 3px;
|
|
691
690
|
}
|
|
692
691
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
693
|
-
left: 0 !important;
|
|
692
|
+
left: 0 !important;
|
|
694
693
|
}
|
|
695
694
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
696
695
|
font-size: 18px;
|
|
@@ -709,7 +708,7 @@
|
|
|
709
708
|
margin-top: 10px;
|
|
710
709
|
}
|
|
711
710
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
712
|
-
left: 0 !important;
|
|
711
|
+
left: 0 !important;
|
|
713
712
|
}
|
|
714
713
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
715
714
|
font-size: 18px;
|
|
@@ -727,10 +726,10 @@
|
|
|
727
726
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
728
727
|
margin-top: 10px;
|
|
729
728
|
}
|
|
730
|
-
.e-spreadsheet .e-goto-dlg {
|
|
729
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
731
730
|
height: auto;
|
|
732
731
|
}
|
|
733
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
732
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
734
733
|
font-weight: bold;
|
|
735
734
|
padding-top: 7px;
|
|
736
735
|
}
|
|
@@ -874,7 +873,7 @@
|
|
|
874
873
|
display: none;
|
|
875
874
|
}
|
|
876
875
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
877
|
-
width: 100% !important;
|
|
876
|
+
width: 100% !important;
|
|
878
877
|
}
|
|
879
878
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
880
879
|
display: none;
|
|
@@ -1109,8 +1108,8 @@
|
|
|
1109
1108
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1110
1109
|
background-color: #317ab9;
|
|
1111
1110
|
cursor: ns-resize;
|
|
1111
|
+
left: 50%;
|
|
1112
1112
|
position: absolute;
|
|
1113
|
-
right: 50%;
|
|
1114
1113
|
top: 0;
|
|
1115
1114
|
transform: translate(-50%, -50%);
|
|
1116
1115
|
}
|
|
@@ -1125,8 +1124,8 @@
|
|
|
1125
1124
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1126
1125
|
background-color: #317ab9;
|
|
1127
1126
|
cursor: ns-resize;
|
|
1127
|
+
left: 50%;
|
|
1128
1128
|
position: absolute;
|
|
1129
|
-
right: 50%;
|
|
1130
1129
|
top: 100%;
|
|
1131
1130
|
transform: translate(-50%, -50%);
|
|
1132
1131
|
}
|
|
@@ -1246,14 +1245,14 @@
|
|
|
1246
1245
|
}
|
|
1247
1246
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1248
1247
|
height: 100%;
|
|
1249
|
-
position: initial !important;
|
|
1248
|
+
position: initial !important;
|
|
1250
1249
|
width: 100%;
|
|
1251
1250
|
}
|
|
1252
1251
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1253
1252
|
height: 100%;
|
|
1254
1253
|
overflow: hidden;
|
|
1255
1254
|
padding: 4px;
|
|
1256
|
-
position: initial !important;
|
|
1255
|
+
position: initial !important;
|
|
1257
1256
|
width: 100%;
|
|
1258
1257
|
}
|
|
1259
1258
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1384,7 +1383,7 @@
|
|
|
1384
1383
|
margin-right: 8px;
|
|
1385
1384
|
}
|
|
1386
1385
|
.e-spreadsheet .e-hide {
|
|
1387
|
-
display: none !important;
|
|
1386
|
+
display: none !important;
|
|
1388
1387
|
}
|
|
1389
1388
|
.e-spreadsheet .e-selection {
|
|
1390
1389
|
border-style: solid;
|
|
@@ -1501,7 +1500,7 @@
|
|
|
1501
1500
|
text-align: right;
|
|
1502
1501
|
}
|
|
1503
1502
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1504
|
-
font-weight:
|
|
1503
|
+
font-weight: 400;
|
|
1505
1504
|
padding-bottom: 0;
|
|
1506
1505
|
padding-top: 0;
|
|
1507
1506
|
}
|
|
@@ -1530,17 +1529,17 @@
|
|
|
1530
1529
|
font-size: 16px;
|
|
1531
1530
|
}
|
|
1532
1531
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-icon, .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-type-icon {
|
|
1533
|
-
font-size: 30px !important;
|
|
1532
|
+
font-size: 30px !important;
|
|
1534
1533
|
margin-right: 5px;
|
|
1535
1534
|
padding: 0 5px;
|
|
1536
1535
|
width: 30px;
|
|
1537
1536
|
}
|
|
1538
1537
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1539
|
-
font-size: 18px !important;
|
|
1538
|
+
font-size: 18px !important;
|
|
1540
1539
|
margin-right: 5px;
|
|
1541
1540
|
}
|
|
1542
1541
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1543
|
-
font-size: 18px !important;
|
|
1542
|
+
font-size: 18px !important;
|
|
1544
1543
|
margin-right: -5px;
|
|
1545
1544
|
}
|
|
1546
1545
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1723,7 +1722,7 @@
|
|
|
1723
1722
|
}
|
|
1724
1723
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1725
1724
|
border: 0;
|
|
1726
|
-
box-shadow: none !important;
|
|
1725
|
+
box-shadow: none !important;
|
|
1727
1726
|
}
|
|
1728
1727
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1729
1728
|
bottom: 5px;
|
|
@@ -1873,7 +1872,7 @@
|
|
|
1873
1872
|
}
|
|
1874
1873
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1875
1874
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1876
|
-
max-height: 640px !important;
|
|
1875
|
+
max-height: 640px !important;
|
|
1877
1876
|
}
|
|
1878
1877
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1879
1878
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1982,7 +1981,7 @@
|
|
|
1982
1981
|
text-align: left;
|
|
1983
1982
|
}
|
|
1984
1983
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1985
|
-
left: 0 !important;
|
|
1984
|
+
left: 0 !important;
|
|
1986
1985
|
}
|
|
1987
1986
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1988
1987
|
font-size: 18px;
|
|
@@ -2002,7 +2001,7 @@
|
|
|
2002
2001
|
margin-bottom: 4px;
|
|
2003
2002
|
}
|
|
2004
2003
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2005
|
-
left: 0 !important;
|
|
2004
|
+
left: 0 !important;
|
|
2006
2005
|
}
|
|
2007
2006
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2008
2007
|
font-size: 18px;
|
|
@@ -2021,7 +2020,7 @@
|
|
|
2021
2020
|
margin-top: 10px;
|
|
2022
2021
|
}
|
|
2023
2022
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2024
|
-
left: 0 !important;
|
|
2023
|
+
left: 0 !important;
|
|
2025
2024
|
}
|
|
2026
2025
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2027
2026
|
font-size: 18px;
|
|
@@ -2052,7 +2051,7 @@
|
|
|
2052
2051
|
height: 18px;
|
|
2053
2052
|
margin-right: -1px;
|
|
2054
2053
|
padding: 0;
|
|
2055
|
-
position:
|
|
2054
|
+
position: absolute;
|
|
2056
2055
|
right: 0;
|
|
2057
2056
|
width: 20px;
|
|
2058
2057
|
z-index: 2;
|
|
@@ -2063,7 +2062,7 @@
|
|
|
2063
2062
|
}
|
|
2064
2063
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2065
2064
|
box-shadow: none;
|
|
2066
|
-
width: 270px !important;
|
|
2065
|
+
width: 270px !important;
|
|
2067
2066
|
}
|
|
2068
2067
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2069
2068
|
display: -ms-flexbox;
|
|
@@ -2132,33 +2131,36 @@
|
|
|
2132
2131
|
font-family: "Calibri";
|
|
2133
2132
|
}
|
|
2134
2133
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2135
|
-
font-family: "
|
|
2134
|
+
font-family: "Comic Sans MS";
|
|
2136
2135
|
}
|
|
2137
2136
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2138
|
-
font-family: "Courier
|
|
2137
|
+
font-family: "Courier";
|
|
2139
2138
|
}
|
|
2140
2139
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2141
|
-
font-family: "
|
|
2140
|
+
font-family: "Courier New";
|
|
2142
2141
|
}
|
|
2143
2142
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2144
|
-
font-family: "
|
|
2143
|
+
font-family: "Din Condensed";
|
|
2145
2144
|
}
|
|
2146
2145
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2147
|
-
font-family: "
|
|
2146
|
+
font-family: "Georgia";
|
|
2148
2147
|
}
|
|
2149
2148
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2150
|
-
font-family: "Helvetica
|
|
2149
|
+
font-family: "Helvetica";
|
|
2151
2150
|
}
|
|
2152
2151
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2153
|
-
font-family: "
|
|
2152
|
+
font-family: "Helvetica New";
|
|
2154
2153
|
}
|
|
2155
2154
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2156
|
-
font-family: "
|
|
2155
|
+
font-family: "Roboto";
|
|
2157
2156
|
}
|
|
2158
2157
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2159
|
-
font-family: "
|
|
2158
|
+
font-family: "Tahoma";
|
|
2160
2159
|
}
|
|
2161
2160
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2161
|
+
font-family: "Times New Roman";
|
|
2162
|
+
}
|
|
2163
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2162
2164
|
font-family: "Verdana";
|
|
2163
2165
|
}
|
|
2164
2166
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2444,7 +2446,7 @@
|
|
|
2444
2446
|
}
|
|
2445
2447
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2446
2448
|
font-size: 16px;
|
|
2447
|
-
font-weight:
|
|
2449
|
+
font-weight: 400;
|
|
2448
2450
|
}
|
|
2449
2451
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2450
2452
|
overflow: hidden;
|
|
@@ -2674,7 +2676,7 @@
|
|
|
2674
2676
|
}
|
|
2675
2677
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2676
2678
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2677
|
-
width: 590px !important;
|
|
2679
|
+
width: 590px !important;
|
|
2678
2680
|
}
|
|
2679
2681
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2680
2682
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2695,12 +2697,12 @@
|
|
|
2695
2697
|
height: 54px;
|
|
2696
2698
|
width: 419px;
|
|
2697
2699
|
}
|
|
2698
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2699
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2700
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2701
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2700
2702
|
height: auto;
|
|
2701
2703
|
}
|
|
2702
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2703
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2704
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2705
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2704
2706
|
font-size: 12px;
|
|
2705
2707
|
}
|
|
2706
2708
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
@@ -3930,7 +3932,7 @@
|
|
|
3930
3932
|
min-height: 35px;
|
|
3931
3933
|
}
|
|
3932
3934
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
3933
|
-
display: inline-block !important;
|
|
3935
|
+
display: inline-block !important;
|
|
3934
3936
|
width: calc(100% - 28px);
|
|
3935
3937
|
}
|
|
3936
3938
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) {
|