@syncfusion/ej2-angular-spreadsheet 23.2.4 → 23.2.5-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/@syncfusion/ej2-angular-spreadsheet.es5.js +989 -0
  2. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-spreadsheet.js +929 -0
  4. package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -0
  5. package/CHANGELOG.md +1487 -0
  6. package/dist/ej2-angular-spreadsheet.umd.js +1593 -0
  7. package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
  8. package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
  9. package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
  10. package/ej2-angular-spreadsheet.d.ts +5 -0
  11. package/ej2-angular-spreadsheet.metadata.json +1 -0
  12. package/package.json +14 -28
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/spreadsheet/cells.directive.d.ts +0 -5
  18. package/src/spreadsheet/chart.directive.d.ts +0 -5
  19. package/src/spreadsheet/columns.directive.d.ts +0 -5
  20. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
  21. package/src/spreadsheet/definednames.directive.d.ts +0 -5
  22. package/src/spreadsheet/image.directive.d.ts +0 -5
  23. package/src/spreadsheet/ranges.directive.d.ts +0 -5
  24. package/src/spreadsheet/rows.directive.d.ts +0 -5
  25. package/src/spreadsheet/sheets.directive.d.ts +0 -5
  26. package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
  27. package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
  28. package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
  29. package/styles/bootstrap-dark.css +8 -0
  30. package/styles/bootstrap.css +8 -0
  31. package/styles/bootstrap4.css +8 -0
  32. package/styles/bootstrap5-dark.css +8 -0
  33. package/styles/bootstrap5.css +8 -0
  34. package/styles/fabric-dark.css +8 -0
  35. package/styles/fabric.css +8 -0
  36. package/styles/fluent-dark.css +8 -0
  37. package/styles/fluent.css +8 -0
  38. package/styles/highcontrast-light.css +8 -0
  39. package/styles/highcontrast.css +8 -0
  40. package/styles/material-dark.css +8 -0
  41. package/styles/material.css +8 -0
  42. package/styles/material3-dark.css +63 -0
  43. package/styles/material3-dark.scss +0 -1
  44. package/styles/material3.css +119 -0
  45. package/styles/material3.scss +0 -1
  46. package/styles/spreadsheet/bootstrap-dark.css +8 -0
  47. package/styles/spreadsheet/bootstrap-dark.scss +1 -23
  48. package/styles/spreadsheet/bootstrap.css +8 -0
  49. package/styles/spreadsheet/bootstrap.scss +1 -23
  50. package/styles/spreadsheet/bootstrap4.css +8 -0
  51. package/styles/spreadsheet/bootstrap4.scss +1 -23
  52. package/styles/spreadsheet/bootstrap5-dark.css +8 -0
  53. package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
  54. package/styles/spreadsheet/bootstrap5.css +8 -0
  55. package/styles/spreadsheet/bootstrap5.scss +1 -23
  56. package/styles/spreadsheet/fabric-dark.css +8 -0
  57. package/styles/spreadsheet/fabric-dark.scss +1 -23
  58. package/styles/spreadsheet/fabric.css +8 -0
  59. package/styles/spreadsheet/fabric.scss +1 -23
  60. package/styles/spreadsheet/fluent-dark.css +8 -0
  61. package/styles/spreadsheet/fluent-dark.scss +1 -22
  62. package/styles/spreadsheet/fluent.css +8 -0
  63. package/styles/spreadsheet/fluent.scss +1 -23
  64. package/styles/spreadsheet/highcontrast-light.css +8 -0
  65. package/styles/spreadsheet/highcontrast-light.scss +1 -22
  66. package/styles/spreadsheet/highcontrast.css +8 -0
  67. package/styles/spreadsheet/highcontrast.scss +1 -23
  68. package/styles/spreadsheet/material-dark.css +8 -0
  69. package/styles/spreadsheet/material-dark.scss +1 -23
  70. package/styles/spreadsheet/material.css +8 -0
  71. package/styles/spreadsheet/material.scss +1 -23
  72. package/styles/spreadsheet/material3-dark.css +8 -0
  73. package/styles/spreadsheet/material3-dark.scss +1 -22
  74. package/styles/spreadsheet/material3.css +8 -0
  75. package/styles/spreadsheet/material3.scss +1 -23
  76. package/styles/spreadsheet/tailwind-dark.css +8 -0
  77. package/styles/spreadsheet/tailwind-dark.scss +1 -22
  78. package/styles/spreadsheet/tailwind.css +8 -0
  79. package/styles/spreadsheet/tailwind.scss +1 -23
  80. package/styles/spreadsheet-ribbon/bootstrap-dark.scss +1 -4
  81. package/styles/spreadsheet-ribbon/bootstrap.scss +1 -4
  82. package/styles/spreadsheet-ribbon/bootstrap4.scss +1 -4
  83. package/styles/spreadsheet-ribbon/bootstrap5-dark.scss +1 -4
  84. package/styles/spreadsheet-ribbon/bootstrap5.scss +1 -4
  85. package/styles/spreadsheet-ribbon/fabric-dark.scss +1 -4
  86. package/styles/spreadsheet-ribbon/fabric.scss +1 -4
  87. package/styles/spreadsheet-ribbon/fluent-dark.scss +1 -4
  88. package/styles/spreadsheet-ribbon/fluent.scss +1 -4
  89. package/styles/spreadsheet-ribbon/highcontrast-light.scss +1 -3
  90. package/styles/spreadsheet-ribbon/highcontrast.scss +1 -4
  91. package/styles/spreadsheet-ribbon/material-dark.scss +1 -4
  92. package/styles/spreadsheet-ribbon/material.scss +1 -4
  93. package/styles/spreadsheet-ribbon/material3-dark.scss +1 -4
  94. package/styles/spreadsheet-ribbon/material3.scss +1 -4
  95. package/styles/spreadsheet-ribbon/tailwind-dark.scss +1 -4
  96. package/styles/spreadsheet-ribbon/tailwind.scss +1 -4
  97. package/styles/tailwind-dark.css +8 -0
  98. package/styles/tailwind.css +8 -0
  99. package/esm2020/public_api.mjs +0 -3
  100. package/esm2020/src/index.mjs +0 -14
  101. package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
  102. package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
  103. package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
  104. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
  105. package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
  106. package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
  107. package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
  108. package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
  109. package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
  110. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
  111. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
  112. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
  113. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
  114. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  115. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  116. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  117. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  118. package/styles/spreadsheet/_all.scss +0 -2
  119. package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -223
  120. package/styles/spreadsheet/_bootstrap-definition.scss +0 -222
  121. package/styles/spreadsheet/_bootstrap4-definition.scss +0 -221
  122. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
  123. package/styles/spreadsheet/_bootstrap5-definition.scss +0 -226
  124. package/styles/spreadsheet/_fabric-dark-definition.scss +0 -222
  125. package/styles/spreadsheet/_fabric-definition.scss +0 -223
  126. package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
  127. package/styles/spreadsheet/_fluent-definition.scss +0 -225
  128. package/styles/spreadsheet/_fusionnew-definition.scss +0 -171
  129. package/styles/spreadsheet/_highcontrast-definition.scss +0 -221
  130. package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -220
  131. package/styles/spreadsheet/_layout.scss +0 -3892
  132. package/styles/spreadsheet/_material-dark-definition.scss +0 -223
  133. package/styles/spreadsheet/_material-definition.scss +0 -221
  134. package/styles/spreadsheet/_material3-dark-definition.scss +0 -1
  135. package/styles/spreadsheet/_material3-definition.scss +0 -246
  136. package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
  137. package/styles/spreadsheet/_tailwind-definition.scss +0 -231
  138. package/styles/spreadsheet/_theme.scss +0 -1654
  139. package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -1008
  140. package/styles/spreadsheet/icons/_bootstrap.scss +0 -1008
  141. package/styles/spreadsheet/icons/_bootstrap4.scss +0 -1012
  142. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
  143. package/styles/spreadsheet/icons/_bootstrap5.scss +0 -1014
  144. package/styles/spreadsheet/icons/_fabric-dark.scss +0 -1008
  145. package/styles/spreadsheet/icons/_fabric.scss +0 -1012
  146. package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
  147. package/styles/spreadsheet/icons/_fluent.scss +0 -1014
  148. package/styles/spreadsheet/icons/_fusionnew.scss +0 -1014
  149. package/styles/spreadsheet/icons/_highcontrast.scss +0 -1008
  150. package/styles/spreadsheet/icons/_material-dark.scss +0 -1011
  151. package/styles/spreadsheet/icons/_material.scss +0 -1013
  152. package/styles/spreadsheet/icons/_material3-dark.scss +0 -1
  153. package/styles/spreadsheet/icons/_material3.scss +0 -1020
  154. package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -1014
  155. package/styles/spreadsheet/icons/_tailwind.scss +0 -1014
  156. package/styles/spreadsheet-ribbon/_all.scss +0 -2
  157. package/styles/spreadsheet-ribbon/_bootstrap-dark-definition.scss +0 -15
  158. package/styles/spreadsheet-ribbon/_bootstrap-definition.scss +0 -14
  159. package/styles/spreadsheet-ribbon/_bootstrap4-definition.scss +0 -14
  160. package/styles/spreadsheet-ribbon/_bootstrap5-dark-definition.scss +0 -1
  161. package/styles/spreadsheet-ribbon/_bootstrap5-definition.scss +0 -16
  162. package/styles/spreadsheet-ribbon/_fabric-dark-definition.scss +0 -18
  163. package/styles/spreadsheet-ribbon/_fabric-definition.scss +0 -18
  164. package/styles/spreadsheet-ribbon/_fluent-dark-definition.scss +0 -1
  165. package/styles/spreadsheet-ribbon/_fluent-definition.scss +0 -16
  166. package/styles/spreadsheet-ribbon/_fusionnew-definition.scss +0 -15
  167. package/styles/spreadsheet-ribbon/_highcontrast-definition.scss +0 -16
  168. package/styles/spreadsheet-ribbon/_highcontrast-light-definition.scss +0 -14
  169. package/styles/spreadsheet-ribbon/_layout.scss +0 -299
  170. package/styles/spreadsheet-ribbon/_material-dark-definition.scss +0 -17
  171. package/styles/spreadsheet-ribbon/_material-definition.scss +0 -14
  172. package/styles/spreadsheet-ribbon/_material3-dark-definition.scss +0 -1
  173. package/styles/spreadsheet-ribbon/_material3-definition.scss +0 -21
  174. package/styles/spreadsheet-ribbon/_mixin.scss +0 -140
  175. package/styles/spreadsheet-ribbon/_tailwind-dark-definition.scss +0 -1
  176. package/styles/spreadsheet-ribbon/_tailwind-definition.scss +0 -15
  177. package/styles/spreadsheet-ribbon/_theme.scss +0 -173
  178. package/styles/spreadsheet-ribbon/icons/_bootstrap-dark.scss +0 -15
  179. package/styles/spreadsheet-ribbon/icons/_bootstrap.scss +0 -15
  180. package/styles/spreadsheet-ribbon/icons/_bootstrap4.scss +0 -9
  181. package/styles/spreadsheet-ribbon/icons/_bootstrap5-dark.scss +0 -1
  182. package/styles/spreadsheet-ribbon/icons/_bootstrap5.scss +0 -15
  183. package/styles/spreadsheet-ribbon/icons/_fabric-dark.scss +0 -9
  184. package/styles/spreadsheet-ribbon/icons/_fabric.scss +0 -9
  185. package/styles/spreadsheet-ribbon/icons/_fluent-dark.scss +0 -1
  186. package/styles/spreadsheet-ribbon/icons/_fluent.scss +0 -15
  187. package/styles/spreadsheet-ribbon/icons/_fusionnew.scss +0 -15
  188. package/styles/spreadsheet-ribbon/icons/_highcontrast.scss +0 -9
  189. package/styles/spreadsheet-ribbon/icons/_material-dark.scss +0 -15
  190. package/styles/spreadsheet-ribbon/icons/_material.scss +0 -15
  191. package/styles/spreadsheet-ribbon/icons/_material3-dark.scss +0 -1
  192. package/styles/spreadsheet-ribbon/icons/_material3.scss +0 -15
  193. package/styles/spreadsheet-ribbon/icons/_tailwind-dark.scss +0 -15
  194. package/styles/spreadsheet-ribbon/icons/_tailwind.scss +0 -15
  195. package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
