@syncfusion/ej2-angular-spreadsheet 20.2.44 → 20.2.45-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 +1220 -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
package/styles/fluent.css
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
/*! Bootstrap specific themes definition's */
|
|
3
3
|
/*! Vertical Tab */
|
|
4
4
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
5
|
-
/* stylelint-disable */
|
|
6
5
|
.e-popup.e-ddl {
|
|
7
6
|
border-radius: 4px;
|
|
8
7
|
box-shadow: none;
|
|
@@ -693,7 +692,7 @@
|
|
|
693
692
|
user-select: none;
|
|
694
693
|
}
|
|
695
694
|
.e-spreadsheet .e-delete-sheet-dlg.e-dialog {
|
|
696
|
-
height: 211px !important;
|
|
695
|
+
height: 211px !important;
|
|
697
696
|
}
|
|
698
697
|
.e-spreadsheet .e-protect-dlg.e-dialog {
|
|
699
698
|
height: 470px;
|
|
@@ -705,8 +704,8 @@
|
|
|
705
704
|
margin-bottom: 4px;
|
|
706
705
|
}
|
|
707
706
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
708
|
-
height: 510px !important;
|
|
709
|
-
width: 530px !important;
|
|
707
|
+
height: 510px !important;
|
|
708
|
+
width: 530px !important;
|
|
710
709
|
}
|
|
711
710
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
712
711
|
padding: 0;
|
|
@@ -716,7 +715,7 @@
|
|
|
716
715
|
padding-top: 3px;
|
|
717
716
|
}
|
|
718
717
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
719
|
-
left: 0 !important;
|
|
718
|
+
left: 0 !important;
|
|
720
719
|
}
|
|
721
720
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
722
721
|
font-size: 18px;
|
|
@@ -735,7 +734,7 @@
|
|
|
735
734
|
margin-top: 10px;
|
|
736
735
|
}
|
|
737
736
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
738
|
-
left: 0 !important;
|
|
737
|
+
left: 0 !important;
|
|
739
738
|
}
|
|
740
739
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
741
740
|
font-size: 18px;
|
|
@@ -753,10 +752,10 @@
|
|
|
753
752
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
754
753
|
margin-top: 10px;
|
|
755
754
|
}
|
|
756
|
-
.e-spreadsheet .e-goto-dlg {
|
|
755
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
757
756
|
height: auto;
|
|
758
757
|
}
|
|
759
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
758
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
760
759
|
font-weight: bold;
|
|
761
760
|
padding-top: 7px;
|
|
762
761
|
}
|
|
@@ -900,7 +899,7 @@
|
|
|
900
899
|
display: none;
|
|
901
900
|
}
|
|
902
901
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
903
|
-
width: 100% !important;
|
|
902
|
+
width: 100% !important;
|
|
904
903
|
}
|
|
905
904
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
906
905
|
display: none;
|
|
@@ -1135,8 +1134,8 @@
|
|
|
1135
1134
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1136
1135
|
background-color: #0078d4;
|
|
1137
1136
|
cursor: ns-resize;
|
|
1137
|
+
left: 50%;
|
|
1138
1138
|
position: absolute;
|
|
1139
|
-
right: 50%;
|
|
1140
1139
|
top: 0;
|
|
1141
1140
|
transform: translate(-50%, -50%);
|
|
1142
1141
|
}
|
|
@@ -1151,8 +1150,8 @@
|
|
|
1151
1150
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1152
1151
|
background-color: #0078d4;
|
|
1153
1152
|
cursor: ns-resize;
|
|
1153
|
+
left: 50%;
|
|
1154
1154
|
position: absolute;
|
|
1155
|
-
right: 50%;
|
|
1156
1155
|
top: 100%;
|
|
1157
1156
|
transform: translate(-50%, -50%);
|
|
1158
1157
|
}
|
|
@@ -1273,14 +1272,14 @@
|
|
|
1273
1272
|
}
|
|
1274
1273
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
1275
1274
|
height: 100%;
|
|
1276
|
-
position: initial !important;
|
|
1275
|
+
position: initial !important;
|
|
1277
1276
|
width: 100%;
|
|
1278
1277
|
}
|
|
1279
1278
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
1280
1279
|
height: 100%;
|
|
1281
1280
|
overflow: hidden;
|
|
1282
1281
|
padding: 4px;
|
|
1283
|
-
position: initial !important;
|
|
1282
|
+
position: initial !important;
|
|
1284
1283
|
width: 100%;
|
|
1285
1284
|
}
|
|
1286
1285
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -1398,7 +1397,7 @@
|
|
|
1398
1397
|
margin-right: 8px;
|
|
1399
1398
|
}
|
|
1400
1399
|
.e-spreadsheet .e-hide {
|
|
1401
|
-
display: none !important;
|
|
1400
|
+
display: none !important;
|
|
1402
1401
|
}
|
|
1403
1402
|
.e-spreadsheet .e-selection {
|
|
1404
1403
|
border-style: solid;
|
|
@@ -1515,7 +1514,7 @@
|
|
|
1515
1514
|
text-align: right;
|
|
1516
1515
|
}
|
|
1517
1516
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1518
|
-
font-weight:
|
|
1517
|
+
font-weight: 400;
|
|
1519
1518
|
padding-bottom: 0;
|
|
1520
1519
|
padding-top: 0;
|
|
1521
1520
|
}
|
|
@@ -1544,17 +1543,17 @@
|
|
|
1544
1543
|
font-size: 16px;
|
|
1545
1544
|
}
|
|
1546
1545
|
.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 {
|
|
1547
|
-
font-size: 30px !important;
|
|
1546
|
+
font-size: 30px !important;
|
|
1548
1547
|
margin-right: 5px;
|
|
1549
1548
|
padding: 0 5px;
|
|
1550
1549
|
width: 30px;
|
|
1551
1550
|
}
|
|
1552
1551
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
1553
|
-
font-size: 18px !important;
|
|
1552
|
+
font-size: 18px !important;
|
|
1554
1553
|
margin-right: 5px;
|
|
1555
1554
|
}
|
|
1556
1555
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
1557
|
-
font-size: 18px !important;
|
|
1556
|
+
font-size: 18px !important;
|
|
1558
1557
|
margin-right: -5px;
|
|
1559
1558
|
}
|
|
1560
1559
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1731,7 +1730,7 @@
|
|
|
1731
1730
|
}
|
|
1732
1731
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1733
1732
|
border: 0;
|
|
1734
|
-
box-shadow: none !important;
|
|
1733
|
+
box-shadow: none !important;
|
|
1735
1734
|
}
|
|
1736
1735
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1737
1736
|
bottom: 5px;
|
|
@@ -1881,7 +1880,7 @@
|
|
|
1881
1880
|
}
|
|
1882
1881
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1883
1882
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1884
|
-
max-height: 640px !important;
|
|
1883
|
+
max-height: 640px !important;
|
|
1885
1884
|
}
|
|
1886
1885
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1887
1886
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1991,7 +1990,7 @@
|
|
|
1991
1990
|
text-align: left;
|
|
1992
1991
|
}
|
|
1993
1992
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1994
|
-
left: 0 !important;
|
|
1993
|
+
left: 0 !important;
|
|
1995
1994
|
}
|
|
1996
1995
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1997
1996
|
font-size: 18px;
|
|
@@ -2011,7 +2010,7 @@
|
|
|
2011
2010
|
margin-bottom: 4px;
|
|
2012
2011
|
}
|
|
2013
2012
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2014
|
-
left: 0 !important;
|
|
2013
|
+
left: 0 !important;
|
|
2015
2014
|
}
|
|
2016
2015
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2017
2016
|
font-size: 18px;
|
|
@@ -2030,7 +2029,7 @@
|
|
|
2030
2029
|
margin-top: 10px;
|
|
2031
2030
|
}
|
|
2032
2031
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2033
|
-
left: 0 !important;
|
|
2032
|
+
left: 0 !important;
|
|
2034
2033
|
}
|
|
2035
2034
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2036
2035
|
font-size: 18px;
|
|
@@ -2062,7 +2061,7 @@
|
|
|
2062
2061
|
height: 18px;
|
|
2063
2062
|
margin-right: -1px;
|
|
2064
2063
|
padding: 0;
|
|
2065
|
-
position:
|
|
2064
|
+
position: absolute;
|
|
2066
2065
|
right: 0;
|
|
2067
2066
|
width: 20px;
|
|
2068
2067
|
z-index: 2;
|
|
@@ -2073,7 +2072,7 @@
|
|
|
2073
2072
|
}
|
|
2074
2073
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
2075
2074
|
box-shadow: none;
|
|
2076
|
-
width: 270px !important;
|
|
2075
|
+
width: 270px !important;
|
|
2077
2076
|
}
|
|
2078
2077
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
2079
2078
|
display: -ms-flexbox;
|
|
@@ -2142,33 +2141,36 @@
|
|
|
2142
2141
|
font-family: "Calibri";
|
|
2143
2142
|
}
|
|
2144
2143
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2145
|
-
font-family: "
|
|
2144
|
+
font-family: "Comic Sans MS";
|
|
2146
2145
|
}
|
|
2147
2146
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2148
|
-
font-family: "Courier
|
|
2147
|
+
font-family: "Courier";
|
|
2149
2148
|
}
|
|
2150
2149
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2151
|
-
font-family: "
|
|
2150
|
+
font-family: "Courier New";
|
|
2152
2151
|
}
|
|
2153
2152
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2154
|
-
font-family: "
|
|
2153
|
+
font-family: "Din Condensed";
|
|
2155
2154
|
}
|
|
2156
2155
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2157
|
-
font-family: "
|
|
2156
|
+
font-family: "Georgia";
|
|
2158
2157
|
}
|
|
2159
2158
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2160
|
-
font-family: "Helvetica
|
|
2159
|
+
font-family: "Helvetica";
|
|
2161
2160
|
}
|
|
2162
2161
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2163
|
-
font-family: "
|
|
2162
|
+
font-family: "Helvetica New";
|
|
2164
2163
|
}
|
|
2165
2164
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2166
|
-
font-family: "
|
|
2165
|
+
font-family: "Roboto";
|
|
2167
2166
|
}
|
|
2168
2167
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2169
|
-
font-family: "
|
|
2168
|
+
font-family: "Tahoma";
|
|
2170
2169
|
}
|
|
2171
2170
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2171
|
+
font-family: "Times New Roman";
|
|
2172
|
+
}
|
|
2173
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2172
2174
|
font-family: "Verdana";
|
|
2173
2175
|
}
|
|
2174
2176
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2454,7 +2456,7 @@
|
|
|
2454
2456
|
}
|
|
2455
2457
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2456
2458
|
font-size: 16px;
|
|
2457
|
-
font-weight:
|
|
2459
|
+
font-weight: 400;
|
|
2458
2460
|
}
|
|
2459
2461
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2460
2462
|
overflow: hidden;
|
|
@@ -2546,11 +2548,11 @@
|
|
|
2546
2548
|
|
|
2547
2549
|
.e-bigger .e-spreadsheet .e-protect-dlg.e-dialog,
|
|
2548
2550
|
.e-bigger.e-spreadsheet .e-protect-dlg.e-dialog {
|
|
2549
|
-
height: 790px !important;
|
|
2551
|
+
height: 790px !important;
|
|
2550
2552
|
}
|
|
2551
2553
|
.e-bigger .e-spreadsheet .e-delete-sheet-dlg.e-dialog,
|
|
2552
2554
|
.e-bigger.e-spreadsheet .e-delete-sheet-dlg.e-dialog {
|
|
2553
|
-
height: 240px !important;
|
|
2555
|
+
height: 240px !important;
|
|
2554
2556
|
}
|
|
2555
2557
|
.e-bigger .e-spreadsheet .e-merge-alert-dlg.e-dialog,
|
|
2556
2558
|
.e-bigger.e-spreadsheet .e-merge-alert-dlg.e-dialog {
|
|
@@ -2566,7 +2568,7 @@
|
|
|
2566
2568
|
}
|
|
2567
2569
|
.e-bigger .e-spreadsheet .e-spreadsheet-function-dlg.e-dialog,
|
|
2568
2570
|
.e-bigger.e-spreadsheet .e-spreadsheet-function-dlg.e-dialog {
|
|
2569
|
-
height: 515px !important;
|
|
2571
|
+
height: 515px !important;
|
|
2570
2572
|
}
|
|
2571
2573
|
.e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon,
|
|
2572
2574
|
.e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
@@ -2724,8 +2726,8 @@
|
|
|
2724
2726
|
}
|
|
2725
2727
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2726
2728
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2727
|
-
width: 590px !important;
|
|
2728
|
-
width: 630px !important;
|
|
2729
|
+
width: 590px !important;
|
|
2730
|
+
width: 630px !important;
|
|
2729
2731
|
}
|
|
2730
2732
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2731
2733
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2746,12 +2748,12 @@
|
|
|
2746
2748
|
height: 50px;
|
|
2747
2749
|
width: 419px;
|
|
2748
2750
|
}
|
|
2749
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2750
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2751
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2752
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2751
2753
|
height: auto;
|
|
2752
2754
|
}
|
|
2753
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2754
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2755
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2756
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2755
2757
|
font-size: 12px;
|
|
2756
2758
|
}
|
|
2757
2759
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
@@ -4004,7 +4006,7 @@
|
|
|
4004
4006
|
min-height: 35px;
|
|
4005
4007
|
}
|
|
4006
4008
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
4007
|
-
display: inline-block !important;
|
|
4009
|
+
display: inline-block !important;
|
|
4008
4010
|
width: calc(100% - 28px);
|
|
4009
4011
|
}
|
|
4010
4012
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
1
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
3
2
|
height: 36px;
|
|
4
3
|
}
|
|
@@ -94,8 +93,8 @@
|
|
|
94
93
|
margin-bottom: 4px;
|
|
95
94
|
}
|
|
96
95
|
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
97
|
-
height: 510px !important;
|
|
98
|
-
width: 530px !important;
|
|
96
|
+
height: 510px !important;
|
|
97
|
+
width: 530px !important;
|
|
99
98
|
}
|
|
100
99
|
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
101
100
|
padding: 0;
|
|
@@ -105,7 +104,7 @@
|
|
|
105
104
|
padding-top: 3px;
|
|
106
105
|
}
|
|
107
106
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
108
|
-
left: 0 !important;
|
|
107
|
+
left: 0 !important;
|
|
109
108
|
}
|
|
110
109
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
111
110
|
font-size: 18px;
|
|
@@ -124,7 +123,7 @@
|
|
|
124
123
|
margin-top: 10px;
|
|
125
124
|
}
|
|
126
125
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
127
|
-
left: 0 !important;
|
|
126
|
+
left: 0 !important;
|
|
128
127
|
}
|
|
129
128
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
130
129
|
font-size: 18px;
|
|
@@ -142,10 +141,10 @@
|
|
|
142
141
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
143
142
|
margin-top: 10px;
|
|
144
143
|
}
|
|
145
|
-
.e-spreadsheet .e-goto-dlg {
|
|
144
|
+
.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
146
145
|
height: auto;
|
|
147
146
|
}
|
|
148
|
-
.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
|
|
147
|
+
.e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
|
|
149
148
|
font-weight: bold;
|
|
150
149
|
padding-top: 7px;
|
|
151
150
|
}
|
|
@@ -289,7 +288,7 @@
|
|
|
289
288
|
display: none;
|
|
290
289
|
}
|
|
291
290
|
.e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
|
|
292
|
-
width: 100% !important;
|
|
291
|
+
width: 100% !important;
|
|
293
292
|
}
|
|
294
293
|
.e-spreadsheet.e-hide-column-header .e-header-panel {
|
|
295
294
|
display: none;
|
|
@@ -524,8 +523,8 @@
|
|
|
524
523
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
525
524
|
background-color: #400074;
|
|
526
525
|
cursor: ns-resize;
|
|
526
|
+
left: 50%;
|
|
527
527
|
position: absolute;
|
|
528
|
-
right: 50%;
|
|
529
528
|
top: 0;
|
|
530
529
|
transform: translate(-50%, -50%);
|
|
531
530
|
}
|
|
@@ -540,8 +539,8 @@
|
|
|
540
539
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
541
540
|
background-color: #400074;
|
|
542
541
|
cursor: ns-resize;
|
|
542
|
+
left: 50%;
|
|
543
543
|
position: absolute;
|
|
544
|
-
right: 50%;
|
|
545
544
|
top: 100%;
|
|
546
545
|
transform: translate(-50%, -50%);
|
|
547
546
|
}
|
|
@@ -661,14 +660,14 @@
|
|
|
661
660
|
}
|
|
662
661
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
663
662
|
height: 100%;
|
|
664
|
-
position: initial !important;
|
|
663
|
+
position: initial !important;
|
|
665
664
|
width: 100%;
|
|
666
665
|
}
|
|
667
666
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
|
|
668
667
|
height: 100%;
|
|
669
668
|
overflow: hidden;
|
|
670
669
|
padding: 4px;
|
|
671
|
-
position: initial !important;
|
|
670
|
+
position: initial !important;
|
|
672
671
|
width: 100%;
|
|
673
672
|
}
|
|
674
673
|
.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
|
|
@@ -786,7 +785,7 @@
|
|
|
786
785
|
margin-right: 8px;
|
|
787
786
|
}
|
|
788
787
|
.e-spreadsheet .e-hide {
|
|
789
|
-
display: none !important;
|
|
788
|
+
display: none !important;
|
|
790
789
|
}
|
|
791
790
|
.e-spreadsheet .e-selection {
|
|
792
791
|
border-style: solid;
|
|
@@ -903,7 +902,7 @@
|
|
|
903
902
|
text-align: right;
|
|
904
903
|
}
|
|
905
904
|
.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
906
|
-
font-weight:
|
|
905
|
+
font-weight: 400;
|
|
907
906
|
padding-bottom: 0;
|
|
908
907
|
padding-top: 0;
|
|
909
908
|
}
|
|
@@ -932,17 +931,17 @@
|
|
|
932
931
|
font-size: 16px;
|
|
933
932
|
}
|
|
934
933
|
.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 {
|
|
935
|
-
font-size: 30px !important;
|
|
934
|
+
font-size: 30px !important;
|
|
936
935
|
margin-right: 5px;
|
|
937
936
|
padding: 0 5px;
|
|
938
937
|
width: 30px;
|
|
939
938
|
}
|
|
940
939
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
|
|
941
|
-
font-size: 18px !important;
|
|
940
|
+
font-size: 18px !important;
|
|
942
941
|
margin-right: 5px;
|
|
943
942
|
}
|
|
944
943
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
|
|
945
|
-
font-size: 18px !important;
|
|
944
|
+
font-size: 18px !important;
|
|
946
945
|
margin-right: -5px;
|
|
947
946
|
}
|
|
948
947
|
.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
|
|
@@ -1119,7 +1118,7 @@
|
|
|
1119
1118
|
}
|
|
1120
1119
|
.e-spreadsheet .e-validation-list .e-input-group {
|
|
1121
1120
|
border: 0;
|
|
1122
|
-
box-shadow: none !important;
|
|
1121
|
+
box-shadow: none !important;
|
|
1123
1122
|
}
|
|
1124
1123
|
.e-spreadsheet .e-validation-list .e-ddl-icon {
|
|
1125
1124
|
bottom: 5px;
|
|
@@ -1269,7 +1268,7 @@
|
|
|
1269
1268
|
}
|
|
1270
1269
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1271
1270
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1272
|
-
max-height: 640px !important;
|
|
1271
|
+
max-height: 640px !important;
|
|
1273
1272
|
}
|
|
1274
1273
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1275
1274
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
@@ -1378,7 +1377,7 @@
|
|
|
1378
1377
|
text-align: left;
|
|
1379
1378
|
}
|
|
1380
1379
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1381
|
-
left: 0 !important;
|
|
1380
|
+
left: 0 !important;
|
|
1382
1381
|
}
|
|
1383
1382
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1384
1383
|
font-size: 18px;
|
|
@@ -1398,7 +1397,7 @@
|
|
|
1398
1397
|
margin-bottom: 4px;
|
|
1399
1398
|
}
|
|
1400
1399
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1401
|
-
left: 0 !important;
|
|
1400
|
+
left: 0 !important;
|
|
1402
1401
|
}
|
|
1403
1402
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1404
1403
|
font-size: 18px;
|
|
@@ -1417,7 +1416,7 @@
|
|
|
1417
1416
|
margin-top: 10px;
|
|
1418
1417
|
}
|
|
1419
1418
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1420
|
-
left: 0 !important;
|
|
1419
|
+
left: 0 !important;
|
|
1421
1420
|
}
|
|
1422
1421
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1423
1422
|
font-size: 18px;
|
|
@@ -1448,7 +1447,7 @@
|
|
|
1448
1447
|
height: 18px;
|
|
1449
1448
|
margin-right: -1px;
|
|
1450
1449
|
padding: 0;
|
|
1451
|
-
position:
|
|
1450
|
+
position: absolute;
|
|
1452
1451
|
right: 0;
|
|
1453
1452
|
width: 20px;
|
|
1454
1453
|
z-index: 2;
|
|
@@ -1459,7 +1458,7 @@
|
|
|
1459
1458
|
}
|
|
1460
1459
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container {
|
|
1461
1460
|
box-shadow: none;
|
|
1462
|
-
width: 270px !important;
|
|
1461
|
+
width: 270px !important;
|
|
1463
1462
|
}
|
|
1464
1463
|
.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
|
|
1465
1464
|
display: -ms-flexbox;
|
|
@@ -1528,33 +1527,36 @@
|
|
|
1528
1527
|
font-family: "Calibri";
|
|
1529
1528
|
}
|
|
1530
1529
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
1531
|
-
font-family: "
|
|
1530
|
+
font-family: "Comic Sans MS";
|
|
1532
1531
|
}
|
|
1533
1532
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
1534
|
-
font-family: "Courier
|
|
1533
|
+
font-family: "Courier";
|
|
1535
1534
|
}
|
|
1536
1535
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
1537
|
-
font-family: "
|
|
1536
|
+
font-family: "Courier New";
|
|
1538
1537
|
}
|
|
1539
1538
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
1540
|
-
font-family: "
|
|
1539
|
+
font-family: "Din Condensed";
|
|
1541
1540
|
}
|
|
1542
1541
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
1543
|
-
font-family: "
|
|
1542
|
+
font-family: "Georgia";
|
|
1544
1543
|
}
|
|
1545
1544
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
1546
|
-
font-family: "Helvetica
|
|
1545
|
+
font-family: "Helvetica";
|
|
1547
1546
|
}
|
|
1548
1547
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
1549
|
-
font-family: "
|
|
1548
|
+
font-family: "Helvetica New";
|
|
1550
1549
|
}
|
|
1551
1550
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
1552
|
-
font-family: "
|
|
1551
|
+
font-family: "Roboto";
|
|
1553
1552
|
}
|
|
1554
1553
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
1555
|
-
font-family: "
|
|
1554
|
+
font-family: "Tahoma";
|
|
1556
1555
|
}
|
|
1557
1556
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
1557
|
+
font-family: "Times New Roman";
|
|
1558
|
+
}
|
|
1559
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
1558
1560
|
font-family: "Verdana";
|
|
1559
1561
|
}
|
|
1560
1562
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -1837,7 +1839,7 @@
|
|
|
1837
1839
|
}
|
|
1838
1840
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1839
1841
|
font-size: 16px;
|
|
1840
|
-
font-weight:
|
|
1842
|
+
font-weight: 400;
|
|
1841
1843
|
}
|
|
1842
1844
|
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
1843
1845
|
overflow: hidden;
|
|
@@ -2072,7 +2074,7 @@
|
|
|
2072
2074
|
}
|
|
2073
2075
|
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2074
2076
|
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2075
|
-
width: 590px !important;
|
|
2077
|
+
width: 590px !important;
|
|
2076
2078
|
}
|
|
2077
2079
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
2078
2080
|
.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
|
|
@@ -2093,12 +2095,12 @@
|
|
|
2093
2095
|
height: 54px;
|
|
2094
2096
|
width: 414px;
|
|
2095
2097
|
}
|
|
2096
|
-
.e-bigger .e-spreadsheet .e-goto-dlg,
|
|
2097
|
-
.e-bigger.e-spreadsheet .e-goto-dlg {
|
|
2098
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
|
|
2099
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
|
|
2098
2100
|
height: auto;
|
|
2099
2101
|
}
|
|
2100
|
-
.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
|
|
2101
|
-
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2102
|
+
.e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
|
|
2103
|
+
.e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
|
|
2102
2104
|
font-size: 12px;
|
|
2103
2105
|
}
|
|
2104
2106
|
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
@@ -3302,7 +3304,7 @@
|
|
|
3302
3304
|
min-height: 35px;
|
|
3303
3305
|
}
|
|
3304
3306
|
.e-ribbon .e-tab .e-tab-header .e-hscroll {
|
|
3305
|
-
display: inline-block !important;
|
|
3307
|
+
display: inline-block !important;
|
|
3306
3308
|
width: calc(100% - 28px);
|
|
3307
3309
|
}
|
|
3308
3310
|
.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
|