@syncfusion/ej2-angular-spreadsheet 20.4.54 → 21.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +71 -73
- package/styles/bootstrap-dark.scss +1 -1
- package/styles/bootstrap.css +80 -82
- package/styles/bootstrap.scss +1 -1
- package/styles/bootstrap4.css +69 -71
- package/styles/bootstrap4.scss +1 -1
- package/styles/bootstrap5-dark.css +89 -91
- package/styles/bootstrap5-dark.scss +1 -1
- package/styles/bootstrap5.css +89 -91
- package/styles/bootstrap5.scss +1 -1
- package/styles/fabric-dark.css +70 -72
- package/styles/fabric-dark.scss +1 -1
- package/styles/fabric.css +74 -76
- package/styles/fabric.scss +1 -1
- package/styles/fluent-dark.css +82 -84
- package/styles/fluent-dark.scss +1 -1
- package/styles/fluent.css +82 -84
- package/styles/fluent.scss +1 -1
- package/styles/highcontrast-light.css +68 -70
- package/styles/highcontrast-light.scss +1 -1
- package/styles/highcontrast.css +75 -77
- package/styles/highcontrast.scss +1 -1
- package/styles/material-dark.css +71 -73
- package/styles/material-dark.scss +1 -1
- package/styles/material.css +76 -78
- package/styles/material.scss +1 -1
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +69 -7
- package/styles/spreadsheet/_bootstrap-definition.scss +68 -7
- package/styles/spreadsheet/_bootstrap4-definition.scss +68 -7
- package/styles/spreadsheet/_bootstrap5-definition.scss +72 -9
- package/styles/spreadsheet/_fabric-dark-definition.scss +71 -7
- package/styles/spreadsheet/_fabric-definition.scss +72 -7
- package/styles/spreadsheet/_fluent-definition.scss +75 -9
- package/styles/spreadsheet/_fusionnew-definition.scss +27 -7
- package/styles/spreadsheet/_highcontrast-definition.scss +71 -7
- package/styles/spreadsheet/_highcontrast-light-definition.scss +74 -7
- package/styles/spreadsheet/_layout.scss +98 -109
- package/styles/spreadsheet/_material-dark-definition.scss +70 -7
- package/styles/spreadsheet/_material-definition.scss +70 -7
- package/styles/spreadsheet/_tailwind-definition.scss +76 -10
- package/styles/spreadsheet/_theme.scss +6 -6
- package/styles/spreadsheet/bootstrap-dark.css +13 -18
- package/styles/spreadsheet/bootstrap-dark.scss +1 -1
- package/styles/spreadsheet/bootstrap.css +13 -18
- package/styles/spreadsheet/bootstrap.scss +1 -1
- package/styles/spreadsheet/bootstrap4.css +13 -18
- package/styles/spreadsheet/bootstrap4.scss +1 -1
- package/styles/spreadsheet/bootstrap5-dark.css +18 -23
- package/styles/spreadsheet/bootstrap5.css +18 -23
- package/styles/spreadsheet/bootstrap5.scss +1 -1
- package/styles/spreadsheet/fabric-dark.css +13 -18
- package/styles/spreadsheet/fabric-dark.scss +1 -1
- package/styles/spreadsheet/fabric.css +13 -18
- package/styles/spreadsheet/fabric.scss +1 -1
- package/styles/spreadsheet/fluent-dark.css +21 -26
- package/styles/spreadsheet/fluent.css +21 -26
- package/styles/spreadsheet/fluent.scss +1 -1
- package/styles/spreadsheet/highcontrast-light.css +12 -17
- package/styles/spreadsheet/highcontrast-light.scss +1 -1
- package/styles/spreadsheet/highcontrast.css +13 -18
- package/styles/spreadsheet/highcontrast.scss +1 -1
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +2 -2
- package/styles/spreadsheet/icons/_bootstrap.scss +2 -2
- package/styles/spreadsheet/icons/_bootstrap4.scss +3 -3
- package/styles/spreadsheet/icons/_bootstrap5.scss +3 -3
- package/styles/spreadsheet/icons/_fabric-dark.scss +2 -2
- package/styles/spreadsheet/icons/_fabric.scss +3 -3
- package/styles/spreadsheet/icons/_fluent.scss +3 -3
- package/styles/spreadsheet/icons/_fusionnew.scss +3 -3
- package/styles/spreadsheet/icons/_highcontrast.scss +2 -2
- package/styles/spreadsheet/icons/_material-dark.scss +3 -3
- package/styles/spreadsheet/icons/_material.scss +3 -3
- package/styles/spreadsheet/icons/_material3.scss +3 -3
- package/styles/spreadsheet/icons/_tailwind-dark.scss +3 -3
- package/styles/spreadsheet/icons/_tailwind.scss +3 -3
- package/styles/spreadsheet/material-dark.css +13 -18
- package/styles/spreadsheet/material-dark.scss +1 -1
- package/styles/spreadsheet/material.css +13 -18
- package/styles/spreadsheet/material.scss +1 -1
- package/styles/spreadsheet/tailwind-dark.css +18 -24
- package/styles/spreadsheet/tailwind.css +18 -24
- package/styles/spreadsheet/tailwind.scss +1 -1
- package/styles/spreadsheet-ribbon/_bootstrap-dark-definition.scss +15 -0
- package/styles/spreadsheet-ribbon/_bootstrap-definition.scss +14 -0
- package/styles/spreadsheet-ribbon/_bootstrap4-definition.scss +14 -0
- package/styles/spreadsheet-ribbon/_bootstrap5-definition.scss +16 -0
- package/styles/spreadsheet-ribbon/_fabric-dark-definition.scss +18 -0
- package/styles/spreadsheet-ribbon/_fabric-definition.scss +18 -0
- package/styles/spreadsheet-ribbon/_fluent-definition.scss +16 -0
- package/styles/spreadsheet-ribbon/_fusionnew-definition.scss +15 -0
- package/styles/spreadsheet-ribbon/_highcontrast-definition.scss +16 -0
- package/styles/spreadsheet-ribbon/_highcontrast-light-definition.scss +14 -0
- package/styles/{ribbon → spreadsheet-ribbon}/_layout.scss +13 -14
- package/styles/spreadsheet-ribbon/_material-dark-definition.scss +17 -0
- package/styles/spreadsheet-ribbon/_material-definition.scss +14 -0
- package/styles/spreadsheet-ribbon/_tailwind-definition.scss +15 -0
- package/styles/{ribbon → spreadsheet-ribbon}/_theme.scss +23 -23
- package/styles/spreadsheet-ribbon/bootstrap-dark.css +177 -0
- package/styles/spreadsheet-ribbon/bootstrap.css +207 -0
- package/styles/spreadsheet-ribbon/bootstrap4.css +166 -0
- package/styles/spreadsheet-ribbon/bootstrap5-dark.css +215 -0
- package/styles/spreadsheet-ribbon/bootstrap5.css +215 -0
- package/styles/spreadsheet-ribbon/fabric-dark.css +175 -0
- package/styles/spreadsheet-ribbon/fabric.css +186 -0
- package/styles/spreadsheet-ribbon/fluent-dark.css +187 -0
- package/styles/spreadsheet-ribbon/fluent.css +187 -0
- package/styles/spreadsheet-ribbon/highcontrast-light.css +172 -0
- package/styles/spreadsheet-ribbon/highcontrast.css +190 -0
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap-dark.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap.scss +2 -2
- package/styles/spreadsheet-ribbon/icons/_bootstrap4.scss +9 -0
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap5.scss +2 -2
- package/styles/spreadsheet-ribbon/icons/_fabric-dark.scss +9 -0
- package/styles/spreadsheet-ribbon/icons/_fabric.scss +9 -0
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_fluent.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_fusionnew.scss +2 -2
- package/styles/spreadsheet-ribbon/icons/_highcontrast.scss +9 -0
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_material-dark.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_material.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_material3.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_tailwind-dark.scss +2 -2
- package/styles/{ribbon → spreadsheet-ribbon}/icons/_tailwind.scss +2 -2
- package/styles/spreadsheet-ribbon/material-dark.css +178 -0
- package/styles/spreadsheet-ribbon/material.css +190 -0
- package/styles/spreadsheet-ribbon/tailwind-dark.css +191 -0
- package/styles/spreadsheet-ribbon/tailwind.css +191 -0
- package/styles/tailwind-dark.css +81 -86
- package/styles/tailwind-dark.scss +1 -1
- package/styles/tailwind.css +81 -86
- package/styles/tailwind.scss +1 -1
- 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-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-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/_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/_tailwind-definition.scss +0 -13
- package/styles/ribbon/bootstrap-dark.css +0 -174
- package/styles/ribbon/bootstrap.css +0 -204
- package/styles/ribbon/bootstrap4.css +0 -163
- package/styles/ribbon/bootstrap5-dark.css +0 -212
- package/styles/ribbon/bootstrap5.css +0 -212
- package/styles/ribbon/fabric-dark.css +0 -172
- package/styles/ribbon/fabric.css +0 -183
- package/styles/ribbon/fluent-dark.css +0 -184
- package/styles/ribbon/fluent.css +0 -184
- package/styles/ribbon/highcontrast-light.css +0 -169
- package/styles/ribbon/highcontrast.css +0 -187
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/material-dark.css +0 -175
- package/styles/ribbon/material.css +0 -187
- package/styles/ribbon/tailwind-dark.css +0 -190
- package/styles/ribbon/tailwind.css +0 -190
- package/styles/spreadsheet/_material3-definition.scss +0 -151
- /package/styles/{ribbon → spreadsheet-ribbon}/_all.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/_bootstrap5-dark-definition.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/_fluent-dark-definition.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/_mixin.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/_tailwind-dark-definition.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap4.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap5-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap5.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/fabric-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/fabric.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/fluent-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/fluent.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/highcontrast-light.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/highcontrast.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap5-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/icons/_fluent-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/material-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/material.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/tailwind-dark.scss +0 -0
- /package/styles/{ribbon → spreadsheet-ribbon}/tailwind.scss +0 -0
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
}
|
|
276
276
|
.e-chart-menu .e-ul .e-menu-item .e-menu-icon,
|
|
277
277
|
.e-chart-type-menu .e-ul .e-menu-item .e-menu-icon {
|
|
278
|
-
font-size:
|
|
278
|
+
font-size: 32px;
|
|
279
279
|
margin-right: 10px;
|
|
280
280
|
}
|
|
281
281
|
.e-chart-menu .e-ul .e-menu-item .e-bar,
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
padding-top: 7px;
|
|
716
716
|
}
|
|
717
717
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header {
|
|
718
|
-
font-size:
|
|
718
|
+
font-size: 18px;
|
|
719
719
|
line-height: 16px;
|
|
720
720
|
}
|
|
721
721
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
@@ -778,7 +778,7 @@
|
|
|
778
778
|
height: 300px;
|
|
779
779
|
}
|
|
780
780
|
.e-spreadsheet .e-protect-content {
|
|
781
|
-
font-size:
|
|
781
|
+
font-size: 14px;
|
|
782
782
|
height: 37px;
|
|
783
783
|
padding-top: 20px;
|
|
784
784
|
width: 100%;
|
|
@@ -1524,7 +1524,7 @@
|
|
|
1524
1524
|
font-size: 16px;
|
|
1525
1525
|
}
|
|
1526
1526
|
.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 {
|
|
1527
|
-
font-size:
|
|
1527
|
+
font-size: 32px !important; /* stylelint-disable-line declaration-no-important */
|
|
1528
1528
|
margin-right: 5px;
|
|
1529
1529
|
padding: 0 5px;
|
|
1530
1530
|
width: 30px;
|
|
@@ -1874,7 +1874,7 @@
|
|
|
1874
1874
|
.e-spreadsheet .e-datavalidation-dlg .e-footer-content .e-clearall-btn {
|
|
1875
1875
|
float: left;
|
|
1876
1876
|
}
|
|
1877
|
-
.e-spreadsheet .e-
|
|
1877
|
+
.e-spreadsheet .e-validation-error-dlg .e-dlg-content {
|
|
1878
1878
|
font-size: 14px;
|
|
1879
1879
|
line-height: 28px;
|
|
1880
1880
|
}
|
|
@@ -1910,11 +1910,6 @@
|
|
|
1910
1910
|
text-align: center;
|
|
1911
1911
|
width: 136px;
|
|
1912
1912
|
}
|
|
1913
|
-
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1914
|
-
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1915
|
-
font-size: 13px;
|
|
1916
|
-
line-height: 15px;
|
|
1917
|
-
}
|
|
1918
1913
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,
|
|
1919
1914
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content {
|
|
1920
1915
|
padding-top: 24px;
|
|
@@ -2080,7 +2075,7 @@
|
|
|
2080
2075
|
max-width: initial;
|
|
2081
2076
|
}
|
|
2082
2077
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2083
|
-
font-size:
|
|
2078
|
+
font-size: 12px;
|
|
2084
2079
|
max-width: 200px;
|
|
2085
2080
|
overflow: hidden;
|
|
2086
2081
|
text-align: right;
|
|
@@ -2163,17 +2158,17 @@
|
|
|
2163
2158
|
font-family: "Verdana";
|
|
2164
2159
|
}
|
|
2165
2160
|
.e-dropdown-popup.e-aggregate-list {
|
|
2166
|
-
font-size:
|
|
2161
|
+
font-size: 14px;
|
|
2167
2162
|
margin-left: auto;
|
|
2168
2163
|
}
|
|
2169
2164
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper {
|
|
2170
2165
|
border: 0;
|
|
2171
2166
|
}
|
|
2172
2167
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper ul .e-menu-item .e-menu-icon {
|
|
2173
|
-
font-size:
|
|
2168
|
+
font-size: 14px;
|
|
2174
2169
|
}
|
|
2175
2170
|
.e-dropdown-popup.e-popup.e-aggregate-list ul {
|
|
2176
|
-
font-size:
|
|
2171
|
+
font-size: 14px;
|
|
2177
2172
|
}
|
|
2178
2173
|
|
|
2179
2174
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div {
|
|
@@ -2182,7 +2177,7 @@
|
|
|
2182
2177
|
width: 100%;
|
|
2183
2178
|
}
|
|
2184
2179
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension {
|
|
2185
|
-
font-size:
|
|
2180
|
+
font-size: 14px;
|
|
2186
2181
|
margin-left: auto;
|
|
2187
2182
|
opacity: 0.7;
|
|
2188
2183
|
padding-left: 12px;
|
|
@@ -2528,7 +2523,7 @@
|
|
|
2528
2523
|
margin-top: 0;
|
|
2529
2524
|
}
|
|
2530
2525
|
.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list {
|
|
2531
|
-
font-size:
|
|
2526
|
+
font-size: 14px;
|
|
2532
2527
|
margin-left: auto;
|
|
2533
2528
|
}
|
|
2534
2529
|
.e-spreadsheet:not(.e-mobile-view) .e-ribbon {
|
|
@@ -2688,7 +2683,7 @@
|
|
|
2688
2683
|
}
|
|
2689
2684
|
.e-bigger .e-spreadsheet .e-find-dlg .e-footer-content .e-btn,
|
|
2690
2685
|
.e-bigger.e-spreadsheet .e-find-dlg .e-footer-content .e-btn {
|
|
2691
|
-
font-size:
|
|
2686
|
+
font-size: 12px;
|
|
2692
2687
|
margin-top: 6px;
|
|
2693
2688
|
}
|
|
2694
2689
|
.e-bigger .e-spreadsheet .e-findtool-dlg,
|
|
@@ -3884,7 +3879,7 @@
|
|
|
3884
3879
|
background-color: #eee;
|
|
3885
3880
|
}
|
|
3886
3881
|
|
|
3887
|
-
.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3882
|
+
.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3888
3883
|
color: #333;
|
|
3889
3884
|
}
|
|
3890
3885
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@import 'ej2-base/styles/bootstrap-definition.scss';
|
|
2
|
-
@import '../ribbon/bootstrap-definition.scss';
|
|
2
|
+
@import '../spreadsheet-ribbon/bootstrap-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
5
5
|
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
}
|
|
315
315
|
.e-chart-menu .e-ul .e-menu-item .e-menu-icon,
|
|
316
316
|
.e-chart-type-menu .e-ul .e-menu-item .e-menu-icon {
|
|
317
|
-
font-size:
|
|
317
|
+
font-size: 32px;
|
|
318
318
|
margin-right: 10px;
|
|
319
319
|
}
|
|
320
320
|
.e-chart-menu .e-ul .e-menu-item .e-bar,
|
|
@@ -758,7 +758,7 @@
|
|
|
758
758
|
padding-top: 7px;
|
|
759
759
|
}
|
|
760
760
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header {
|
|
761
|
-
font-size:
|
|
761
|
+
font-size: 18px;
|
|
762
762
|
line-height: 16px;
|
|
763
763
|
}
|
|
764
764
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
height: 300px;
|
|
822
822
|
}
|
|
823
823
|
.e-spreadsheet .e-protect-content {
|
|
824
|
-
font-size:
|
|
824
|
+
font-size: 14px;
|
|
825
825
|
height: 37px;
|
|
826
826
|
padding-top: 20px;
|
|
827
827
|
width: 100%;
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
font-size: 16px;
|
|
1567
1567
|
}
|
|
1568
1568
|
.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 {
|
|
1569
|
-
font-size:
|
|
1569
|
+
font-size: 32px !important; /* stylelint-disable-line declaration-no-important */
|
|
1570
1570
|
margin-right: 5px;
|
|
1571
1571
|
padding: 0 5px;
|
|
1572
1572
|
width: 30px;
|
|
@@ -1918,7 +1918,7 @@
|
|
|
1918
1918
|
.e-spreadsheet .e-datavalidation-dlg .e-footer-content .e-clearall-btn {
|
|
1919
1919
|
float: left;
|
|
1920
1920
|
}
|
|
1921
|
-
.e-spreadsheet .e-
|
|
1921
|
+
.e-spreadsheet .e-validation-error-dlg .e-dlg-content {
|
|
1922
1922
|
font-size: 14px;
|
|
1923
1923
|
line-height: 28px;
|
|
1924
1924
|
}
|
|
@@ -1954,11 +1954,6 @@
|
|
|
1954
1954
|
text-align: center;
|
|
1955
1955
|
width: 136px;
|
|
1956
1956
|
}
|
|
1957
|
-
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1958
|
-
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1959
|
-
font-size: 13px;
|
|
1960
|
-
line-height: 15px;
|
|
1961
|
-
}
|
|
1962
1957
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,
|
|
1963
1958
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content {
|
|
1964
1959
|
padding-top: 24px;
|
|
@@ -2128,7 +2123,7 @@
|
|
|
2128
2123
|
max-width: initial;
|
|
2129
2124
|
}
|
|
2130
2125
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2131
|
-
font-size:
|
|
2126
|
+
font-size: 12px;
|
|
2132
2127
|
max-width: 200px;
|
|
2133
2128
|
overflow: hidden;
|
|
2134
2129
|
text-align: right;
|
|
@@ -2211,17 +2206,17 @@
|
|
|
2211
2206
|
font-family: "Verdana";
|
|
2212
2207
|
}
|
|
2213
2208
|
.e-dropdown-popup.e-aggregate-list {
|
|
2214
|
-
font-size:
|
|
2209
|
+
font-size: 14px;
|
|
2215
2210
|
margin-left: auto;
|
|
2216
2211
|
}
|
|
2217
2212
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper {
|
|
2218
2213
|
border: 0;
|
|
2219
2214
|
}
|
|
2220
2215
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper ul .e-menu-item .e-menu-icon {
|
|
2221
|
-
font-size:
|
|
2216
|
+
font-size: 14px;
|
|
2222
2217
|
}
|
|
2223
2218
|
.e-dropdown-popup.e-popup.e-aggregate-list ul {
|
|
2224
|
-
font-size:
|
|
2219
|
+
font-size: 14px;
|
|
2225
2220
|
}
|
|
2226
2221
|
|
|
2227
2222
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div {
|
|
@@ -2230,7 +2225,7 @@
|
|
|
2230
2225
|
width: 100%;
|
|
2231
2226
|
}
|
|
2232
2227
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension {
|
|
2233
|
-
font-size:
|
|
2228
|
+
font-size: 14px;
|
|
2234
2229
|
margin-left: auto;
|
|
2235
2230
|
opacity: 0.7;
|
|
2236
2231
|
padding-left: 8px;
|
|
@@ -2576,7 +2571,7 @@
|
|
|
2576
2571
|
margin-top: 0;
|
|
2577
2572
|
}
|
|
2578
2573
|
.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list {
|
|
2579
|
-
font-size:
|
|
2574
|
+
font-size: 14px;
|
|
2580
2575
|
margin-left: auto;
|
|
2581
2576
|
}
|
|
2582
2577
|
.e-spreadsheet:not(.e-mobile-view) .e-ribbon {
|
|
@@ -2736,7 +2731,7 @@
|
|
|
2736
2731
|
}
|
|
2737
2732
|
.e-bigger .e-spreadsheet .e-find-dlg .e-footer-content .e-btn,
|
|
2738
2733
|
.e-bigger.e-spreadsheet .e-find-dlg .e-footer-content .e-btn {
|
|
2739
|
-
font-size:
|
|
2734
|
+
font-size: 12px;
|
|
2740
2735
|
margin-top: 6px;
|
|
2741
2736
|
}
|
|
2742
2737
|
.e-bigger .e-spreadsheet .e-findtool-dlg,
|
|
@@ -3954,7 +3949,7 @@
|
|
|
3954
3949
|
background-color: #eee;
|
|
3955
3950
|
}
|
|
3956
3951
|
|
|
3957
|
-
.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3952
|
+
.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3958
3953
|
color: #495057;
|
|
3959
3954
|
}
|
|
3960
3955
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@import 'ej2-base/styles/bootstrap4-definition.scss';
|
|
2
|
-
@import '../ribbon/bootstrap4-definition.scss';
|
|
2
|
+
@import '../spreadsheet-ribbon/bootstrap4-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
5
5
|
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
}
|
|
319
319
|
.e-chart-menu .e-ul .e-menu-item .e-menu-icon,
|
|
320
320
|
.e-chart-type-menu .e-ul .e-menu-item .e-menu-icon {
|
|
321
|
-
font-size:
|
|
321
|
+
font-size: 32px;
|
|
322
322
|
margin-right: 10px;
|
|
323
323
|
}
|
|
324
324
|
.e-chart-menu .e-ul .e-menu-item .e-bar,
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
padding-top: 7px;
|
|
766
766
|
}
|
|
767
767
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header {
|
|
768
|
-
font-size:
|
|
768
|
+
font-size: 18px;
|
|
769
769
|
line-height: 16px;
|
|
770
770
|
}
|
|
771
771
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
@@ -828,7 +828,7 @@
|
|
|
828
828
|
height: 300px;
|
|
829
829
|
}
|
|
830
830
|
.e-spreadsheet .e-protect-content {
|
|
831
|
-
font-size:
|
|
831
|
+
font-size: 14px;
|
|
832
832
|
height: 37px;
|
|
833
833
|
padding-top: 20px;
|
|
834
834
|
width: 100%;
|
|
@@ -1556,7 +1556,7 @@
|
|
|
1556
1556
|
font-size: 18px;
|
|
1557
1557
|
}
|
|
1558
1558
|
.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 {
|
|
1559
|
-
font-size:
|
|
1559
|
+
font-size: 32px !important; /* stylelint-disable-line declaration-no-important */
|
|
1560
1560
|
margin-right: 5px;
|
|
1561
1561
|
padding: 0 5px;
|
|
1562
1562
|
width: 30px;
|
|
@@ -1906,7 +1906,7 @@
|
|
|
1906
1906
|
.e-spreadsheet .e-datavalidation-dlg .e-footer-content .e-clearall-btn {
|
|
1907
1907
|
float: left;
|
|
1908
1908
|
}
|
|
1909
|
-
.e-spreadsheet .e-
|
|
1909
|
+
.e-spreadsheet .e-validation-error-dlg .e-dlg-content {
|
|
1910
1910
|
font-size: 14px;
|
|
1911
1911
|
line-height: 28px;
|
|
1912
1912
|
}
|
|
@@ -1942,11 +1942,6 @@
|
|
|
1942
1942
|
text-align: center;
|
|
1943
1943
|
width: 136px;
|
|
1944
1944
|
}
|
|
1945
|
-
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1946
|
-
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1947
|
-
font-size: 13px;
|
|
1948
|
-
line-height: 15px;
|
|
1949
|
-
}
|
|
1950
1945
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,
|
|
1951
1946
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content {
|
|
1952
1947
|
padding-top: 12px;
|
|
@@ -2112,7 +2107,7 @@
|
|
|
2112
2107
|
max-width: initial;
|
|
2113
2108
|
}
|
|
2114
2109
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2115
|
-
font-size:
|
|
2110
|
+
font-size: 12px;
|
|
2116
2111
|
max-width: 200px;
|
|
2117
2112
|
overflow: hidden;
|
|
2118
2113
|
text-align: right;
|
|
@@ -2195,17 +2190,17 @@
|
|
|
2195
2190
|
font-family: "Verdana";
|
|
2196
2191
|
}
|
|
2197
2192
|
.e-dropdown-popup.e-aggregate-list {
|
|
2198
|
-
font-size:
|
|
2193
|
+
font-size: 14px;
|
|
2199
2194
|
margin-left: auto;
|
|
2200
2195
|
}
|
|
2201
2196
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper {
|
|
2202
2197
|
border: 0;
|
|
2203
2198
|
}
|
|
2204
2199
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper ul .e-menu-item .e-menu-icon {
|
|
2205
|
-
font-size:
|
|
2200
|
+
font-size: 14px;
|
|
2206
2201
|
}
|
|
2207
2202
|
.e-dropdown-popup.e-popup.e-aggregate-list ul {
|
|
2208
|
-
font-size:
|
|
2203
|
+
font-size: 14px;
|
|
2209
2204
|
}
|
|
2210
2205
|
|
|
2211
2206
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div {
|
|
@@ -2214,7 +2209,7 @@
|
|
|
2214
2209
|
width: 100%;
|
|
2215
2210
|
}
|
|
2216
2211
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension {
|
|
2217
|
-
font-size:
|
|
2212
|
+
font-size: 14px;
|
|
2218
2213
|
margin-left: auto;
|
|
2219
2214
|
opacity: 0.7;
|
|
2220
2215
|
padding-left: 12px;
|
|
@@ -2560,7 +2555,7 @@
|
|
|
2560
2555
|
margin-top: 0;
|
|
2561
2556
|
}
|
|
2562
2557
|
.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list {
|
|
2563
|
-
font-size:
|
|
2558
|
+
font-size: 14px;
|
|
2564
2559
|
margin-left: auto;
|
|
2565
2560
|
}
|
|
2566
2561
|
.e-spreadsheet:not(.e-mobile-view) .e-ribbon {
|
|
@@ -2690,7 +2685,7 @@
|
|
|
2690
2685
|
}
|
|
2691
2686
|
.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar,
|
|
2692
2687
|
.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar {
|
|
2693
|
-
font-size:
|
|
2688
|
+
font-size: 16px;
|
|
2694
2689
|
height: 29px;
|
|
2695
2690
|
line-height: 29px;
|
|
2696
2691
|
}
|
|
@@ -2725,7 +2720,7 @@
|
|
|
2725
2720
|
}
|
|
2726
2721
|
.e-bigger .e-spreadsheet .e-find-dlg .e-footer-content .e-btn,
|
|
2727
2722
|
.e-bigger.e-spreadsheet .e-find-dlg .e-footer-content .e-btn {
|
|
2728
|
-
font-size:
|
|
2723
|
+
font-size: 12px;
|
|
2729
2724
|
margin-top: 6px;
|
|
2730
2725
|
}
|
|
2731
2726
|
.e-bigger .e-spreadsheet .e-findtool-dlg,
|
|
@@ -2868,16 +2863,16 @@
|
|
|
2868
2863
|
cursor: pointer;
|
|
2869
2864
|
}
|
|
2870
2865
|
|
|
2871
|
-
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2866
|
+
.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2872
2867
|
height: 32px;
|
|
2873
2868
|
}
|
|
2874
|
-
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
|
|
2869
|
+
.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
|
|
2875
2870
|
height: 32px;
|
|
2876
2871
|
}
|
|
2877
|
-
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
|
|
2872
|
+
.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
|
|
2878
2873
|
height: 35px;
|
|
2879
2874
|
}
|
|
2880
|
-
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2875
|
+
.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2881
2876
|
margin: 0;
|
|
2882
2877
|
}
|
|
2883
2878
|
|
|
@@ -3965,7 +3960,7 @@
|
|
|
3965
3960
|
background-color: #444c54;
|
|
3966
3961
|
}
|
|
3967
3962
|
|
|
3968
|
-
.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3963
|
+
.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3969
3964
|
color: #adb5bd;
|
|
3970
3965
|
}
|
|
3971
3966
|
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
}
|
|
319
319
|
.e-chart-menu .e-ul .e-menu-item .e-menu-icon,
|
|
320
320
|
.e-chart-type-menu .e-ul .e-menu-item .e-menu-icon {
|
|
321
|
-
font-size:
|
|
321
|
+
font-size: 32px;
|
|
322
322
|
margin-right: 10px;
|
|
323
323
|
}
|
|
324
324
|
.e-chart-menu .e-ul .e-menu-item .e-bar,
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
padding-top: 7px;
|
|
766
766
|
}
|
|
767
767
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header {
|
|
768
|
-
font-size:
|
|
768
|
+
font-size: 18px;
|
|
769
769
|
line-height: 16px;
|
|
770
770
|
}
|
|
771
771
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
@@ -828,7 +828,7 @@
|
|
|
828
828
|
height: 300px;
|
|
829
829
|
}
|
|
830
830
|
.e-spreadsheet .e-protect-content {
|
|
831
|
-
font-size:
|
|
831
|
+
font-size: 14px;
|
|
832
832
|
height: 37px;
|
|
833
833
|
padding-top: 20px;
|
|
834
834
|
width: 100%;
|
|
@@ -1556,7 +1556,7 @@
|
|
|
1556
1556
|
font-size: 18px;
|
|
1557
1557
|
}
|
|
1558
1558
|
.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 {
|
|
1559
|
-
font-size:
|
|
1559
|
+
font-size: 32px !important; /* stylelint-disable-line declaration-no-important */
|
|
1560
1560
|
margin-right: 5px;
|
|
1561
1561
|
padding: 0 5px;
|
|
1562
1562
|
width: 30px;
|
|
@@ -1906,7 +1906,7 @@
|
|
|
1906
1906
|
.e-spreadsheet .e-datavalidation-dlg .e-footer-content .e-clearall-btn {
|
|
1907
1907
|
float: left;
|
|
1908
1908
|
}
|
|
1909
|
-
.e-spreadsheet .e-
|
|
1909
|
+
.e-spreadsheet .e-validation-error-dlg .e-dlg-content {
|
|
1910
1910
|
font-size: 14px;
|
|
1911
1911
|
line-height: 28px;
|
|
1912
1912
|
}
|
|
@@ -1942,11 +1942,6 @@
|
|
|
1942
1942
|
text-align: center;
|
|
1943
1943
|
width: 136px;
|
|
1944
1944
|
}
|
|
1945
|
-
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1946
|
-
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1947
|
-
font-size: 13px;
|
|
1948
|
-
line-height: 15px;
|
|
1949
|
-
}
|
|
1950
1945
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,
|
|
1951
1946
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content {
|
|
1952
1947
|
padding-top: 12px;
|
|
@@ -2112,7 +2107,7 @@
|
|
|
2112
2107
|
max-width: initial;
|
|
2113
2108
|
}
|
|
2114
2109
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2115
|
-
font-size:
|
|
2110
|
+
font-size: 12px;
|
|
2116
2111
|
max-width: 200px;
|
|
2117
2112
|
overflow: hidden;
|
|
2118
2113
|
text-align: right;
|
|
@@ -2195,17 +2190,17 @@
|
|
|
2195
2190
|
font-family: "Verdana";
|
|
2196
2191
|
}
|
|
2197
2192
|
.e-dropdown-popup.e-aggregate-list {
|
|
2198
|
-
font-size:
|
|
2193
|
+
font-size: 14px;
|
|
2199
2194
|
margin-left: auto;
|
|
2200
2195
|
}
|
|
2201
2196
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper {
|
|
2202
2197
|
border: 0;
|
|
2203
2198
|
}
|
|
2204
2199
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper ul .e-menu-item .e-menu-icon {
|
|
2205
|
-
font-size:
|
|
2200
|
+
font-size: 14px;
|
|
2206
2201
|
}
|
|
2207
2202
|
.e-dropdown-popup.e-popup.e-aggregate-list ul {
|
|
2208
|
-
font-size:
|
|
2203
|
+
font-size: 14px;
|
|
2209
2204
|
}
|
|
2210
2205
|
|
|
2211
2206
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div {
|
|
@@ -2214,7 +2209,7 @@
|
|
|
2214
2209
|
width: 100%;
|
|
2215
2210
|
}
|
|
2216
2211
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension {
|
|
2217
|
-
font-size:
|
|
2212
|
+
font-size: 14px;
|
|
2218
2213
|
margin-left: auto;
|
|
2219
2214
|
opacity: 0.7;
|
|
2220
2215
|
padding-left: 12px;
|
|
@@ -2560,7 +2555,7 @@
|
|
|
2560
2555
|
margin-top: 0;
|
|
2561
2556
|
}
|
|
2562
2557
|
.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list {
|
|
2563
|
-
font-size:
|
|
2558
|
+
font-size: 14px;
|
|
2564
2559
|
margin-left: auto;
|
|
2565
2560
|
}
|
|
2566
2561
|
.e-spreadsheet:not(.e-mobile-view) .e-ribbon {
|
|
@@ -2690,7 +2685,7 @@
|
|
|
2690
2685
|
}
|
|
2691
2686
|
.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar,
|
|
2692
2687
|
.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar {
|
|
2693
|
-
font-size:
|
|
2688
|
+
font-size: 16px;
|
|
2694
2689
|
height: 29px;
|
|
2695
2690
|
line-height: 29px;
|
|
2696
2691
|
}
|
|
@@ -2725,7 +2720,7 @@
|
|
|
2725
2720
|
}
|
|
2726
2721
|
.e-bigger .e-spreadsheet .e-find-dlg .e-footer-content .e-btn,
|
|
2727
2722
|
.e-bigger.e-spreadsheet .e-find-dlg .e-footer-content .e-btn {
|
|
2728
|
-
font-size:
|
|
2723
|
+
font-size: 12px;
|
|
2729
2724
|
margin-top: 6px;
|
|
2730
2725
|
}
|
|
2731
2726
|
.e-bigger .e-spreadsheet .e-findtool-dlg,
|
|
@@ -2868,16 +2863,16 @@
|
|
|
2868
2863
|
cursor: pointer;
|
|
2869
2864
|
}
|
|
2870
2865
|
|
|
2871
|
-
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2866
|
+
.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2872
2867
|
height: 32px;
|
|
2873
2868
|
}
|
|
2874
|
-
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
|
|
2869
|
+
.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
|
|
2875
2870
|
height: 32px;
|
|
2876
2871
|
}
|
|
2877
|
-
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
|
|
2872
|
+
.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
|
|
2878
2873
|
height: 35px;
|
|
2879
2874
|
}
|
|
2880
|
-
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2875
|
+
.e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2881
2876
|
margin: 0;
|
|
2882
2877
|
}
|
|
2883
2878
|
|
|
@@ -3965,7 +3960,7 @@
|
|
|
3965
3960
|
background-color: #e9ecef;
|
|
3966
3961
|
}
|
|
3967
3962
|
|
|
3968
|
-
.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3963
|
+
.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3969
3964
|
color: #6c757d;
|
|
3970
3965
|
}
|
|
3971
3966
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@import 'ej2-base/styles/bootstrap5-definition.scss';
|
|
2
|
-
@import '../ribbon/bootstrap5-definition.scss';
|
|
2
|
+
@import '../spreadsheet-ribbon/bootstrap5-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
5
5
|
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
}
|
|
246
246
|
.e-chart-menu .e-ul .e-menu-item .e-menu-icon,
|
|
247
247
|
.e-chart-type-menu .e-ul .e-menu-item .e-menu-icon {
|
|
248
|
-
font-size:
|
|
248
|
+
font-size: 32px;
|
|
249
249
|
margin-right: 10px;
|
|
250
250
|
}
|
|
251
251
|
.e-chart-menu .e-ul .e-menu-item .e-bar,
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
padding-top: 7px;
|
|
686
686
|
}
|
|
687
687
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header {
|
|
688
|
-
font-size:
|
|
688
|
+
font-size: 18px;
|
|
689
689
|
line-height: 16px;
|
|
690
690
|
}
|
|
691
691
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
height: 300px;
|
|
749
749
|
}
|
|
750
750
|
.e-spreadsheet .e-protect-content {
|
|
751
|
-
font-size:
|
|
751
|
+
font-size: 14px;
|
|
752
752
|
height: 37px;
|
|
753
753
|
padding-top: 20px;
|
|
754
754
|
width: 100%;
|
|
@@ -1484,7 +1484,7 @@
|
|
|
1484
1484
|
font-size: 19px;
|
|
1485
1485
|
}
|
|
1486
1486
|
.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 {
|
|
1487
|
-
font-size:
|
|
1487
|
+
font-size: 32px !important; /* stylelint-disable-line declaration-no-important */
|
|
1488
1488
|
margin-right: 5px;
|
|
1489
1489
|
padding: 0 5px;
|
|
1490
1490
|
width: 30px;
|
|
@@ -1828,7 +1828,7 @@
|
|
|
1828
1828
|
.e-spreadsheet .e-datavalidation-dlg .e-footer-content .e-clearall-btn {
|
|
1829
1829
|
float: left;
|
|
1830
1830
|
}
|
|
1831
|
-
.e-spreadsheet .e-
|
|
1831
|
+
.e-spreadsheet .e-validation-error-dlg .e-dlg-content {
|
|
1832
1832
|
font-size: 14px;
|
|
1833
1833
|
line-height: 28px;
|
|
1834
1834
|
}
|
|
@@ -1864,11 +1864,6 @@
|
|
|
1864
1864
|
text-align: center;
|
|
1865
1865
|
width: 136px;
|
|
1866
1866
|
}
|
|
1867
|
-
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1868
|
-
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1869
|
-
font-size: 13px;
|
|
1870
|
-
line-height: 15px;
|
|
1871
|
-
}
|
|
1872
1867
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,
|
|
1873
1868
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content {
|
|
1874
1869
|
padding-top: 24px;
|
|
@@ -2034,7 +2029,7 @@
|
|
|
2034
2029
|
max-width: initial;
|
|
2035
2030
|
}
|
|
2036
2031
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2037
|
-
font-size:
|
|
2032
|
+
font-size: 12px;
|
|
2038
2033
|
max-width: 200px;
|
|
2039
2034
|
overflow: hidden;
|
|
2040
2035
|
text-align: right;
|
|
@@ -2117,17 +2112,17 @@
|
|
|
2117
2112
|
font-family: "Verdana";
|
|
2118
2113
|
}
|
|
2119
2114
|
.e-dropdown-popup.e-aggregate-list {
|
|
2120
|
-
font-size:
|
|
2115
|
+
font-size: 14px;
|
|
2121
2116
|
margin-left: auto;
|
|
2122
2117
|
}
|
|
2123
2118
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper {
|
|
2124
2119
|
border: 0;
|
|
2125
2120
|
}
|
|
2126
2121
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper ul .e-menu-item .e-menu-icon {
|
|
2127
|
-
font-size:
|
|
2122
|
+
font-size: 14px;
|
|
2128
2123
|
}
|
|
2129
2124
|
.e-dropdown-popup.e-popup.e-aggregate-list ul {
|
|
2130
|
-
font-size:
|
|
2125
|
+
font-size: 14px;
|
|
2131
2126
|
}
|
|
2132
2127
|
|
|
2133
2128
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div {
|
|
@@ -2136,7 +2131,7 @@
|
|
|
2136
2131
|
width: 100%;
|
|
2137
2132
|
}
|
|
2138
2133
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension {
|
|
2139
|
-
font-size:
|
|
2134
|
+
font-size: 14px;
|
|
2140
2135
|
margin-left: auto;
|
|
2141
2136
|
opacity: 0.7;
|
|
2142
2137
|
padding-left: 10px;
|
|
@@ -2479,7 +2474,7 @@
|
|
|
2479
2474
|
margin-top: 0;
|
|
2480
2475
|
}
|
|
2481
2476
|
.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list {
|
|
2482
|
-
font-size:
|
|
2477
|
+
font-size: 14px;
|
|
2483
2478
|
margin-left: auto;
|
|
2484
2479
|
}
|
|
2485
2480
|
.e-spreadsheet:not(.e-mobile-view) .e-ribbon {
|
|
@@ -2648,7 +2643,7 @@
|
|
|
2648
2643
|
}
|
|
2649
2644
|
.e-bigger .e-spreadsheet .e-find-dlg .e-footer-content .e-btn,
|
|
2650
2645
|
.e-bigger.e-spreadsheet .e-find-dlg .e-footer-content .e-btn {
|
|
2651
|
-
font-size:
|
|
2646
|
+
font-size: 12px;
|
|
2652
2647
|
margin-top: 6px;
|
|
2653
2648
|
}
|
|
2654
2649
|
.e-bigger .e-spreadsheet .e-findtool-dlg,
|
|
@@ -3834,7 +3829,7 @@
|
|
|
3834
3829
|
background-color: rgba(255, 255, 255, 0.1);
|
|
3835
3830
|
}
|
|
3836
3831
|
|
|
3837
|
-
.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3832
|
+
.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3838
3833
|
color: #dadada;
|
|
3839
3834
|
}
|
|
3840
3835
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@import 'ej2-base/styles/fabric-dark-definition.scss';
|
|
2
|
-
@import '../ribbon/fabric-dark-definition.scss';
|
|
2
|
+
@import '../spreadsheet-ribbon/fabric-dark-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
|
|
5
5
|
@import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
|