@syncfusion/ej2-vue-spreadsheet 20.4.53 → 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/CHANGELOG.md +1 -56
- package/dist/ej2-vue-spreadsheet.umd.min.js +2 -2
- package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es2015.js +534 -854
- package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es5.js +591 -1024
- package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +9 -9
- package/src/spreadsheet/cells.directive.d.ts +2 -12
- package/src/spreadsheet/cells.directive.js +22 -71
- package/src/spreadsheet/chart.directive.d.ts +2 -12
- package/src/spreadsheet/chart.directive.js +22 -71
- package/src/spreadsheet/columns.directive.d.ts +2 -12
- package/src/spreadsheet/columns.directive.js +22 -71
- package/src/spreadsheet/conditionalformats.directive.d.ts +2 -12
- package/src/spreadsheet/conditionalformats.directive.js +22 -71
- package/src/spreadsheet/definednames.directive.d.ts +2 -12
- package/src/spreadsheet/definednames.directive.js +22 -71
- package/src/spreadsheet/image.directive.d.ts +2 -12
- package/src/spreadsheet/image.directive.js +22 -71
- package/src/spreadsheet/ranges.directive.d.ts +2 -12
- package/src/spreadsheet/ranges.directive.js +22 -71
- package/src/spreadsheet/rows.directive.d.ts +2 -12
- package/src/spreadsheet/rows.directive.js +22 -71
- package/src/spreadsheet/sheets.directive.d.ts +2 -12
- package/src/spreadsheet/sheets.directive.js +22 -71
- package/src/spreadsheet/spreadsheet.component.d.ts +3 -110
- package/src/spreadsheet/spreadsheet.component.js +347 -376
- 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.css +13 -18
- package/styles/spreadsheet/bootstrap.css +13 -18
- package/styles/spreadsheet/bootstrap4.css +13 -18
- package/styles/spreadsheet/bootstrap5-dark.css +18 -23
- package/styles/spreadsheet/bootstrap5.css +18 -23
- package/styles/spreadsheet/fabric-dark.css +13 -18
- package/styles/spreadsheet/fabric.css +13 -18
- package/styles/spreadsheet/fluent-dark.css +21 -26
- package/styles/spreadsheet/fluent.css +21 -26
- package/styles/spreadsheet/highcontrast-light.css +12 -17
- package/styles/spreadsheet/highcontrast.css +13 -18
- package/styles/spreadsheet/material-dark.css +13 -18
- package/styles/spreadsheet/material.css +13 -18
- package/styles/spreadsheet/tailwind-dark.css +18 -24
- package/styles/spreadsheet/tailwind.css +18 -24
- package/styles/spreadsheet-ribbon/bootstrap-dark.css +177 -0
- package/styles/spreadsheet-ribbon/bootstrap-dark.scss +1 -0
- package/styles/spreadsheet-ribbon/bootstrap.css +207 -0
- package/styles/spreadsheet-ribbon/bootstrap.scss +1 -0
- package/styles/spreadsheet-ribbon/bootstrap4.css +166 -0
- package/styles/spreadsheet-ribbon/bootstrap4.scss +1 -0
- package/styles/spreadsheet-ribbon/bootstrap5-dark.css +215 -0
- package/styles/spreadsheet-ribbon/bootstrap5-dark.scss +1 -0
- package/styles/spreadsheet-ribbon/bootstrap5.css +215 -0
- package/styles/spreadsheet-ribbon/bootstrap5.scss +1 -0
- package/styles/spreadsheet-ribbon/fabric-dark.css +175 -0
- package/styles/spreadsheet-ribbon/fabric-dark.scss +1 -0
- package/styles/spreadsheet-ribbon/fabric.css +186 -0
- package/styles/spreadsheet-ribbon/fabric.scss +1 -0
- package/styles/spreadsheet-ribbon/fluent-dark.css +187 -0
- package/styles/spreadsheet-ribbon/fluent-dark.scss +1 -0
- package/styles/spreadsheet-ribbon/fluent.css +187 -0
- package/styles/spreadsheet-ribbon/fluent.scss +1 -0
- package/styles/spreadsheet-ribbon/highcontrast-light.css +172 -0
- package/styles/spreadsheet-ribbon/highcontrast-light.scss +1 -0
- package/styles/spreadsheet-ribbon/highcontrast.css +190 -0
- package/styles/spreadsheet-ribbon/highcontrast.scss +1 -0
- package/styles/spreadsheet-ribbon/material-dark.css +178 -0
- package/styles/spreadsheet-ribbon/material-dark.scss +1 -0
- package/styles/spreadsheet-ribbon/material.css +190 -0
- package/styles/spreadsheet-ribbon/material.scss +1 -0
- package/styles/spreadsheet-ribbon/tailwind-dark.css +191 -0
- package/styles/spreadsheet-ribbon/tailwind-dark.scss +1 -0
- package/styles/spreadsheet-ribbon/tailwind.css +191 -0
- package/styles/spreadsheet-ribbon/tailwind.scss +1 -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.css +0 -174
- package/styles/ribbon/bootstrap-dark.scss +0 -1
- package/styles/ribbon/bootstrap.css +0 -204
- package/styles/ribbon/bootstrap.scss +0 -1
- package/styles/ribbon/bootstrap4.css +0 -163
- package/styles/ribbon/bootstrap4.scss +0 -1
- package/styles/ribbon/bootstrap5-dark.css +0 -212
- package/styles/ribbon/bootstrap5-dark.scss +0 -1
- package/styles/ribbon/bootstrap5.css +0 -212
- package/styles/ribbon/bootstrap5.scss +0 -1
- package/styles/ribbon/fabric-dark.css +0 -172
- package/styles/ribbon/fabric-dark.scss +0 -1
- package/styles/ribbon/fabric.css +0 -183
- package/styles/ribbon/fabric.scss +0 -1
- package/styles/ribbon/fluent-dark.css +0 -184
- package/styles/ribbon/fluent-dark.scss +0 -1
- package/styles/ribbon/fluent.css +0 -184
- package/styles/ribbon/fluent.scss +0 -1
- package/styles/ribbon/highcontrast-light.css +0 -169
- package/styles/ribbon/highcontrast-light.scss +0 -1
- package/styles/ribbon/highcontrast.css +0 -187
- package/styles/ribbon/highcontrast.scss +0 -1
- package/styles/ribbon/material-dark.css +0 -175
- package/styles/ribbon/material-dark.scss +0 -1
- package/styles/ribbon/material.css +0 -187
- package/styles/ribbon/material.scss +0 -1
- package/styles/ribbon/tailwind-dark.css +0 -190
- package/styles/ribbon/tailwind-dark.scss +0 -1
- package/styles/ribbon/tailwind.css +0 -190
- package/styles/ribbon/tailwind.scss +0 -1
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
}
|
|
245
245
|
.e-chart-menu .e-ul .e-menu-item .e-menu-icon,
|
|
246
246
|
.e-chart-type-menu .e-ul .e-menu-item .e-menu-icon {
|
|
247
|
-
font-size:
|
|
247
|
+
font-size: 32px;
|
|
248
248
|
margin-right: 10px;
|
|
249
249
|
}
|
|
250
250
|
.e-chart-menu .e-ul .e-menu-item .e-bar,
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
padding-top: 7px;
|
|
689
689
|
}
|
|
690
690
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header {
|
|
691
|
-
font-size:
|
|
691
|
+
font-size: 18px;
|
|
692
692
|
line-height: 16px;
|
|
693
693
|
}
|
|
694
694
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
height: 300px;
|
|
752
752
|
}
|
|
753
753
|
.e-spreadsheet .e-protect-content {
|
|
754
|
-
font-size:
|
|
754
|
+
font-size: 14px;
|
|
755
755
|
height: 37px;
|
|
756
756
|
padding-top: 20px;
|
|
757
757
|
width: 100%;
|
|
@@ -1490,7 +1490,7 @@
|
|
|
1490
1490
|
font-size: 19px;
|
|
1491
1491
|
}
|
|
1492
1492
|
.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 {
|
|
1493
|
-
font-size:
|
|
1493
|
+
font-size: 32px !important; /* stylelint-disable-line declaration-no-important */
|
|
1494
1494
|
margin-right: 5px;
|
|
1495
1495
|
padding: 0 5px;
|
|
1496
1496
|
width: 30px;
|
|
@@ -1836,7 +1836,7 @@
|
|
|
1836
1836
|
.e-spreadsheet .e-datavalidation-dlg .e-footer-content .e-clearall-btn {
|
|
1837
1837
|
float: left;
|
|
1838
1838
|
}
|
|
1839
|
-
.e-spreadsheet .e-
|
|
1839
|
+
.e-spreadsheet .e-validation-error-dlg .e-dlg-content {
|
|
1840
1840
|
font-size: 14px;
|
|
1841
1841
|
line-height: 28px;
|
|
1842
1842
|
}
|
|
@@ -1872,11 +1872,6 @@
|
|
|
1872
1872
|
text-align: center;
|
|
1873
1873
|
width: 136px;
|
|
1874
1874
|
}
|
|
1875
|
-
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1876
|
-
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1877
|
-
font-size: 13px;
|
|
1878
|
-
line-height: 15px;
|
|
1879
|
-
}
|
|
1880
1875
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,
|
|
1881
1876
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content {
|
|
1882
1877
|
padding-top: 24px;
|
|
@@ -2042,7 +2037,7 @@
|
|
|
2042
2037
|
max-width: initial;
|
|
2043
2038
|
}
|
|
2044
2039
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2045
|
-
font-size:
|
|
2040
|
+
font-size: 12px;
|
|
2046
2041
|
max-width: 200px;
|
|
2047
2042
|
overflow: hidden;
|
|
2048
2043
|
text-align: right;
|
|
@@ -2125,17 +2120,17 @@
|
|
|
2125
2120
|
font-family: "Verdana";
|
|
2126
2121
|
}
|
|
2127
2122
|
.e-dropdown-popup.e-aggregate-list {
|
|
2128
|
-
font-size:
|
|
2123
|
+
font-size: 14px;
|
|
2129
2124
|
margin-left: auto;
|
|
2130
2125
|
}
|
|
2131
2126
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper {
|
|
2132
2127
|
border: 0;
|
|
2133
2128
|
}
|
|
2134
2129
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper ul .e-menu-item .e-menu-icon {
|
|
2135
|
-
font-size:
|
|
2130
|
+
font-size: 14px;
|
|
2136
2131
|
}
|
|
2137
2132
|
.e-dropdown-popup.e-popup.e-aggregate-list ul {
|
|
2138
|
-
font-size:
|
|
2133
|
+
font-size: 14px;
|
|
2139
2134
|
}
|
|
2140
2135
|
|
|
2141
2136
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div {
|
|
@@ -2144,7 +2139,7 @@
|
|
|
2144
2139
|
width: 100%;
|
|
2145
2140
|
}
|
|
2146
2141
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension {
|
|
2147
|
-
font-size:
|
|
2142
|
+
font-size: 14px;
|
|
2148
2143
|
margin-left: auto;
|
|
2149
2144
|
opacity: 0.7;
|
|
2150
2145
|
padding-left: 10px;
|
|
@@ -2487,7 +2482,7 @@
|
|
|
2487
2482
|
margin-top: 0;
|
|
2488
2483
|
}
|
|
2489
2484
|
.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list {
|
|
2490
|
-
font-size:
|
|
2485
|
+
font-size: 14px;
|
|
2491
2486
|
margin-left: auto;
|
|
2492
2487
|
}
|
|
2493
2488
|
.e-spreadsheet:not(.e-mobile-view) .e-ribbon {
|
|
@@ -2657,7 +2652,7 @@
|
|
|
2657
2652
|
}
|
|
2658
2653
|
.e-bigger .e-spreadsheet .e-find-dlg .e-footer-content .e-btn,
|
|
2659
2654
|
.e-bigger.e-spreadsheet .e-find-dlg .e-footer-content .e-btn {
|
|
2660
|
-
font-size:
|
|
2655
|
+
font-size: 12px;
|
|
2661
2656
|
margin-top: 6px;
|
|
2662
2657
|
}
|
|
2663
2658
|
.e-bigger .e-spreadsheet .e-findtool-dlg,
|
|
@@ -3837,7 +3832,7 @@
|
|
|
3837
3832
|
background-color: #eee;
|
|
3838
3833
|
}
|
|
3839
3834
|
|
|
3840
|
-
.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3835
|
+
.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3841
3836
|
color: #333;
|
|
3842
3837
|
}
|
|
3843
3838
|
|