@@ -1,3892 +0,0 @@
1
- @import '../spreadsheet-ribbon/mixin.scss';
2
- @include export-module('spreadsheet-layout') {
3
-
4
- /*! spreadsheet layout */
5
- .e-spreadsheet {
6
- display: block;
7
- user-select: none;
8
-
9
- & .e-delete-sheet-dlg.e-dialog {
10
- @if $skin-name == 'FluentUI' {
11
- height: 211px !important; /* stylelint-disable-line declaration-no-important */
12
- }
13
- }
14
-
15
- & .e-protect-dlg.e-dialog {
16
- @if $skin-name != 'Material3' {
17
- height: $protect-dlg-height;
18
- }
19
- width: $protect-dlg-width;
20
-
21
- & .e-sheet-password-content {
22
- font-size: $protect-sheet-dlg-password-header-font-size;
23
-
24
- @if $sheet-skin == 'Material3' {
25
- padding: 4px 0 16px;
26
- }
27
- & .e-header {
28
- @if $sheet-skin != 'Material3' {
29
- line-height: 28px;
30
- margin-bottom: 4px;
31
- }
32
- }
33
- }
34
- }
35
-
36
- & .e-custom-format-dlg.e-dialog {
37
- @if $sheet-skin != 'material' and $sheet-skin != 'Material3' {
38
- height: 510px !important; /* stylelint-disable-line declaration-no-important */
39
- width: 530px !important; /* stylelint-disable-line declaration-no-important */
40
- }
41
-
42
- & .e-footer-content {
43
- padding: 0;
44
- }
45
-
46
- & .e-dlg-content {
47
- display: inline-table;
48
- @if $sheet-skin != 'Material3' {
49
- padding-top: 3px;
50
- }
51
- }
52
- }
53
-
54
- @if $sheet-skin == 'FluentUI' {
55
- display: inline;
56
- }
57
-
58
- & .e-unprotectworksheet-dlg.e-dialog {
59
- & .e-dlg-content {
60
- & .e-unprotectsheetpwd-alert-span {
61
- color: $dlg-error-color;
62
- font-size: $unprotectsheet-alert-span-font-size;
63
- padding-top: 7px;
64
- @if $sheet-skin == 'Material3' {
65
- display: block;
66
- padding-top: 4px;
67
- }
68
- }
69
-
70
- & .e-unprotectsheetpwd-content {
71
- & .e-header {
72
- font-size: $unprotectsheet-content-header-font-size;
73
- line-height: 16px;
74
- @if $sheet-skin == 'Material3' {
75
- padding-top: 4px;
76
- }
77
- }
78
-
79
- & .e-input {
80
- @if $sheet-skin != 'Material3' {
81
- margin-top: 10px;
82
- }
83
- }
84
- }
85
- }
86
- }
87
-
88
- & .e-reenterpwd-dlg.e-dialog {
89
- & .e-dlg-content {
90
- & .e-reenterpwd-alert-span {
91
- color: $dlg-error-color;
92
- font-size: $reenterpwd-dlg-alert-span-font-size;
93
- padding-top: 7px;
94
- @if $sheet-skin == 'Material3' {
95
- display: block;
96
- padding-top: 4px;
97
- }
98
- }
99
-
100
- & .e-reenterpwd-content {
101
- & .e-header {
102
- font-size: $reenterpwd-dlg-content-header-font-size;
103
- line-height: 16px;
104
- @if $sheet-skin == 'Material3' {
105
- padding-top: 4px;
106
- }
107
- }
108
-
109
- & .e-input {
110
- @if $sheet-skin != 'Material3' {
111
- margin-top: 10px;
112
- }
113
- }
114
- }
115
- }
116
- }
117
-
118
- & .e-goto-dlg.e-dialog {
119
- height: auto;
120
-
121
- & .e-dlg-content .e-goto-alert-span {
122
- font-weight: bold;
123
- padding-top: 7px;
124
- }
125
- }
126
-
127
- & .e-findnreplace-exactmatchcheckbox {
128
- padding: 12px;
129
- }
130
-
131
- &.e-filter-open {
132
- position: relative;
133
- }
134
-
135
- & .e-findtool-dlg {
136
- border: 1px solid;
137
- @if $sheet-skin != 'Material3' {
138
- height: $find-tool-dlg-height;
139
- }
140
- width: $find-tool-dlg-width;
141
-
142
- &.e-rtl .e-find-toolbar {
143
- & .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
144
- @if $sheet-skin == 'Material3' {
145
- margin-left: 0;
146
- margin-right: 16px;
147
- }
148
- }
149
-
150
- & .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child {
151
- @if $sheet-skin == 'Material3' {
152
- margin-left: 16px;
153
- margin-right: 0;
154
- }
155
- }
156
- }
157
-
158
- & .e-dlg-content {
159
- padding: 0%;
160
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
161
- border-radius: 5px;
162
- }
163
- @else if $sheet-skin == 'Material3' {
164
- border-radius: 8px;
165
- }
166
-
167
- @if $skin-name == 'FluentUI' {
168
- margin-bottom: $bigger-find-tool-margin-bottom;
169
- }
170
-
171
- & .e-input-group {
172
- width: 170px;
173
- @if $sheet-skin == 'Material3' {
174
- background: $sheet-tab-active-bg-color;
175
- }
176
- & .e-input-group-icon {
177
- @if $sheet-skin == 'Material3' {
178
- font-size: $find-tool-dlg-icon-size;
179
- }
180
- width: 70px;
181
- }
182
- }
183
- }
184
- }
185
-
186
- & .e-center-align {
187
- text-align: center;
188
- }
189
-
190
- & .e-protect-option-list {
191
- border: $dlg-list-border;
192
- cursor: default;
193
- margin-top: 20px;
194
- overflow-y: auto;
195
-
196
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
197
- margin-top: 10px;
198
- }
199
- @if $sheet-skin == 'Material3' {
200
- margin-top: 0;
201
- }
202
- }
203
-
204
- & .e-protect-checkbox {
205
- @if $sheet-skin != 'Material3' {
206
- height: 30px;
207
- margin-top: 20px;
208
- }
209
-
210
- & .e-label {
211
- @if $sheet-skin != 'Material3' {
212
- font-size: $protect-checkbox-label-font-size;
213
- }
214
- }
215
- }
216
-
217
- & .e-dlg-content .e-custom-dialog {
218
- & .e-input.e-dialog-input {
219
- float: left;
220
- width: 80%;
221
- @if $sheet-skin == 'bootstrap5' {
222
- margin-right: 4.8%;
223
- }
224
- @else if $sheet-skin == 'FluentUI' {
225
- margin-right: 6.8%;
226
- }
227
- @else if $sheet-skin == 'Material3' {
228
- margin-right: 24px;
229
- width: 74%;
230
- }
231
- @else {
232
- margin-right: 2.8%;
233
- }
234
- }
235
- }
236
-
237
- & .e-dlg-content .e-custom-dialog .e-custom-sample {
238
- margin: 10px 10px 10px 0;
239
- @if $sheet-skin == 'Material3' {
240
- font-size: $find-dialog-header-font-size;
241
- margin: 20px 0 4px;
242
- }
243
- }
244
-
245
- & .e-dlg-content .e-custom-dialog .e-custom-listview {
246
- @if $sheet-skin != 'Material3' {
247
- border: 1px solid $custom-listview-color;
248
- border-radius: 3px;
249
- }
250
- height: 300px;
251
- }
252
-
253
- & .e-protect-content {
254
- font-size: $protect-content-font-size;
255
- height: 37px;
256
- padding-top: 20px;
257
- width: 100%;
258
- @if $sheet-skin == 'Material3' {
259
- height: auto;
260
- padding: 20px 0 4px;
261
- }
262
- }
263
-
264
- & .e-formula-bar-panel {
265
- align-items: center;
266
- border: $spreadsheet-border;
267
- display: flex;
268
- width: 100%;
269
-
270
- & .e-btn.e-css.e-insert-function,
271
- & .e-btn.e-css.e-formula-submit {
272
- border: 0;
273
- border-radius: 0;
274
- padding-bottom: 0;
275
- padding-top: 0;
276
- vertical-align: top;
277
-
278
- & .e-btn-icon {
279
- font-size: $formula-submit-btn-icon-font-size;
280
- margin-top: 0;
281
- vertical-align: top;
282
- }
283
-
284
- &.e-btn:focus {
285
- box-shadow: none;
286
- outline: 0;
287
- }
288
- }
289
-
290
- & .e-name-box {
291
- align-self: flex-start;
292
- border: 0;
293
- margin-bottom: 0;
294
- vertical-align: top;
295
-
296
- & .e-clear-icon {
297
- display: none;
298
- }
299
-
300
- &.e-input-group.e-input-focus.e-control-wrapper.e-ddl {
301
- border: 0;
302
- z-index: 1;
303
-
304
- &::after,
305
- &::before {
306
- height: 0;
307
- }
308
- }
309
-
310
- &.e-input-group.e-control-wrapper.e-ddl.e-name-box {
311
- width: $name-box-width;
312
-
313
- & input.e-input {
314
- height: $define-name-input-height;
315
- min-height: 15px;
316
- padding: $define-name-input-padding;
317
- }
318
-
319
- @if $skin-name != 'bootstrap4' {
320
- & .e-input-group-icon {
321
- font-size: $namebox-icon-size;
322
- @if $skin-name == 'Material3' {
323
- margin-right: 5px;
324
- }
325
- }
326
- }
327
- }
328
-
329
- &.e-input-group.e-control-wrapper.e-name-box .e-input-group-icon {
330
- border-left-width: 0;
331
- min-height: 15px;
332
- @if $skin-name == 'Material3' {
333
- min-height: 14px;
334
- min-width: 14px;
335
- }
336
-
337
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
338
- font-size: $name-box-icon-font-size;
339
- }
340
- }
341
- }
342
-
343
- & .e-separator {
344
- border-left-style: solid;
345
- border-left-width: 1px;
346
- height: 12px;
347
- width: 1px;
348
- }
349
-
350
- & .e-formula-bar {
351
- border: 0;
352
- font-size: $formula-bar-font-size;
353
- overflow: auto;
354
- padding: 0 4px;
355
- @if $skin-name == 'Material3' {
356
- padding: 0 8px;
357
- }
358
- resize: none;
359
- }
360
-
361
- & .e-drop-icon {
362
- align-self: flex-start;
363
- cursor: pointer;
364
- float: right;
365
- line-height: 23px;
366
- margin-right: $expand-icon-margin;
367
- text-align: center;
368
- transition: transform 300ms ease;
369
- width: 18px;
370
-
371
- @if $skin-name != 'bootstrap4' {
372
- font-size: $formula-bar-drop-icon-font-size;
373
- }
374
-
375
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
376
- font-size: $formula-bar-drop-icon-font-size;
377
- line-height: 25px;
378
- }
379
- }
380
- }
381
-
382
- &.e-hide-row-header {
383
- & .e-row-header,
384
- & .e-selectall-container {
385
- display: none;
386
- }
387
-
388
- & .e-column-header,
389
- & .e-sheet-content {
390
- width: 100% !important; /* stylelint-disable-line declaration-no-important */
391
- }
392
- }
393
-
394
- &.e-hide-column-header {
395
- & .e-header-panel {
396
- display: none;
397
- }
398
-
399
- & .e-main-panel {
400
- height: 100%;
401
- }
402
- }
403
-
404
- & .e-sheet {
405
- height: 100%;
406
- overflow: hidden;
407
- position: relative;
408
-
409
- &:not(.e-frozen-rows) {
410
- display: flex;
411
- flex-direction: column;
412
- }
413
-
414
- & .e-virtualable {
415
- will-change: transform;
416
- z-index: 1;
417
- }
418
-
419
- & .e-spreadsheet-edit {
420
- border: 0;
421
- cursor: text;
422
- display: none;
423
- font-family: 'Calibri';
424
- font-size: 11pt;
425
- height: auto;
426
- line-height: normal;
427
- outline: none;
428
- overflow-wrap: break-word;
429
- position: absolute;
430
- user-select: text;
431
- vertical-align: bottom;
432
- white-space: pre-wrap;
433
- z-index: 2;
434
- padding: 0 1px;
435
-
436
- &.e-right-align {
437
- text-align: right;
438
- @if $skin-name == 'Material3' {
439
- padding: 0 1.2px;
440
- }
441
- }
442
- }
443
-
444
- & .e-scrollbar {
445
- border-top: $spreadsheet-border;
446
- position: relative;
447
- z-index: 4;
448
-
449
- & .e-scroller {
450
- height: 100%;
451
- overflow-x: scroll;
452
- position: absolute;
453
-
454
- & .e-virtualtrack {
455
- height: 1px;
456
- }
457
- }
458
- }
459
- }
460
-
461
- & .e-ss-focus-edit {
462
- clip: rect(1px, 1px, 1px, 1px);
463
- height: 1px;
464
- overflow: hidden;
465
- position: absolute;
466
- top: 0;
467
- width: 1px;
468
- }
469
-
470
- & .e-ss-atc {
471
- display: none;
472
- }
473
-
474
- & .e-main-panel {
475
- height: calc(100% - 31px);
476
- overflow: hidden;
477
- position: relative;
478
-
479
- & .e-ss-chart-overlay {
480
- border: 1px solid $ele-color;
481
- }
482
-
483
- & .e-virtualable {
484
- position: absolute;
485
- }
486
-
487
- & .e-virtualtrack {
488
- position: relative;
489
- }
490
- }
491
-
492
- & .e-excelfilter {
493
- & .e-spreadsheet-ftrchk {
494
- padding-left: $filter-selectall-padding;
495
-
496
- & .e-chk-hidden {
497
- margin: 3px 3px 3px 4px;
498
- }
499
-
500
- & .e-checkboxfiltertext {
501
- width: auto;
502
- }
503
- }
504
-
505
- &.e-rtl .e-spreadsheet-ftrchk {
506
- padding-left: 0;
507
- padding-right: $filter-selectall-padding;
508
- }
509
- }
510
-
511
- & .e-checkboxtree {
512
- ul {
513
- padding-left: 0;
514
- }
515
-
516
- &.e-rtl ul {
517
- padding-right: 0;
518
- }
519
- }
520
-
521
- & .e-table {
522
- border: 0 none;
523
- border-collapse: separate;
524
- border-spacing: 0;
525
- cursor: cell;
526
- table-layout: fixed;
527
- width: 100%;
528
-
529
- & tr {
530
- line-height: normal;
531
-
532
- & .e-cell,
533
- & .e-header-cell,
534
- & .e-select-all-cell {
535
- border-style: solid;
536
- border-width: 0 1px 1px 0;
537
- line-height: inherit;
538
- overflow: hidden;
539
- }
540
-
541
- & .e-cell {
542
- font-family: 'Calibri';
543
- font-size: 11pt;
544
- padding: $content-cell-padding;
545
- position: relative;
546
- text-align: left;
547
- vertical-align: bottom;
548
- white-space: pre;
549
-
550
- &.e-right-align {
551
- text-align: right;
552
- }
553
-
554
- & .e-hyperlink {
555
- cursor: pointer;
556
- }
557
-
558
- & .e-hyperlink-style {
559
- color: inherit;
560
- text-decoration: underline;
561
- }
562
-
563
- &.e-alt-unwrap {
564
- white-space: nowrap;
565
- }
566
-
567
- &.e-ie-wrap {
568
- word-break: break-all;
569
- }
570
-
571
- &.e-wraptext {
572
- overflow-wrap: break-word;
573
- white-space: pre-wrap;
574
-
575
- .e-wrap-content {
576
- bottom: 0;
577
- left: 0;
578
- line-height: initial;
579
- padding-left: 2px;
580
- padding-right: 2px;
581
- position: absolute;
582
- text-decoration: inherit;
583
- width: 100%;
584
- }
585
-
586
- &[style *= 'vertical-align: top;'] {
587
- .e-wrap-content {
588
- top: 0;
589
- }
590
- }
591
-
592
- &[style *= 'vertical-align: middle;'] {
593
- .e-wrap-content {
594
- bottom: initial;
595
- transform: translateY(-50%);
596
- }
597
- }
598
- }
599
-
600
- & .e-cf-databar {
601
- position: relative;
602
- z-index: 1;
603
-
604
- .e-databar {
605
- margin-top: 1px;
606
- position: absolute;
607
- z-index: -1;
608
- }
609
- }
610
-
611
- .e-iconsetspan {
612
- float: left;
613
- height: 15px;
614
- position: relative;
615
- vertical-align: bottom;
616
- width: 15px;
617
- z-index: 2;
618
- }
619
- }
620
-
621
- & .e-header-cell {
622
- font-size: $header-cell-font-size;
623
- font-weight: $header-cell-font-weight;
624
- letter-spacing: 0;
625
- text-align: center;
626
- }
627
- }
628
- }
629
-
630
- & .e-select-all-cell {
631
- border-style: solid;
632
- border-width: 0 1px 1px 0;
633
- padding: 1px;
634
-
635
- & .e-selectall {
636
- border-style: solid;
637
- border-width: $select-all-size * .5;
638
- cursor: cell;
639
- float: right;
640
- height: $select-all-size;
641
- padding: 0;
642
- width: $select-all-size;
643
- }
644
- }
645
-
646
- & .e-row-header .e-table .e-header-cell {
647
- padding-bottom: 2px;
648
- vertical-align: bottom;
649
- }
650
-
651
- & .e-column-header .e-table .e-header-cell {
652
- padding: 1px 0 0 1px;
653
- vertical-align: middle;
654
- }
655
-
656
- & .e-row-header .e-table {
657
- .e-zero .e-header-cell,
658
- .e-zero-start .e-header-cell,
659
- .e-zero-end .e-header-cell {
660
- border-bottom-width: 0;
661
- padding-bottom: 0;
662
- padding-top: 0;
663
- vertical-align: bottom;
664
- }
665
- }
666
-
667
- & .e-row-header .e-table {
668
- .e-reach-fntsize .e-header-cell {
669
- padding-bottom: 0;
670
- padding-top: 0;
671
- vertical-align: bottom;
672
- }
673
- }
674
-
675
- & .e-row-header .e-table .e-zero-last .e-header-cell {
676
- border-bottom-width: 1px;
677
- }
678
-
679
- & .e-sheet-content .e-table {
680
- .e-zero .e-cell,
681
- .e-zero-start .e-cell,
682
- .e-zero-end .e-cell {
683
- border-bottom-width: 0;
684
- }
685
- }
686
-
687
- & .e-sheet .e-ss-overlay {
688
- background-position: 0 0;
689
- background-repeat: no-repeat;
690
- background-size: 100% 100%;
691
- left: 0;
692
- position: absolute;
693
- top: 0;
694
- z-index: 3;
695
- }
696
-
697
- & .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
698
- background-color: $selection-border-color;
699
- cursor: ns-resize;
700
- position: absolute;
701
- right: 50%;
702
- top: 0;
703
- transform: translate(-50%, -50%);
704
- }
705
-
706
- & .e-sheet .e-ss-overlay-active .e-ss-overlay-r {
707
- background-color: $selection-border-color;
708
- cursor: ew-resize;
709
- position: absolute;
710
- right: -8px;
711
- top: 50%;
712
- transform: translate(-50%, -50%);
713
- }
714
-
715
- & .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
716
- background-color: $selection-border-color;
717
- cursor: ns-resize;
718
- position: absolute;
719
- right: 50%;
720
- top: 100%;
721
- transform: translate(-50%, -50%);
722
- }
723
-
724
- & .e-sheet .e-datavisualization-chart.e-ss-overlay {
725
- border: 1px solid $find-popup-border-color;
726
- @if $skin-name == 'FluentUI' or $skin-name == 'tailwind' {
727
- background-color: $white;
728
- }
729
- }
730
-
731
- & .e-sheet .e-ss-overlay.e-ss-overlay-active {
732
- border: 1px solid $selection-border-color;
733
- cursor: move;
734
- }
735
-
736
- & .e-sheet .e-ss-overlay-active .e-ss-overlay-l {
737
- background-color: $selection-border-color;
738
- cursor: ew-resize;
739
- position: absolute;
740
- top: 50%;
741
- transform: translate(-50%, -50%);
742
- }
743
-
744
- & .e-sheet-panel.e-rtl .e-ss-overlay-active .e-ss-overlay-l {
745
- left: 0;
746
- }
747
-
748
- & .e-header-panel .e-table tr .e-header-cell.e-colresize {
749
- cursor: col-resize;
750
- }
751
-
752
- & .e-row-header .e-table tr .e-header-cell.e-rowresize,
753
- & .e-selectall-container .e-table .e-row .e-header-cell.e-rowresize {
754
- cursor: row-resize;
755
- }
756
-
757
- & .e-sheet {
758
- border: $spreadsheet-border;
759
-
760
- &.e-hide-headers {
761
- &:not(.e-frozen-rows) .e-main-panel {
762
- height: 100%;
763
- }
764
-
765
- &.e-frozen-rows:not(.e-frozen-columns) {
766
- & .e-selectall-container,
767
- & .e-row-header {
768
- display: none;
769
- }
770
- }
771
-
772
- &.e-frozen-columns:not(.e-frozen-rows) {
773
- & .e-selectall-container,
774
- & .e-column-header {
775
- display: none;
776
- }
777
- }
778
-
779
- &:not(.e-frozen-rows):not(.e-frozen-columns) {
780
- & .e-selectall-container,
781
- & .e-column-header,
782
- & .e-row-header {
783
- display: none;
784
- }
785
- }
786
-
787
- & .e-select-all-cell,
788
- & .e-header-cell,
789
- & .e-header-row,
790
- & .e-row-header colgroup col:first-child,
791
- & .e-selectall-container colgroup col:first-child {
792
- display: none;
793
- }
794
-
795
- & .e-sheet-content {
796
- width: 100%;
797
- }
798
- }
799
-
800
- &.e-mac-safari {
801
- & .e-main-panel::-webkit-scrollbar {
802
- width: 7px;
803
- }
804
-
805
- & .e-scroller::-webkit-scrollbar {
806
- height: 7px;
807
- }
808
-
809
- // Safari with Mac OS
810
- & .e-main-panel::-webkit-scrollbar-thumb,
811
- & .e-scroller::-webkit-scrollbar-thumb {
812
- background-color: $mac-scrollbar-background;
813
- border-radius: 4px;
814
- }
815
- }
816
- }
817
-
818
- & .e-header-panel {
819
- position: relative;
820
- }
821
-
822
- .e-sheet-content {
823
- overflow: hidden;
824
- position: absolute;
825
- top: 0;
826
- }
827
-
828
- & .e-row-header {
829
- position: relative;
830
-
831
- & .e-table tr {
832
- &.e-hide-start .e-header-cell::after,
833
- &.e-hide-end .e-header-cell::before {
834
- content: '';
835
- left: 0;
836
- position: absolute;
837
- width: 100%;
838
- }
839
-
840
- &.e-hide-start .e-header-cell {
841
- border-bottom-color: transparent;
842
- position: relative;
843
-
844
- &::after {
845
- border-top: $spreadsheet-border;
846
- @if $skin-name == 'Material3' {
847
- border-top: $spreadsheet-hidden-row-column-border;
848
- }
849
- bottom: .5px;
850
- }
851
- }
852
-
853
- &.e-hide-end .e-header-cell {
854
- position: relative;
855
-
856
- &::before {
857
- border-bottom: $spreadsheet-border;
858
- @if $skin-name == 'Material3' {
859
- border-bottom: $spreadsheet-hidden-row-column-border;
860
- }
861
- top: .5px;
862
- }
863
- }
864
- }
865
- }
866
-
867
- & .e-column-header {
868
- border-style: solid;
869
- border-width: 0;
870
- overflow: hidden;
871
- position: absolute;
872
- top: 0;
873
-
874
- & .e-table th {
875
- &.e-header-cell.e-hide-start::after,
876
- &.e-header-cell.e-hide-end::before {
877
- bottom: 0;
878
- content: '';
879
- height: inherit;
880
- position: absolute;
881
- top: 0;
882
- }
883
-
884
- &.e-header-cell.e-hide-start {
885
- border-right-color: transparent;
886
- height: inherit;
887
- position: relative;
888
-
889
- &::after {
890
- border-right: $spreadsheet-border;
891
- @if $skin-name == 'Material3' {
892
- border-right: $spreadsheet-hidden-row-column-border;
893
- }
894
- right: .5px;
895
- }
896
- }
897
-
898
- &.e-hide-end.e-header-cell {
899
- height: inherit;
900
- position: relative;
901
-
902
- &::before {
903
- border-left: $spreadsheet-border;
904
- @if $skin-name == 'Material3' {
905
- border-left: $spreadsheet-hidden-row-column-border;
906
- }
907
- left: .5px;
908
- }
909
- }
910
- }
911
- }
912
-
913
- & .e-sheet .e-datavisualization-chart .e-control.e-chart {
914
- height: 100%;
915
- position: initial !important; /* stylelint-disable-line declaration-no-important */
916
- width: 100%;
917
- }
918
-
919
- & .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
920
- height: 100%;
921
- overflow: hidden;
922
- padding: 4px;
923
- position: initial !important; /* stylelint-disable-line declaration-no-important */
924
- width: 100%;
925
- }
926
-
927
- .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
928
- .e-sheet .e-datavisualization-chart .e-ss-overlay-r,
929
- .e-sheet .e-datavisualization-chart .e-ss-overlay-t,
930
- .e-sheet .e-datavisualization-chart .e-ss-overlay-b {
931
- position: absolute;
932
- }
933
-
934
- & .e-header-panel {
935
- & .e-header-row,
936
- & .e-select-all-cell {
937
- height: 30px;
938
- }
939
-
940
- & .e-virtualtrack {
941
- height: 1px;
942
- }
943
- }
944
-
945
- & .e-frozen-row,
946
- & .e-frozen-column {
947
- pointer-events: none;
948
- position: absolute;
949
- z-index: 3;
950
- }
951
-
952
- & .e-frozen-row {
953
- height: 1px;
954
- width: 100%;
955
- }
956
-
957
- & .e-frozen-column {
958
- height: 100%;
959
- top: 0;
960
- width: 1px;
961
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
962
- width: 3px;
963
- }
964
- }
965
-
966
- & .e-sheet-tab-panel {
967
- align-items: center;
968
- border: $spreadsheet-border;
969
- border-top-width: 0;
970
- display: flex;
971
- padding: 0 8px;
972
- }
973
-
974
- & .e-sheet-tab {
975
- display: inline-block;
976
- line-height: 0;
977
-
978
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
979
- background-color: $content-bg-color-alt2;
980
- }
981
-
982
- & > div {
983
- display: inline-block;
984
- }
985
-
986
- &.e-tab {
987
- border: 0;
988
-
989
- & .e-hscroll .e-scroll-nav.e-scroll-left-nav {
990
- left: auto;
991
- right: 40px;
992
- }
993
-
994
- & .e-tab-header {
995
- @include tab-header-layout;
996
-
997
- & .e-indicator {
998
- display: block;
999
- transition: none;
1000
- }
1001
-
1002
- & .e-toolbar-item.e-active {
1003
- & .e-text-wrap::before {
1004
- @if $skin-name == 'Material3' {
1005
- border: none;
1006
- }
1007
- }
1008
- }
1009
-
1010
- @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
1011
- &::before {
1012
- border-bottom-width: 0;
1013
- }
1014
-
1015
- & .e-toolbar-item {
1016
- border-bottom-width: 0;
1017
- border-left-width: 0;
1018
- border-top-width: 0;
1019
-
1020
- &.e-active {
1021
- border-bottom-width: 0;
1022
- border-radius: 0;
1023
- border-top-width: 0;
1024
- }
1025
- }
1026
-
1027
- & .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1028
- margin: 0;
1029
- }
1030
- }
1031
- @else {
1032
- & .e-toolbar-items .e-toolbar-item {
1033
- border-right: $spreadsheet-border;
1034
-
1035
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
1036
- padding: 0;
1037
- }
1038
-
1039
- &.e-active {
1040
- @if $skin-name == 'Material3' {
1041
- background: $sheet-tab-selected-bg-color;
1042
- }
1043
- }
1044
- }
1045
- }
1046
-
1047
- & .e-toolbar-item {
1048
- margin: 0;
1049
-
1050
- & input.e-input.e-sheet-rename {
1051
- background: transparent;
1052
- border: 0;
1053
- box-shadow: none;
1054
- min-width: 20px;
1055
- padding: 0;
1056
- @if $skin-name == 'Material3' {
1057
- font-weight: 500;
1058
- height: 32px;
1059
- letter-spacing: .24px;
1060
- line-height: 32px;
1061
- }
1062
- }
1063
-
1064
- & .e-tab-wrap {
1065
- padding: 0 12px;
1066
- }
1067
-
1068
- @if $skin-name == 'material' {
1069
- &.e-active {
1070
- border-left-width: 0;
1071
- border-top-width: 0;
1072
- }
1073
-
1074
- & input.e-input.e-sheet-rename {
1075
- margin-bottom: 0;
1076
- }
1077
- }
1078
-
1079
- @if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
1080
- &.e-active .e-text-wrap::before {
1081
- border-width: 0;
1082
- }
1083
- }
1084
- }
1085
-
1086
- & .e-indicator {
1087
- z-index: 1;
1088
- }
1089
-
1090
- & .e-toolbar-items {
1091
- border-left: $spreadsheet-border;
1092
- }
1093
- }
1094
-
1095
- & .e-content {
1096
- display: none;
1097
- }
1098
- }
1099
- }
1100
-
1101
- @include default-props;
1102
-
1103
- & .e-sheets-list {
1104
- margin-right: 8px;
1105
- }
1106
-
1107
- .e-hide {
1108
- display: none !important; /* stylelint-disable-line declaration-no-important */
1109
- }
1110
-
1111
- .e-selection {
1112
- border-style: solid;
1113
- cursor: cell;
1114
- pointer-events: none;
1115
- position: absolute;
1116
- z-index: 1;
1117
-
1118
- @if $skin-name == 'highcontrast' {
1119
- border-width: 2px;
1120
- }
1121
- @else {
1122
- border-width: 1px;
1123
- }
1124
- }
1125
-
1126
- .e-active-cell,
1127
- .e-copy-indicator,
1128
- .e-range-indicator {
1129
- cursor: cell;
1130
- pointer-events: none;
1131
- position: absolute;
1132
- z-index: 1;
1133
- }
1134
-
1135
- .e-formularef-indicator {
1136
- cursor: cell;
1137
- pointer-events: none;
1138
- position: absolute;
1139
- z-index: 1;
1140
- }
1141
-
1142
- .e-autofill {
1143
- background-clip: content-box;
1144
- background-color: $selection-border-color;
1145
- border: 1px solid $cell-background;
1146
- cursor: crosshair;
1147
- height: 8px;
1148
- position: absolute;
1149
- width: 8px;
1150
- z-index: 3;
1151
- }
1152
-
1153
- .e-filloption {
1154
- position: absolute;
1155
- z-index: 3;
1156
-
1157
- @if $skin-name == 'material' {
1158
- background-color: $cell-border-color;
1159
- }
1160
- }
1161
-
1162
- .e-active-cell {
1163
- border: 2px solid $selection-border-color;
1164
- pointer-events: none;
1165
-
1166
- &[style *= 'height: 1px;'],
1167
- &[style *= 'width: 1px;'],
1168
- &[style *= 'height: 0px;'],
1169
- &[style *= 'width: 0px;'] {
1170
- border-width: 1px;
1171
- }
1172
- }
1173
-
1174
- .e-copy-indicator div,
1175
- .e-range-indicator div,
1176
- .e-formularef-indicator div {
1177
- position: absolute;
1178
-
1179
- &.e-top,
1180
- &.e-bottom {
1181
- height: 2px;
1182
- width: 100%;
1183
- }
1184
-
1185
- &.e-left,
1186
- &.e-right {
1187
- height: 100%;
1188
- width: 2px;
1189
- }
1190
-
1191
- &.e-top {
1192
- top: 0;
1193
- }
1194
-
1195
- &.e-bottom {
1196
- bottom: 0;
1197
- }
1198
-
1199
- &.e-left {
1200
- left: 0;
1201
- }
1202
-
1203
- &.e-right {
1204
- right: 0;
1205
- }
1206
- }
1207
-
1208
- .e-clipboard {
1209
- height: 1px;
1210
- opacity: 0;
1211
- overflow: hidden;
1212
- position: absolute;
1213
- width: 1px;
1214
- }
1215
-
1216
- & .e-ribbon {
1217
- & .e-dropdown-btn {
1218
- & .e-tbar-btn-text {
1219
- float: left;
1220
- overflow: hidden;
1221
- padding: 0;
1222
- text-align: left;
1223
- text-overflow: ellipsis;
1224
- white-space: nowrap;
1225
- @if $skin-name == 'Material3' {
1226
- width: 50px;
1227
- }
1228
- @else {
1229
- width: 80px;
1230
- }
1231
- }
1232
-
1233
- &.e-font-size-ddb {
1234
- align-items: center;
1235
- display: inline-flex;
1236
- justify-content: left;
1237
- @if $skin-name != 'Material3' {
1238
- width: $fontsize-btn-width;
1239
- }
1240
-
1241
- & .e-caret {
1242
- flex: 1;
1243
- text-align: right;
1244
- }
1245
- }
1246
- }
1247
-
1248
- & .e-toolbar .e-btn:not(.e-tbar-btn) {
1249
- font-weight: normal;
1250
- padding-bottom: 0;
1251
- padding-top: 0;
1252
- @if $skin-name =='Material3' {
1253
- font-size: 14px;
1254
- }
1255
-
1256
- @if $skin-name == 'highcontrast' {
1257
- border-width: 2px;
1258
- }
1259
-
1260
- &.e-dropdown-btn {
1261
- text-overflow: initial;
1262
- }
1263
-
1264
- &:not(.e-split-colorpicker) {
1265
- line-height: $spreadsheet-ribbon-btn-height;
1266
- }
1267
-
1268
- &:not(.e-split-btn) {
1269
- @if $skin-name == 'Material3' {
1270
- border: none;
1271
- }
1272
- }
1273
-
1274
- &:not(.e-dropdown-btn):not(.e-split-btn) {
1275
- padding-left: $spreadsheet-ribbon-btn-padding;
1276
- padding-right: $spreadsheet-ribbon-btn-padding;
1277
-
1278
- & .e-btn-icon {
1279
- min-width: $spreadsheet-ribbon-btn-width;
1280
- }
1281
- }
1282
-
1283
- & .e-btn-icon {
1284
- margin-top: 0;
1285
- }
1286
-
1287
- &:not(.e-split-colorpicker) .e-btn-icon {
1288
- @if $skin-name != 'bootstrap5'and $skin-name != 'Material3' {
1289
- line-height: $spreadsheet-ribbon-btn-height;
1290
- min-height: $spreadsheet-ribbon-btn-height;
1291
- vertical-align: bottom;
1292
- }
1293
-
1294
- &:not(.e-caret) {
1295
- font-size: $spreadsheet-tbar-btn-icon-font-size;
1296
- }
1297
-
1298
- @if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fabric-dark' {
1299
- &.e-wrap-icon {
1300
- font-size: $toolbar-wrap-icon-font-size;
1301
- }
1302
- }
1303
- }
1304
- }
1305
-
1306
- & .e-toolbar .e-toolbar-item .e-btn {
1307
- @if $skin-name == 'material' or $skin-name == 'bootstrap4' {
1308
- &.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1309
- font-size: $spreadsheet-tbar-btn-icon-font-size;
1310
- }
1311
- }
1312
-
1313
- & .e-chart-icon,
1314
- & .e-chart-type-icon {
1315
- font-size: $spreadsheet-chart-icon-font-size !important; /* stylelint-disable-line declaration-no-important */
1316
- margin-right: 5px;
1317
- padding: 0 5px;
1318
- width: 30px;
1319
- }
1320
-
1321
- & .e-switch-row-column-icon {
1322
- @if $skin-name != 'Material3' {
1323
- font-size: $spreadsheet-switch-row-column-icon-font-size !important; /* stylelint-disable-line declaration-no-important */
1324
- margin-right: 5px;
1325
- }
1326
- }
1327
-
1328
- & .e-addchart-icon {
1329
- font-size: $spreadsheet-addchart-icon-font-size !important; /* stylelint-disable-line declaration-no-important */
1330
- @if $skin-name != 'Material3' {
1331
- margin-right: -5px;
1332
- }
1333
- }
1334
-
1335
- &.e-split-colorpicker {
1336
- line-height: $spreadsheet-ribbon-btn-height - 1;
1337
- padding-bottom: 1px;
1338
- padding-left: 0;
1339
- padding-right: 0;
1340
- width: $cpicker-btn-width;
1341
- @if $skin-name == 'Material3' {
1342
- background: transparent;
1343
- line-height: $spreadsheet-ribbon-btn-height - 2;
1344
- padding-bottom: 0;
1345
- }
1346
- & .e-icons.e-btn-icon:not(.e-caret) {
1347
- &.e-font-color {
1348
- font-size: $spreadsheet-cpicker-font-color-font-size;
1349
- }
1350
-
1351
- &.e-fill-color {
1352
- font-size: $spreadsheet-cpicker-fill-color-font-size;
1353
- }
1354
- }
1355
- }
1356
- }
1357
-
1358
- & .e-colorpicker-wrapper {
1359
- & .e-dropdown-btn {
1360
- @if $skin-name == 'Material3' {
1361
- background: transparent;
1362
- }
1363
- }
1364
- & .e-split-btn .e-selected-color {
1365
- background: none;
1366
- border-bottom-style: solid;
1367
- border-bottom-width: 3px;
1368
- border-radius: 0;
1369
- height: auto;
1370
- padding-bottom: 1px;
1371
- width: auto;
1372
-
1373
- & .e-split-preview {
1374
- display: none;
1375
- }
1376
- }
1377
-
1378
- & .e-dropdown-btn {
1379
- margin-left: 0;
1380
-
1381
- @if $skin-name == 'bootstrap4' {
1382
- padding-left: 4px;
1383
- padding-right: 4px;
1384
- }
1385
-
1386
- @if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
1387
- padding-left: 3px;
1388
- padding-right: 3px;
1389
- }
1390
- }
1391
- }
1392
- }
1393
-
1394
- &.e-mobile-view {
1395
- & .e-header-toolbar {
1396
- border: $spreadsheet-border;
1397
- border-bottom-width: 0;
1398
-
1399
- &.e-toolbar .e-toolbar-items .e-toolbar-item:last-child {
1400
- min-width: auto;
1401
- padding: 0;
1402
-
1403
- @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
1404
- min-height: $right-tbar-height;
1405
- }
1406
- }
1407
- }
1408
-
1409
- & .e-add-sheet-tab,
1410
- & .e-sheets-list {
1411
- height: $msheets-btn-height;
1412
- width: 40px;
1413
- }
1414
-
1415
- & .e-formula-bar-panel {
1416
- border-top-width: 0;
1417
-
1418
- & .e-btn.e-css.e-insert-function,
1419
- & .e-btn.e-css.e-formula-submit {
1420
- height: $mformula-bar-height - $spreadsheet-border-width;
1421
- line-height: $mformula-bar-height - $spreadsheet-border-width - 1;
1422
- padding-left: 9px;
1423
- padding-right: 9px;
1424
-
1425
- & .e-btn-icon {
1426
- font-size: $formula-bar-btn-icon-font-size;
1427
- line-height: $mformula-bar-height;
1428
- }
1429
- }
1430
-
1431
- & .e-formula-bar {
1432
- height: $mformula-bar-height - $spreadsheet-border-width;
1433
- line-height: $mformula-bar-height - $spreadsheet-border-width;
1434
- white-space: nowrap;
1435
- width: calc(100% - 36px);
1436
-
1437
- &::placeholder {
1438
- font-style: italic;
1439
- }
1440
- }
1441
-
1442
- &.e-focused {
1443
- & .e-formula-bar {
1444
- border-right: $spreadsheet-border;
1445
- width: calc(100% - 72px);
1446
- }
1447
- }
1448
- }
1449
-
1450
- & .e-menu-wrapper.e-mobile.e-file-menu {
1451
- height: 100%;
1452
-
1453
- & ul {
1454
- height: 100%;
1455
- padding: 0;
1456
-
1457
- & .e-menu-item.e-menu-caret-icon {
1458
- height: 100%;
1459
- line-height: 1;
1460
- padding: 0 6px;
1461
-
1462
- & .e-menu-icon.e-file-menu-icon {
1463
- align-items: center;
1464
- display: inline-flex;
1465
- height: 100%;
1466
- line-height: 1;
1467
- margin: 0;
1468
- width: auto;
1469
- }
1470
-
1471
- & .e-caret {
1472
- display: none;
1473
- }
1474
- }
1475
- }
1476
-
1477
- &.e-rtl {
1478
- direction: ltr;
1479
- }
1480
- }
1481
-
1482
- & .e-toolbar-panel {
1483
- border-top-width: 0;
1484
- display: none;
1485
-
1486
- @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' {
1487
- & .e-toolbar {
1488
- border-color: $spreadsheet-border-color;
1489
- border-radius: 0;
1490
- border-top-width: 0;
1491
- }
1492
-
1493
- & .e-dropdown-btn.e-btn {
1494
- border-left-width: 0;
1495
- border-radius: 0;
1496
- border-top-width: 0;
1497
- }
1498
- }
1499
- @else {
1500
- & .e-dropdown-btn.e-btn {
1501
- border-bottom-width: 0;
1502
- border-right-width: 0;
1503
- border-top-width: 0;
1504
- }
1505
- }
1506
-
1507
- & .e-toolbar {
1508
- & .e-toolbar-items.e-hscroll.e-scroll-device {
1509
- padding: 0;
1510
- width: 100%;
1511
- }
1512
-
1513
- & .e-scroll-nav {
1514
- display: none;
1515
- }
1516
- }
1517
- }
1518
-
1519
- & .e-sheet-tab {
1520
- max-width: calc(100% - 104px);
1521
- }
1522
-
1523
- &.e-mobile-focused {
1524
- & .e-toolbar-panel {
1525
- display: flex;
1526
- }
1527
-
1528
- & .e-sheet-tab-panel {
1529
- display: none;
1530
- }
1531
- }
1532
- }
1533
-
1534
- &.e-mobile-view:not(.e-mobile-focused) {
1535
- & .e-active-cell,
1536
- & .e-focused-tick,
1537
- & .e-formula-bar-panel {
1538
- display: none;
1539
- }
1540
- }
1541
-
1542
- & .e-sheet-panel.e-rtl {
1543
- & .e-sheet {
1544
- & .e-table tr {
1545
- & .e-cell,
1546
- & .e-header-cell {
1547
- border-width: 0 0 1px 1px;
1548
- }
1549
- }
1550
- }
1551
-
1552
- & .e-select-all-cell {
1553
- border-width: 0 0 1px 1px;
1554
- }
1555
-
1556
- & .e-frozen-row {
1557
- right: 0;
1558
- }
1559
-
1560
- & .e-column-header {
1561
-
1562
- & .e-table th {
1563
-
1564
- &.e-header-cell.e-hide-start {
1565
- border-left-color: transparent;
1566
-
1567
- &::after {
1568
- border-left: $spreadsheet-border;
1569
- @if $skin-name == 'Material3' {
1570
- border-left: $spreadsheet-hidden-row-column-border;
1571
- }
1572
- border-right: none;
1573
- left: .5px;
1574
- }
1575
- }
1576
-
1577
- &.e-hide-end.e-header-cell {
1578
-
1579
- &::before {
1580
- border-left: none;
1581
- border-right: $spreadsheet-border;
1582
- @if $skin-name == 'Material3' {
1583
- border-right: $spreadsheet-hidden-row-column-border;
1584
- }
1585
- right: .5px;
1586
- }
1587
- }
1588
- }
1589
- }
1590
- }
1591
-
1592
- .e-sheet-panel {
1593
-
1594
- & .e-frozen-columns {
1595
- & .e-selectall-container {
1596
- position: relative;
1597
- }
1598
- }
1599
-
1600
- & .e-frozen-rows {
1601
- & .e-selectall-container {
1602
- position: relative;
1603
- }
1604
- }
1605
-
1606
- &:not(.e-rtl) .e-frozen-row {
1607
- left: 0;
1608
- }
1609
-
1610
- &.e-protected {
1611
- .e-selection,
1612
- .e-active-cell {
1613
- display: none;
1614
- }
1615
- }
1616
- }
1617
-
1618
- & .e-colresize-handler {
1619
- border-right: 1px solid;
1620
- cursor: col-resize;
1621
- pointer-events: none;
1622
- position: absolute;
1623
- z-index: 1;
1624
- }
1625
-
1626
- & .e-rowresize-handler {
1627
- border-top: 1px solid;
1628
- cursor: row-resize;
1629
- pointer-events: none;
1630
- position: absolute;
1631
- z-index: 1;
1632
- }
1633
-
1634
- & .e-validation-list {
1635
- float: right;
1636
- height: 18px;
1637
- padding: 0;
1638
- position: relative;
1639
- right: 0;
1640
- text-align: initial;
1641
- width: 20px;
1642
- z-index: 2;
1643
-
1644
- .e-input-group {
1645
- border: 0;
1646
- box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1647
- }
1648
-
1649
- & .e-ddl-icon {
1650
- bottom: 5px;
1651
-
1652
- @if $skin-name != 'material' {
1653
- height: 18px;
1654
- min-height: 0;
1655
- min-width: 0;
1656
- width: 20px;
1657
- }
1658
- @if $skin-name == 'Material3' {
1659
- bottom: 1px;
1660
- height: 20px;
1661
- min-height: 20px;
1662
- min-width: 20px;
1663
- }
1664
-
1665
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1666
- padding: 0;
1667
- }
1668
- }
1669
- }
1670
-
1671
- .e-rtl {
1672
- .e-spreadsheet-edit {
1673
- direction: ltr;
1674
- text-align: left;
1675
- }
1676
- }
1677
-
1678
- & .e-customsort-dlg.e-dialog {
1679
- @if $skin-name == 'material' {
1680
- height: 360px !important; /* stylelint-disable-line declaration-no-important */
1681
- }
1682
-
1683
- & .e-dlg-content {
1684
- @if $skin-name != 'Material3' {
1685
- padding-bottom: 0;
1686
- padding-left: 0;
1687
- padding-right: 0;
1688
- }
1689
-
1690
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1691
- & .e-sort-dialog {
1692
- padding-top: 15px;
1693
- }
1694
- }
1695
-
1696
- & .e-sort-listsection {
1697
- padding-top: $dlg-content-padding;
1698
-
1699
- & .e-input-group {
1700
- min-width: 220px;
1701
- }
1702
- }
1703
- }
1704
-
1705
- & .e-footer-content {
1706
- & .e-sort-addbtn {
1707
- float: left;
1708
- margin-left: 0;
1709
- }
1710
- }
1711
- }
1712
-
1713
- & .e-conditionalformatting-dlg {
1714
- & .e-input,
1715
- & .e-input-group {
1716
- @if $skin-name != 'Material3' {
1717
- height: 34px;
1718
- @if $skin-name == 'FlunetUI' {
1719
- height: 40px;
1720
- }
1721
- }
1722
- }
1723
-
1724
- & .e-cfmain {
1725
- & .e-header {
1726
- font-size: $cfmain-header-font-size;
1727
- }
1728
- @if $skin-name == 'Material3' {
1729
- margin: 6px 0 20px;
1730
- }
1731
- @else {
1732
- margin-bottom: 22px;
1733
- }
1734
- }
1735
-
1736
- & .e-cfsub {
1737
- & .e-header {
1738
- font-size: $cfmain-header-font-size;
1739
- }
1740
- @if $skin-name == 'Material3' {
1741
- margin-bottom: 12px;
1742
- }
1743
- }
1744
-
1745
- & .e-header {
1746
- display: block;
1747
- @if $skin-name != 'Material3' {
1748
- margin-bottom: 6px;
1749
- }
1750
- }
1751
-
1752
- & .e-header-2 {
1753
- margin-top: 10px;
1754
- @if $skin-name == 'Material3' {
1755
- margin-top: 16px;
1756
- }
1757
- }
1758
-
1759
- & .e-top-header {
1760
- font-weight: $cf-dlg-content-font-weight;
1761
- }
1762
-
1763
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1764
- & .e-cf-dlg {
1765
- padding-top: 10px;
1766
- }
1767
- }
1768
- }
1769
-
1770
- & .e-title-dlg {
1771
- & .e-title-dlg-content {
1772
- & .e-top-header {
1773
- font-size: $title-dlg-content-header-font-size;
1774
- }
1775
-
1776
- & .e-input {
1777
- font-size: $title-dlg-content-input-font-size;
1778
- line-height: 30px;
1779
- }
1780
- }
1781
- }
1782
-
1783
- & .e-datavalidation-dlg {
1784
- & .e-validation-dlg {
1785
- @if $skin-name != 'Material3' {
1786
- margin-top: 14px;
1787
- }
1788
-
1789
- & .e-cellrange {
1790
- @if $skin-name != 'Material3' {
1791
- margin-bottom: 24px;
1792
- }
1793
-
1794
- @if $skin-name == 'Material3' {
1795
- padding-top: 4px;
1796
- }
1797
-
1798
- & .e-header {
1799
- font-size: $validation-dlg-content-header-font-size;
1800
- line-height: 16px;
1801
- }
1802
-
1803
- & .e-input {
1804
- @if $skin-name != 'Material3' {
1805
- height: 32px;
1806
- margin-top: 5px;
1807
- font-size: $validation-dlg-content-input-font-size;
1808
- }
1809
- }
1810
- }
1811
-
1812
- & .e-allowdata {
1813
- @if $skin-name == 'Material3' {
1814
- padding-top: 20px;
1815
- }
1816
- @else {
1817
- margin-bottom: 24px;
1818
- }
1819
-
1820
- & .e-allow {
1821
- display: inline-block;
1822
- padding-right: 12px;
1823
- width: 50%;
1824
-
1825
- & .e-header {
1826
- font-size: $validation-dlg-content-header-font-size;
1827
- line-height: 16px;
1828
- }
1829
-
1830
- & .e-valid-input {
1831
- @if $skin-name != 'Material3' {
1832
- height: 34px;
1833
- margin-top: 5px;
1834
- }
1835
- }
1836
- }
1837
-
1838
- & .e-data {
1839
- display: inline-block;
1840
- padding-left: 12px;
1841
- width: 50%;
1842
-
1843
- & .e-header {
1844
- font-size: $validation-dlg-content-header-font-size;
1845
- line-height: 16px;
1846
- }
1847
-
1848
- & .e-valid-input {
1849
- @if $skin-name != 'Material3' {
1850
- height: 34px;
1851
- margin-top: 5px;
1852
- }
1853
- }
1854
- }
1855
- }
1856
-
1857
- & .e-values {
1858
- @if $skin-name == 'Material3' {
1859
- padding-top: 20px;
1860
- }
1861
- @else {
1862
- margin-bottom: 24px;
1863
- }
1864
-
1865
- & .e-minimum {
1866
- display: inline-block;
1867
- padding-right: 12px;
1868
- width: 50%;
1869
-
1870
- & .e-header {
1871
- font-size: $validation-dlg-content-header-font-size;
1872
- line-height: 16px;
1873
- }
1874
-
1875
- & .e-input {
1876
- @if $skin-name != 'Material3' {
1877
- font-size: $validation-dlg-content-input-font-size;
1878
- height: 32px;
1879
- margin-top: 5px;
1880
- }
1881
- }
1882
- }
1883
-
1884
- & .e-maximum {
1885
- display: inline-block;
1886
- padding-left: 12px;
1887
- width: 50%;
1888
-
1889
- & .e-header {
1890
- font-size: $validation-dlg-content-header-font-size;
1891
- line-height: 16px;
1892
- }
1893
-
1894
- & .e-input {
1895
- @if $skin-name != 'Material3' {
1896
- font-size: $validation-dlg-content-input-font-size;
1897
- height: 32px;
1898
- margin-top: 5px;
1899
- }
1900
- }
1901
- }
1902
-
1903
- & .e-dlg-error {
1904
- font-size: $validation-dlg-error-font-size;
1905
- @if $skin-name == 'Material3' {
1906
- padding-top: 4px;
1907
- }
1908
- @else {
1909
- padding-top: 10px;
1910
- }
1911
- }
1912
-
1913
- & .e-header {
1914
- font-size: $validation-dlg-content-header-font-size;
1915
- line-height: 16px;
1916
- }
1917
-
1918
- & .e-input {
1919
- @if $skin-name != 'Material3' {
1920
- font-size: $validation-dlg-content-input-font-size;
1921
- height: 32px;
1922
- }
1923
- }
1924
- }
1925
-
1926
- & .e-ignoreblank {
1927
- margin-bottom: 5px;
1928
- @if $skin-name == 'Material3' {
1929
- padding-top: 20px;
1930
- }
1931
- }
1932
- }
1933
-
1934
- & .e-footer-content .e-clearall-btn {
1935
- float: left;
1936
- @if $skin-name == 'Material3' {
1937
- margin-left: 0;
1938
- }
1939
- }
1940
- }
1941
-
1942
- & .e-validation-error-dlg .e-dlg-content {
1943
- font-size: $validationerror-dlg-content-font-size;
1944
- line-height: 28px;
1945
- }
1946
-
1947
- & .e-hyperlink-dlg.e-dialog,
1948
- .e-edithyperlink-dlg.e-dialog {
1949
- @if $skin-name != 'Material3' {
1950
- max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1951
- }
1952
- & .e-dlg-content {
1953
- @if $skin-name != 'Material3' {
1954
- padding-bottom: 0;
1955
- padding-left: 0;
1956
- padding-right: 0;
1957
- }
1958
-
1959
- & .e-link-dialog {
1960
- & .e-tab-header {
1961
- @if $skin-name == 'bootstrap5' {
1962
- padding: 0 12px;
1963
- }
1964
- @else if $skin-name != 'Material3' {
1965
- padding: 0 24px 0 25px;
1966
- }
1967
-
1968
- & .e-toolbar-items {
1969
- height: 100%;
1970
- }
1971
-
1972
- & .e-toolbar-item {
1973
- text-align: center;
1974
- @if $skin-name != 'Material3' {
1975
- width: 136px;
1976
- }
1977
- }
1978
- }
1979
-
1980
- & .e-content {
1981
- @if $skin-name == 'bootstrap5' {
1982
- padding-top: 12px;
1983
- }
1984
- @else if $skin-name == 'Material3' {
1985
- padding-top: 20px;
1986
- }
1987
- @else {
1988
- padding-top: 24px;
1989
- }
1990
-
1991
- & .e-cont {
1992
- @if $skin-name == 'bootstrap5' {
1993
- margin: 12px 12px 15.5px;
1994
- }
1995
- @else if $skin-name == 'FluentUI' {
1996
- margin: 0 0 12px 24px;
1997
- }
1998
- @else if $skin-name == 'Material3' {
1999
- margin: 0 0 20px;
2000
- }
2001
- @else {
2002
- margin: 0 0 15.5px 24px;
2003
- }
2004
-
2005
- & .e-header {
2006
- font-size: $hyperlink-dlg-content-header-font-size;
2007
- line-height: 16px;
2008
- }
2009
-
2010
- & .e-text {
2011
- @if $skin-name != 'Material3' {
2012
- font-size: $hyperlink-dlg-content-text-font-size;
2013
- height: 32px;
2014
- line-height: 16px;
2015
- width: 275px;
2016
- @if $skin-name != 'material' or $skin-name != 'material-dark' {
2017
- margin-top: 8px;
2018
- }
2019
- }
2020
-
2021
- @if $skin-name == 'FluentUI' {
2022
- padding-bottom: 4px;
2023
- }
2024
- }
2025
-
2026
- & .e-text.e-disabled {
2027
- border-bottom-width: 2px;
2028
- }
2029
-
2030
- & .e-refcont {
2031
- border: 1px solid $hyper-doc-border-color;
2032
- height: 165px;
2033
- margin: 8px 24px 0 0;
2034
- overflow: auto;
2035
- width: 273px;
2036
- @if $skin-name == 'Material3' {
2037
- border: 0;
2038
- margin: 0 16px 0 0;
2039
- }
2040
- }
2041
- }
2042
- }
2043
- }
2044
- }
2045
- }
2046
-
2047
- & .e-open-dlg.e-dialog {
2048
- width: $open-dlg-width;
2049
-
2050
- & .e-dlg-content {
2051
- @if $skin-name == 'bootstrap4' {
2052
- & .e-input-group-icon {
2053
- padding-left: 4px;
2054
- padding-right: 4px;
2055
- }
2056
- }
2057
-
2058
- & .e-file-alert-span {
2059
- color: $dlg-error-color;
2060
- font-size: $open-dlg-file-alert-span-font-size;
2061
- padding-top: 7px;
2062
- @if $skin-name == 'Material3' {
2063
- display: block;
2064
- padding-top: 4px;
2065
- }
2066
- }
2067
- }
2068
- }
2069
-
2070
- & .e-find-dlg.e-dialog {
2071
- height: auto;
2072
- width: $find-dlg-width;
2073
-
2074
- & .e-dlg-header-content {
2075
- @if $skin-name == 'Material3' {
2076
- padding-bottom: 4px;
2077
- }
2078
- }
2079
-
2080
- & .e-dlg-content {
2081
- & .e-find-alert-span {
2082
- color: $dlg-error-color;
2083
- font-size: $find-dlg-alert-span-font-size;
2084
- padding-top: 7px;
2085
- @if $skin-name == 'Material3' {
2086
- display: block;
2087
- }
2088
- }
2089
-
2090
- & .e-replace-alert-span {
2091
- color: $dlg-error-color;
2092
- font-size: $find-dlg-alert-span-font-size;
2093
- padding-top: 7px;
2094
- @if $skin-name == 'Material3' {
2095
- display: block;
2096
- }
2097
- }
2098
-
2099
- & .e-findnreplace-casecheckbox {
2100
- padding-right: 12px;
2101
- @if $skin-name == 'Material3' {
2102
- padding-bottom: 8px;
2103
- padding-top: 20px;
2104
- }
2105
- }
2106
-
2107
- & .e-findnreplace-exactmatchcheckbox {
2108
- padding: 12px 0;
2109
- @if $skin-name == 'Material3' {
2110
- padding: 20px 0 8px;
2111
- }
2112
- }
2113
- }
2114
-
2115
- & p.e-header {
2116
- margin: 0;
2117
- padding-top: 12px;
2118
- @if $skin-name == 'Material3' {
2119
- font-size: $find-dialog-header-font-size;
2120
- padding-bottom: 0;
2121
- padding-top: 16px;
2122
- }
2123
- @else {
2124
- padding-bottom: 8px;
2125
- }
2126
- }
2127
-
2128
- & .e-footer-content {
2129
- text-align: left;
2130
- }
2131
- }
2132
-
2133
- & .e-protectworkbook-dlg.e-dialog {
2134
- & .e-dlg-content {
2135
- @if $skin-name == 'Material3' {
2136
- & .e-password-content {
2137
- padding: 4px 0 0;
2138
- }
2139
- & .e-password-content + .e-password-content {
2140
- padding: 16px 0 0;
2141
- }
2142
- }
2143
- & .e-pwd-alert-span {
2144
- color: $dlg-error-color;
2145
- font-size: $protectworkbook-dlg-alert-span-font-size;
2146
- @if $skin-name == 'Material3' {
2147
- display: block;
2148
- padding-top: 4px;
2149
- }
2150
- @else {
2151
- padding-top: 12px;
2152
- }
2153
- }
2154
-
2155
- & .e-password-content {
2156
- @if $skin-name != 'Material3' {
2157
- padding-top: 12px;
2158
- }
2159
- & .e-header {
2160
- font-size: $protectworkbook-dlg-content-header-font-size;
2161
- @if $skin-name != 'Material3' {
2162
- line-height: 24px;
2163
- margin-bottom: 4px;
2164
- }
2165
- @else {
2166
- line-height: 16px;
2167
- }
2168
- }
2169
- }
2170
- }
2171
- }
2172
-
2173
- & .e-unprotectworkbook-dlg.e-dialog {
2174
- & .e-dlg-content {
2175
- & .e-unprotectpwd-alert-span {
2176
- color: $dlg-error-color;
2177
- font-size: $protectworkbook-dlg-alert-span-font-size;
2178
- @if $skin-name == 'Material3' {
2179
- display: block;
2180
- padding-top: 4px;
2181
- }
2182
- @else {
2183
- padding-top: 7px;
2184
- }
2185
- }
2186
-
2187
- & .e-unprotectpwd-content {
2188
- & .e-header {
2189
- font-size: $unprotectworkbook-dlg-content-header-font-size;
2190
- line-height: 16px;
2191
- }
2192
-
2193
- & .e-input {
2194
- @if $skin-name != 'Material3' {
2195
- margin-top: 10px;
2196
- }
2197
- }
2198
- }
2199
- }
2200
- }
2201
-
2202
- & .e-importprotectworkbook-dlg.e-dialog {
2203
- & .e-dlg-content {
2204
- & .e-importprotectpwd-alert-span {
2205
- color: $dlg-error-color;
2206
- font-size: $protectworkbook-dlg-alert-span-font-size;
2207
- padding-top: 7px;
2208
- @if $skin-name == 'Material3' {
2209
- display: block;
2210
- padding-top: 6px;
2211
- }
2212
- }
2213
-
2214
- & .e-importprotectpwd-content {
2215
- & .e-header {
2216
- font-size: $importprotectworkbook-dlg-content-header-font-size;
2217
- line-height: 16px;
2218
- }
2219
-
2220
- & .e-input {
2221
- margin-top: 10px;
2222
- }
2223
- }
2224
- }
2225
- }
2226
-
2227
- @if $skin-name =='Material3' {
2228
- & .e-open-dlg.e-dialog {
2229
- & .e-open-dialog {
2230
- & .e-open-head .e-header {
2231
- color: $spreadsheet-label-font-color;
2232
- font-size: $open-dialog-header-font-size;
2233
- margin-top: 0;
2234
- margin-bottom: 0;
2235
- }
2236
-
2237
- & .e-input-group .e-input-group-icon:hover {
2238
- background: none;
2239
- }
2240
- }
2241
- }
2242
- }
2243
-
2244
- & .e-filter-icon {
2245
- margin-bottom: $filter-icon-margin-bottom;
2246
- @if $skin-name == 'FluentUI' {
2247
- margin-top: -9px;
2248
- }
2249
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark'or $sheet-skin == 'Material3' {
2250
- font-size: $filter-icon-font-size;
2251
- }
2252
-
2253
- &::before {
2254
- font-size: $filter-icon-before-font-size;
2255
- @if $skin-name != 'Material3' {
2256
- margin-left: -3px;
2257
- }
2258
- }
2259
- }
2260
-
2261
- & .e-btn.e-icon-btn.e-filter-btn {
2262
- bottom: 0;
2263
- float: right;
2264
- height: 18px;
2265
- margin-right: -1px;
2266
- padding: 0;
2267
- position: relative;
2268
- right: 0;
2269
- width: 20px;
2270
- z-index: 2;
2271
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2272
- bottom: 1px;
2273
- }
2274
- @if $sheet-skin == 'Material3' {
2275
- background-color: $cell-background;
2276
- border-color: $cell-border-color;
2277
- box-shadow: none;
2278
- width: 22px;
2279
- }
2280
- }
2281
- }
2282
-
2283
- .e-colorpicker-wrapper.e-border-colorpicker {
2284
- display: none;
2285
-
2286
- & .e-container {
2287
- box-shadow: none;
2288
- @if $skin-name == 'Material3' {
2289
- width: 330px !important; /* stylelint-disable-line declaration-no-important */
2290
- }
2291
- @else {
2292
- width: 270px !important; /* stylelint-disable-line declaration-no-important */
2293
- }
2294
-
2295
- & .e-selected-value {
2296
- display: flex;
2297
- }
2298
- }
2299
- }
2300
-
2301
- .e-spreadsheet.e-col-resizing {
2302
- cursor: col-resize;
2303
- }
2304
-
2305
- .e-spreadsheet.e-row-resizing {
2306
- cursor: row-resize;
2307
- }
2308
-
2309
- .e-dropdown-popup {
2310
- &.e-numformat-ddb ul {
2311
- max-width: initial;
2312
-
2313
- & .e-numformat-preview-text {
2314
- font-size: $numformat-ddb-preview-font-size;
2315
- max-width: 200px;
2316
- overflow: hidden;
2317
- text-align: right;
2318
- text-overflow: ellipsis;
2319
- }
2320
- }
2321
-
2322
- &.e-font-size-ddb ul {
2323
- min-width: 60px;
2324
- }
2325
-
2326
- &.e-align-ddb ul {
2327
- min-width: auto;
2328
- padding: $align-ddb-ul-padding;
2329
-
2330
- & .e-item {
2331
- @if $sheet-skin == 'Material3' {
2332
- border-radius: $align-ddb-item-border-radius;
2333
- }
2334
- display: inline-flex;
2335
- height: $align-ddb-item-height;
2336
- line-height: $align-ddb-item-height;
2337
- margin: $align-ddb-item-margin;
2338
- padding: $align-ddb-item-padding;
2339
-
2340
- & .e-menu-icon {
2341
- line-height: $align-ddb-item-height;
2342
- margin-right: 0;
2343
- }
2344
- }
2345
- }
2346
-
2347
- &.e-spreadsheet-color-popup {
2348
- & .e-container {
2349
- & .e-custom-palette .e-palette {
2350
- @if $sheet-skin != 'Material3' {
2351
- padding: 0;
2352
- }
2353
- }
2354
-
2355
- & .e-switch-ctrl-btn {
2356
- @if $sheet-skin != 'Material3' {
2357
- padding-top: $ctrl-btn-padding;
2358
- }
2359
- }
2360
-
2361
- & .e-custom-palette + .e-switch-ctrl-btn {
2362
- @if $sheet-skin == 'Material3' {
2363
- padding: 2px 8px 12px;
2364
- }
2365
- }
2366
- }
2367
- }
2368
-
2369
- &.e-font-family ul .e-item {
2370
- @for $i from 0 to length($font-family-collection) {
2371
- &:nth-child(#{$i+1}) {
2372
- font-family: nth($font-family-collection, $i+1);
2373
- }
2374
- }
2375
- }
2376
-
2377
- &.e-aggregate-list {
2378
- font-size: $aggregate-list-font-size;
2379
- margin-left: auto;
2380
- }
2381
-
2382
- &.e-borders-ddb .e-menu-wrapper {
2383
- border: 0;
2384
-
2385
- & ul .e-menu-item .e-menu-icon {
2386
- font-size: $aggregate-list-font-size;
2387
- }
2388
- }
2389
-
2390
- &.e-popup.e-aggregate-list ul {
2391
- font-size: $aggregate-list-font-size;
2392
- }
2393
- }
2394
-
2395
- .e-menu-wrapper {
2396
- &.e-file-menu ul .e-menu-item div {
2397
- display: flex;
2398
- width: 100%;
2399
-
2400
- & .e-extension {
2401
- font-size: $file-menu-extension-font-size;
2402
- margin-left: auto;
2403
- opacity: .7;
2404
- padding-left: $menu-extension-padding;
2405
- }
2406
- }
2407
-
2408
- & .e-border-style {
2409
- & .e-menu-item {
2410
- align-items: center;
2411
- display: flex;
2412
-
2413
- &::after {
2414
- content: '';
2415
- width: 135px;
2416
- }
2417
-
2418
- $border-style-collection: solid solid solid dashed dotted double;
2419
- $border-width-collection: thin medium thick thin thin medium;
2420
- @for $i from 0 to length($border-style-collection) {
2421
- &:nth-child(#{$i+1})::after {
2422
- border-bottom-style: nth($border-style-collection, $i+1);
2423
- border-bottom-width: nth($border-width-collection, $i+1);
2424
- }
2425
- }
2426
- }
2427
- }
2428
-
2429
- &.e-databars .e-ul,
2430
- &.e-colorscales .e-ul {
2431
- overflow: visible;
2432
- padding: 0;
2433
-
2434
- & .e-menu-item {
2435
- height: auto;
2436
- line-height: 0;
2437
- padding: 0;
2438
-
2439
- & .e-cf-icon {
2440
- display: inline-block;
2441
- height: 40px;
2442
- width: 40px;
2443
- }
2444
- }
2445
- }
2446
-
2447
- &.e-databars .e-ul {
2448
- min-width: 110px;
2449
- }
2450
-
2451
- &.e-colorscales .e-ul {
2452
- min-width: 150px;
2453
- }
2454
-
2455
- &.e-popup.e-menu-popup.e-iconsets ul {
2456
- min-width: 250px;
2457
- overflow: visible;
2458
- padding: 0;
2459
-
2460
- & .e-menu-item {
2461
- height: auto;
2462
- line-height: 0;
2463
- padding: 0;
2464
-
2465
- & .e-is {
2466
- height: 550px;
2467
- width: auto;
2468
-
2469
- & .e-is1,
2470
- & .e-is3,
2471
- & .e-is5,
2472
- & .e-is7 {
2473
- height: 6%;
2474
- padding: 18px 16px;
2475
- }
2476
-
2477
- & .e-iconsetspan {
2478
- display: inline-block;
2479
- height: 100%;
2480
- width: 20%;
2481
- }
2482
-
2483
- & .e-is2 {
2484
- height: 25.3%;
2485
-
2486
- & .e-3arrows,
2487
- & .e-3arrowsgray,
2488
- & .e-3triangles,
2489
- & .e-4arrowsgray,
2490
- & .e-4arrows,
2491
- & .e-5arrowsgray,
2492
- & .e-5arrows {
2493
- float: left;
2494
- height: 25%;
2495
- padding: 2px 12px;
2496
- width: 50%;
2497
- }
2498
- }
2499
-
2500
- & .e-is4 {
2501
- height: 19%;
2502
-
2503
- & .e-3trafficlights,
2504
- & .e-3rafficlights2,
2505
- & .e-3signs,
2506
- & .e-4trafficlights,
2507
- & .e-4redtoblack {
2508
- float: left;
2509
- height: 33%;
2510
- padding: 2px 12px;
2511
- width: 50%;
2512
- }
2513
- }
2514
-
2515
- & .e-is6 {
2516
- height: 12.6%;
2517
-
2518
- & .e-3symbols,
2519
- & .e-3symbols2,
2520
- & .e-3flags {
2521
- float: left;
2522
- height: 50%;
2523
- padding: 2px 12px;
2524
- width: 50%;
2525
- }
2526
- }
2527
-
2528
- & .e-is8 {
2529
- height: 19%;
2530
-
2531
- & .e-3stars,
2532
- & .e-4rating,
2533
- & .e-5quarters,
2534
- & .e-5rating,
2535
- & .e-5boxes {
2536
- float: left;
2537
- height: 33%;
2538
- width: 50%;
2539
- }
2540
- }
2541
- }
2542
- }
2543
- }
2544
-
2545
- &.e-popup.e-menu-popup.e-border-color ul {
2546
- min-width: 270px;
2547
- overflow: visible;
2548
- padding: 0;
2549
-
2550
- & .e-menu-item {
2551
- height: auto;
2552
- line-height: 0;
2553
- padding: 0;
2554
-
2555
- &.e-ripple,
2556
- &.e-ripple-style {
2557
- overflow: visible;
2558
-
2559
- & .e-ripple-element {
2560
- display: none;
2561
- }
2562
- }
2563
-
2564
- & .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
2565
- display: block;
2566
- }
2567
- }
2568
- }
2569
-
2570
- &.e-popup.e-menu-popup.e-addchart-menu ul {
2571
- @if $sheet-skin == 'bootstrap' or $sheet-skin == 'bootstrap4' or $sheet-skin == 'bootstrap5' or $sheet-skin == 'bootstrap-dark' or $sheet-skin == 'bootstrap5-dark' {
2572
- & .e-menu-item {
2573
- height: 35px;
2574
- }
2575
- }
2576
- }
2577
-
2578
- &.e-popup.e-menu-popup.e-chart-menu ul,
2579
- &.e-popup.e-menu-popup.e-chart-type-menu ul {
2580
- min-width: 165px;
2581
- overflow: visible;
2582
- padding: 0;
2583
-
2584
- & .e-menu-item {
2585
- height: auto;
2586
- line-height: 0;
2587
- padding: 0;
2588
-
2589
- & .e-column-main,
2590
- & .e-bar-main {
2591
- height: 90px;
2592
-
2593
- & .e-column1-text,
2594
- & .e-bar1-text {
2595
- height: 40%;
2596
- padding: 18px 16px;
2597
- }
2598
-
2599
- & .e-column1-cont,
2600
- & .e-bar1-cont {
2601
- height: 60%;
2602
-
2603
- & .e-clusteredcolumn,
2604
- & .e-stackedcolumn,
2605
- & .e-stackedcolumn100,
2606
- & .e-clusteredcolumn3d,
2607
- & .e-stackedcolumn3d,
2608
- & .e-stackedcolumn1003d,
2609
- & .e-clusteredbar,
2610
- & .e-stackedbar,
2611
- & .e-stackedbar100,
2612
- & .e-clusteredbar3d,
2613
- & .e-stackedbar3d,
2614
- & .e-stackedbar1003d {
2615
- display: inline-block;
2616
- font-size: 40px;
2617
- height: 100%;
2618
- margin: 0;
2619
- padding: 10px;
2620
- width: 55px;
2621
- }
2622
- }
2623
- }
2624
- }
2625
- }
2626
-
2627
- &.e-popup.e-menu-popup.e-chart-menu ul,
2628
- &.e-popup.e-menu-popup.e-chart-type-menu ul {
2629
- min-width: 110px;
2630
- overflow: visible;
2631
- padding: 0;
2632
-
2633
- & .e-menu-item {
2634
- height: auto;
2635
- line-height: 0;
2636
- padding: 0;
2637
-
2638
- & .e-pie-main,
2639
- & .e-radar-main {
2640
- height: 90px;
2641
-
2642
- & .e-pie-text,
2643
- & .e-radar-text {
2644
- height: 40%;
2645
- padding: 18px 16px;
2646
- }
2647
-
2648
- & .e-pie-cont,
2649
- & .e-radar-cont {
2650
- height: 60%;
2651
-
2652
- & .e-pie,
2653
- & .e-doughnut,
2654
- & .e-radar,
2655
- & .e-radar-markers {
2656
- display: inline-block;
2657
- font-size: 40px;
2658
- height: 60px;
2659
- margin: 0;
2660
- padding: 10px;
2661
- width: 55px;
2662
- }
2663
- }
2664
- }
2665
- }
2666
- }
2667
-
2668
- &.e-popup.e-menu-popup.e-chart-menu ul,
2669
- &.e-popup.e-menu-popup.e-chart-type-menu ul {
2670
- min-width: 165px;
2671
- overflow: visible;
2672
- padding: 0;
2673
-
2674
- & .e-menu-item {
2675
- height: auto;
2676
- line-height: 0;
2677
- padding: 0;
2678
-
2679
- & .e-line-main,
2680
- & .e-area-main {
2681
- height: auto;
2682
-
2683
- & .e-line-text,
2684
- & .e-area-text {
2685
- height: 40%;
2686
- padding: 18px 16px;
2687
- }
2688
-
2689
- & .e-line-cont,
2690
- & .e-area-cont {
2691
- height: 60%;
2692
-
2693
- & .e-area,
2694
- & .e-stackedarea,
2695
- & .e-stackedarea100,
2696
- & .e-line,
2697
- & .e-stackedline,
2698
- & .e-stackedline100,
2699
- & .e-line-marker,
2700
- & .e-stackedline-marker,
2701
- & .e-stackedline100-marker {
2702
- display: inline-block;
2703
- font-size: 40px;
2704
- height: 60px;
2705
- margin: 0;
2706
- padding: 10px;
2707
- width: 55px;
2708
- }
2709
- }
2710
- }
2711
- }
2712
- }
2713
-
2714
- &.e-popup.e-menu-popup.e-chart-menu ul,
2715
- &.e-popup.e-menu-popup.e-chart-type-menu ul {
2716
- min-width: 60px;
2717
- overflow: visible;
2718
- padding: 0;
2719
-
2720
- & .e-menu-item {
2721
- height: auto;
2722
- line-height: 0;
2723
- padding: 0;
2724
-
2725
- & .e-scatter-main {
2726
- height: 90px;
2727
-
2728
- & .e-scatter-text {
2729
- height: 40%;
2730
- padding: 18px 16px;
2731
- }
2732
-
2733
- & .e-scatter-cont {
2734
- height: 60%;
2735
-
2736
- & .e-scatter {
2737
- display: inline-block;
2738
- font-size: 60px;
2739
- height: 60px;
2740
- margin: 0;
2741
- padding: 10px;
2742
- width: 100%;
2743
- }
2744
- }
2745
- }
2746
- }
2747
- }
2748
- }
2749
-
2750
- .e-spreadsheet-function-dlg.e-dialog {
2751
- min-height: $dlg-min-height;
2752
- user-select: none;
2753
- & .e-dlg-content {
2754
- @if $sheet-skin != 'Material3' {
2755
- overflow: hidden;
2756
- padding-left: $dlg-content-padding;
2757
- padding-right: $dlg-content-padding;
2758
- }
2759
-
2760
- & .e-category-content {
2761
- font-size: $dlg-category-content-font-size;
2762
- @if $sheet-skin != 'Material3' {
2763
- font-weight: $dlg-category-content-font-weight;
2764
- margin-bottom: $dlg-category-margin-bottom;
2765
- }
2766
-
2767
- @if $sheet-skin == 'Material3' {
2768
- padding: 4px 0 0;
2769
- }
2770
-
2771
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2772
- padding: 10px 0;
2773
- }
2774
- }
2775
-
2776
- & .e-formula-description {
2777
- @if $sheet-skin != 'Material3' {
2778
- margin-left: -4px;
2779
- margin-top: 5px;
2780
- padding: 4px;
2781
- }
2782
-
2783
- @if $sheet-skin == 'Material3' {
2784
- padding: 4px 0;
2785
- }
2786
- }
2787
-
2788
- & .e-description-content {
2789
- @if $sheet-skin != 'Material3' {
2790
- font-size: $dlg-description-content-font-size;
2791
- font-weight: $dlg-description-font-weight;
2792
- padding-top: 10px;
2793
- }
2794
-
2795
- @if $sheet-skin == 'Material3' {
2796
- font-size: $dlg-description-content-font-size;
2797
- padding-top: 16px;
2798
- }
2799
- }
2800
-
2801
- & .e-formula-list {
2802
- cursor: default;
2803
- @if $sheet-skin != 'Material3' {
2804
- border: $dlg-list-border;
2805
- }
2806
- margin-top: 6px;
2807
- overflow-y: auto;
2808
- }
2809
- }
2810
- }
2811
-
2812
- .e-xlflmenu {
2813
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2814
- & .e-xlfl-maindiv {
2815
- padding-top: 10px;
2816
- }
2817
- }
2818
-
2819
- & .e-xlfl-maindiv .e-xlfl-radiodiv {
2820
- width: auto;
2821
- }
2822
- }
2823
-
2824
- .e-name-box {
2825
- & .e-dropdownbase .e-list-item {
2826
- line-height: 25px;
2827
- min-height: 25px;
2828
- text-indent: 10px;
2829
- }
2830
- }
2831
-
2832
- .e-spreadsheet:not(.e-mobile-view) {
2833
- & .e-formula-bar-panel {
2834
- border-bottom-width: 0;
2835
-
2836
- & .e-btn.e-css.e-insert-function {
2837
- border-left: $spreadsheet-border;
2838
- height: 23px;
2839
- @if $skin-name == 'Material3' {
2840
- padding-left: 6px;
2841
- padding-right: 6px;
2842
- }
2843
-
2844
- & .e-btn-icon {
2845
- @if $skin-name == 'Material3' {
2846
- line-height: 23px;
2847
- }
2848
- @else {
2849
- line-height: 24px;
2850
- }
2851
- }
2852
- }
2853
-
2854
- & .e-formula-bar {
2855
- height: 23px;
2856
- line-height: 23px;
2857
- @if $skin-name == 'Material3' {
2858
- height: 22px;
2859
- line-height: 22px;
2860
- }
2861
- width: $formula-textarea-width;
2862
- }
2863
-
2864
- &.e-expanded {
2865
- & .e-formula-bar,
2866
- & .e-btn.e-css.e-insert-function {
2867
- height: 71px;
2868
- @if $skin-name == 'Material3' {
2869
- line-height: 24px;
2870
- }
2871
- }
2872
-
2873
- & .e-btn.e-css.e-insert-function {
2874
- line-height: 71px;
2875
- }
2876
-
2877
- & .e-drop-icon {
2878
- transform: rotate(180deg);
2879
- }
2880
-
2881
- & .e-separator {
2882
- height: 60px;
2883
- }
2884
- }
2885
- }
2886
-
2887
- & .e-sheet-tab {
2888
- max-width: 60%;
2889
-
2890
- & .e-hscroll-bar {
2891
- margin-left: -40px;
2892
- margin-right: 40px;
2893
- }
2894
- }
2895
-
2896
- & .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
2897
- & .e-sheets-list.e-dropdown-btn {
2898
- height: 32px;
2899
- padding: 0;
2900
- width: 32px;
2901
-
2902
- & .e-btn-icon {
2903
- line-height: 33px;
2904
- @if $skin-name == 'Material3' {
2905
- line-height: 32px;
2906
- }
2907
- margin-top: 0;
2908
- }
2909
- }
2910
-
2911
- & .e-aggregate-list {
2912
- font-size: $aggregate-list-font-size;
2913
- margin-left: auto;
2914
- }
2915
-
2916
- & .e-ribbon {
2917
- border-bottom-width: 0;
2918
- }
2919
- }
2920
-
2921
- .e-bigger .e-spreadsheet,
2922
- .e-bigger.e-spreadsheet {
2923
- @if $skin-name == 'FluentUI' {
2924
- & .e-protect-dlg.e-dialog {
2925
- height: 790px !important; /* stylelint-disable-line declaration-no-important */
2926
- }
2927
-
2928
- & .e-delete-sheet-dlg.e-dialog {
2929
- height: 240px !important; /* stylelint-disable-line declaration-no-important */
2930
- }
2931
-
2932
- & .e-merge-alert-dlg.e-dialog {
2933
- height: 215px;
2934
-
2935
- .e-dlg-content {
2936
- padding-bottom: 0;
2937
- }
2938
- }
2939
-
2940
- .e-validation-error-dlg .e-dlg-content {
2941
- padding-bottom: 0;
2942
- }
2943
-
2944
- .e-spreadsheet-function-dlg.e-dialog {
2945
- height: 515px !important; /* stylelint-disable-line declaration-no-important */
2946
- }
2947
- }
2948
-
2949
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
2950
- & .e-validation-list .e-ddl-icon {
2951
- min-height: 0;
2952
- min-width: 0;
2953
- padding: 0;
2954
- }
2955
-
2956
- & .e-findtool-dlg .e-dlg-content .e-find-toolbar .e-input {
2957
- width: calc(100% - 70px);
2958
- }
2959
- }
2960
-
2961
- .e-spreadsheet-function-dlg.e-dialog {
2962
- & .e-dlg-content {
2963
- & .e-description-content {
2964
- @if $sheet-skin == 'Material3' {
2965
- padding-top: 16px;
2966
- }
2967
- }
2968
- }
2969
- }
2970
-
2971
- & .e-ribbon {
2972
-
2973
- & .e-toolbar .e-btn:not(.e-tbar-btn) {
2974
- &:not(.e-split-colorpicker) {
2975
- line-height: $bigger-spreadsheet-ribbon-btn-height;
2976
- @if $sheet-skin == 'Material3' {
2977
- font-size: $function-dlg-header-content-font-size;
2978
- }
2979
- }
2980
-
2981
- &.e-chart-ddb {
2982
- @if $sheet-skin == 'Material3' {
2983
- padding-left: 26px;
2984
- }
2985
- }
2986
-
2987
- &.e-split-colorpicker {
2988
- line-height: $bigger-spreadsheet-ribbon-btn-height - 2;
2989
- padding-bottom: 2px;
2990
- @if $sheet-skin == 'Material3' {
2991
- line-height: $bigger-spreadsheet-ribbon-btn-height - 4;
2992
- padding-bottom: 0;
2993
- }
2994
- width: $bigger-cpicker-btn-width;
2995
- }
2996
-
2997
- &:not(.e-dropdown-btn):not(.e-split-btn) {
2998
- padding-left: $bigger-spreadsheet-ribbon-btn-padding;
2999
- padding-right: $bigger-spreadsheet-ribbon-btn-padding;
3000
- }
3001
-
3002
- &:not(.e-split-colorpicker) .e-btn-icon {
3003
- line-height: $bigger-spreadsheet-ribbon-btn-height;
3004
- min-height: $bigger-spreadsheet-ribbon-btn-height;
3005
-
3006
- @if $sheet-skin == 'Material3' {
3007
- line-height: $bigger-spreadsheet-ribbon-btn-height - 4;
3008
- min-height: $bigger-spreadsheet-ribbon-btn-height - 4;
3009
- }
3010
-
3011
- &:not(.e-caret) {
3012
- font-size: $bigger-spreadsheet-tbar-btn-icon-font-size;
3013
- }
3014
-
3015
- @if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fabric-dark' {
3016
- &.e-wrap-icon {
3017
- font-size: $bigger-toolbar-wrap-icon-font-size;
3018
- }
3019
- }
3020
- }
3021
- }
3022
-
3023
- & .e-toolbar .e-toolbar-item .e-btn {
3024
- &.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
3025
- font-size: $bigger-spreadsheet-tbar-btn-icon-font-size;
3026
- }
3027
- }
3028
-
3029
- @if $skin-name == 'Material3' {
3030
- & .e-toolbar .e-toolbar-item .e-btn {
3031
-
3032
- & .e-chart-icon,
3033
- & .e-chart-type-icon {
3034
- font-size: $bigger-spreadsheet-chart-icon-size !important; /* stylelint-disable-line declaration-no-important */
3035
- margin-right: 0;
3036
- padding: 0;
3037
- width: 36px;
3038
- }
3039
-
3040
- &.e-split-colorpicker {
3041
- & .e-icons.e-btn-icon:not(.e-caret) {
3042
- &.e-font-color {
3043
- font-size: $bigger-spreadsheet-cpicker-font-color-font-size;
3044
- }
3045
-
3046
- &.e-fill-color {
3047
- font-size: $bigger-spreadsheet-tbar-btn-icon-font-size;
3048
- }
3049
- }
3050
- }
3051
- }
3052
- }
3053
-
3054
- & .e-dropdown-btn.e-font-size-ddb {
3055
- @if $skin-name != 'Material3' {
3056
- width: $bigger-fontsize-btn-width;
3057
- }
3058
- }
3059
-
3060
- & .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
3061
- height: auto;
3062
- width: auto;
3063
- }
3064
-
3065
- & .e-content .e-hscroll-bar {
3066
- height: auto;
3067
- overflow: hidden;
3068
- }
3069
- }
3070
-
3071
- & .e-formula-bar-panel {
3072
- & .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
3073
- font-size: $bigger-name-box-ddl-icon-font-size;
3074
- @if $skin-name != 'Material3' {
3075
- margin: 0;
3076
- }
3077
-
3078
- @if $skin-name == 'Material3' {
3079
- margin: 10px;
3080
- }
3081
- }
3082
-
3083
- // Need to remove the below properties & its variable once touch support provided by UX team
3084
- & .e-css.e-btn.e-icon-btn {
3085
- padding-left: $normal-btn-padding;
3086
- padding-right: $normal-btn-padding;
3087
- }
3088
- }
3089
-
3090
- & .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
3091
- & .e-sheets-list.e-dropdown-btn {
3092
- @if $skin-name == 'Material3' {
3093
- height: 48px;
3094
- padding: 0;
3095
- width: 48px;
3096
- }
3097
- @else {
3098
- height: 39px;
3099
- width: 39px;
3100
- }
3101
-
3102
- & .e-btn-icon {
3103
- @if $skin-name == 'Material3' {
3104
- line-height: 48px;
3105
- }
3106
- @else {
3107
- line-height: 39px;
3108
- }
3109
- }
3110
- }
3111
-
3112
- @if $skin-name == 'Material3' {
3113
- & .e-add-sheet-tab,
3114
- & .e-sheets-list {
3115
- margin-left: 9px;
3116
- }
3117
- }
3118
-
3119
- & .e-sheet-tab-panel {
3120
- @include bigger-tab-header-layout;
3121
- }
3122
-
3123
- & .e-sheet-tab .e-tab-header .e-toolbar-item {
3124
- & .e-tab-wrap {
3125
- padding: 0 16px;
3126
- }
3127
- }
3128
-
3129
- @if $skin-name != 'bootstrap' and $skin-name != 'bootstrap4' {
3130
- & .e-drop-icon {
3131
- font-size: $spreadsheet-drop-icon-font-size;
3132
- margin-right: 5px;
3133
- }
3134
- }
3135
-
3136
- &:not(.e-mobile-view) .e-formula-bar-panel {
3137
- & .e-btn.e-css.e-insert-function {
3138
- @if $skin-name == 'Material3' {
3139
- height: 31px;
3140
- }
3141
- @else {
3142
- height: 29px;
3143
- }
3144
-
3145
- & .e-btn-icon {
3146
- font-size: $bigger-insert-function-btn-icon-font-size;
3147
- @if $skin-name == 'Material3' {
3148
- line-height: 31px;
3149
- }
3150
- @else {
3151
- line-height: 30px;
3152
- }
3153
- }
3154
- }
3155
-
3156
- & .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input {
3157
- height: 29px;
3158
- @if $skin-name == 'Material3' {
3159
- height: 22px;
3160
- padding: 5px 0 5px 8px;
3161
- font-size: $bigger-name-box-ddl-icon-font-size;
3162
- }
3163
- }
3164
-
3165
- & .e-drop-icon {
3166
- line-height: 29px;
3167
- @if $skin-name == 'Material3' {
3168
- line-height: 32px;
3169
- }
3170
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
3171
- font-size: $bigger-formula-bar-drop-icon-font-size;
3172
- line-height: 38px;
3173
- }
3174
- }
3175
-
3176
- & .e-separator {
3177
- height: 18px;
3178
- }
3179
-
3180
- & .e-formula-bar {
3181
- font-size: $bigger-formula-bar-font-size;
3182
- @if $skin-name == 'Material3' {
3183
- height: 32px;
3184
- line-height: 32px;
3185
- }
3186
- @else {
3187
- height: 29px;
3188
- line-height: 29px;
3189
- }
3190
- }
3191
-
3192
- &.e-expanded {
3193
- & .e-formula-bar {
3194
- height: 89px;
3195
- }
3196
- & .e-btn.e-css.e-insert-function {
3197
- height: 89px;
3198
- line-height: 89px;
3199
-
3200
- @if $skin-name == 'Material3' {
3201
- height: 87px;
3202
- line-height: 87px;
3203
- }
3204
- }
3205
-
3206
- & .e-formula-bar {
3207
- @if $skin-name == 'Material3' {
3208
- line-height: 34px;
3209
- }
3210
- }
3211
-
3212
- & .e-separator {
3213
- height: 78px;
3214
- }
3215
- }
3216
- }
3217
-
3218
- & .e-dlg-content {
3219
- @if $skin-name == 'Material3' {
3220
- margin-top: 0;
3221
- }
3222
- .e-custom-dialog {
3223
- & .e-input.e-dialog-input {
3224
- float: left;
3225
- @if $skin-name == 'Material3' {
3226
- margin-right: 16px;
3227
- width: 74%;
3228
- }
3229
- @else {
3230
- margin-right: 2.8%;
3231
- width: 77%;
3232
- }
3233
-
3234
- @if $skin-name == 'FluentUI' {
3235
- height: 40px;
3236
- }
3237
- }
3238
- & .e-custom-sample {
3239
- @if $skin-name == 'Material3' {
3240
- margin-top: 8px;
3241
- }
3242
- }
3243
- }
3244
- }
3245
-
3246
- & .e-customsort-dlg.e-dialog {
3247
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
3248
- width: 630px !important; /* stylelint-disable-line declaration-no-important */
3249
- }
3250
- @else if $sheet-skin == 'Material3' {
3251
- width: 625px !important; /* stylelint-disable-line declaration-no-important */
3252
- }
3253
- @else {
3254
- width: 590px !important; /* stylelint-disable-line declaration-no-important */
3255
- }
3256
- }
3257
-
3258
- .e-sort-dialog .e-sort-template .e-list-item {
3259
- height: auto;
3260
- line-height: 1;
3261
- }
3262
-
3263
- & .e-filter-icon {
3264
- margin-bottom: $filter-icon-bigger-margin-bottom;
3265
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
3266
- font-size: $bigger-filter-icon-font-size;
3267
- margin-top: -3px;
3268
- }
3269
- @if $sheet-skin == 'Material3' {
3270
- font-size: $bigger-filter-icon-font-size;
3271
- }
3272
- }
3273
-
3274
- & .e-find-dlg .e-footer-content .e-btn {
3275
- font-size: $bigger-find-dlg-btn-font-size;
3276
- margin-top: 6px;
3277
- }
3278
-
3279
- & .e-findtool-dlg {
3280
- @if $sheet-skin != 'Material3'{
3281
- height: $bigger-find-tool-dlg-height;
3282
- width: $bigger-find-tool-dlg-width;
3283
- }
3284
- }
3285
-
3286
- & .e-goto-dlg.e-dialog {
3287
- height: auto;
3288
-
3289
- & .e-btn {
3290
- font-size: $goto-dlg-btn-font-size;
3291
- }
3292
- }
3293
-
3294
- & .e-protectworkbook-dlg.e-dialog .e-dlg-content {
3295
- & .e-pwd-alert-span {
3296
- color: $dlg-error-color;
3297
- @if $skin-name == 'Material3' {
3298
- padding-top: 6px;
3299
- }
3300
- @else {
3301
- font-size: $protectworkbook-dlg-pwd-alert-span-font-size;
3302
- padding-top: 16px;
3303
- }
3304
- }
3305
-
3306
- & .e-password-content {
3307
- @if $sheet-skin != 'Material3'{
3308
- padding-top: 16px;
3309
- margin-bottom: 8px;
3310
- }
3311
-
3312
- & .e-header {
3313
- @if $skin-name != 'Material3' {
3314
- font-size: $protectworkbook-dlg-pwd-content-font-size;
3315
- line-height: 28px;
3316
- margin-bottom: 4px;
3317
- }
3318
- }
3319
- }
3320
- }
3321
-
3322
- & .e-validation-dlg {
3323
- & .e-cellrange {
3324
- @if $skin-name == 'Material3' {
3325
- margin-bottom: 8px;
3326
- }
3327
- }
3328
-
3329
- & .e-allowdata {
3330
- & .e-allow {
3331
- @if $skin-name == 'Material3' {
3332
- margin-bottom: 12px;
3333
- }
3334
- }
3335
- }
3336
-
3337
- & .e-values {
3338
- @if $skin-name == 'Material3' {
3339
- margin-bottom: 8px;
3340
- }
3341
- }
3342
- }
3343
-
3344
- & .e-excelfilter {
3345
- & .e-spreadsheet-ftrchk {
3346
- padding-left: $filter-selectall-bigger-padding;
3347
- }
3348
-
3349
- &.e-rtl .e-spreadsheet-ftrchk {
3350
- padding-left: 0;
3351
- padding-right: $filter-selectall-bigger-padding;
3352
- }
3353
- }
3354
-
3355
- & .e-checkboxtree {
3356
- ul {
3357
- padding-left: 0;
3358
- }
3359
-
3360
- &.e-rtl ul {
3361
- padding-right: 0;
3362
- }
3363
- }
3364
-
3365
- & .e-validation-list {
3366
-
3367
- @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
3368
- width: $bigger-validation-list-width;
3369
- }
3370
-
3371
- & .e-ddl-icon.e-search-icon {
3372
-
3373
- @if $skin-name == 'material' or $skin-name == 'material-dark' {
3374
- bottom: $bigger-validation-list-icon-bottom;
3375
- }
3376
-
3377
- @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' {
3378
- min-height: $bigger-validation-list-icon-height-width;
3379
- min-width: $bigger-validation-list-icon-height-width;
3380
- }
3381
- }
3382
- }
3383
- }
3384
-
3385
- .e-bigger.e-dropdown-popup,
3386
- .e-bigger .e-dropdown-popup {
3387
- &.e-font-size-ddb ul {
3388
- min-width: 70px;
3389
- }
3390
-
3391
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
3392
- &.e-dragfill-ddb ul,
3393
- &.e-numformat-ddb ul {
3394
- max-width: initial;
3395
- }
3396
- }
3397
- }
3398
-
3399
- .e-bigger .e-spreadsheet .e-hyperlink-dlg.e-dialog {
3400
- & .e-dlg-content .e-link-dialog .e-content {
3401
- @if $skin-name == 'Material3' {
3402
- padding-top: 24px;
3403
- }
3404
- @if $skin-name == 'FluentUI' {
3405
- & .e-cont {
3406
- margin: 0 0 16px 24px;
3407
- }
3408
- }
3409
- }
3410
- }
3411
-
3412
- .e-sort-dialog {
3413
- height: 100%;
3414
- position: relative;
3415
-
3416
- @if $skin-name == 'Material3' {
3417
- & .e-sort-header {
3418
- border-bottom: 1px solid $spreadsheet-customsrt-line-color;
3419
- }
3420
- }
3421
-
3422
- & .e-sort-listsection {
3423
- @if $skin-name != 'FluentUI' {
3424
- height: calc(100% - 28px);
3425
- }
3426
- margin: 0 auto;
3427
- overflow: auto;
3428
- width: 100%;
3429
- }
3430
-
3431
- & .e-sort-listwrapper {
3432
- padding-left: 2px;
3433
- }
3434
-
3435
- & .e-sort-listwrapper .text {
3436
- font-size: $sort-dlg-listwrapper-text-font-size;
3437
- @if $skin-name != 'Material3' {
3438
- padding: 10px 0 5px;
3439
- }
3440
- }
3441
-
3442
- & .e-list-sort {
3443
- height: 100%;
3444
- }
3445
-
3446
- & .e-sort-row {
3447
- align-items: center;
3448
- display: flex;
3449
- padding: 5px 0 10px;
3450
- @if $skin-name == 'Material3' {
3451
- padding: 6px 0 10px;
3452
- }
3453
- }
3454
-
3455
- & .e-sort-error,
3456
- & .e-sort-header,
3457
- & .e-sort-casecheckbox,
3458
- & .e-sort-listsection {
3459
- @if $skin-name != 'Material3' {
3460
- padding-left: $dlg-content-padding;
3461
- padding-right: $dlg-content-padding;
3462
- padding-bottom: $dlg-content-padding-bottom;
3463
- }
3464
- }
3465
-
3466
- @if $skin-name == 'Material3' {
3467
- & .e-sort-header {
3468
- padding-bottom: 20px;
3469
- padding-top: 6px;
3470
- }
3471
-
3472
- & .e-sort-casecheckbox {
3473
- padding-left: 24px;
3474
- padding-right: 24px;
3475
- }
3476
-
3477
- & .e-sort-listsection {
3478
- padding-bottom: 14px;
3479
- padding-top: 16px;
3480
- }
3481
- }
3482
-
3483
- & .e-sort-error {
3484
- bottom: 0;
3485
- display: none;
3486
- font-size: $sort-dlg-error-font-size;
3487
- height: 20px;
3488
- line-height: 20px;
3489
- position: absolute;
3490
- width: 100%;
3491
- }
3492
-
3493
- & .e-sort-template {
3494
- border: 0;
3495
-
3496
- & .e-list-item {
3497
- height: auto;
3498
- line-height: unset;
3499
-
3500
- &:not(:first-child) {
3501
- padding: 5px 0 0;
3502
- }
3503
-
3504
- &:first-child {
3505
- padding: 0;
3506
- }
3507
- }
3508
-
3509
- & .e-content {
3510
- height: 100%;
3511
- overflow: auto;
3512
- }
3513
- }
3514
-
3515
- & .e-sort-field {
3516
- width: auto;
3517
- }
3518
-
3519
- & .e-radio-wrapper {
3520
- @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' or $skin-name == 'Material3' {
3521
- margin-left: 20px;
3522
- }
3523
- @else {
3524
- margin-left: 16px;
3525
- }
3526
- @if $skin-name == 'Material3' {
3527
- padding: 8px 0;
3528
- }
3529
- }
3530
-
3531
- & li:first-of-type .e-sort-delete {
3532
- display: none;
3533
- }
3534
-
3535
- & .e-sort-delete {
3536
- border-left-style: solid;
3537
- border-left-width: 1px;
3538
- line-height: 32px;
3539
- margin-left: auto;
3540
- margin-right: 5px;
3541
- padding-left: 22px;
3542
- vertical-align: middle;
3543
-
3544
- &::before {
3545
- cursor: pointer;
3546
- }
3547
- }
3548
- }
3549
-
3550
- @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
3551
- .e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item {
3552
- & .e-tab-wrap:focus .e-text-wrap {
3553
- height: 32px;
3554
- }
3555
-
3556
- &:not(.e-separator) .e-text-wrap {
3557
- height: 32px;
3558
- }
3559
-
3560
- &:not(.e-separator) .e-tab-wrap {
3561
- height: 35px;
3562
- }
3563
-
3564
- &.e-active {
3565
- margin: 0;
3566
- }
3567
- }
3568
- }
3569
-
3570
- @if $skin-name == 'Material3' {
3571
- .e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item {
3572
- &.e-active {
3573
- margin: 0;
3574
- }
3575
- }
3576
- }
3577
-
3578
- .e-bigger .e-spreadsheet,
3579
- .e-bigger.e-spreadsheet {
3580
- @if $skin-name =='Material3' {
3581
-
3582
- & .e-sheet-tab {
3583
- & .e-tab-header {
3584
- & .e-toolbar-item {
3585
- & input.e-input.e-sheet-rename {
3586
- height: 48px;
3587
- line-height: 48px;
3588
- margin-bottom: 0;
3589
- }
3590
- }
3591
- }
3592
- }
3593
-
3594
- & .e-validation-list {
3595
- & .e-ddl-icon {
3596
- bottom: 0;
3597
- font-size: $spreadsheet-drop-icon-font-size;
3598
- height: 20px;
3599
- min-height: 20px;
3600
- min-width: 20px;
3601
- width: 20px;
3602
- }
3603
- }
3604
-
3605
- & .e-open-dlg.e-dialog {
3606
- & .e-open-dialog {
3607
- & .e-open-head .e-header {
3608
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3609
- }
3610
- }
3611
-
3612
- & .e-dlg-content {
3613
- & .e-file-alert-span {
3614
- font-size: $bigger-spreadsheet-dlg-error-font-size;
3615
- padding-top: 6px;
3616
- }
3617
- }
3618
- }
3619
-
3620
- & .e-dlg-content .e-custom-dialog .e-custom-sample {
3621
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3622
- margin: 20px 0 4px;
3623
- }
3624
-
3625
- & .e-conditionalformatting-dlg {
3626
- & .e-cfmain {
3627
- & .e-header {
3628
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3629
- }
3630
- margin: 8px 0 20px;
3631
- }
3632
-
3633
- & .e-cfsub {
3634
- & .e-header {
3635
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3636
- }
3637
- margin-bottom: 12px;
3638
- }
3639
-
3640
- & .e-header-2 {
3641
- margin-top: 20px;
3642
- }
3643
- }
3644
- & .e-sort-dialog {
3645
- & .e-sort-listwrapper .text {
3646
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3647
- }
3648
-
3649
- & .e-sort-error {
3650
- font-size: $bigger-spreadsheet-dlg-error-font-size;
3651
- }
3652
- }
3653
-
3654
- & .e-find-dlg.e-dialog {
3655
- & .e-dlg-header-content {
3656
- @if $skin-name == 'Material3' {
3657
- padding-bottom: 8px;
3658
- }
3659
- }
3660
- & .e-dlg-content {
3661
- & .e-find-alert-span {
3662
- font-size: $bigger-spreadsheet-dlg-error-font-size;
3663
- padding-top: 7px;
3664
- }
3665
-
3666
- & .e-replace-alert-span {
3667
- font-size: $bigger-spreadsheet-dlg-error-font-size;
3668
- padding-top: 7px;
3669
- }
3670
-
3671
- & .e-findnreplace-casecheckbox {
3672
- padding-bottom: 10px;
3673
- padding-top: 20px;
3674
- }
3675
-
3676
- & .e-findnreplace-exactmatchcheckbox {
3677
- padding: 20px 0 10px;
3678
- }
3679
- }
3680
-
3681
- & p.e-header {
3682
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3683
- padding-bottom: 0;
3684
- padding-top: 16px;
3685
- }
3686
- }
3687
-
3688
- & .e-hyperlink-dlg.e-dialog,
3689
- .e-edithyperlink-dlg.e-dialog {
3690
- & .e-dlg-content {
3691
-
3692
- & .e-link-dialog {
3693
-
3694
- & .e-content {
3695
- padding-top: 24px;
3696
-
3697
- & .e-cont {
3698
- margin: 0 0 24px;
3699
-
3700
- & .e-header {
3701
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3702
- line-height: 20px;
3703
- }
3704
-
3705
- & .e-refcont {
3706
- border: 0;
3707
- margin: 0 16px 0 0;
3708
- }
3709
- }
3710
- }
3711
- }
3712
- }
3713
- }
3714
- & .e-spreadsheet-function-dlg.e-dialog {
3715
- & .e-dlg-content {
3716
- & .e-category-content {
3717
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3718
- padding: 4px 0 0;
3719
- }
3720
-
3721
- & .e-formula-description {
3722
- padding: 4px 0;
3723
- }
3724
-
3725
- & .e-description-content {
3726
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3727
- padding-top: 20px;
3728
- }
3729
- }
3730
- }
3731
- & .e-protect-dlg.e-dialog {
3732
- & .e-sheet-password-content {
3733
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3734
- padding: 4px 0 20px;
3735
-
3736
- & .e-header {
3737
- line-height: 20px;
3738
- }
3739
- }
3740
-
3741
- & .e-protect-content {
3742
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3743
- line-height: 20px;
3744
- padding: 20px 0 4px;
3745
- }
3746
- }
3747
-
3748
- & .e-reenterpwd-dlg.e-dialog {
3749
- & .e-dlg-content {
3750
- & .e-reenterpwd-alert-span {
3751
- font-size: $bigger-spreadsheet-dlg-error-font-size;
3752
- padding-top: 6px;
3753
- }
3754
-
3755
- & .e-reenterpwd-content {
3756
- & .e-header {
3757
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3758
- line-height: 20px;
3759
- }
3760
- }
3761
- }
3762
- }
3763
-
3764
- & .e-unprotectworksheet-dlg.e-dialog {
3765
- & .e-dlg-content {
3766
- & .e-unprotectsheetpwd-alert-span {
3767
- font-size: $bigger-spreadsheet-dlg-error-font-size;
3768
- padding-top: 6px;
3769
- }
3770
-
3771
- & .e-unprotectsheetpwd-content {
3772
- & .e-header {
3773
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3774
- line-height: 20px;
3775
- }
3776
- }
3777
- }
3778
- }
3779
-
3780
- & .e-protectworkbook-dlg.e-dialog {
3781
- & .e-dlg-content {
3782
- padding-bottom: 8px;
3783
- & .e-pwd-alert-span {
3784
- font-size: $bigger-spreadsheet-dlg-error-font-size;
3785
- }
3786
-
3787
- & .e-password-content + .e-password-content {
3788
- padding: 20px 0 0;
3789
- }
3790
-
3791
- & .e-password-content {
3792
- padding: 4px 0 0;
3793
-
3794
- & .e-header {
3795
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3796
- line-height: 20px;
3797
- }
3798
- }
3799
- }
3800
- }
3801
-
3802
- & .e-unprotectworkbook-dlg.e-dialog {
3803
- & .e-dlg-content {
3804
- & .e-unprotectpwd-alert-span {
3805
- font-size: $bigger-spreadsheet-dlg-error-font-size;
3806
- padding-top: 6px;
3807
- }
3808
-
3809
- & .e-unprotectpwd-content {
3810
- & .e-header {
3811
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3812
- line-height: 20px;
3813
- }
3814
- }
3815
- }
3816
- }
3817
-
3818
- & .e-datavalidation-dlg {
3819
- & .e-validation-dlg {
3820
- & .e-header {
3821
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3822
- line-height: 20px;
3823
- }
3824
-
3825
- & .e-cellrange {
3826
- padding-top: 4px;
3827
-
3828
- & .e-header {
3829
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3830
- line-height: 20px;
3831
- }
3832
- }
3833
-
3834
- & .e-allowdata {
3835
- padding-top: 20px;
3836
-
3837
- & .e-allow {
3838
-
3839
- & .e-header {
3840
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3841
- line-height: 20px;
3842
- }
3843
- }
3844
-
3845
- & .e-data {
3846
-
3847
- & .e-header {
3848
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3849
- line-height: 20px;
3850
- }
3851
- }
3852
- }
3853
-
3854
- & .e-values {
3855
- padding-top: 20px;
3856
-
3857
- & .e-minimum {
3858
-
3859
- & .e-header {
3860
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3861
- line-height: 20px;
3862
- }
3863
- }
3864
-
3865
- & .e-maximum {
3866
-
3867
- & .e-header {
3868
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3869
- line-height: 20px;
3870
- }
3871
- }
3872
-
3873
- & .e-dlg-error {
3874
- font-size: $bigger-spreadsheet-dlg-error-font-size;
3875
- padding-top: 6px;
3876
- }
3877
-
3878
- & .e-header {
3879
- font-size: $bigger-spreadsheet-dlg-label-font-size;
3880
- line-height: 20px;
3881
- }
3882
- }
3883
-
3884
- & .e-ignoreblank {
3885
- margin-bottom: 8px;
3886
- padding-top: 20px;
3887
- }
3888
- }
3889
- }
3890
- }
3891
- }
3892
- }