@syncfusion/ej2-angular-spreadsheet 20.2.38 → 20.2.39-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 +1175 -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 +13 -27
- 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 +124 -100
- package/styles/bootstrap.css +124 -100
- package/styles/bootstrap4.css +125 -101
- package/styles/bootstrap5-dark.css +129 -101
- package/styles/bootstrap5.css +129 -101
- package/styles/fabric-dark.css +121 -100
- package/styles/fabric.css +121 -100
- package/styles/fluent-dark.css +137 -114
- package/styles/fluent.css +137 -114
- package/styles/highcontrast-light.css +121 -100
- package/styles/highcontrast.css +121 -100
- package/styles/material-dark.css +123 -100
- package/styles/material.css +123 -100
- package/styles/ribbon/bootstrap-dark.scss +1 -4
- package/styles/ribbon/bootstrap.scss +1 -4
- package/styles/ribbon/bootstrap4.scss +1 -4
- package/styles/ribbon/bootstrap5-dark.scss +1 -4
- package/styles/ribbon/bootstrap5.scss +1 -4
- package/styles/ribbon/fabric-dark.scss +1 -4
- package/styles/ribbon/fabric.scss +1 -4
- package/styles/ribbon/fluent-dark.scss +1 -4
- package/styles/ribbon/fluent.scss +1 -4
- package/styles/ribbon/highcontrast-light.scss +1 -3
- package/styles/ribbon/highcontrast.scss +1 -4
- package/styles/ribbon/material-dark.scss +1 -4
- package/styles/ribbon/material.scss +1 -4
- package/styles/ribbon/tailwind-dark.scss +1 -4
- package/styles/ribbon/tailwind.scss +1 -4
- package/styles/spreadsheet/bootstrap-dark.css +124 -100
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +124 -100
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +125 -101
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +129 -101
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +129 -101
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +121 -100
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +121 -100
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +137 -114
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +137 -114
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +121 -100
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +121 -100
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +123 -100
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +123 -100
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +122 -102
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +122 -102
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +122 -102
- package/styles/tailwind.css +122 -102
- 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 -243
- package/styles/ribbon/_material-dark-definition.scss +0 -15
- package/styles/ribbon/_material-definition.scss +0 -13
- 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 -133
- package/styles/spreadsheet/_bootstrap-definition.scss +0 -133
- package/styles/spreadsheet/_bootstrap4-definition.scss +0 -132
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +0 -134
- package/styles/spreadsheet/_fabric-dark-definition.scss +0 -130
- package/styles/spreadsheet/_fabric-definition.scss +0 -130
- package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet/_fluent-definition.scss +0 -134
- package/styles/spreadsheet/_fusionnew-definition.scss +0 -134
- package/styles/spreadsheet/_highcontrast-definition.scss +0 -130
- package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -130
- package/styles/spreadsheet/_layout.scss +0 -2981
- package/styles/spreadsheet/_material-dark-definition.scss +0 -133
- package/styles/spreadsheet/_material-definition.scss +0 -131
- package/styles/spreadsheet/_material3-definition.scss +0 -134
- package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet/_tailwind-definition.scss +0 -136
- package/styles/spreadsheet/_theme.scss +0 -1356
- 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 -995
- 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
|
@@ -662,55 +662,62 @@
|
|
|
662
662
|
-ms-user-select: none;
|
|
663
663
|
user-select: none;
|
|
664
664
|
}
|
|
665
|
-
.e-spreadsheet .e-protect-dlg {
|
|
665
|
+
.e-spreadsheet .e-protect-dlg.e-dialog {
|
|
666
666
|
height: 421px;
|
|
667
667
|
width: 282px;
|
|
668
668
|
}
|
|
669
|
-
.e-spreadsheet .e-protect-dlg .e-sheet-password-content .e-header {
|
|
669
|
+
.e-spreadsheet .e-protect-dlg.e-dialog .e-sheet-password-content .e-header {
|
|
670
670
|
font-size: 14px;
|
|
671
671
|
line-height: 28px;
|
|
672
672
|
margin-bottom: 4px;
|
|
673
673
|
}
|
|
674
|
-
.e-spreadsheet .e-custom-format-dlg {
|
|
674
|
+
.e-spreadsheet .e-custom-format-dlg.e-dialog {
|
|
675
675
|
height: 510px !important;
|
|
676
676
|
width: 530px !important;
|
|
677
677
|
}
|
|
678
|
-
.e-spreadsheet .e-
|
|
678
|
+
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
|
|
679
|
+
padding: 0;
|
|
680
|
+
}
|
|
681
|
+
.e-spreadsheet .e-custom-format-dlg.e-dialog .e-dlg-content {
|
|
682
|
+
display: inline-table;
|
|
683
|
+
padding-top: 3px;
|
|
684
|
+
}
|
|
685
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
679
686
|
left: 0 !important;
|
|
680
687
|
}
|
|
681
|
-
.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-header-content .e-dlg-header {
|
|
688
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
682
689
|
font-size: 18px;
|
|
683
690
|
line-height: 21px;
|
|
684
691
|
}
|
|
685
|
-
.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-alert-span {
|
|
692
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-alert-span {
|
|
686
693
|
color: #dd2c2c;
|
|
687
694
|
font-size: 12px;
|
|
688
695
|
padding-top: 7px;
|
|
689
696
|
}
|
|
690
|
-
.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-header {
|
|
697
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-header {
|
|
691
698
|
font-size: 14px;
|
|
692
699
|
line-height: 16px;
|
|
693
700
|
}
|
|
694
|
-
.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
701
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
695
702
|
margin-top: 10px;
|
|
696
703
|
}
|
|
697
|
-
.e-spreadsheet .e-reenterpwd-dlg {
|
|
704
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
698
705
|
left: 0 !important;
|
|
699
706
|
}
|
|
700
|
-
.e-spreadsheet .e-reenterpwd-dlg .e-dlg-header-content .e-dlg-header {
|
|
707
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
701
708
|
font-size: 18px;
|
|
702
709
|
line-height: 21px;
|
|
703
710
|
}
|
|
704
|
-
.e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-alert-span {
|
|
711
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-alert-span {
|
|
705
712
|
color: #dd2c2c;
|
|
706
713
|
font-size: 12px;
|
|
707
714
|
padding-top: 7px;
|
|
708
715
|
}
|
|
709
|
-
.e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-header {
|
|
716
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header {
|
|
710
717
|
font-size: 14px;
|
|
711
718
|
line-height: 16px;
|
|
712
719
|
}
|
|
713
|
-
.e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-input {
|
|
720
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
714
721
|
margin-top: 10px;
|
|
715
722
|
}
|
|
716
723
|
.e-spreadsheet .e-goto-dlg {
|
|
@@ -761,13 +768,6 @@
|
|
|
761
768
|
margin-right: 2.8%;
|
|
762
769
|
width: 80%;
|
|
763
770
|
}
|
|
764
|
-
.e-spreadsheet .e-custom-format-dlg .e-footer-content {
|
|
765
|
-
padding: 0;
|
|
766
|
-
}
|
|
767
|
-
.e-spreadsheet .e-custom-format-dlg .e-dlg-content {
|
|
768
|
-
display: inline-table;
|
|
769
|
-
padding-top: 3px;
|
|
770
|
-
}
|
|
771
771
|
.e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
|
|
772
772
|
margin: 10px 10px 10px 0;
|
|
773
773
|
}
|
|
@@ -994,7 +994,7 @@
|
|
|
994
994
|
cursor: pointer;
|
|
995
995
|
}
|
|
996
996
|
.e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
|
|
997
|
-
color:
|
|
997
|
+
color: inherit;
|
|
998
998
|
text-decoration: underline;
|
|
999
999
|
}
|
|
1000
1000
|
.e-spreadsheet .e-table tr .e-cell.e-alt-unwrap {
|
|
@@ -1102,8 +1102,8 @@
|
|
|
1102
1102
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1103
1103
|
background-color: #0070f0;
|
|
1104
1104
|
cursor: ns-resize;
|
|
1105
|
+
left: 50%;
|
|
1105
1106
|
position: absolute;
|
|
1106
|
-
right: 50%;
|
|
1107
1107
|
top: 0;
|
|
1108
1108
|
transform: translate(-50%, -50%);
|
|
1109
1109
|
}
|
|
@@ -1118,8 +1118,8 @@
|
|
|
1118
1118
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1119
1119
|
background-color: #0070f0;
|
|
1120
1120
|
cursor: ns-resize;
|
|
1121
|
+
left: 50%;
|
|
1121
1122
|
position: absolute;
|
|
1122
|
-
right: 50%;
|
|
1123
1123
|
top: 100%;
|
|
1124
1124
|
transform: translate(-50%, -50%);
|
|
1125
1125
|
}
|
|
@@ -1710,18 +1710,18 @@
|
|
|
1710
1710
|
direction: ltr;
|
|
1711
1711
|
text-align: left;
|
|
1712
1712
|
}
|
|
1713
|
-
.e-spreadsheet .e-customsort-dlg .e-dlg-content {
|
|
1713
|
+
.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content {
|
|
1714
1714
|
padding-bottom: 0;
|
|
1715
1715
|
padding-left: 0;
|
|
1716
1716
|
padding-right: 0;
|
|
1717
1717
|
}
|
|
1718
|
-
.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection {
|
|
1718
|
+
.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content .e-sort-listsection {
|
|
1719
1719
|
padding-top: 15px;
|
|
1720
1720
|
}
|
|
1721
|
-
.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection .e-input-group {
|
|
1721
|
+
.e-spreadsheet .e-customsort-dlg.e-dialog .e-dlg-content .e-sort-listsection .e-input-group {
|
|
1722
1722
|
min-width: 220px;
|
|
1723
1723
|
}
|
|
1724
|
-
.e-spreadsheet .e-customsort-dlg .e-footer-content .e-sort-addbtn {
|
|
1724
|
+
.e-spreadsheet .e-customsort-dlg.e-dialog .e-footer-content .e-sort-addbtn {
|
|
1725
1725
|
float: left;
|
|
1726
1726
|
margin-left: 0;
|
|
1727
1727
|
}
|
|
@@ -1845,84 +1845,84 @@
|
|
|
1845
1845
|
font-size: 14px;
|
|
1846
1846
|
line-height: 28px;
|
|
1847
1847
|
}
|
|
1848
|
-
.e-spreadsheet .e-hyperlink-dlg,
|
|
1849
|
-
.e-spreadsheet .e-edithyperlink-dlg {
|
|
1848
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog,
|
|
1849
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog {
|
|
1850
1850
|
max-height: 640px !important;
|
|
1851
1851
|
}
|
|
1852
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content,
|
|
1853
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content {
|
|
1852
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
|
|
1853
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
|
|
1854
1854
|
padding: 24px 24px 16px;
|
|
1855
1855
|
}
|
|
1856
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content .e-dlg-header,
|
|
1857
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content .e-dlg-header {
|
|
1856
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content .e-dlg-header,
|
|
1857
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1858
1858
|
font-size: 18px;
|
|
1859
1859
|
line-height: 21px;
|
|
1860
1860
|
}
|
|
1861
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content,
|
|
1862
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content {
|
|
1861
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content,
|
|
1862
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content {
|
|
1863
1863
|
padding-bottom: 0;
|
|
1864
1864
|
padding-left: 0;
|
|
1865
1865
|
padding-right: 0;
|
|
1866
1866
|
}
|
|
1867
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header,
|
|
1868
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header {
|
|
1867
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header,
|
|
1868
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header {
|
|
1869
1869
|
padding: 0 24px 0 25px;
|
|
1870
1870
|
}
|
|
1871
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items,
|
|
1872
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items {
|
|
1871
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items,
|
|
1872
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items {
|
|
1873
1873
|
height: 100%;
|
|
1874
1874
|
}
|
|
1875
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item,
|
|
1876
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item {
|
|
1875
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item,
|
|
1876
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item {
|
|
1877
1877
|
text-align: center;
|
|
1878
1878
|
width: 136px;
|
|
1879
1879
|
}
|
|
1880
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1881
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1880
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1881
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1882
1882
|
font-size: 13px;
|
|
1883
1883
|
line-height: 15px;
|
|
1884
1884
|
}
|
|
1885
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content,
|
|
1886
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content {
|
|
1885
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,
|
|
1886
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content {
|
|
1887
1887
|
padding-top: 24px;
|
|
1888
1888
|
}
|
|
1889
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont,
|
|
1890
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont {
|
|
1889
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont,
|
|
1890
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont {
|
|
1891
1891
|
margin: 0 0 15.5px 24px;
|
|
1892
1892
|
}
|
|
1893
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header,
|
|
1894
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header {
|
|
1893
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-header,
|
|
1894
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-header {
|
|
1895
1895
|
font-size: 14px;
|
|
1896
1896
|
line-height: 16px;
|
|
1897
1897
|
}
|
|
1898
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text,
|
|
1899
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text {
|
|
1898
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text,
|
|
1899
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text {
|
|
1900
1900
|
margin-top: 8px;
|
|
1901
1901
|
font-size: 14px;
|
|
1902
1902
|
height: 32px;
|
|
1903
1903
|
line-height: 16px;
|
|
1904
1904
|
width: 275px;
|
|
1905
1905
|
}
|
|
1906
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled,
|
|
1907
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled {
|
|
1906
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled,
|
|
1907
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled {
|
|
1908
1908
|
border-bottom-width: 2px;
|
|
1909
1909
|
}
|
|
1910
|
-
.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont,
|
|
1911
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont {
|
|
1910
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont,
|
|
1911
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont {
|
|
1912
1912
|
border: 1px solid #c8c8c8;
|
|
1913
1913
|
height: 165px;
|
|
1914
1914
|
margin: 8px 24px 0 0;
|
|
1915
1915
|
overflow: auto;
|
|
1916
1916
|
width: 273px;
|
|
1917
1917
|
}
|
|
1918
|
-
.e-spreadsheet .e-hyperlink-dlg .e-footer-content,
|
|
1919
|
-
.e-spreadsheet .e-edithyperlink-dlg .e-footer-content {
|
|
1918
|
+
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-footer-content,
|
|
1919
|
+
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-footer-content {
|
|
1920
1920
|
margin: 4px 0;
|
|
1921
1921
|
}
|
|
1922
|
-
.e-spreadsheet .e-open-dlg {
|
|
1922
|
+
.e-spreadsheet .e-open-dlg.e-dialog {
|
|
1923
1923
|
width: 340px;
|
|
1924
1924
|
}
|
|
1925
|
-
.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
|
|
1925
|
+
.e-spreadsheet .e-open-dlg.e-dialog .e-dlg-content .e-file-alert-span {
|
|
1926
1926
|
color: #dd2c2c;
|
|
1927
1927
|
font-size: 12px;
|
|
1928
1928
|
padding-top: 7px;
|
|
@@ -1941,6 +1941,12 @@
|
|
|
1941
1941
|
font-size: 12px;
|
|
1942
1942
|
padding-top: 7px;
|
|
1943
1943
|
}
|
|
1944
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
|
|
1945
|
+
padding-right: 12px;
|
|
1946
|
+
}
|
|
1947
|
+
.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
|
|
1948
|
+
padding: 12px 0;
|
|
1949
|
+
}
|
|
1944
1950
|
.e-spreadsheet .e-find-dlg p.e-header {
|
|
1945
1951
|
margin: 0;
|
|
1946
1952
|
padding-bottom: 8px;
|
|
@@ -1949,62 +1955,62 @@
|
|
|
1949
1955
|
.e-spreadsheet .e-find-dlg .e-footer-content {
|
|
1950
1956
|
text-align: left;
|
|
1951
1957
|
}
|
|
1952
|
-
.e-spreadsheet .e-protectworkbook-dlg {
|
|
1958
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1953
1959
|
left: 0 !important;
|
|
1954
1960
|
}
|
|
1955
|
-
.e-spreadsheet .e-protectworkbook-dlg .e-dlg-header-content .e-dlg-header {
|
|
1961
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1956
1962
|
font-size: 18px;
|
|
1957
1963
|
line-height: 31px;
|
|
1958
1964
|
}
|
|
1959
|
-
.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span {
|
|
1965
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span {
|
|
1960
1966
|
color: #dd2c2c;
|
|
1961
1967
|
font-size: 12px;
|
|
1962
1968
|
padding-top: 12px;
|
|
1963
1969
|
}
|
|
1964
|
-
.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content {
|
|
1970
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content {
|
|
1965
1971
|
padding-top: 12px;
|
|
1966
1972
|
}
|
|
1967
|
-
.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content .e-header {
|
|
1973
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content .e-header {
|
|
1968
1974
|
font-size: 12px;
|
|
1969
1975
|
line-height: 24px;
|
|
1970
1976
|
margin-bottom: 4px;
|
|
1971
1977
|
}
|
|
1972
|
-
.e-spreadsheet .e-unprotectworkbook-dlg {
|
|
1978
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1973
1979
|
left: 0 !important;
|
|
1974
1980
|
}
|
|
1975
|
-
.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-header-content .e-dlg-header {
|
|
1981
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1976
1982
|
font-size: 18px;
|
|
1977
1983
|
line-height: 21px;
|
|
1978
1984
|
}
|
|
1979
|
-
.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-content .e-unprotectpwd-alert-span {
|
|
1985
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-alert-span {
|
|
1980
1986
|
color: #dd2c2c;
|
|
1981
1987
|
font-size: 12px;
|
|
1982
1988
|
padding-top: 7px;
|
|
1983
1989
|
}
|
|
1984
|
-
.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-content .e-unprotectpwd-content .e-header {
|
|
1990
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-header {
|
|
1985
1991
|
font-size: 14px;
|
|
1986
1992
|
line-height: 16px;
|
|
1987
1993
|
}
|
|
1988
|
-
.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1994
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1989
1995
|
margin-top: 10px;
|
|
1990
1996
|
}
|
|
1991
|
-
.e-spreadsheet .e-importprotectworkbook-dlg {
|
|
1997
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1992
1998
|
left: 0 !important;
|
|
1993
1999
|
}
|
|
1994
|
-
.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-header-content .e-dlg-header {
|
|
2000
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1995
2001
|
font-size: 18px;
|
|
1996
2002
|
line-height: 21px;
|
|
1997
2003
|
}
|
|
1998
|
-
.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-content .e-importprotectpwd-alert-span {
|
|
2004
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-content .e-importprotectpwd-alert-span {
|
|
1999
2005
|
color: #dd2c2c;
|
|
2000
2006
|
font-size: 12px;
|
|
2001
2007
|
padding-top: 7px;
|
|
2002
2008
|
}
|
|
2003
|
-
.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-content .e-importprotectpwd-content .e-header {
|
|
2009
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-content .e-importprotectpwd-content .e-header {
|
|
2004
2010
|
font-size: 14px;
|
|
2005
2011
|
line-height: 16px;
|
|
2006
2012
|
}
|
|
2007
|
-
.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-content .e-importprotectpwd-content .e-input {
|
|
2013
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-content .e-importprotectpwd-content .e-input {
|
|
2008
2014
|
margin-top: 10px;
|
|
2009
2015
|
}
|
|
2010
2016
|
.e-spreadsheet .e-filter-icon {
|
|
@@ -2020,7 +2026,7 @@
|
|
|
2020
2026
|
height: 18px;
|
|
2021
2027
|
margin-right: -1px;
|
|
2022
2028
|
padding: 0;
|
|
2023
|
-
position:
|
|
2029
|
+
position: absolute;
|
|
2024
2030
|
right: 0;
|
|
2025
2031
|
width: 20px;
|
|
2026
2032
|
z-index: 2;
|
|
@@ -2046,6 +2052,9 @@
|
|
|
2046
2052
|
cursor: row-resize;
|
|
2047
2053
|
}
|
|
2048
2054
|
|
|
2055
|
+
.e-dropdown-popup.e-numformat-ddb ul {
|
|
2056
|
+
max-width: initial;
|
|
2057
|
+
}
|
|
2049
2058
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2050
2059
|
font-size: 13px;
|
|
2051
2060
|
max-width: 200px;
|
|
@@ -2097,33 +2106,36 @@
|
|
|
2097
2106
|
font-family: "Calibri";
|
|
2098
2107
|
}
|
|
2099
2108
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2100
|
-
font-family: "
|
|
2109
|
+
font-family: "Comic Sans MS";
|
|
2101
2110
|
}
|
|
2102
2111
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2103
|
-
font-family: "Courier
|
|
2112
|
+
font-family: "Courier";
|
|
2104
2113
|
}
|
|
2105
2114
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2106
|
-
font-family: "
|
|
2115
|
+
font-family: "Courier New";
|
|
2107
2116
|
}
|
|
2108
2117
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2109
|
-
font-family: "
|
|
2118
|
+
font-family: "Din Condensed";
|
|
2110
2119
|
}
|
|
2111
2120
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2112
|
-
font-family: "
|
|
2121
|
+
font-family: "Georgia";
|
|
2113
2122
|
}
|
|
2114
2123
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2115
|
-
font-family: "Helvetica
|
|
2124
|
+
font-family: "Helvetica";
|
|
2116
2125
|
}
|
|
2117
2126
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2118
|
-
font-family: "
|
|
2127
|
+
font-family: "Helvetica New";
|
|
2119
2128
|
}
|
|
2120
2129
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2121
|
-
font-family: "
|
|
2130
|
+
font-family: "Roboto";
|
|
2122
2131
|
}
|
|
2123
2132
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2124
|
-
font-family: "
|
|
2133
|
+
font-family: "Tahoma";
|
|
2125
2134
|
}
|
|
2126
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) {
|
|
2127
2139
|
font-family: "Verdana";
|
|
2128
2140
|
}
|
|
2129
2141
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2282,6 +2294,9 @@
|
|
|
2282
2294
|
.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
|
|
2283
2295
|
display: block;
|
|
2284
2296
|
}
|
|
2297
|
+
.e-menu-wrapper.e-popup.e-menu-popup.e-addchart-menu ul .e-menu-item {
|
|
2298
|
+
height: 35px;
|
|
2299
|
+
}
|
|
2285
2300
|
.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul, .e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul {
|
|
2286
2301
|
min-width: 165px;
|
|
2287
2302
|
overflow: visible;
|
|
@@ -2395,46 +2410,50 @@
|
|
|
2395
2410
|
width: 100%;
|
|
2396
2411
|
}
|
|
2397
2412
|
|
|
2398
|
-
.e-spreadsheet-function-dlg {
|
|
2413
|
+
.e-spreadsheet-function-dlg.e-dialog {
|
|
2399
2414
|
min-height: 510px;
|
|
2400
2415
|
-webkit-user-select: none;
|
|
2401
2416
|
-ms-user-select: none;
|
|
2402
2417
|
user-select: none;
|
|
2403
2418
|
}
|
|
2404
|
-
.e-spreadsheet-function-dlg .e-dlg-header-content {
|
|
2419
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content {
|
|
2405
2420
|
padding: 18px;
|
|
2406
2421
|
}
|
|
2407
|
-
.e-spreadsheet-function-dlg .e-dlg-header-content .e-dlg-header {
|
|
2422
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2408
2423
|
font-size: 16px;
|
|
2409
2424
|
font-weight: 400;
|
|
2410
2425
|
}
|
|
2411
|
-
.e-spreadsheet-function-dlg .e-dlg-content {
|
|
2426
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
|
|
2412
2427
|
overflow: hidden;
|
|
2413
2428
|
padding-left: 15px;
|
|
2414
2429
|
padding-right: 15px;
|
|
2415
2430
|
}
|
|
2416
|
-
.e-spreadsheet-function-dlg .e-dlg-content .e-category-content {
|
|
2431
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-category-content {
|
|
2417
2432
|
font-size: 12px;
|
|
2418
2433
|
font-weight: 500;
|
|
2419
2434
|
margin-bottom: 5px;
|
|
2420
2435
|
}
|
|
2421
|
-
.e-spreadsheet-function-dlg .e-dlg-content .e-formula-description {
|
|
2436
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-formula-description {
|
|
2422
2437
|
margin-left: -4px;
|
|
2423
2438
|
margin-top: 5px;
|
|
2424
2439
|
padding: 4px;
|
|
2425
2440
|
}
|
|
2426
|
-
.e-spreadsheet-function-dlg .e-dlg-content .e-description-content {
|
|
2441
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-description-content {
|
|
2427
2442
|
font-size: 14px;
|
|
2428
2443
|
font-weight: 500;
|
|
2429
2444
|
padding-top: 10px;
|
|
2430
2445
|
}
|
|
2431
|
-
.e-spreadsheet-function-dlg .e-dlg-content .e-formula-list {
|
|
2446
|
+
.e-spreadsheet-function-dlg.e-dialog .e-dlg-content .e-formula-list {
|
|
2432
2447
|
border: 1px solid #414141;
|
|
2433
2448
|
cursor: default;
|
|
2434
2449
|
margin-top: 6px;
|
|
2435
2450
|
overflow-y: auto;
|
|
2436
2451
|
}
|
|
2437
2452
|
|
|
2453
|
+
.e-xlflmenu .e-xlfl-maindiv .e-xlfl-radiodiv {
|
|
2454
|
+
width: auto;
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2438
2457
|
.e-name-box .e-dropdownbase .e-list-item {
|
|
2439
2458
|
line-height: 25px;
|
|
2440
2459
|
min-height: 25px;
|
|
@@ -2529,6 +2548,11 @@
|
|
|
2529
2548
|
height: auto;
|
|
2530
2549
|
width: auto;
|
|
2531
2550
|
}
|
|
2551
|
+
.e-bigger .e-spreadsheet .e-ribbon .e-content .e-hscroll-bar,
|
|
2552
|
+
.e-bigger.e-spreadsheet .e-ribbon .e-content .e-hscroll-bar {
|
|
2553
|
+
height: auto;
|
|
2554
|
+
overflow: hidden;
|
|
2555
|
+
}
|
|
2532
2556
|
.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon,
|
|
2533
2557
|
.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
|
|
2534
2558
|
font-size: 20px;
|
|
@@ -2630,8 +2654,8 @@
|
|
|
2630
2654
|
margin-right: 2.8%;
|
|
2631
2655
|
width: 77%;
|
|
2632
2656
|
}
|
|
2633
|
-
.e-bigger .e-spreadsheet .e-customsort-dlg,
|
|
2634
|
-
.e-bigger.e-spreadsheet .e-customsort-dlg {
|
|
2657
|
+
.e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
|
|
2658
|
+
.e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
|
|
2635
2659
|
width: 590px !important;
|
|
2636
2660
|
}
|
|
2637
2661
|
.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
|
|
@@ -2661,18 +2685,18 @@
|
|
|
2661
2685
|
.e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
|
|
2662
2686
|
font-size: 12px;
|
|
2663
2687
|
}
|
|
2664
|
-
.e-bigger .e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span,
|
|
2665
|
-
.e-bigger.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span {
|
|
2688
|
+
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
|
|
2689
|
+
.e-bigger.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span {
|
|
2666
2690
|
color: #dd2c2c;
|
|
2667
2691
|
font-size: 14px;
|
|
2668
2692
|
padding-top: 16px;
|
|
2669
2693
|
}
|
|
2670
|
-
.e-bigger .e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content,
|
|
2671
|
-
.e-bigger.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content {
|
|
2694
|
+
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content,
|
|
2695
|
+
.e-bigger.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content {
|
|
2672
2696
|
padding-top: 16px;
|
|
2673
2697
|
}
|
|
2674
|
-
.e-bigger .e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content .e-header,
|
|
2675
|
-
.e-bigger.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content .e-header {
|
|
2698
|
+
.e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content .e-header,
|
|
2699
|
+
.e-bigger.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-password-content .e-header {
|
|
2676
2700
|
font-size: 14px;
|
|
2677
2701
|
line-height: 28px;
|
|
2678
2702
|
margin-bottom: 4px;
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition.scss';
|
|
21
|
-
@import 'bootstrap-dark-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap-dark.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap-dark.scss';
|