@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
|
@@ -15,6 +15,18 @@ $cell-border-color: $grey-300 !default;
|
|
|
15
15
|
$hdr-cell-border-color: $grey-800 !default;
|
|
16
16
|
$dlg-error-color: #dd2c2c !default;
|
|
17
17
|
$agg-clr: #fff !default;
|
|
18
|
+
$header-cell-font-size: 12px !default;
|
|
19
|
+
$open-dlg-file-alert-span-font-size: 12px !default;
|
|
20
|
+
$goto-dlg-btn-font-size: 12px !default;
|
|
21
|
+
$numformat-ddb-preview-font-size: 12px !default;
|
|
22
|
+
$aggregate-list-font-size: 14px !default;
|
|
23
|
+
$header-cell-font-weight: 500 !default;
|
|
24
|
+
$spreadsheet-tbar-btn-icon-font-size: 16px !default;
|
|
25
|
+
$spreadsheet-cpicker-font-color-font-size: 13px !default;
|
|
26
|
+
$spreadsheet-cpicker-fill-color-font-size: 14px !default;
|
|
27
|
+
$aggregate-list-font-size: 16px !default;
|
|
28
|
+
$bigger-spreadsheet-tbar-btn-icon-font-size: 18px !default;
|
|
29
|
+
$spreadsheet-drop-icon-font-size: 12px !default;
|
|
18
30
|
|
|
19
31
|
//enddefault
|
|
20
32
|
//selection
|
|
@@ -52,6 +64,12 @@ $formula-textarea-width: calc(100% - 146px) !default;
|
|
|
52
64
|
$formula-bar-color: $grey-dark-font !default;
|
|
53
65
|
$mformula-bar-height: 42px !default;
|
|
54
66
|
$expand-icon-margin: 4px !default;
|
|
67
|
+
$formula-submit-btn-icon-font-size: 16px !default;
|
|
68
|
+
$formula-bar-drop-icon-font-size: 10px !default;
|
|
69
|
+
$formula-bar-btn-icon-font-size: 18px !default;
|
|
70
|
+
$bigger-name-box-ddl-icon-font-size: 20px !default;
|
|
71
|
+
$bigger-insert-function-btn-icon-font-size: 18px !default;
|
|
72
|
+
$bigger-formula-bar-drop-icon-font-size: 18px !default;
|
|
55
73
|
|
|
56
74
|
//End formula bar
|
|
57
75
|
//Insert dialog box
|
|
@@ -60,6 +78,10 @@ $dlg-description-font-weight: 500 !default;
|
|
|
60
78
|
$dlg-content-padding: 18px !default;
|
|
61
79
|
$dlg-category-margin-bottom: 0 !default;
|
|
62
80
|
$dlg-min-height: 480px !default;
|
|
81
|
+
$function-dlg-header-content-font-size: 16px !default;
|
|
82
|
+
$dlg-category-content-font-size: 12px !default;
|
|
83
|
+
$dlg-description-content-font-size: 14px !default;
|
|
84
|
+
$dlg-category-content-font-weight: 500 !default;
|
|
63
85
|
|
|
64
86
|
//End Insert dialogbox
|
|
65
87
|
//Ribbon
|
|
@@ -70,16 +92,16 @@ $align-ddb-ul-padding: 8px !default;
|
|
|
70
92
|
$align-ddb-item-padding: 0 7px !default;
|
|
71
93
|
$align-ddb-item-margin: 0 !default;
|
|
72
94
|
$ctrl-btn-padding: 16px !default;
|
|
73
|
-
$ribbon-btn-width: 22px !default;
|
|
74
|
-
$ribbon-btn-height: 23px !default;
|
|
75
|
-
$ribbon-btn-padding: 1.5px !default;
|
|
76
|
-
$bigger-ribbon-btn-height: 34px !default;
|
|
77
|
-
$bigger-ribbon-btn-padding: 6px !default;
|
|
95
|
+
$spreadsheet-ribbon-btn-width: 22px !default;
|
|
96
|
+
$spreadsheet-ribbon-btn-height: 23px !default;
|
|
97
|
+
$spreadsheet-ribbon-btn-padding: 1.5px !default;
|
|
98
|
+
$bigger-spreadsheet-ribbon-btn-height: 34px !default;
|
|
99
|
+
$bigger-spreadsheet-ribbon-btn-padding: 6px !default;
|
|
78
100
|
$cpicker-btn-width: 24px !default;
|
|
79
101
|
$bigger-cpicker-btn-width: 31px !default;
|
|
80
102
|
$menu-extension-padding: 10px !default;
|
|
81
|
-
$ribbon-item-hover-border-color: transparent !default;
|
|
82
|
-
$ribbon-item-active-border-color: transparent !default;
|
|
103
|
+
$spreadsheet-ribbon-item-hover-border-color: transparent !default;
|
|
104
|
+
$spreadsheet-ribbon-item-active-border-color: transparent !default;
|
|
83
105
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
84
106
|
$normal-btn-padding: 7px !default;
|
|
85
107
|
|
|
@@ -87,11 +109,17 @@ $normal-btn-padding: 7px !default;
|
|
|
87
109
|
//Sorting
|
|
88
110
|
$sort-error-bg-color: #fce7e9;
|
|
89
111
|
$sort-error-font-color: #333;
|
|
112
|
+
$sort-dlg-listwrapper-text-font-size: 12px !default;
|
|
113
|
+
$sort-dlg-error-font-size: 12px !default;
|
|
90
114
|
|
|
91
115
|
//End Sorting
|
|
92
116
|
//Hyperlink
|
|
93
117
|
$hyper-doc-border-color: #c8c8c8 !default;
|
|
94
118
|
$hyper-text-border: #979797 !default;
|
|
119
|
+
$hyperlink-dlg-header-content-font-size: 18px !default;
|
|
120
|
+
$hyperlink-dlg-content-header-font-size: 14px !default;
|
|
121
|
+
$hyperlink-dlg-content-text-font-size: 14px !default;
|
|
122
|
+
$link-dialog-tab-text-font-size: 14px !default;
|
|
95
123
|
|
|
96
124
|
//End Hyperlink
|
|
97
125
|
//Filtering
|
|
@@ -99,6 +127,7 @@ $filter-icon-margin-bottom: 0 !default;
|
|
|
99
127
|
$filter-icon-bigger-margin-bottom: 12px !default;
|
|
100
128
|
$filter-selectall-padding: 22px !default;
|
|
101
129
|
$filter-selectall-bigger-padding: 27px !default;
|
|
130
|
+
$filter-icon-before-font-size: 20px !default;
|
|
102
131
|
|
|
103
132
|
//End Filtering
|
|
104
133
|
//Find And Replace
|
|
@@ -110,11 +139,30 @@ $find-dlg-width: 470px !default;
|
|
|
110
139
|
$bigger-find-tool-dlg-width: 403px !default;
|
|
111
140
|
$bigger-find-tool-dlg-height: 62px !default;
|
|
112
141
|
$bigger-find-goto-dlg-height: 241px !default;
|
|
142
|
+
$find-dlg-alert-span-font-size: 12px !default;
|
|
143
|
+
$bigger-find-dlg-btn-font-size: 12px !default;
|
|
144
|
+
$find-dlg-header-font-weight: 500 !default;
|
|
113
145
|
|
|
114
146
|
//End Find And Replace
|
|
115
147
|
//Protect Sheet
|
|
116
148
|
$protect-dlg-height: 470px !default;
|
|
117
149
|
$protect-dlg-width: 287px !default;
|
|
150
|
+
$protect-sheet-dlg-password-header-font-size: 14px !default;
|
|
151
|
+
$unprotect-sheet-dlg-header-font-size: 18px !default;
|
|
152
|
+
$unprotectsheet-alert-span-font-size: 12px !default;
|
|
153
|
+
$unprotectsheet-content-header-font-size: 14px !default;
|
|
154
|
+
$reenterpwd-dlg-content-header-font-size: 18px !default;
|
|
155
|
+
$reenterpwd-dlg-alert-span-font-size: 12px !default;
|
|
156
|
+
$reenterpwd-dlg-content-header-font-size: 14px !default;
|
|
157
|
+
$protect-checkbox-label-font-size: 14px !default;
|
|
158
|
+
$protectworkbook-dlg-header-font-size: 18px !default;
|
|
159
|
+
$protectworkbook-dlg-alert-span-font-size: 12px !default;
|
|
160
|
+
$protectworkbook-dlg-content-header-font-size: 12px !default;
|
|
161
|
+
$unprotectworkbook-dlg-content-header-font-size: 14px !default;
|
|
162
|
+
$importprotectworkbook-dlg-content-header-font-size: 14px !default;
|
|
163
|
+
$protectworkbook-dlg-pwd-alert-span-font-size: 14px !default;
|
|
164
|
+
$protectworkbook-dlg-pwd-content-font-size: 14px !default;
|
|
165
|
+
$protect-content-font-size: 14px !default;
|
|
118
166
|
|
|
119
167
|
//End Protect Sheet
|
|
120
168
|
//Conditional Formatting
|
|
@@ -122,6 +170,8 @@ $ele-color: #616161;
|
|
|
122
170
|
$ele-hover-color: #eee;
|
|
123
171
|
$dark-ele-color: #303030;
|
|
124
172
|
$dark-ele-hover-color: rgba(255, 255, 255, .1) !default;
|
|
173
|
+
$cf-dlg-content-font-weight: 500 !default;
|
|
174
|
+
$cf-menu-icon-font-size: 16px !default;
|
|
125
175
|
|
|
126
176
|
//End Conditional Formatting
|
|
127
177
|
//Formula selection
|
|
@@ -145,9 +195,22 @@ $custom-listview-color: #ddd;
|
|
|
145
195
|
//End Custom Format
|
|
146
196
|
//File Name Dialog
|
|
147
197
|
$open-dlg-width: 340px !default;
|
|
198
|
+
$file-menu-extension-font-size: 14px !default;
|
|
148
199
|
|
|
149
200
|
//End File Name Dialog
|
|
150
201
|
//Data Validation
|
|
151
202
|
$bigger-validation-list-icon-bottom: 12px !default;
|
|
203
|
+
$validation-dlg-content-header-font-size: 14px !default;
|
|
204
|
+
$validation-dlg-content-input-font-size: 14px !default;
|
|
205
|
+
$validation-dlg-error-font-size: 12px !default;
|
|
206
|
+
$validationerror-dlg-content-font-size: 14px !default;
|
|
152
207
|
|
|
153
208
|
//End Data Validation
|
|
209
|
+
//Chart
|
|
210
|
+
$title-dlg-content-header-font-size: 16px !default;
|
|
211
|
+
$title-dlg-content-input-font-size: 14px !default;
|
|
212
|
+
$spreadsheet-switch-row-column-icon-font-size: 18px !default;
|
|
213
|
+
$spreadsheet-addchart-icon-font-size: 18px !default;
|
|
214
|
+
$spreadsheet-chart-icon-font-size: 32px !default;
|
|
215
|
+
|
|
216
|
+
//End Chart
|
|
@@ -15,6 +15,18 @@ $cell-border-color: $spreadsheet-border-color !default;
|
|
|
15
15
|
$hdr-cell-border-color: $cell-border-color !default;
|
|
16
16
|
$dlg-error-color: #dd2c2c !default;
|
|
17
17
|
$agg-clr: #808080;
|
|
18
|
+
$header-cell-font-size: 12px !default;
|
|
19
|
+
$open-dlg-file-alert-span-font-size: 12px !default;
|
|
20
|
+
$goto-dlg-btn-font-size: 12px !default;
|
|
21
|
+
$numformat-ddb-preview-font-size: 12px !default;
|
|
22
|
+
$aggregate-list-font-size: 14px !default;
|
|
23
|
+
$header-cell-font-weight: 500 !default;
|
|
24
|
+
$spreadsheet-tbar-btn-icon-font-size: 16px !default;
|
|
25
|
+
$spreadsheet-cpicker-font-color-font-size: 13px !default;
|
|
26
|
+
$spreadsheet-cpicker-fill-color-font-size: 14px !default;
|
|
27
|
+
$aggregate-list-font-size: 16px !default;
|
|
28
|
+
$bigger-spreadsheet-tbar-btn-icon-font-size: 18px !default;
|
|
29
|
+
$spreadsheet-drop-icon-font-size: 12px !default;
|
|
18
30
|
|
|
19
31
|
//enddefault
|
|
20
32
|
//selection
|
|
@@ -50,6 +62,12 @@ $formula-textarea-width: calc(100% - 146px) !default;
|
|
|
50
62
|
$formula-bar-color: #515151 !default;
|
|
51
63
|
$mformula-bar-height: 42px !default;
|
|
52
64
|
$expand-icon-margin: 4px !default;
|
|
65
|
+
$formula-submit-btn-icon-font-size: 16px !default;
|
|
66
|
+
$formula-bar-drop-icon-font-size: 10px !default;
|
|
67
|
+
$formula-bar-btn-icon-font-size: 18px !default;
|
|
68
|
+
$bigger-name-box-ddl-icon-font-size: 20px !default;
|
|
69
|
+
$bigger-insert-function-btn-icon-font-size: 18px !default;
|
|
70
|
+
$bigger-formula-bar-drop-icon-font-size: 18px !default;
|
|
53
71
|
|
|
54
72
|
//End formula bar$header-cell-color
|
|
55
73
|
//Insert dialog box
|
|
@@ -58,6 +76,10 @@ $dlg-description-font-weight: 500 !default;
|
|
|
58
76
|
$dlg-content-padding: 18px !default;
|
|
59
77
|
$dlg-category-margin-bottom: 0 !default;
|
|
60
78
|
$dlg-min-height: 480px !default;
|
|
79
|
+
$function-dlg-header-content-font-size: 16px !default;
|
|
80
|
+
$dlg-category-content-font-size: 12px !default;
|
|
81
|
+
$dlg-description-content-font-size: 14px !default;
|
|
82
|
+
$dlg-category-content-font-weight: 500 !default;
|
|
61
83
|
|
|
62
84
|
//End Insert dialogbox
|
|
63
85
|
//Ribbon
|
|
@@ -68,16 +90,16 @@ $align-ddb-ul-padding: 8px !default;
|
|
|
68
90
|
$align-ddb-item-padding: 0 7px !default;
|
|
69
91
|
$align-ddb-item-margin: 0 !default;
|
|
70
92
|
$ctrl-btn-padding: 16px !default;
|
|
71
|
-
$ribbon-btn-width: 22px !default;
|
|
72
|
-
$ribbon-btn-height: 23px !default;
|
|
73
|
-
$ribbon-btn-padding: 1.5px !default;
|
|
74
|
-
$bigger-ribbon-btn-height: 34px !default;
|
|
75
|
-
$bigger-ribbon-btn-padding: 6px !default;
|
|
93
|
+
$spreadsheet-ribbon-btn-width: 22px !default;
|
|
94
|
+
$spreadsheet-ribbon-btn-height: 23px !default;
|
|
95
|
+
$spreadsheet-ribbon-btn-padding: 1.5px !default;
|
|
96
|
+
$bigger-spreadsheet-ribbon-btn-height: 34px !default;
|
|
97
|
+
$bigger-spreadsheet-ribbon-btn-padding: 6px !default;
|
|
76
98
|
$cpicker-btn-width: 24px !default;
|
|
77
99
|
$bigger-cpicker-btn-width: 31px !default;
|
|
78
100
|
$menu-extension-padding: 10px !default;
|
|
79
|
-
$ribbon-item-hover-border-color: transparent !default;
|
|
80
|
-
$ribbon-item-active-border-color: transparent !default;
|
|
101
|
+
$spreadsheet-ribbon-item-hover-border-color: transparent !default;
|
|
102
|
+
$spreadsheet-ribbon-item-active-border-color: transparent !default;
|
|
81
103
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
82
104
|
$normal-btn-padding: 7px !default;
|
|
83
105
|
|
|
@@ -85,11 +107,17 @@ $normal-btn-padding: 7px !default;
|
|
|
85
107
|
//Sorting
|
|
86
108
|
$sort-error-bg-color: #fce7e9;
|
|
87
109
|
$sort-error-font-color: #333;
|
|
110
|
+
$sort-dlg-listwrapper-text-font-size: 12px !default;
|
|
111
|
+
$sort-dlg-error-font-size: 12px !default;
|
|
88
112
|
|
|
89
113
|
//End Sorting
|
|
90
114
|
//Hyperlink
|
|
91
115
|
$hyper-doc-border-color: #c8c8c8 !default;
|
|
92
116
|
$hyper-text-border: #979797 !default;
|
|
117
|
+
$hyperlink-dlg-header-content-font-size: 18px !default;
|
|
118
|
+
$hyperlink-dlg-content-header-font-size: 14px !default;
|
|
119
|
+
$hyperlink-dlg-content-text-font-size: 14px !default;
|
|
120
|
+
$link-dialog-tab-text-font-size: 14px !default;
|
|
93
121
|
|
|
94
122
|
//End Hyperlink
|
|
95
123
|
//Filtering
|
|
@@ -97,6 +125,7 @@ $filter-icon-margin-bottom: 0 !default;
|
|
|
97
125
|
$filter-icon-bigger-margin-bottom: 12px !default;
|
|
98
126
|
$filter-selectall-padding: 22px !default;
|
|
99
127
|
$filter-selectall-bigger-padding: 27px !default;
|
|
128
|
+
$filter-icon-before-font-size: 20px !default;
|
|
100
129
|
|
|
101
130
|
//End Filtering
|
|
102
131
|
//Find And Replace
|
|
@@ -108,11 +137,30 @@ $find-dlg-width: 468px !default;
|
|
|
108
137
|
$bigger-find-tool-dlg-width: 403px !default;
|
|
109
138
|
$bigger-find-tool-dlg-height: 59px !default;
|
|
110
139
|
$bigger-find-goto-dlg-height: 236px !default;
|
|
140
|
+
$find-dlg-alert-span-font-size: 12px !default;
|
|
141
|
+
$bigger-find-dlg-btn-font-size: 12px !default;
|
|
142
|
+
$find-dlg-header-font-weight: 500 !default;
|
|
111
143
|
|
|
112
144
|
//End Find And Replace
|
|
113
145
|
//Protect Sheet
|
|
114
146
|
$protect-dlg-height: 470px !default;
|
|
115
147
|
$protect-dlg-width: 287px !default;
|
|
148
|
+
$protect-sheet-dlg-password-header-font-size: 14px !default;
|
|
149
|
+
$unprotect-sheet-dlg-header-font-size: 18px !default;
|
|
150
|
+
$unprotectsheet-alert-span-font-size: 12px !default;
|
|
151
|
+
$unprotectsheet-content-header-font-size: 14px !default;
|
|
152
|
+
$reenterpwd-dlg-content-header-font-size: 18px !default;
|
|
153
|
+
$reenterpwd-dlg-alert-span-font-size: 12px !default;
|
|
154
|
+
$reenterpwd-dlg-content-header-font-size: 14px !default;
|
|
155
|
+
$protect-checkbox-label-font-size: 14px !default;
|
|
156
|
+
$protectworkbook-dlg-header-font-size: 18px !default;
|
|
157
|
+
$protectworkbook-dlg-alert-span-font-size: 12px !default;
|
|
158
|
+
$protectworkbook-dlg-content-header-font-size: 12px !default;
|
|
159
|
+
$unprotectworkbook-dlg-content-header-font-size: 14px !default;
|
|
160
|
+
$importprotectworkbook-dlg-content-header-font-size: 14px !default;
|
|
161
|
+
$protectworkbook-dlg-pwd-alert-span-font-size: 14px !default;
|
|
162
|
+
$protectworkbook-dlg-pwd-content-font-size: 14px !default;
|
|
163
|
+
$protect-content-font-size: 14px !default;
|
|
116
164
|
|
|
117
165
|
//End Protect Sheet
|
|
118
166
|
//Conditional Formatting
|
|
@@ -120,6 +168,8 @@ $ele-color: #616161;
|
|
|
120
168
|
$ele-hover-color: #eee;
|
|
121
169
|
$dark-ele-color: #303030;
|
|
122
170
|
$dark-ele-hover-color: rgba(255, 255, 255, .1) !default;
|
|
171
|
+
$cf-dlg-content-font-weight: 500 !default;
|
|
172
|
+
$cf-menu-icon-font-size: 16px !default;
|
|
123
173
|
|
|
124
174
|
//End Conditional Formatting
|
|
125
175
|
//Formula selection
|
|
@@ -143,9 +193,22 @@ $custom-listview-color: #ddd;
|
|
|
143
193
|
//End Custom Format
|
|
144
194
|
//File Name Dialog
|
|
145
195
|
$open-dlg-width: 340px !default;
|
|
196
|
+
$file-menu-extension-font-size: 14px !default;
|
|
146
197
|
|
|
147
198
|
//End File Name Dialog
|
|
148
199
|
//Data Validation
|
|
149
200
|
$bigger-validation-list-icon-bottom: 9px !default;
|
|
201
|
+
$validation-dlg-content-header-font-size: 14px !default;
|
|
202
|
+
$validation-dlg-content-input-font-size: 14px !default;
|
|
203
|
+
$validation-dlg-error-font-size: 12px !default;
|
|
204
|
+
$validationerror-dlg-content-font-size: 14px !default;
|
|
150
205
|
|
|
151
206
|
//End Data Validation
|
|
207
|
+
//Chart
|
|
208
|
+
$title-dlg-content-header-font-size: 16px !default;
|
|
209
|
+
$title-dlg-content-input-font-size: 14px !default;
|
|
210
|
+
$spreadsheet-switch-row-column-icon-font-size: 18px !default;
|
|
211
|
+
$spreadsheet-addchart-icon-font-size: 18px !default;
|
|
212
|
+
$spreadsheet-chart-icon-font-size: 32px !default;
|
|
213
|
+
|
|
214
|
+
//End Chart
|
|
@@ -15,6 +15,18 @@ $header-cell-color: $content-text-color-alt2 !default;
|
|
|
15
15
|
$spreadsheet-border-color: $border-light !default;
|
|
16
16
|
$spreadsheet-border: $spreadsheet-border-width solid $spreadsheet-border-color !default;
|
|
17
17
|
$select-all-bg-color: $spreadsheet-border-color !default;
|
|
18
|
+
$header-cell-font-size: $text-xs !default;
|
|
19
|
+
$open-dlg-file-alert-span-font-size: $text-xs !default;
|
|
20
|
+
$goto-dlg-btn-font-size: $text-xs !default;
|
|
21
|
+
$numformat-ddb-preview-font-size: $text-xs !default;
|
|
22
|
+
$aggregate-list-font-size: $text-sm !default;
|
|
23
|
+
$header-cell-font-weight: $font-weight-medium !default;
|
|
24
|
+
$spreadsheet-tbar-btn-icon-font-size: $font-icon-16 !default;
|
|
25
|
+
$spreadsheet-cpicker-font-color-font-size: $font-icon-13 !default;
|
|
26
|
+
$spreadsheet-cpicker-fill-color-font-size: $font-icon-14 !default;
|
|
27
|
+
$aggregate-list-font-size: $font-icon-16 !default;
|
|
28
|
+
$bigger-spreadsheet-tbar-btn-icon-font-size: $font-icon-18 !default;
|
|
29
|
+
$spreadsheet-drop-icon-font-size: $font-icon-12 !default;
|
|
18
30
|
|
|
19
31
|
//enddefault
|
|
20
32
|
//selection
|
|
@@ -45,7 +57,7 @@ $select-icon-color: $primary !default;
|
|
|
45
57
|
//End Tab
|
|
46
58
|
//Formula bar
|
|
47
59
|
$formula-bar-font-size: $text-sm !default;
|
|
48
|
-
$bigger-formula-bar-font-size:
|
|
60
|
+
$bigger-formula-bar-font-size: $text-base !default;
|
|
49
61
|
$name-box-width: 92px !default;
|
|
50
62
|
$namebox-icon-size: 18px !default;
|
|
51
63
|
$formula-textarea-width: calc(100% - 146px) !default;
|
|
@@ -53,14 +65,25 @@ $formula-bar-color: $secondary-text-color !default;
|
|
|
53
65
|
$mformula-bar-height: 42px !default;
|
|
54
66
|
$expand-icon-margin: 4px !default;
|
|
55
67
|
$formula-bar-bg-color: $content-bg-color !default;
|
|
68
|
+
$formula-submit-btn-icon-font-size: $font-icon-16 !default;
|
|
69
|
+
$name-box-icon-font-size: $font-icon-18 !default;
|
|
70
|
+
$formula-bar-drop-icon-font-size: $font-icon-18 !default;
|
|
71
|
+
$formula-bar-btn-icon-font-size: $font-icon-18 !default;
|
|
72
|
+
$bigger-name-box-ddl-icon-font-size: $font-icon-20 !default;
|
|
73
|
+
$bigger-insert-function-btn-icon-font-size: $font-icon-18 !default;
|
|
74
|
+
$bigger-formula-bar-drop-icon-font-size: $font-icon-18 !default;
|
|
56
75
|
|
|
57
76
|
//End formula bar
|
|
58
77
|
//Insert dialog box
|
|
59
78
|
$dlg-list-border: $spreadsheet-border !default;
|
|
60
|
-
$dlg-description-font-weight:
|
|
79
|
+
$dlg-description-font-weight: $font-weight-medium !default;
|
|
61
80
|
$dlg-content-padding: 18px !default;
|
|
62
81
|
$dlg-category-margin-bottom: 0 !default;
|
|
63
82
|
$dlg-min-height: 518px !default;
|
|
83
|
+
$function-dlg-header-content-font-size: $text-base !default;
|
|
84
|
+
$dlg-category-content-font-size: $text-xs !default;
|
|
85
|
+
$dlg-description-content-font-size: $text-sm !default;
|
|
86
|
+
$dlg-category-content-font-weight: $font-weight-bold !default;
|
|
64
87
|
|
|
65
88
|
//End Insert dialogbox
|
|
66
89
|
//Ribbon
|
|
@@ -71,16 +94,16 @@ $align-ddb-ul-padding: 8px !default;
|
|
|
71
94
|
$align-ddb-item-padding: 0 7px !default;
|
|
72
95
|
$align-ddb-item-margin: 0 !default;
|
|
73
96
|
$ctrl-btn-padding: 16px !default;
|
|
74
|
-
$ribbon-btn-width: 30px !default;
|
|
75
|
-
$ribbon-btn-height: 30px !default;
|
|
76
|
-
$ribbon-btn-padding: 1.5px !default;
|
|
77
|
-
$bigger-ribbon-btn-height: 34px !default;
|
|
78
|
-
$bigger-ribbon-btn-padding: 6px !default;
|
|
97
|
+
$spreadsheet-ribbon-btn-width: 30px !default;
|
|
98
|
+
$spreadsheet-ribbon-btn-height: 30px !default;
|
|
99
|
+
$spreadsheet-ribbon-btn-padding: 1.5px !default;
|
|
100
|
+
$bigger-spreadsheet-ribbon-btn-height: 34px !default;
|
|
101
|
+
$bigger-spreadsheet-ribbon-btn-padding: 6px !default;
|
|
79
102
|
$cpicker-btn-width: 32px !default;
|
|
80
103
|
$bigger-cpicker-btn-width: 36px !default;
|
|
81
104
|
$menu-extension-padding: 12px !default;
|
|
82
|
-
$ribbon-item-hover-border-color: transparent !default;
|
|
83
|
-
$ribbon-item-active-border-color: transparent !default;
|
|
105
|
+
$spreadsheet-ribbon-item-hover-border-color: transparent !default;
|
|
106
|
+
$spreadsheet-ribbon-item-active-border-color: transparent !default;
|
|
84
107
|
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Comic Sans MS', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
85
108
|
$normal-btn-padding: 8px !default;
|
|
86
109
|
|
|
@@ -88,10 +111,16 @@ $normal-btn-padding: 8px !default;
|
|
|
88
111
|
//Sorting
|
|
89
112
|
$sort-error-bg-color: $danger-light;
|
|
90
113
|
$sort-error-font-color: $danger-bg-color;
|
|
114
|
+
$sort-dlg-listwrapper-text-font-size: $text-xs !default;
|
|
115
|
+
$sort-dlg-error-font-size: $text-xs !default;
|
|
91
116
|
|
|
92
117
|
//End Sorting
|
|
93
118
|
//Hyperlink
|
|
94
119
|
$hyper-doc-border-color: $border-light !default;
|
|
120
|
+
$hyperlink-dlg-header-content-font-size: $text-lg !default;
|
|
121
|
+
$hyperlink-dlg-content-header-font-size: $text-sm !default;
|
|
122
|
+
$hyperlink-dlg-content-text-font-size: $text-sm !default;
|
|
123
|
+
$link-dialog-tab-text-font-size: $text-sm !default;
|
|
95
124
|
|
|
96
125
|
//End Hyperlink
|
|
97
126
|
//Filtering
|
|
@@ -99,6 +128,9 @@ $filter-icon-margin-bottom: 0 !default;
|
|
|
99
128
|
$filter-icon-bigger-margin-bottom: 12px !default;
|
|
100
129
|
$filter-selectall-padding: 19px !default;
|
|
101
130
|
$filter-selectall-bigger-padding: 25px !default;
|
|
131
|
+
$filter-icon-font-size: $font-icon-14 !default;
|
|
132
|
+
$filter-icon-before-font-size: $font-icon-20 !default;
|
|
133
|
+
$bigger-filter-icon-font-size: $font-icon-22 !default;
|
|
102
134
|
|
|
103
135
|
//End Filtering
|
|
104
136
|
//Find And Replace
|
|
@@ -110,11 +142,30 @@ $bigger-find-tool-dlg-height: 50px !default;
|
|
|
110
142
|
$bigger-find-goto-dlg-height: 256px !default;
|
|
111
143
|
$find-popup-border-top-color: $border-light !default;
|
|
112
144
|
$find-popup-border-color: $border-light !default;
|
|
145
|
+
$find-dlg-alert-span-font-size: $text-xs !default;
|
|
146
|
+
$bigger-find-dlg-btn-font-size: $text-xs !default;
|
|
147
|
+
$find-dlg-header-font-weight: $font-weight-medium !default;
|
|
113
148
|
|
|
114
149
|
//End Find And Replace
|
|
115
150
|
//Protect Sheet
|
|
116
151
|
$protect-dlg-height: 470px !default;
|
|
117
|
-
$protect-dlg-width:
|
|
152
|
+
$protect-dlg-width: 289px !default;
|
|
153
|
+
$protect-sheet-dlg-password-header-font-size: $text-sm !default;
|
|
154
|
+
$unprotect-sheet-dlg-header-font-size: $text-lg !default;
|
|
155
|
+
$unprotectsheet-alert-span-font-size: $text-xs !default;
|
|
156
|
+
$unprotectsheet-content-header-font-size: $text-sm !default;
|
|
157
|
+
$reenterpwd-dlg-content-header-font-size: $text-lg !default;
|
|
158
|
+
$reenterpwd-dlg-alert-span-font-size: $text-xs !default;
|
|
159
|
+
$reenterpwd-dlg-content-header-font-size: $text-sm !default;
|
|
160
|
+
$protect-checkbox-label-font-size: $text-sm !default;
|
|
161
|
+
$protectworkbook-dlg-header-font-size: $text-lg !default;
|
|
162
|
+
$protectworkbook-dlg-alert-span-font-size: $text-xs !default;
|
|
163
|
+
$protectworkbook-dlg-content-header-font-size: $text-xs !default;
|
|
164
|
+
$unprotectworkbook-dlg-content-header-font-size: $text-sm !default;
|
|
165
|
+
$importprotectworkbook-dlg-content-header-font-size: $text-sm !default;
|
|
166
|
+
$protectworkbook-dlg-pwd-alert-span-font-size: $text-sm !default;
|
|
167
|
+
$protectworkbook-dlg-pwd-content-font-size: $text-sm !default;
|
|
168
|
+
$protect-content-font-size: $text-sm !default;
|
|
118
169
|
|
|
119
170
|
//End Protect Sheet
|
|
120
171
|
//Conditional Formatting
|
|
@@ -122,6 +173,8 @@ $ele-color: $content-bg-color-alt3;
|
|
|
122
173
|
$ele-hover-color: $content-bg-color-hover;
|
|
123
174
|
$dark-ele-color: $content-bg-color-alt2;
|
|
124
175
|
$dark-ele-hover-color: $content-bg-color-alt3;
|
|
176
|
+
$cf-dlg-content-font-weight: $font-weight-medium !default;
|
|
177
|
+
$cf-menu-icon-font-size: $font-icon-16 !default;
|
|
125
178
|
|
|
126
179
|
//End Conditional Formatting
|
|
127
180
|
//Formula selection
|
|
@@ -147,6 +200,7 @@ $expand-icon-color: $icon-color !default;
|
|
|
147
200
|
|
|
148
201
|
//File Name Dialog
|
|
149
202
|
$open-dlg-width: 360px !default;
|
|
203
|
+
$file-menu-extension-font-size: $text-sm !default;
|
|
150
204
|
|
|
151
205
|
//File Name Dialog
|
|
152
206
|
//chart icon color
|
|
@@ -154,5 +208,17 @@ $chart-icon-color: $primary-bg-color-hover !default;
|
|
|
154
208
|
|
|
155
209
|
//Data Validation
|
|
156
210
|
$bigger-validation-list-width: 26px !default;
|
|
211
|
+
$validation-dlg-content-header-font-size: $text-sm !default;
|
|
212
|
+
$validation-dlg-content-input-font-size: $text-sm !default;
|
|
213
|
+
$validation-dlg-error-font-size: $text-xs !default;
|
|
214
|
+
$validationerror-dlg-content-font-size: $text-sm !default;
|
|
157
215
|
|
|
158
216
|
//End Data Validation
|
|
217
|
+
//Chart
|
|
218
|
+
$title-dlg-content-header-font-size: $text-base !default;
|
|
219
|
+
$title-dlg-content-input-font-size: $text-sm !default;
|
|
220
|
+
$spreadsheet-switch-row-column-icon-font-size: $font-icon-18 !default;
|
|
221
|
+
$spreadsheet-addchart-icon-font-size: $font-icon-18 !default;
|
|
222
|
+
$spreadsheet-chart-icon-font-size: $font-icon-32 !default;
|
|
223
|
+
|
|
224
|
+
//End Chart
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
& .e-find-dlg .e-header {
|
|
15
|
-
font-weight:
|
|
15
|
+
font-weight: $find-dlg-header-font-weight;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
& .e-scrollbar {
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
|
|
156
156
|
&:hover:not(.e-active) {
|
|
157
157
|
background: $tbar-hover-bg;
|
|
158
|
-
border-color: $ribbon-item-hover-border-color;
|
|
158
|
+
border-color: $spreadsheet-ribbon-item-hover-border-color;
|
|
159
159
|
|
|
160
160
|
@if $skin-name == 'bootstrap4' {
|
|
161
161
|
color: $tbar-hover-font;
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
&.e-active {
|
|
180
180
|
@if $skin-name != 'highcontrast' {
|
|
181
181
|
background: $tbar-focus-bg;
|
|
182
|
-
border-color: $ribbon-item-active-border-color;
|
|
182
|
+
border-color: $spreadsheet-ribbon-item-active-border-color;
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
|
|
221
221
|
&:hover:not(.e-active) {
|
|
222
222
|
background: $tbar-hover-bg;
|
|
223
|
-
border-color: $ribbon-item-hover-border-color;
|
|
223
|
+
border-color: $spreadsheet-ribbon-item-hover-border-color;
|
|
224
224
|
|
|
225
225
|
@if $skin-name == 'bootstrap5' {
|
|
226
226
|
color: $tbar-active-icon-color;
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
&.e-active {
|
|
245
245
|
@if $skin-name != 'highcontrast' {
|
|
246
246
|
background: $tbar-focus-bg;
|
|
247
|
-
border-color: $ribbon-item-active-border-color;
|
|
247
|
+
border-color: $spreadsheet-ribbon-item-active-border-color;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
}
|
|
1339
1339
|
}
|
|
1340
1340
|
|
|
1341
|
-
.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
1341
|
+
.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
1342
1342
|
color: $tbar-default-icon-color;
|
|
1343
1343
|
}
|
|
1344
1344
|
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
}
|
|
266
266
|
.e-chart-menu .e-ul .e-menu-item .e-menu-icon,
|
|
267
267
|
.e-chart-type-menu .e-ul .e-menu-item .e-menu-icon {
|
|
268
|
-
font-size:
|
|
268
|
+
font-size: 32px;
|
|
269
269
|
margin-right: 10px;
|
|
270
270
|
}
|
|
271
271
|
.e-chart-menu .e-ul .e-menu-item .e-bar,
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
padding-top: 7px;
|
|
710
710
|
}
|
|
711
711
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-header {
|
|
712
|
-
font-size:
|
|
712
|
+
font-size: 18px;
|
|
713
713
|
line-height: 16px;
|
|
714
714
|
}
|
|
715
715
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
|
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
height: 300px;
|
|
773
773
|
}
|
|
774
774
|
.e-spreadsheet .e-protect-content {
|
|
775
|
-
font-size:
|
|
775
|
+
font-size: 14px;
|
|
776
776
|
height: 37px;
|
|
777
777
|
padding-top: 20px;
|
|
778
778
|
width: 100%;
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
font-size: 16px;
|
|
1506
1506
|
}
|
|
1507
1507
|
.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 {
|
|
1508
|
-
font-size:
|
|
1508
|
+
font-size: 32px !important; /* stylelint-disable-line declaration-no-important */
|
|
1509
1509
|
margin-right: 5px;
|
|
1510
1510
|
padding: 0 5px;
|
|
1511
1511
|
width: 30px;
|
|
@@ -1849,7 +1849,7 @@
|
|
|
1849
1849
|
.e-spreadsheet .e-datavalidation-dlg .e-footer-content .e-clearall-btn {
|
|
1850
1850
|
float: left;
|
|
1851
1851
|
}
|
|
1852
|
-
.e-spreadsheet .e-
|
|
1852
|
+
.e-spreadsheet .e-validation-error-dlg .e-dlg-content {
|
|
1853
1853
|
font-size: 14px;
|
|
1854
1854
|
line-height: 28px;
|
|
1855
1855
|
}
|
|
@@ -1885,11 +1885,6 @@
|
|
|
1885
1885
|
text-align: center;
|
|
1886
1886
|
width: 136px;
|
|
1887
1887
|
}
|
|
1888
|
-
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,
|
|
1889
|
-
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1890
|
-
font-size: 13px;
|
|
1891
|
-
line-height: 15px;
|
|
1892
|
-
}
|
|
1893
1888
|
.e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content,
|
|
1894
1889
|
.e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-content .e-link-dialog .e-content {
|
|
1895
1890
|
padding-top: 24px;
|
|
@@ -2055,7 +2050,7 @@
|
|
|
2055
2050
|
max-width: initial;
|
|
2056
2051
|
}
|
|
2057
2052
|
.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text {
|
|
2058
|
-
font-size:
|
|
2053
|
+
font-size: 12px;
|
|
2059
2054
|
max-width: 200px;
|
|
2060
2055
|
overflow: hidden;
|
|
2061
2056
|
text-align: right;
|
|
@@ -2138,17 +2133,17 @@
|
|
|
2138
2133
|
font-family: "Verdana";
|
|
2139
2134
|
}
|
|
2140
2135
|
.e-dropdown-popup.e-aggregate-list {
|
|
2141
|
-
font-size:
|
|
2136
|
+
font-size: 14px;
|
|
2142
2137
|
margin-left: auto;
|
|
2143
2138
|
}
|
|
2144
2139
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper {
|
|
2145
2140
|
border: 0;
|
|
2146
2141
|
}
|
|
2147
2142
|
.e-dropdown-popup.e-borders-ddb .e-menu-wrapper ul .e-menu-item .e-menu-icon {
|
|
2148
|
-
font-size:
|
|
2143
|
+
font-size: 14px;
|
|
2149
2144
|
}
|
|
2150
2145
|
.e-dropdown-popup.e-popup.e-aggregate-list ul {
|
|
2151
|
-
font-size:
|
|
2146
|
+
font-size: 14px;
|
|
2152
2147
|
}
|
|
2153
2148
|
|
|
2154
2149
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div {
|
|
@@ -2157,7 +2152,7 @@
|
|
|
2157
2152
|
width: 100%;
|
|
2158
2153
|
}
|
|
2159
2154
|
.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension {
|
|
2160
|
-
font-size:
|
|
2155
|
+
font-size: 14px;
|
|
2161
2156
|
margin-left: auto;
|
|
2162
2157
|
opacity: 0.7;
|
|
2163
2158
|
padding-left: 12px;
|
|
@@ -2503,7 +2498,7 @@
|
|
|
2503
2498
|
margin-top: 0;
|
|
2504
2499
|
}
|
|
2505
2500
|
.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list {
|
|
2506
|
-
font-size:
|
|
2501
|
+
font-size: 14px;
|
|
2507
2502
|
margin-left: auto;
|
|
2508
2503
|
}
|
|
2509
2504
|
.e-spreadsheet:not(.e-mobile-view) .e-ribbon {
|
|
@@ -2668,7 +2663,7 @@
|
|
|
2668
2663
|
}
|
|
2669
2664
|
.e-bigger .e-spreadsheet .e-find-dlg .e-footer-content .e-btn,
|
|
2670
2665
|
.e-bigger.e-spreadsheet .e-find-dlg .e-footer-content .e-btn {
|
|
2671
|
-
font-size:
|
|
2666
|
+
font-size: 12px;
|
|
2672
2667
|
margin-top: 6px;
|
|
2673
2668
|
}
|
|
2674
2669
|
.e-bigger .e-spreadsheet .e-findtool-dlg,
|
|
@@ -3854,7 +3849,7 @@
|
|
|
3854
3849
|
background-color: rgba(255, 255, 255, 0.1);
|
|
3855
3850
|
}
|
|
3856
3851
|
|
|
3857
|
-
.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3852
|
+
.e-spreadsheet .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
3858
3853
|
color: #f0f0f0;
|
|
3859
3854
|
}
|
|
3860
3855
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@import 'ej2-base/styles/bootstrap-dark-definition.scss';
|
|
2
|
-
@import '../ribbon/bootstrap-dark-definition.scss';
|
|
2
|
+
@import '../spreadsheet-ribbon/bootstrap-dark-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
5
5
|
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|