@syncfusion/ej2-angular-spreadsheet 20.3.58-ngcc → 20.3.58

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 (179) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +14 -0
  3. package/esm2020/src/spreadsheet/cells.directive.mjs +71 -0
  4. package/esm2020/src/spreadsheet/chart.directive.mjs +46 -0
  5. package/esm2020/src/spreadsheet/columns.directive.mjs +61 -0
  6. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +61 -0
  7. package/esm2020/src/spreadsheet/definednames.directive.mjs +58 -0
  8. package/esm2020/src/spreadsheet/image.directive.mjs +46 -0
  9. package/esm2020/src/spreadsheet/ranges.directive.mjs +69 -0
  10. package/esm2020/src/spreadsheet/rows.directive.mjs +65 -0
  11. package/esm2020/src/spreadsheet/sheets.directive.mjs +68 -0
  12. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +80 -0
  13. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +202 -0
  14. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +106 -0
  15. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +5 -0
  16. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  17. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  18. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  19. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  20. package/package.json +27 -13
  21. package/schematics/utils/lib-details.d.ts +2 -2
  22. package/src/spreadsheet/cells.directive.d.ts +5 -0
  23. package/src/spreadsheet/chart.directive.d.ts +5 -0
  24. package/src/spreadsheet/columns.directive.d.ts +5 -0
  25. package/src/spreadsheet/conditionalformats.directive.d.ts +5 -0
  26. package/src/spreadsheet/definednames.directive.d.ts +5 -0
  27. package/src/spreadsheet/image.directive.d.ts +5 -0
  28. package/src/spreadsheet/ranges.directive.d.ts +5 -0
  29. package/src/spreadsheet/rows.directive.d.ts +5 -0
  30. package/src/spreadsheet/sheets.directive.d.ts +5 -0
  31. package/src/spreadsheet/spreadsheet-all.module.d.ts +6 -0
  32. package/src/spreadsheet/spreadsheet.component.d.ts +3 -0
  33. package/src/spreadsheet/spreadsheet.module.d.ts +15 -0
  34. package/styles/bootstrap-dark.css +9 -12
  35. package/styles/bootstrap.css +9 -12
  36. package/styles/bootstrap4.css +9 -12
  37. package/styles/bootstrap5-dark.css +9 -12
  38. package/styles/bootstrap5.css +9 -12
  39. package/styles/fabric-dark.css +9 -12
  40. package/styles/fabric.css +9 -12
  41. package/styles/fluent-dark.css +9 -12
  42. package/styles/fluent.css +9 -12
  43. package/styles/highcontrast-light.css +9 -12
  44. package/styles/highcontrast.css +9 -12
  45. package/styles/material-dark.css +9 -12
  46. package/styles/material.css +9 -12
  47. package/styles/ribbon/_all.scss +2 -0
  48. package/styles/ribbon/_bootstrap-dark-definition.scss +13 -0
  49. package/styles/ribbon/_bootstrap-definition.scss +12 -0
  50. package/styles/ribbon/_bootstrap4-definition.scss +13 -0
  51. package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
  52. package/styles/ribbon/_bootstrap5-definition.scss +14 -0
  53. package/styles/ribbon/_fabric-dark-definition.scss +14 -0
  54. package/styles/ribbon/_fabric-definition.scss +14 -0
  55. package/styles/ribbon/_fluent-dark-definition.scss +1 -0
  56. package/styles/ribbon/_fluent-definition.scss +14 -0
  57. package/styles/ribbon/_fusionnew-definition.scss +14 -0
  58. package/styles/ribbon/_highcontrast-definition.scss +12 -0
  59. package/styles/ribbon/_highcontrast-light-definition.scss +12 -0
  60. package/styles/ribbon/_layout.scss +241 -0
  61. package/styles/ribbon/_material-dark-definition.scss +15 -0
  62. package/styles/ribbon/_material-definition.scss +12 -0
  63. package/styles/ribbon/_material3-definition.scss +15 -0
  64. package/styles/ribbon/_mixin.scss +89 -0
  65. package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
  66. package/styles/ribbon/_tailwind-definition.scss +13 -0
  67. package/styles/ribbon/_theme.scss +154 -0
  68. package/styles/ribbon/bootstrap-dark.scss +4 -1
  69. package/styles/ribbon/bootstrap.scss +4 -1
  70. package/styles/ribbon/bootstrap4.scss +4 -1
  71. package/styles/ribbon/bootstrap5-dark.scss +4 -1
  72. package/styles/ribbon/bootstrap5.scss +4 -1
  73. package/styles/ribbon/fabric-dark.scss +4 -1
  74. package/styles/ribbon/fabric.scss +4 -1
  75. package/styles/ribbon/fluent-dark.scss +4 -1
  76. package/styles/ribbon/fluent.scss +4 -1
  77. package/styles/ribbon/highcontrast-light.scss +3 -1
  78. package/styles/ribbon/highcontrast.scss +4 -1
  79. package/styles/ribbon/icons/_bootstrap-dark.scss +15 -0
  80. package/styles/ribbon/icons/_bootstrap.scss +15 -0
  81. package/styles/ribbon/icons/_bootstrap4.scss +9 -0
  82. package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -0
  83. package/styles/ribbon/icons/_bootstrap5.scss +15 -0
  84. package/styles/ribbon/icons/_fabric-dark.scss +9 -0
  85. package/styles/ribbon/icons/_fabric.scss +9 -0
  86. package/styles/ribbon/icons/_fluent-dark.scss +1 -0
  87. package/styles/ribbon/icons/_fluent.scss +15 -0
  88. package/styles/ribbon/icons/_fusionnew.scss +15 -0
  89. package/styles/ribbon/icons/_highcontrast.scss +9 -0
  90. package/styles/ribbon/icons/_material-dark.scss +15 -0
  91. package/styles/ribbon/icons/_material.scss +15 -0
  92. package/styles/ribbon/icons/_material3.scss +15 -0
  93. package/styles/ribbon/icons/_tailwind-dark.scss +15 -0
  94. package/styles/ribbon/icons/_tailwind.scss +15 -0
  95. package/styles/ribbon/material-dark.scss +4 -1
  96. package/styles/ribbon/material.scss +4 -1
  97. package/styles/ribbon/tailwind-dark.scss +4 -1
  98. package/styles/ribbon/tailwind.scss +4 -1
  99. package/styles/spreadsheet/_all.scss +2 -0
  100. package/styles/spreadsheet/_bootstrap-dark-definition.scss +154 -0
  101. package/styles/spreadsheet/_bootstrap-definition.scss +154 -0
  102. package/styles/spreadsheet/_bootstrap4-definition.scss +153 -0
  103. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +1 -0
  104. package/styles/spreadsheet/_bootstrap5-definition.scss +156 -0
  105. package/styles/spreadsheet/_fabric-dark-definition.scss +151 -0
  106. package/styles/spreadsheet/_fabric-definition.scss +151 -0
  107. package/styles/spreadsheet/_fluent-dark-definition.scss +1 -0
  108. package/styles/spreadsheet/_fluent-definition.scss +152 -0
  109. package/styles/spreadsheet/_fusionnew-definition.scss +151 -0
  110. package/styles/spreadsheet/_highcontrast-definition.scss +150 -0
  111. package/styles/spreadsheet/_highcontrast-light-definition.scss +146 -0
  112. package/styles/spreadsheet/_layout.scss +3015 -0
  113. package/styles/spreadsheet/_material-dark-definition.scss +153 -0
  114. package/styles/spreadsheet/_material-definition.scss +151 -0
  115. package/styles/spreadsheet/_material3-definition.scss +151 -0
  116. package/styles/spreadsheet/_tailwind-dark-definition.scss +1 -0
  117. package/styles/spreadsheet/_tailwind-definition.scss +158 -0
  118. package/styles/spreadsheet/_theme.scss +1365 -0
  119. package/styles/spreadsheet/bootstrap-dark.css +9 -12
  120. package/styles/spreadsheet/bootstrap-dark.scss +23 -1
  121. package/styles/spreadsheet/bootstrap.css +9 -12
  122. package/styles/spreadsheet/bootstrap.scss +23 -1
  123. package/styles/spreadsheet/bootstrap4.css +9 -12
  124. package/styles/spreadsheet/bootstrap4.scss +23 -1
  125. package/styles/spreadsheet/bootstrap5-dark.css +9 -12
  126. package/styles/spreadsheet/bootstrap5-dark.scss +22 -1
  127. package/styles/spreadsheet/bootstrap5.css +9 -12
  128. package/styles/spreadsheet/bootstrap5.scss +23 -1
  129. package/styles/spreadsheet/fabric-dark.css +9 -12
  130. package/styles/spreadsheet/fabric-dark.scss +23 -1
  131. package/styles/spreadsheet/fabric.css +9 -12
  132. package/styles/spreadsheet/fabric.scss +23 -1
  133. package/styles/spreadsheet/fluent-dark.css +9 -12
  134. package/styles/spreadsheet/fluent-dark.scss +22 -1
  135. package/styles/spreadsheet/fluent.css +9 -12
  136. package/styles/spreadsheet/fluent.scss +23 -1
  137. package/styles/spreadsheet/highcontrast-light.css +9 -12
  138. package/styles/spreadsheet/highcontrast-light.scss +22 -1
  139. package/styles/spreadsheet/highcontrast.css +9 -12
  140. package/styles/spreadsheet/highcontrast.scss +23 -1
  141. package/styles/spreadsheet/icons/_bootstrap-dark.scss +990 -0
  142. package/styles/spreadsheet/icons/_bootstrap.scss +990 -0
  143. package/styles/spreadsheet/icons/_bootstrap4.scss +994 -0
  144. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +1 -0
  145. package/styles/spreadsheet/icons/_bootstrap5.scss +996 -0
  146. package/styles/spreadsheet/icons/_fabric-dark.scss +990 -0
  147. package/styles/spreadsheet/icons/_fabric.scss +994 -0
  148. package/styles/spreadsheet/icons/_fluent-dark.scss +1 -0
  149. package/styles/spreadsheet/icons/_fluent.scss +996 -0
  150. package/styles/spreadsheet/icons/_fusionnew.scss +996 -0
  151. package/styles/spreadsheet/icons/_highcontrast.scss +990 -0
  152. package/styles/spreadsheet/icons/_material-dark.scss +993 -0
  153. package/styles/spreadsheet/icons/_material.scss +995 -0
  154. package/styles/spreadsheet/icons/_material3.scss +996 -0
  155. package/styles/spreadsheet/icons/_tailwind-dark.scss +996 -0
  156. package/styles/spreadsheet/icons/_tailwind.scss +996 -0
  157. package/styles/spreadsheet/material-dark.css +9 -12
  158. package/styles/spreadsheet/material-dark.scss +23 -1
  159. package/styles/spreadsheet/material.css +9 -12
  160. package/styles/spreadsheet/material.scss +23 -1
  161. package/styles/spreadsheet/tailwind-dark.css +9 -12
  162. package/styles/spreadsheet/tailwind-dark.scss +22 -1
  163. package/styles/spreadsheet/tailwind.css +9 -12
  164. package/styles/spreadsheet/tailwind.scss +23 -1
  165. package/styles/tailwind-dark.css +9 -12
  166. package/styles/tailwind.css +9 -12
  167. package/syncfusion-ej2-angular-spreadsheet.d.ts +5 -0
  168. package/@syncfusion/ej2-angular-spreadsheet.es5.js +0 -989
  169. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +0 -1
  170. package/@syncfusion/ej2-angular-spreadsheet.js +0 -929
  171. package/@syncfusion/ej2-angular-spreadsheet.js.map +0 -1
  172. package/CHANGELOG.md +0 -1335
  173. package/dist/ej2-angular-spreadsheet.umd.js +0 -1586
  174. package/dist/ej2-angular-spreadsheet.umd.js.map +0 -1
  175. package/dist/ej2-angular-spreadsheet.umd.min.js +0 -11
  176. package/dist/ej2-angular-spreadsheet.umd.min.js.map +0 -1
  177. package/ej2-angular-spreadsheet.d.ts +0 -5
  178. package/ej2-angular-spreadsheet.metadata.json +0 -1
  179. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,3015 @@
1
+ @import '../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
+ height: $protect-dlg-height;
17
+ width: $protect-dlg-width;
18
+
19
+ & .e-sheet-password-content .e-header {
20
+ font-size: 14px;
21
+ line-height: 28px;
22
+ margin-bottom: 4px;
23
+ }
24
+ }
25
+
26
+ & .e-custom-format-dlg.e-dialog {
27
+ @if $sheet-skin != 'material' {
28
+ height: 510px !important; /* stylelint-disable-line declaration-no-important */
29
+ width: 530px !important; /* stylelint-disable-line declaration-no-important */
30
+ }
31
+
32
+ & .e-footer-content {
33
+ padding: 0;
34
+ }
35
+
36
+ & .e-dlg-content {
37
+ display: inline-table;
38
+ padding-top: 3px;
39
+ }
40
+ }
41
+
42
+ @if $sheet-skin == 'FluentUI' {
43
+ display: inline;
44
+ }
45
+
46
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
47
+ & .e-dlg-header-content {
48
+ padding: 18px;
49
+ }
50
+ }
51
+ @if $skin-name == 'bootstrap5' {
52
+ & .e-dlg-header-content {
53
+ padding: 12px;
54
+ }
55
+ }
56
+
57
+ & .e-unprotectworksheet-dlg.e-dialog {
58
+ & .e-dlg-header-content .e-dlg-header {
59
+ font-size: 18px;
60
+ line-height: 21px;
61
+ }
62
+
63
+ & .e-dlg-content {
64
+ & .e-unprotectsheetpwd-alert-span {
65
+ color: $dlg-error-color;
66
+ font-size: 12px;
67
+ padding-top: 7px;
68
+ }
69
+
70
+ & .e-unprotectsheetpwd-content {
71
+ & .e-header {
72
+ font-size: 14px;
73
+ line-height: 16px;
74
+ }
75
+
76
+ & .e-input {
77
+ margin-top: 10px;
78
+ }
79
+ }
80
+ }
81
+ }
82
+
83
+ & .e-reenterpwd-dlg.e-dialog {
84
+ & .e-dlg-header-content .e-dlg-header {
85
+ font-size: 18px;
86
+ line-height: 21px;
87
+ }
88
+
89
+ & .e-dlg-content {
90
+ & .e-reenterpwd-alert-span {
91
+ color: $dlg-error-color;
92
+ font-size: 12px;
93
+ padding-top: 7px;
94
+ }
95
+
96
+ & .e-reenterpwd-content {
97
+ & .e-header {
98
+ font-size: 14px;
99
+ line-height: 16px;
100
+ }
101
+
102
+ & .e-input {
103
+ margin-top: 10px;
104
+ }
105
+ }
106
+ }
107
+ }
108
+
109
+ & .e-goto-dlg.e-dialog {
110
+ height: auto;
111
+
112
+ & .e-dlg-content .e-goto-alert-span {
113
+ font-weight: bold;
114
+ padding-top: 7px;
115
+ }
116
+ }
117
+
118
+ & .e-findnreplace-exactmatchcheckbox {
119
+ padding: 12px;
120
+ }
121
+
122
+ &.e-filter-open {
123
+ position: relative;
124
+ }
125
+
126
+ & .e-findtool-dlg {
127
+ border: 1px solid;
128
+ height: $find-tool-dlg-height;
129
+ width: $find-tool-dlg-width;
130
+
131
+ & .e-dlg-content {
132
+ padding: 0%;
133
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
134
+ border-radius: 5px;
135
+ }
136
+
137
+ @if $skin-name == 'FluentUI' or $skin-name == 'FluentUI-dark' {
138
+ margin-bottom: $bigger-find-tool-margin-bottom;
139
+ }
140
+
141
+ & .e-input-group {
142
+ width: 170px;
143
+
144
+ & .e-input-group-icon {
145
+ width: 70px;
146
+ }
147
+ }
148
+ }
149
+ }
150
+
151
+ & .e-center-align {
152
+ text-align: center;
153
+ }
154
+
155
+ & .e-protect-option-list {
156
+ border: $dlg-list-border;
157
+ cursor: default;
158
+ margin-top: 20px;
159
+ overflow-y: auto;
160
+
161
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
162
+ margin-top: 10px;
163
+ }
164
+ }
165
+
166
+ & .e-protect-checkbox {
167
+ height: 30px;
168
+ padding-top: 20px;
169
+
170
+ & .e-label {
171
+ font-size: 14px;
172
+ }
173
+ }
174
+
175
+ & .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
176
+ float: left;
177
+ @if $sheet-skin == 'bootstrap5' {
178
+ margin-right: 4.8%;
179
+ }
180
+ @else if $sheet-skin == 'FluentUI' {
181
+ margin-right: 6.8%;
182
+ }
183
+ @else {
184
+ margin-right: 2.8%;
185
+ }
186
+ width: 80%;
187
+ }
188
+
189
+ & .e-dlg-content .e-custom-dialog .e-custom-sample {
190
+ margin: 10px 10px 10px 0;
191
+ }
192
+
193
+ & .e-dlg-content .e-custom-dialog .e-custom-listview {
194
+ border: 1px solid $custom-listview-color;
195
+ border-radius: 3px;
196
+ height: 300px;
197
+ }
198
+
199
+ & .e-protect-content {
200
+ font-size: 13px;
201
+ height: 37px;
202
+ padding-top: 20px;
203
+ width: 100%;
204
+ }
205
+
206
+ & .e-formula-bar-panel {
207
+ align-items: center;
208
+ border: $spreadsheet-border;
209
+ display: flex;
210
+ width: 100%;
211
+
212
+ & .e-btn.e-css.e-insert-function,
213
+ & .e-btn.e-css.e-formula-submit {
214
+ border: 0;
215
+ border-radius: 0;
216
+ padding-bottom: 0;
217
+ padding-top: 0;
218
+ vertical-align: top;
219
+
220
+ & .e-btn-icon {
221
+ font-size: 16px;
222
+ margin-top: 0;
223
+ vertical-align: top;
224
+ }
225
+
226
+ &.e-btn:focus {
227
+ box-shadow: none;
228
+ outline: 0;
229
+ }
230
+ }
231
+
232
+ & .e-name-box {
233
+ align-self: flex-start;
234
+ border: 0;
235
+ margin-bottom: 0;
236
+ vertical-align: top;
237
+
238
+ & .e-clear-icon {
239
+ display: none;
240
+ }
241
+
242
+ &.e-input-group.e-input-focus.e-control-wrapper.e-ddl {
243
+ border: 0;
244
+ z-index: 1;
245
+
246
+ &::after,
247
+ &::before {
248
+ height: 0;
249
+ }
250
+ }
251
+
252
+ &.e-input-group.e-control-wrapper.e-ddl.e-name-box {
253
+ width: $name-box-width;
254
+
255
+ & input.e-input {
256
+ height: 23px;
257
+ min-height: 15px;
258
+ padding: 0 0 0 8px;
259
+ }
260
+
261
+ @if $skin-name != 'bootstrap4' {
262
+ & .e-input-group-icon {
263
+ font-size: $namebox-icon-size;
264
+ }
265
+ }
266
+ }
267
+
268
+ &.e-input-group.e-control-wrapper.e-name-box .e-input-group-icon {
269
+ border-left-width: 0;
270
+ min-height: 15px;
271
+
272
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
273
+ font-size: 18px;
274
+ }
275
+ }
276
+ }
277
+
278
+ & .e-separator {
279
+ border-left-style: solid;
280
+ border-left-width: 1px;
281
+ height: 12px;
282
+ width: 1px;
283
+ }
284
+
285
+ & .e-formula-bar {
286
+ border: 0;
287
+ font-size: $formula-bar-font-size;
288
+ overflow: auto;
289
+ padding: 0 4px;
290
+ resize: none;
291
+ }
292
+
293
+ & .e-drop-icon {
294
+ align-self: flex-start;
295
+ cursor: pointer;
296
+ float: right;
297
+ line-height: 23px;
298
+ margin-right: $expand-icon-margin;
299
+ text-align: center;
300
+ transition: transform 300ms ease;
301
+ width: 18px;
302
+
303
+ @if $skin-name != 'bootstrap4' {
304
+ font-size: 10px;
305
+ }
306
+
307
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
308
+ font-size: 18px;
309
+ line-height: 25px;
310
+ }
311
+ }
312
+ }
313
+
314
+ &.e-hide-row-header {
315
+ & .e-row-header,
316
+ & .e-selectall-container {
317
+ display: none;
318
+ }
319
+
320
+ & .e-column-header,
321
+ & .e-sheet-content {
322
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
323
+ }
324
+ }
325
+
326
+ &.e-hide-column-header {
327
+ & .e-header-panel {
328
+ display: none;
329
+ }
330
+
331
+ & .e-main-panel {
332
+ height: 100%;
333
+ }
334
+ }
335
+
336
+ & .e-sheet {
337
+ height: 100%;
338
+ overflow: hidden;
339
+ position: relative;
340
+
341
+ &:not(.e-frozen-rows) {
342
+ display: flex;
343
+ flex-direction: column;
344
+ }
345
+
346
+ & .e-virtualable {
347
+ will-change: transform;
348
+ z-index: 1;
349
+ }
350
+
351
+ & .e-spreadsheet-edit {
352
+ border: 0;
353
+ cursor: text;
354
+ display: none;
355
+ font-family: 'Calibri';
356
+ font-size: 11pt;
357
+ height: auto;
358
+ line-height: normal;
359
+ outline: none;
360
+ overflow-wrap: break-word;
361
+ padding: 0 1px;
362
+ position: absolute;
363
+ user-select: text;
364
+ vertical-align: bottom;
365
+ white-space: pre-wrap;
366
+ z-index: 2;
367
+
368
+ &.e-right-align {
369
+ text-align: right;
370
+ }
371
+ }
372
+
373
+ & .e-scrollbar {
374
+ border-top: $spreadsheet-border;
375
+ position: relative;
376
+ z-index: 4;
377
+
378
+ & .e-scroller {
379
+ height: 100%;
380
+ overflow-x: scroll;
381
+ position: absolute;
382
+
383
+ & .e-virtualtrack {
384
+ height: 1px;
385
+ }
386
+ }
387
+ }
388
+ }
389
+
390
+ & .e-ss-atc {
391
+ display: none;
392
+ }
393
+
394
+ & .e-main-panel {
395
+ height: calc(100% - 31px);
396
+ overflow: hidden;
397
+ position: relative;
398
+
399
+ & .e-ss-chart-overlay {
400
+ border: 1px solid $ele-color;
401
+ }
402
+
403
+ & .e-virtualable {
404
+ position: absolute;
405
+ }
406
+
407
+ & .e-virtualtrack {
408
+ position: relative;
409
+ }
410
+ }
411
+
412
+ & .e-excelfilter {
413
+ & .e-spreadsheet-ftrchk {
414
+ padding-left: $filter-selectall-padding;
415
+
416
+ & .e-chk-hidden {
417
+ margin: 3px 3px 3px 4px;
418
+ }
419
+
420
+ & .e-checkboxfiltertext {
421
+ width: auto;
422
+ }
423
+ }
424
+
425
+ &.e-rtl .e-spreadsheet-ftrchk {
426
+ padding-left: 0;
427
+ padding-right: $filter-selectall-padding;
428
+ }
429
+ }
430
+
431
+ & .e-checkboxtree {
432
+ ul {
433
+ padding-left: 0;
434
+ }
435
+
436
+ &.e-rtl ul {
437
+ padding-right: 0;
438
+ }
439
+ }
440
+
441
+ & .e-table {
442
+ border: 0 none;
443
+ border-collapse: separate;
444
+ border-spacing: 0;
445
+ cursor: cell;
446
+ table-layout: fixed;
447
+ width: 100%;
448
+
449
+ & tr {
450
+ line-height: normal;
451
+
452
+ & .e-cell,
453
+ & .e-header-cell,
454
+ & .e-select-all-cell {
455
+ border-style: solid;
456
+ border-width: 0 1px 1px 0;
457
+ line-height: inherit;
458
+ overflow: hidden;
459
+ }
460
+
461
+ & .e-cell {
462
+ font-family: 'Calibri';
463
+ font-size: 11pt;
464
+ padding: 0 2px;
465
+ position: relative;
466
+ text-align: left;
467
+ vertical-align: bottom;
468
+ white-space: pre;
469
+
470
+ &.e-right-align {
471
+ text-align: right;
472
+ }
473
+
474
+ & .e-hyperlink {
475
+ cursor: pointer;
476
+ }
477
+
478
+ & .e-hyperlink-style {
479
+ color: inherit;
480
+ text-decoration: underline;
481
+ }
482
+
483
+ &.e-alt-unwrap {
484
+ white-space: nowrap;
485
+ }
486
+
487
+ &.e-ie-wrap {
488
+ word-break: break-all;
489
+ }
490
+
491
+ &.e-wraptext {
492
+ overflow-wrap: break-word;
493
+ white-space: pre-wrap;
494
+
495
+ .e-wrap-content {
496
+ bottom: 0;
497
+ left: 0;
498
+ line-height: initial;
499
+ padding-left: 2px;
500
+ padding-right: 2px;
501
+ position: absolute;
502
+ text-decoration: inherit;
503
+ width: 100%;
504
+ }
505
+
506
+ &[style *= 'vertical-align: top;'] {
507
+ .e-wrap-content {
508
+ top: 0;
509
+ }
510
+ }
511
+
512
+ &[style *= 'vertical-align: middle;'] {
513
+ .e-wrap-content {
514
+ bottom: initial;
515
+ transform: translateY(-50%);
516
+ }
517
+ }
518
+ }
519
+
520
+ & .e-cf-databar {
521
+ position: relative;
522
+ z-index: 1;
523
+
524
+ .e-databar {
525
+ margin-top: 1px;
526
+ position: absolute;
527
+ z-index: -1;
528
+ }
529
+ }
530
+
531
+ .e-iconsetspan {
532
+ float: left;
533
+ height: 15px;
534
+ position: relative;
535
+ vertical-align: bottom;
536
+ width: 15px;
537
+ z-index: 2;
538
+ }
539
+ }
540
+
541
+ & .e-header-cell {
542
+ font-size: 12px;
543
+ font-weight: 500;
544
+ letter-spacing: 0;
545
+ text-align: center;
546
+ }
547
+ }
548
+ }
549
+
550
+ & .e-select-all-cell {
551
+ border-style: solid;
552
+ border-width: 0 1px 1px 0;
553
+ padding: 1px;
554
+
555
+ & .e-selectall {
556
+ border-style: solid;
557
+ border-width: $select-all-size * .5;
558
+ cursor: cell;
559
+ float: right;
560
+ height: $select-all-size;
561
+ padding: 0;
562
+ width: $select-all-size;
563
+ }
564
+ }
565
+
566
+ & .e-row-header .e-table .e-header-cell {
567
+ padding-bottom: 2px;
568
+ vertical-align: bottom;
569
+ }
570
+
571
+ & .e-column-header .e-table .e-header-cell {
572
+ padding: 1px 0 0 1px;
573
+ vertical-align: middle;
574
+ }
575
+
576
+ & .e-row-header .e-table {
577
+ .e-zero .e-header-cell,
578
+ .e-zero-start .e-header-cell,
579
+ .e-zero-end .e-header-cell {
580
+ border-bottom-width: 0;
581
+ padding-bottom: 0;
582
+ padding-top: 0;
583
+ vertical-align: bottom;
584
+ }
585
+ }
586
+
587
+ & .e-row-header .e-table {
588
+ .e-reach-fntsize .e-header-cell {
589
+ padding-bottom: 0;
590
+ padding-top: 0;
591
+ vertical-align: bottom;
592
+ }
593
+ }
594
+
595
+ & .e-row-header .e-table .e-zero-last .e-header-cell {
596
+ border-bottom-width: 1px;
597
+ }
598
+
599
+ & .e-sheet-content .e-table {
600
+ .e-zero .e-cell,
601
+ .e-zero-start .e-cell,
602
+ .e-zero-end .e-cell {
603
+ border-bottom-width: 0;
604
+ }
605
+ }
606
+
607
+ & .e-sheet .e-ss-overlay {
608
+ background-position: 0 0;
609
+ background-repeat: no-repeat;
610
+ background-size: 100% 100%;
611
+ left: 0;
612
+ position: absolute;
613
+ top: 0;
614
+ z-index: 3;
615
+ }
616
+
617
+ & .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
618
+ background-color: $selection-border-color;
619
+ cursor: ns-resize;
620
+ position: absolute;
621
+ right: 50%;
622
+ top: 0;
623
+ transform: translate(-50%, -50%);
624
+ }
625
+
626
+ & .e-sheet .e-ss-overlay-active .e-ss-overlay-r {
627
+ background-color: $selection-border-color;
628
+ cursor: ew-resize;
629
+ position: absolute;
630
+ right: -8px;
631
+ top: 50%;
632
+ transform: translate(-50%, -50%);
633
+ }
634
+
635
+ & .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
636
+ background-color: $selection-border-color;
637
+ cursor: ns-resize;
638
+ position: absolute;
639
+ right: 50%;
640
+ top: 100%;
641
+ transform: translate(-50%, -50%);
642
+ }
643
+
644
+ & .e-sheet .e-datavisualization-chart.e-ss-overlay {
645
+ border: 1px solid $find-popup-border-color;
646
+ @if $skin-name == 'FluentUI' or $skin-name == 'tailwind' {
647
+ background-color: $white;
648
+ }
649
+ }
650
+
651
+ & .e-sheet .e-ss-overlay.e-ss-overlay-active {
652
+ border: 1px solid $selection-border-color;
653
+ cursor: move;
654
+ }
655
+
656
+ & .e-sheet .e-ss-overlay-active .e-ss-overlay-l {
657
+ background-color: $selection-border-color;
658
+ cursor: ew-resize;
659
+ position: absolute;
660
+ top: 50%;
661
+ transform: translate(-50%, -50%);
662
+ }
663
+
664
+ & .e-header-panel .e-table tr .e-header-cell.e-colresize {
665
+ cursor: col-resize;
666
+ }
667
+
668
+ & .e-row-header .e-table tr .e-header-cell.e-rowresize,
669
+ & .e-selectall-container .e-table .e-row .e-header-cell.e-rowresize {
670
+ cursor: row-resize;
671
+ }
672
+
673
+ & .e-sheet {
674
+ border: $spreadsheet-border;
675
+
676
+ &.e-hide-headers {
677
+ &:not(.e-frozen-rows) .e-main-panel {
678
+ height: 100%;
679
+ }
680
+
681
+ &.e-frozen-rows:not(.e-frozen-columns) {
682
+ & .e-selectall-container,
683
+ & .e-row-header {
684
+ display: none;
685
+ }
686
+ }
687
+
688
+ &.e-frozen-columns:not(.e-frozen-rows) {
689
+ & .e-selectall-container,
690
+ & .e-column-header {
691
+ display: none;
692
+ }
693
+ }
694
+
695
+ &:not(.e-frozen-rows):not(.e-frozen-columns) {
696
+ & .e-selectall-container,
697
+ & .e-column-header,
698
+ & .e-row-header {
699
+ display: none;
700
+ }
701
+ }
702
+
703
+ & .e-select-all-cell,
704
+ & .e-header-cell,
705
+ & .e-header-row,
706
+ & .e-row-header colgroup col:first-child,
707
+ & .e-selectall-container colgroup col:first-child {
708
+ display: none;
709
+ }
710
+
711
+ & .e-sheet-content {
712
+ width: 100%;
713
+ }
714
+ }
715
+
716
+ &.e-mac-safari {
717
+ & .e-main-panel::-webkit-scrollbar {
718
+ width: 7px;
719
+ }
720
+
721
+ & .e-scroller::-webkit-scrollbar {
722
+ height: 7px;
723
+ }
724
+
725
+ // Safari with Mac OS
726
+ & .e-main-panel::-webkit-scrollbar-thumb,
727
+ & .e-scroller::-webkit-scrollbar-thumb {
728
+ background-color: $mac-scrollbar-background;
729
+ border-radius: 4px;
730
+ }
731
+ }
732
+ }
733
+
734
+ & .e-header-panel {
735
+ position: relative;
736
+ }
737
+
738
+ .e-sheet-content {
739
+ overflow: hidden;
740
+ position: absolute;
741
+ top: 0;
742
+ }
743
+
744
+ & .e-row-header {
745
+ position: relative;
746
+
747
+ & .e-table tr {
748
+ &.e-hide-start .e-header-cell::after,
749
+ &.e-hide-end .e-header-cell::before {
750
+ content: '';
751
+ left: 0;
752
+ position: absolute;
753
+ width: 100%;
754
+ }
755
+
756
+ &.e-hide-start .e-header-cell {
757
+ border-bottom-color: transparent;
758
+ position: relative;
759
+
760
+ &::after {
761
+ border-top: $spreadsheet-border;
762
+ bottom: .5px;
763
+ }
764
+ }
765
+
766
+ &.e-hide-end .e-header-cell {
767
+ position: relative;
768
+
769
+ &::before {
770
+ border-bottom: $spreadsheet-border;
771
+ top: .5px;
772
+ }
773
+ }
774
+ }
775
+ }
776
+
777
+ & .e-column-header {
778
+ border-style: solid;
779
+ border-width: 0;
780
+ overflow: hidden;
781
+ position: absolute;
782
+ top: 0;
783
+
784
+ & .e-table th {
785
+ &.e-header-cell.e-hide-start::after,
786
+ &.e-header-cell.e-hide-end::before {
787
+ bottom: 0;
788
+ content: '';
789
+ height: inherit;
790
+ position: absolute;
791
+ top: 0;
792
+ }
793
+
794
+ &.e-header-cell.e-hide-start {
795
+ border-right-color: transparent;
796
+ height: inherit;
797
+ position: relative;
798
+
799
+ &::after {
800
+ border-right: $spreadsheet-border;
801
+ right: .5px;
802
+ }
803
+ }
804
+
805
+ &.e-hide-end.e-header-cell {
806
+ height: inherit;
807
+ position: relative;
808
+
809
+ &::before {
810
+ border-left: $spreadsheet-border;
811
+ left: .5px;
812
+ }
813
+ }
814
+ }
815
+ }
816
+
817
+ & .e-sheet .e-datavisualization-chart .e-control.e-chart {
818
+ height: 100%;
819
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
820
+ width: 100%;
821
+ }
822
+
823
+ & .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
824
+ height: 100%;
825
+ overflow: hidden;
826
+ padding: 4px;
827
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
828
+ width: 100%;
829
+ }
830
+
831
+ .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
832
+ .e-sheet .e-datavisualization-chart .e-ss-overlay-r,
833
+ .e-sheet .e-datavisualization-chart .e-ss-overlay-t,
834
+ .e-sheet .e-datavisualization-chart .e-ss-overlay-b {
835
+ position: absolute;
836
+ }
837
+
838
+ & .e-header-panel {
839
+ & .e-header-row,
840
+ & .e-select-all-cell {
841
+ height: 30px;
842
+ }
843
+
844
+ & .e-virtualtrack {
845
+ height: 1px;
846
+ }
847
+ }
848
+
849
+ & .e-frozen-row,
850
+ & .e-frozen-column {
851
+ pointer-events: none;
852
+ position: absolute;
853
+ z-index: 3;
854
+ }
855
+
856
+ & .e-frozen-row {
857
+ height: 1px;
858
+ width: 100%;
859
+ }
860
+
861
+ & .e-frozen-column {
862
+ height: 100%;
863
+ top: 0;
864
+ width: 1px;
865
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
866
+ width: 3px;
867
+ }
868
+ }
869
+
870
+ & .e-sheet-tab-panel {
871
+ align-items: center;
872
+ border: $spreadsheet-border;
873
+ border-top-width: 0;
874
+ display: flex;
875
+ padding: 0 8px;
876
+ }
877
+
878
+ & .e-sheet-tab {
879
+ display: inline-block;
880
+ line-height: 0;
881
+
882
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
883
+ background-color: $content-bg-color-alt2;
884
+ }
885
+
886
+ & > div {
887
+ display: inline-block;
888
+ }
889
+
890
+ &.e-tab {
891
+ border: 0;
892
+
893
+ & .e-hscroll .e-scroll-nav.e-scroll-left-nav {
894
+ left: auto;
895
+ right: 40px;
896
+ }
897
+
898
+ & .e-tab-header {
899
+ @include tab-header-layout;
900
+
901
+ & .e-indicator {
902
+ display: block;
903
+ transition: none;
904
+ }
905
+
906
+ @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
907
+ &::before {
908
+ border-bottom-width: 0;
909
+ }
910
+
911
+ & .e-toolbar-item {
912
+ border-bottom-width: 0;
913
+ border-left-width: 0;
914
+ border-top-width: 0;
915
+
916
+ &.e-active {
917
+ border-bottom-width: 0;
918
+ border-radius: 0;
919
+ border-top-width: 0;
920
+ }
921
+ }
922
+
923
+ & .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
924
+ margin: 0;
925
+ }
926
+ }
927
+ @else {
928
+ & .e-toolbar-items .e-toolbar-item {
929
+ border-right: $spreadsheet-border;
930
+
931
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
932
+ padding: 0;
933
+ }
934
+ }
935
+ }
936
+
937
+ & .e-toolbar-item {
938
+ margin: 0;
939
+
940
+ & input.e-input.e-sheet-rename {
941
+ background: transparent;
942
+ border: 0;
943
+ box-shadow: none;
944
+ min-width: 20px;
945
+ padding: 0;
946
+ }
947
+
948
+ & .e-tab-wrap {
949
+ padding: 0 12px;
950
+ }
951
+
952
+ @if $skin-name == 'material' {
953
+ &.e-active {
954
+ border-left-width: 0;
955
+ border-top-width: 0;
956
+ }
957
+
958
+ & input.e-input.e-sheet-rename {
959
+ margin-bottom: 0;
960
+ }
961
+ }
962
+
963
+ @if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
964
+ &.e-active .e-text-wrap::before {
965
+ border-width: 0;
966
+ }
967
+ }
968
+ }
969
+
970
+ & .e-indicator {
971
+ z-index: 1;
972
+ }
973
+
974
+ & .e-toolbar-items {
975
+ border-left: $spreadsheet-border;
976
+ }
977
+ }
978
+
979
+ & .e-content {
980
+ display: none;
981
+ }
982
+ }
983
+ }
984
+
985
+ @include default-props;
986
+
987
+ & .e-sheets-list {
988
+ margin-right: 8px;
989
+ }
990
+
991
+ .e-hide {
992
+ display: none !important; /* stylelint-disable-line declaration-no-important */
993
+ }
994
+
995
+ .e-selection {
996
+ border-style: solid;
997
+ cursor: cell;
998
+ pointer-events: none;
999
+ position: absolute;
1000
+ z-index: 1;
1001
+
1002
+ @if $skin-name == 'highcontrast' {
1003
+ border-width: 2px;
1004
+ }
1005
+ @else {
1006
+ border-width: 1px;
1007
+ }
1008
+ }
1009
+
1010
+ .e-active-cell,
1011
+ .e-copy-indicator,
1012
+ .e-range-indicator {
1013
+ cursor: cell;
1014
+ pointer-events: none;
1015
+ position: absolute;
1016
+ z-index: 1;
1017
+ }
1018
+
1019
+ .e-formularef-indicator {
1020
+ cursor: cell;
1021
+ pointer-events: none;
1022
+ position: absolute;
1023
+ z-index: 1;
1024
+ }
1025
+
1026
+ .e-autofill {
1027
+ background-clip: content-box;
1028
+ background-color: $selection-border-color;
1029
+ border: 1px solid $cell-background;
1030
+ cursor: crosshair;
1031
+ height: 8px;
1032
+ position: absolute;
1033
+ width: 8px;
1034
+ z-index: 3;
1035
+ }
1036
+
1037
+ .e-filloption {
1038
+ position: absolute;
1039
+ z-index: 3;
1040
+
1041
+ @if $skin-name == 'material' {
1042
+ background-color: $cell-border-color;
1043
+ }
1044
+ }
1045
+
1046
+ .e-active-cell {
1047
+ border: 2px solid $selection-border-color;
1048
+ pointer-events: none;
1049
+
1050
+ &[style *= 'height: 1px;'],
1051
+ &[style *= 'width: 1px;'],
1052
+ &[style *= 'height: 0px;'],
1053
+ &[style *= 'width: 0px;'] {
1054
+ border-width: 1px;
1055
+ }
1056
+ }
1057
+
1058
+ .e-copy-indicator div,
1059
+ .e-range-indicator div,
1060
+ .e-formularef-indicator div {
1061
+ position: absolute;
1062
+
1063
+ &.e-top,
1064
+ &.e-bottom {
1065
+ height: 2px;
1066
+ width: 100%;
1067
+ }
1068
+
1069
+ &.e-left,
1070
+ &.e-right {
1071
+ height: 100%;
1072
+ width: 2px;
1073
+ }
1074
+
1075
+ &.e-top {
1076
+ top: 0;
1077
+ }
1078
+
1079
+ &.e-bottom {
1080
+ bottom: 0;
1081
+ }
1082
+
1083
+ &.e-left {
1084
+ left: 0;
1085
+ }
1086
+
1087
+ &.e-right {
1088
+ right: 0;
1089
+ }
1090
+ }
1091
+
1092
+ .e-clipboard {
1093
+ height: 1px;
1094
+ opacity: 0;
1095
+ overflow: hidden;
1096
+ position: absolute;
1097
+ width: 1px;
1098
+ }
1099
+
1100
+ & .e-ribbon {
1101
+ & .e-dropdown-btn {
1102
+ & .e-tbar-btn-text {
1103
+ float: left;
1104
+ overflow: hidden;
1105
+ padding: 0;
1106
+ text-align: left;
1107
+ text-overflow: ellipsis;
1108
+ white-space: nowrap;
1109
+ width: 80px;
1110
+ }
1111
+
1112
+ &.e-font-size-ddb {
1113
+ align-items: center;
1114
+ display: inline-flex;
1115
+ justify-content: left;
1116
+ width: $fontsize-btn-width;
1117
+
1118
+ & .e-caret {
1119
+ flex: 1;
1120
+ text-align: right;
1121
+ }
1122
+ }
1123
+ }
1124
+
1125
+ & .e-toolbar .e-btn:not(.e-tbar-btn) {
1126
+ font-weight: normal;
1127
+ padding-bottom: 0;
1128
+ padding-top: 0;
1129
+
1130
+ @if $skin-name == 'highcontrast' {
1131
+ border-width: 2px;
1132
+ }
1133
+
1134
+ &.e-dropdown-btn {
1135
+ text-overflow: initial;
1136
+ }
1137
+
1138
+ &:not(.e-split-colorpicker) {
1139
+ line-height: $ribbon-btn-height;
1140
+ }
1141
+
1142
+ &:not(.e-dropdown-btn):not(.e-split-btn) {
1143
+ padding-left: $ribbon-btn-padding;
1144
+ padding-right: $ribbon-btn-padding;
1145
+
1146
+ & .e-btn-icon {
1147
+ min-width: $ribbon-btn-width;
1148
+ }
1149
+ }
1150
+
1151
+ & .e-btn-icon {
1152
+ margin-top: 0;
1153
+ }
1154
+
1155
+ &:not(.e-split-colorpicker) .e-btn-icon {
1156
+ @if $skin-name != 'bootstrap5' {
1157
+ line-height: $ribbon-btn-height;
1158
+ min-height: $ribbon-btn-height;
1159
+ vertical-align: bottom;
1160
+ }
1161
+
1162
+ &:not(.e-caret) {
1163
+ @if $skin-name == 'bootstrap5' {
1164
+ font-size: 18px;
1165
+ }
1166
+ @else {
1167
+ font-size: 16px;
1168
+ }
1169
+ }
1170
+
1171
+ @if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fabric-dark' {
1172
+ &.e-wrap-icon {
1173
+ font-size: 19px;
1174
+ }
1175
+ }
1176
+ }
1177
+ }
1178
+
1179
+ & .e-toolbar .e-toolbar-item .e-btn {
1180
+ @if $skin-name == 'material' or $skin-name == 'bootstrap4' {
1181
+ &.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1182
+ font-size: 16px;
1183
+ }
1184
+ }
1185
+
1186
+ & .e-chart-icon,
1187
+ & .e-chart-type-icon {
1188
+ font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1189
+ margin-right: 5px;
1190
+ padding: 0 5px;
1191
+ width: 30px;
1192
+ }
1193
+
1194
+ & .e-switch-row-column-icon {
1195
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1196
+ margin-right: 5px;
1197
+ }
1198
+
1199
+ & .e-addchart-icon {
1200
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1201
+ margin-right: -5px;
1202
+ }
1203
+
1204
+ &.e-split-colorpicker {
1205
+ line-height: $ribbon-btn-height - 1;
1206
+ padding-bottom: 1px;
1207
+ padding-left: 0;
1208
+ padding-right: 0;
1209
+ width: $cpicker-btn-width;
1210
+
1211
+ & .e-icons.e-btn-icon:not(.e-caret) {
1212
+ &.e-font-color {
1213
+ font-size: 13px;
1214
+ }
1215
+
1216
+ &.e-fill-color {
1217
+ font-size: 14px;
1218
+ }
1219
+ }
1220
+ }
1221
+ }
1222
+
1223
+ & .e-colorpicker-wrapper {
1224
+ & .e-split-btn .e-selected-color {
1225
+ background: none;
1226
+ border-bottom-style: solid;
1227
+ border-bottom-width: 3px;
1228
+ border-radius: 0;
1229
+ height: auto;
1230
+ padding-bottom: 1px;
1231
+ width: auto;
1232
+
1233
+ & .e-split-preview {
1234
+ display: none;
1235
+ }
1236
+ }
1237
+
1238
+ & .e-dropdown-btn {
1239
+ margin-left: 0;
1240
+
1241
+ @if $skin-name == 'bootstrap4' {
1242
+ padding-left: 4px;
1243
+ padding-right: 4px;
1244
+ }
1245
+
1246
+ @if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
1247
+ padding-left: 3px;
1248
+ padding-right: 3px;
1249
+ }
1250
+ }
1251
+ }
1252
+ }
1253
+
1254
+ &.e-mobile-view {
1255
+ & .e-header-toolbar {
1256
+ border: $spreadsheet-border;
1257
+ border-bottom-width: 0;
1258
+
1259
+ &.e-toolbar .e-toolbar-items .e-toolbar-item:last-child {
1260
+ min-width: auto;
1261
+ padding: 0;
1262
+
1263
+ @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
1264
+ min-height: $right-tbar-height;
1265
+ }
1266
+ }
1267
+ }
1268
+
1269
+ & .e-add-sheet-tab,
1270
+ & .e-sheets-list {
1271
+ height: $msheets-btn-height;
1272
+ width: 40px;
1273
+ }
1274
+
1275
+ & .e-formula-bar-panel {
1276
+ border-top-width: 0;
1277
+
1278
+ & .e-btn.e-css.e-insert-function,
1279
+ & .e-btn.e-css.e-formula-submit {
1280
+ height: $mformula-bar-height - $spreadsheet-border-width;
1281
+ line-height: $mformula-bar-height - $spreadsheet-border-width - 1;
1282
+ padding-left: 9px;
1283
+ padding-right: 9px;
1284
+
1285
+ & .e-btn-icon {
1286
+ font-size: 18px;
1287
+ line-height: $mformula-bar-height;
1288
+ }
1289
+ }
1290
+
1291
+ & .e-formula-bar {
1292
+ height: $mformula-bar-height - $spreadsheet-border-width;
1293
+ line-height: $mformula-bar-height - $spreadsheet-border-width;
1294
+ white-space: nowrap;
1295
+ width: calc(100% - 36px);
1296
+
1297
+ &::placeholder {
1298
+ font-style: italic;
1299
+ }
1300
+ }
1301
+
1302
+ &.e-focused {
1303
+ & .e-formula-bar {
1304
+ border-right: $spreadsheet-border;
1305
+ width: calc(100% - 72px);
1306
+ }
1307
+ }
1308
+ }
1309
+
1310
+ & .e-menu-wrapper.e-mobile.e-file-menu {
1311
+ height: 100%;
1312
+
1313
+ & ul {
1314
+ height: 100%;
1315
+ padding: 0;
1316
+
1317
+ & .e-menu-item.e-menu-caret-icon {
1318
+ height: 100%;
1319
+ line-height: 1;
1320
+ padding: 0 6px;
1321
+
1322
+ & .e-menu-icon.e-file-menu-icon {
1323
+ align-items: center;
1324
+ display: inline-flex;
1325
+ height: 100%;
1326
+ line-height: 1;
1327
+ margin: 0;
1328
+ width: auto;
1329
+ }
1330
+
1331
+ & .e-caret {
1332
+ display: none;
1333
+ }
1334
+ }
1335
+ }
1336
+
1337
+ &.e-rtl {
1338
+ direction: ltr;
1339
+ }
1340
+ }
1341
+
1342
+ & .e-toolbar-panel {
1343
+ border-top-width: 0;
1344
+ display: none;
1345
+
1346
+ @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' {
1347
+ & .e-toolbar {
1348
+ border-color: $spreadsheet-border-color;
1349
+ border-radius: 0;
1350
+ border-top-width: 0;
1351
+ }
1352
+
1353
+ & .e-dropdown-btn.e-btn {
1354
+ border-left-width: 0;
1355
+ border-radius: 0;
1356
+ border-top-width: 0;
1357
+ }
1358
+ }
1359
+ @else {
1360
+ & .e-dropdown-btn.e-btn {
1361
+ border-bottom-width: 0;
1362
+ border-right-width: 0;
1363
+ border-top-width: 0;
1364
+ }
1365
+ }
1366
+
1367
+ & .e-toolbar {
1368
+ & .e-toolbar-items.e-hscroll.e-scroll-device {
1369
+ padding: 0;
1370
+ width: 100%;
1371
+ }
1372
+
1373
+ & .e-scroll-nav {
1374
+ display: none;
1375
+ }
1376
+ }
1377
+ }
1378
+
1379
+ & .e-sheet-tab {
1380
+ max-width: calc(100% - 104px);
1381
+ }
1382
+
1383
+ &.e-mobile-focused {
1384
+ & .e-toolbar-panel {
1385
+ display: flex;
1386
+ }
1387
+
1388
+ & .e-sheet-tab-panel {
1389
+ display: none;
1390
+ }
1391
+ }
1392
+ }
1393
+
1394
+ &.e-mobile-view:not(.e-mobile-focused) {
1395
+ & .e-active-cell,
1396
+ & .e-focused-tick,
1397
+ & .e-formula-bar-panel {
1398
+ display: none;
1399
+ }
1400
+ }
1401
+
1402
+ & .e-sheet-panel.e-rtl {
1403
+ & .e-sheet {
1404
+ & .e-table tr {
1405
+ & .e-cell,
1406
+ & .e-header-cell {
1407
+ border-width: 0 0 1px 1px;
1408
+ }
1409
+ }
1410
+ }
1411
+
1412
+ & .e-select-all-cell {
1413
+ border-width: 0 0 1px 1px;
1414
+ }
1415
+
1416
+ & .e-frozen-row {
1417
+ right: 0;
1418
+ }
1419
+ }
1420
+
1421
+ .e-sheet-panel {
1422
+ & .e-frozen-columns {
1423
+ & .e-selectall-container {
1424
+ position: relative;
1425
+ }
1426
+ }
1427
+
1428
+ & .e-frozen-rows {
1429
+ & .e-selectall-container {
1430
+ position: relative;
1431
+ }
1432
+ }
1433
+
1434
+ &:not(.e-rtl) .e-frozen-row {
1435
+ left: 0;
1436
+ }
1437
+
1438
+ &.e-protected {
1439
+ .e-selection,
1440
+ .e-active-cell {
1441
+ display: none;
1442
+ }
1443
+ }
1444
+ }
1445
+
1446
+ & .e-colresize-handler {
1447
+ border-right: 1px solid;
1448
+ cursor: col-resize;
1449
+ pointer-events: none;
1450
+ position: absolute;
1451
+ z-index: 1;
1452
+ }
1453
+
1454
+ & .e-rowresize-handler {
1455
+ border-top: 1px solid;
1456
+ cursor: row-resize;
1457
+ pointer-events: none;
1458
+ position: absolute;
1459
+ z-index: 1;
1460
+ }
1461
+
1462
+ & .e-validation-list {
1463
+ float: right;
1464
+ height: 18px;
1465
+ padding: 0;
1466
+ position: relative;
1467
+ right: 0;
1468
+ text-align: initial;
1469
+ width: 20px;
1470
+ z-index: 2;
1471
+
1472
+ .e-input-group {
1473
+ border: 0;
1474
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1475
+ }
1476
+
1477
+ & .e-ddl-icon {
1478
+ bottom: 5px;
1479
+
1480
+ @if $skin-name != 'material' {
1481
+ height: 18px;
1482
+ min-height: 0;
1483
+ min-width: 0;
1484
+ width: 20px;
1485
+ }
1486
+
1487
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1488
+ padding: 0;
1489
+ }
1490
+ }
1491
+ }
1492
+
1493
+ .e-rtl {
1494
+ .e-spreadsheet-edit {
1495
+ direction: ltr;
1496
+ text-align: left;
1497
+ }
1498
+ }
1499
+
1500
+ & .e-customsort-dlg.e-dialog {
1501
+ @if $skin-name == 'material' {
1502
+ height: 360px !important; /* stylelint-disable-line declaration-no-important */
1503
+ }
1504
+
1505
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1506
+ & .e-dlg-header-content {
1507
+ padding: 18px;
1508
+ }
1509
+ }
1510
+
1511
+ @if $skin-name == 'bootstrap5' {
1512
+ & .e-dlg-header-content {
1513
+ padding: 12px;
1514
+ }
1515
+ }
1516
+
1517
+ & .e-dlg-content {
1518
+ padding-bottom: 0;
1519
+ padding-left: 0;
1520
+ padding-right: 0;
1521
+
1522
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1523
+ & .e-sort-dialog {
1524
+ padding-top: 15px;
1525
+ }
1526
+ }
1527
+
1528
+ & .e-sort-listsection {
1529
+ padding-top: $dlg-content-padding;
1530
+
1531
+ & .e-input-group {
1532
+ min-width: 220px;
1533
+ }
1534
+ }
1535
+ }
1536
+
1537
+ & .e-footer-content {
1538
+ & .e-sort-addbtn {
1539
+ float: left;
1540
+ margin-left: 0;
1541
+ }
1542
+ }
1543
+ }
1544
+
1545
+ & .e-conditionalformatting-dlg {
1546
+ & .e-input,
1547
+ & .e-input-group {
1548
+ height: 34px;
1549
+ @if $skin-name == 'FlunetUI' {
1550
+ height: 40px;
1551
+ }
1552
+ }
1553
+
1554
+ & .e-cfmain {
1555
+ margin-bottom: 22px;
1556
+ }
1557
+
1558
+ & .e-header {
1559
+ display: block;
1560
+ margin-bottom: 6px;
1561
+ }
1562
+
1563
+ & .e-header-2 {
1564
+ margin-top: 10px;
1565
+ }
1566
+
1567
+ & .e-top-header {
1568
+ font-weight: 500;
1569
+ }
1570
+
1571
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1572
+ & .e-cf-dlg {
1573
+ padding-top: 10px;
1574
+ }
1575
+ }
1576
+ }
1577
+
1578
+ & .e-title-dlg {
1579
+ & .e-title-dlg-content {
1580
+ & .e-top-header {
1581
+ font-size: 16px;
1582
+ }
1583
+
1584
+ & .e-input {
1585
+ font-size: 14px;
1586
+ line-height: 30px;
1587
+ }
1588
+ }
1589
+ }
1590
+
1591
+ & .e-datavalidation-dlg {
1592
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1593
+ & .e-dlg-header-content {
1594
+ padding: 18px;
1595
+ }
1596
+ }
1597
+ @if $skin-name == 'bootstrap5' {
1598
+ & .e-dlg-header-content {
1599
+ padding: 12px;
1600
+ }
1601
+ }
1602
+
1603
+ & .e-validation-dlg {
1604
+ margin-top: 14px;
1605
+
1606
+ & .e-cellrange {
1607
+ margin-bottom: 24px;
1608
+
1609
+ & .e-header {
1610
+ font-size: 14px;
1611
+ line-height: 16px;
1612
+ }
1613
+
1614
+ & .e-input {
1615
+ font-size: 14px;
1616
+ height: 32px;
1617
+ margin-top: 5px;
1618
+ }
1619
+ }
1620
+
1621
+ & .e-allowdata {
1622
+ margin-bottom: 24px;
1623
+
1624
+ & .e-allow {
1625
+ display: inline-block;
1626
+ padding-right: 12px;
1627
+ width: 50%;
1628
+
1629
+ & .e-header {
1630
+ font-size: 14px;
1631
+ line-height: 16px;
1632
+ }
1633
+
1634
+ & .e-valid-input {
1635
+ height: 34px;
1636
+ margin-top: 5px;
1637
+ }
1638
+ }
1639
+
1640
+ & .e-data {
1641
+ display: inline-block;
1642
+ padding-left: 12px;
1643
+ width: 50%;
1644
+
1645
+ & .e-header {
1646
+ font-size: 14px;
1647
+ line-height: 16px;
1648
+ }
1649
+
1650
+ & .e-valid-input {
1651
+ height: 34px;
1652
+ margin-top: 5px;
1653
+ }
1654
+ }
1655
+ }
1656
+
1657
+ & .e-values {
1658
+ margin-bottom: 24px;
1659
+
1660
+ & .e-minimum {
1661
+ display: inline-block;
1662
+ padding-right: 12px;
1663
+ width: 50%;
1664
+
1665
+ & .e-header {
1666
+ font-size: 14px;
1667
+ line-height: 16px;
1668
+ }
1669
+
1670
+ & .e-input {
1671
+ font-size: 14px;
1672
+ height: 32px;
1673
+ margin-top: 5px;
1674
+ }
1675
+ }
1676
+
1677
+ & .e-maximum {
1678
+ display: inline-block;
1679
+ padding-left: 12px;
1680
+ width: 50%;
1681
+
1682
+ & .e-header {
1683
+ font-size: 14px;
1684
+ line-height: 16px;
1685
+ }
1686
+
1687
+ & .e-input {
1688
+ font-size: 14px;
1689
+ height: 32px;
1690
+ margin-top: 5px;
1691
+ }
1692
+ }
1693
+
1694
+ & .e-dlg-error {
1695
+ font-size: 12px;
1696
+ padding-top: 10px;
1697
+ }
1698
+
1699
+ & .e-header {
1700
+ font-size: 14px;
1701
+ line-height: 16px;
1702
+ }
1703
+
1704
+ & .e-input {
1705
+ font-size: 14px;
1706
+ height: 32px;
1707
+ }
1708
+ }
1709
+
1710
+ & .e-ignoreblank {
1711
+ margin-bottom: 5px;
1712
+ }
1713
+ }
1714
+
1715
+ & .e-footer-content .e-clearall-btn {
1716
+ float: left;
1717
+ }
1718
+ }
1719
+
1720
+ & .e-validationerror-dlg .e-dlg-content {
1721
+ font-size: 14px;
1722
+ line-height: 28px;
1723
+ }
1724
+
1725
+ & .e-hyperlink-dlg.e-dialog,
1726
+ .e-edithyperlink-dlg.e-dialog {
1727
+ max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1728
+
1729
+ & .e-dlg-header-content {
1730
+ @if $skin-name == 'FluentUI' {
1731
+ padding: 14px 24px;
1732
+ }
1733
+ @else {
1734
+ padding: 24px 24px 16px;
1735
+ }
1736
+
1737
+ & .e-dlg-header {
1738
+ font-size: 18px;
1739
+ line-height: 21px;
1740
+ }
1741
+ }
1742
+
1743
+ & .e-dlg-content {
1744
+ padding-bottom: 0;
1745
+ padding-left: 0;
1746
+ padding-right: 0;
1747
+
1748
+ & .e-link-dialog {
1749
+ & .e-tab-header {
1750
+ @if $skin-name == 'bootstrap5' {
1751
+ padding: 0 12px;
1752
+ }
1753
+ @else {
1754
+ padding: 0 24px 0 25px;
1755
+ }
1756
+
1757
+ & .e-toolbar-items {
1758
+ height: 100%;
1759
+ }
1760
+
1761
+ & .e-toolbar-item {
1762
+ text-align: center;
1763
+ width: 136px;
1764
+
1765
+ & .e-tab-text {
1766
+ font-size: 13px;
1767
+ line-height: 15px;
1768
+ }
1769
+ }
1770
+ }
1771
+
1772
+ & .e-content {
1773
+ @if $skin-name == 'bootstrap5' {
1774
+ padding-top: 12px;
1775
+ }
1776
+ @else {
1777
+ padding-top: 24px;
1778
+ }
1779
+
1780
+ & .e-cont {
1781
+ @if $skin-name == 'bootstrap5' {
1782
+ margin: 12px 12px 15.5px;
1783
+ }
1784
+ @else if $skin-name == 'FluentUI' {
1785
+ margin: 0 0 12px 24px;
1786
+ }
1787
+ @else {
1788
+ margin: 0 0 15.5px 24px;
1789
+ }
1790
+
1791
+ & .e-header {
1792
+ font-size: 14px;
1793
+ line-height: 16px;
1794
+ }
1795
+
1796
+ & .e-text {
1797
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
1798
+ margin-top: 8px;
1799
+ }
1800
+ font-size: 14px;
1801
+ height: 32px;
1802
+ line-height: 16px;
1803
+ width: 275px;
1804
+ @if $skin-name == 'FluentUI' {
1805
+ padding-bottom: 4px;
1806
+ }
1807
+ }
1808
+
1809
+ & .e-text.e-disabled {
1810
+ border-bottom-width: 2px;
1811
+ }
1812
+
1813
+ & .e-refcont {
1814
+ border: 1px solid $hyper-doc-border-color;
1815
+ height: 165px;
1816
+ margin: 8px 24px 0 0;
1817
+ overflow: auto;
1818
+ width: 273px;
1819
+ }
1820
+ }
1821
+ }
1822
+ }
1823
+ }
1824
+
1825
+ & .e-footer-content {
1826
+ margin: 4px 0;
1827
+ }
1828
+ }
1829
+
1830
+ & .e-open-dlg.e-dialog {
1831
+ width: $open-dlg-width;
1832
+
1833
+ & .e-dlg-content {
1834
+ @if $skin-name == 'bootstrap4' {
1835
+ & .e-input-group-icon {
1836
+ padding-left: 4px;
1837
+ padding-right: 4px;
1838
+ }
1839
+ }
1840
+
1841
+ & .e-file-alert-span {
1842
+ color: $dlg-error-color;
1843
+ font-size: 12px;
1844
+ padding-top: 7px;
1845
+ }
1846
+ }
1847
+ }
1848
+
1849
+ & .e-find-dlg.e-dialog {
1850
+ height: auto;
1851
+ width: $find-dlg-width;
1852
+
1853
+ & .e-dlg-content {
1854
+ & .e-find-alert-span {
1855
+ color: $dlg-error-color;
1856
+ font-size: 12px;
1857
+ padding-top: 7px;
1858
+ }
1859
+
1860
+ & .e-replace-alert-span {
1861
+ color: $dlg-error-color;
1862
+ font-size: 12px;
1863
+ padding-top: 7px;
1864
+ }
1865
+
1866
+ & .e-findnreplace-casecheckbox {
1867
+ padding-right: 12px;
1868
+ }
1869
+
1870
+ & .e-findnreplace-exactmatchcheckbox {
1871
+ padding: 12px 0;
1872
+ }
1873
+ }
1874
+
1875
+ & p.e-header {
1876
+ margin: 0;
1877
+ padding-bottom: 8px;
1878
+ padding-top: 12px;
1879
+ }
1880
+
1881
+ & .e-footer-content {
1882
+ text-align: left;
1883
+ }
1884
+ }
1885
+
1886
+ & .e-protectworkbook-dlg.e-dialog {
1887
+ & .e-dlg-header-content .e-dlg-header {
1888
+ font-size: 18px;
1889
+ line-height: 31px;
1890
+ }
1891
+
1892
+ & .e-dlg-content {
1893
+ & .e-pwd-alert-span {
1894
+ color: $dlg-error-color;
1895
+ font-size: 12px;
1896
+ padding-top: 12px;
1897
+ }
1898
+
1899
+ & .e-password-content {
1900
+ padding-top: 12px;
1901
+
1902
+ & .e-header {
1903
+ font-size: 12px;
1904
+ line-height: 24px;
1905
+ margin-bottom: 4px;
1906
+ }
1907
+ }
1908
+ }
1909
+ }
1910
+
1911
+ & .e-unprotectworkbook-dlg.e-dialog {
1912
+ & .e-dlg-header-content .e-dlg-header {
1913
+ font-size: 18px;
1914
+ line-height: 21px;
1915
+ }
1916
+
1917
+ & .e-dlg-content {
1918
+ & .e-unprotectpwd-alert-span {
1919
+ color: $dlg-error-color;
1920
+ font-size: 12px;
1921
+ padding-top: 7px;
1922
+ }
1923
+
1924
+ & .e-unprotectpwd-content {
1925
+ & .e-header {
1926
+ font-size: 14px;
1927
+ line-height: 16px;
1928
+ }
1929
+
1930
+ & .e-input {
1931
+ margin-top: 10px;
1932
+ }
1933
+ }
1934
+ }
1935
+ }
1936
+
1937
+ & .e-importprotectworkbook-dlg.e-dialog {
1938
+ & .e-dlg-header-content .e-dlg-header {
1939
+ font-size: 18px;
1940
+ line-height: 21px;
1941
+ }
1942
+
1943
+ & .e-dlg-content {
1944
+ & .e-importprotectpwd-alert-span {
1945
+ color: $dlg-error-color;
1946
+ font-size: 12px;
1947
+ padding-top: 7px;
1948
+ }
1949
+
1950
+ & .e-importprotectpwd-content {
1951
+ & .e-header {
1952
+ font-size: 14px;
1953
+ line-height: 16px;
1954
+ }
1955
+
1956
+ & .e-input {
1957
+ margin-top: 10px;
1958
+ }
1959
+ }
1960
+ }
1961
+ }
1962
+
1963
+ & .e-filter-icon {
1964
+ margin-bottom: $filter-icon-margin-bottom;
1965
+ @if $skin-name == 'FluentUI' {
1966
+ margin-top: -9px;
1967
+ }
1968
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1969
+ font-size: 14px;
1970
+ }
1971
+
1972
+ &::before {
1973
+ font-size: 20px;
1974
+ margin-left: -3px;
1975
+ }
1976
+ }
1977
+
1978
+ & .e-btn.e-icon-btn.e-filter-btn {
1979
+ bottom: 0;
1980
+ float: right;
1981
+ height: 18px;
1982
+ margin-right: -1px;
1983
+ padding: 0;
1984
+ position: relative;
1985
+ right: 0;
1986
+ width: 20px;
1987
+ z-index: 2;
1988
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1989
+ bottom: 1px;
1990
+ }
1991
+ }
1992
+ }
1993
+
1994
+ .e-colorpicker-wrapper.e-border-colorpicker {
1995
+ display: none;
1996
+
1997
+ & .e-container {
1998
+ box-shadow: none;
1999
+ width: 270px !important; /* stylelint-disable-line declaration-no-important */
2000
+
2001
+ & .e-selected-value {
2002
+ display: flex;
2003
+ }
2004
+ }
2005
+ }
2006
+
2007
+ .e-spreadsheet.e-col-resizing {
2008
+ cursor: col-resize;
2009
+ }
2010
+
2011
+ .e-spreadsheet.e-row-resizing {
2012
+ cursor: row-resize;
2013
+ }
2014
+
2015
+ .e-dropdown-popup {
2016
+ &.e-numformat-ddb ul {
2017
+ max-width: initial;
2018
+
2019
+ & .e-numformat-preview-text {
2020
+ font-size: 13px;
2021
+ max-width: 200px;
2022
+ overflow: hidden;
2023
+ text-align: right;
2024
+ text-overflow: ellipsis;
2025
+ }
2026
+ }
2027
+
2028
+ &.e-font-size-ddb ul {
2029
+ min-width: 60px;
2030
+ }
2031
+
2032
+ &.e-align-ddb ul {
2033
+ min-width: auto;
2034
+ padding: $align-ddb-ul-padding;
2035
+
2036
+ & .e-item {
2037
+ display: inline-flex;
2038
+ height: $align-ddb-item-height;
2039
+ line-height: $align-ddb-item-height;
2040
+ margin: $align-ddb-item-margin;
2041
+ padding: $align-ddb-item-padding;
2042
+
2043
+ & .e-menu-icon {
2044
+ line-height: $align-ddb-item-height;
2045
+ margin-right: 0;
2046
+ }
2047
+ }
2048
+ }
2049
+
2050
+ &.e-colorpicker-popup {
2051
+ & .e-container {
2052
+ & .e-custom-palette .e-palette {
2053
+ padding: 0;
2054
+ }
2055
+
2056
+ & .e-switch-ctrl-btn {
2057
+ padding-top: $ctrl-btn-padding;
2058
+ }
2059
+ }
2060
+ }
2061
+
2062
+ &.e-font-family ul .e-item {
2063
+ @for $i from 0 to length($font-family-collection) {
2064
+ &:nth-child(#{$i+1}) {
2065
+ font-family: nth($font-family-collection, $i+1);
2066
+ }
2067
+ }
2068
+ }
2069
+
2070
+ &.e-aggregate-list {
2071
+ font-size: 13px;
2072
+ margin-left: auto;
2073
+ }
2074
+
2075
+ &.e-borders-ddb .e-menu-wrapper {
2076
+ border: 0;
2077
+
2078
+ & ul .e-menu-item .e-menu-icon {
2079
+ font-size: 16px;
2080
+ }
2081
+ }
2082
+
2083
+ &.e-popup.e-aggregate-list ul {
2084
+ font-size: 13px;
2085
+ }
2086
+ }
2087
+
2088
+ .e-menu-wrapper {
2089
+ &.e-file-menu ul .e-menu-item div {
2090
+ display: flex;
2091
+ width: 100%;
2092
+
2093
+ & .e-extension {
2094
+ font-size: 13px;
2095
+ margin-left: auto;
2096
+ opacity: .7;
2097
+ padding-left: $menu-extension-padding;
2098
+ }
2099
+ }
2100
+
2101
+ & .e-border-style {
2102
+ & .e-menu-item {
2103
+ align-items: center;
2104
+ display: flex;
2105
+
2106
+ &::after {
2107
+ content: '';
2108
+ width: 135px;
2109
+ }
2110
+
2111
+ $border-style-collection: solid solid solid dashed dotted double;
2112
+ $border-width-collection: thin medium thick thin thin medium;
2113
+ @for $i from 0 to length($border-style-collection) {
2114
+ &:nth-child(#{$i+1})::after {
2115
+ border-bottom-style: nth($border-style-collection, $i+1);
2116
+ border-bottom-width: nth($border-width-collection, $i+1);
2117
+ }
2118
+ }
2119
+ }
2120
+ }
2121
+
2122
+ &.e-databars .e-ul,
2123
+ &.e-colorscales .e-ul {
2124
+ overflow: visible;
2125
+ padding: 0;
2126
+
2127
+ & .e-menu-item {
2128
+ height: auto;
2129
+ line-height: 0;
2130
+ padding: 0;
2131
+
2132
+ & .e-cf-icon {
2133
+ display: inline-block;
2134
+ height: 40px;
2135
+ width: 40px;
2136
+ }
2137
+ }
2138
+ }
2139
+
2140
+ &.e-databars .e-ul {
2141
+ min-width: 110px;
2142
+ }
2143
+
2144
+ &.e-colorscales .e-ul {
2145
+ min-width: 150px;
2146
+ }
2147
+
2148
+ &.e-popup.e-menu-popup.e-iconsets ul {
2149
+ min-width: 250px;
2150
+ overflow: visible;
2151
+ padding: 0;
2152
+
2153
+ & .e-menu-item {
2154
+ height: auto;
2155
+ line-height: 0;
2156
+ padding: 0;
2157
+
2158
+ & .e-is {
2159
+ height: 550px;
2160
+ width: auto;
2161
+
2162
+ & .e-is1,
2163
+ & .e-is3,
2164
+ & .e-is5,
2165
+ & .e-is7 {
2166
+ height: 6%;
2167
+ padding: 18px 16px;
2168
+ }
2169
+
2170
+ & .e-iconsetspan {
2171
+ display: inline-block;
2172
+ height: 100%;
2173
+ width: 20%;
2174
+ }
2175
+
2176
+ & .e-is2 {
2177
+ height: 25.3%;
2178
+
2179
+ & .e-3arrows,
2180
+ & .e-3arrowsgray,
2181
+ & .e-3triangles,
2182
+ & .e-4arrowsgray,
2183
+ & .e-4arrows,
2184
+ & .e-5arrowsgray,
2185
+ & .e-5arrows {
2186
+ float: left;
2187
+ height: 25%;
2188
+ padding: 2px 12px;
2189
+ width: 50%;
2190
+ }
2191
+ }
2192
+
2193
+ & .e-is4 {
2194
+ height: 19%;
2195
+
2196
+ & .e-3trafficlights,
2197
+ & .e-3rafficlights2,
2198
+ & .e-3signs,
2199
+ & .e-4trafficlights,
2200
+ & .e-4redtoblack {
2201
+ float: left;
2202
+ height: 33%;
2203
+ padding: 2px 12px;
2204
+ width: 50%;
2205
+ }
2206
+ }
2207
+
2208
+ & .e-is6 {
2209
+ height: 12.6%;
2210
+
2211
+ & .e-3symbols,
2212
+ & .e-3symbols2,
2213
+ & .e-3flags {
2214
+ float: left;
2215
+ height: 50%;
2216
+ padding: 2px 12px;
2217
+ width: 50%;
2218
+ }
2219
+ }
2220
+
2221
+ & .e-is8 {
2222
+ height: 19%;
2223
+
2224
+ & .e-3stars,
2225
+ & .e-4rating,
2226
+ & .e-5quarters,
2227
+ & .e-5rating,
2228
+ & .e-5boxes {
2229
+ float: left;
2230
+ height: 33%;
2231
+ width: 50%;
2232
+ }
2233
+ }
2234
+ }
2235
+ }
2236
+ }
2237
+
2238
+ &.e-popup.e-menu-popup.e-border-color ul {
2239
+ min-width: 270px;
2240
+ overflow: visible;
2241
+ padding: 0;
2242
+
2243
+ & .e-menu-item {
2244
+ height: auto;
2245
+ line-height: 0;
2246
+ padding: 0;
2247
+
2248
+ &.e-ripple,
2249
+ &.e-ripple-style {
2250
+ overflow: visible;
2251
+
2252
+ & .e-ripple-element {
2253
+ display: none;
2254
+ }
2255
+ }
2256
+
2257
+ & .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
2258
+ display: block;
2259
+ }
2260
+ }
2261
+ }
2262
+
2263
+ &.e-popup.e-menu-popup.e-addchart-menu ul {
2264
+ @if $sheet-skin == 'bootstrap' or $sheet-skin == 'bootstrap4' or $sheet-skin == 'bootstrap5' or $sheet-skin == 'bootstrap-dark' or $sheet-skin == 'bootstrap5-dark' {
2265
+ & .e-menu-item {
2266
+ height: 35px;
2267
+ }
2268
+ }
2269
+ }
2270
+
2271
+ &.e-popup.e-menu-popup.e-chart-menu ul,
2272
+ &.e-popup.e-menu-popup.e-chart-type-menu ul {
2273
+ min-width: 165px;
2274
+ overflow: visible;
2275
+ padding: 0;
2276
+
2277
+ & .e-menu-item {
2278
+ height: auto;
2279
+ line-height: 0;
2280
+ padding: 0;
2281
+
2282
+ & .e-column-main,
2283
+ & .e-bar-main {
2284
+ height: 90px;
2285
+
2286
+ & .e-column1-text,
2287
+ & .e-bar1-text {
2288
+ height: 40%;
2289
+ padding: 18px 16px;
2290
+ }
2291
+
2292
+ & .e-column1-cont,
2293
+ & .e-bar1-cont {
2294
+ height: 60%;
2295
+
2296
+ & .e-clusteredcolumn,
2297
+ & .e-stackedcolumn,
2298
+ & .e-stackedcolumn100,
2299
+ & .e-clusteredcolumn3d,
2300
+ & .e-stackedcolumn3d,
2301
+ & .e-stackedcolumn1003d,
2302
+ & .e-clusteredbar,
2303
+ & .e-stackedbar,
2304
+ & .e-stackedbar100,
2305
+ & .e-clusteredbar3d,
2306
+ & .e-stackedbar3d,
2307
+ & .e-stackedbar1003d {
2308
+ display: inline-block;
2309
+ font-size: 40px;
2310
+ height: 100%;
2311
+ margin: 0;
2312
+ padding: 10px;
2313
+ width: 55px;
2314
+ }
2315
+ }
2316
+ }
2317
+ }
2318
+ }
2319
+
2320
+ &.e-popup.e-menu-popup.e-chart-menu ul,
2321
+ &.e-popup.e-menu-popup.e-chart-type-menu ul {
2322
+ min-width: 110px;
2323
+ overflow: visible;
2324
+ padding: 0;
2325
+
2326
+ & .e-menu-item {
2327
+ height: auto;
2328
+ line-height: 0;
2329
+ padding: 0;
2330
+
2331
+ & .e-pie-main,
2332
+ & .e-radar-main {
2333
+ height: 90px;
2334
+
2335
+ & .e-pie-text,
2336
+ & .e-radar-text {
2337
+ height: 40%;
2338
+ padding: 18px 16px;
2339
+ }
2340
+
2341
+ & .e-pie-cont,
2342
+ & .e-radar-cont {
2343
+ height: 60%;
2344
+
2345
+ & .e-pie,
2346
+ & .e-doughnut,
2347
+ & .e-radar,
2348
+ & .e-radar-markers {
2349
+ display: inline-block;
2350
+ font-size: 40px;
2351
+ height: 60px;
2352
+ margin: 0;
2353
+ padding: 10px;
2354
+ width: 55px;
2355
+ }
2356
+ }
2357
+ }
2358
+ }
2359
+ }
2360
+
2361
+ &.e-popup.e-menu-popup.e-chart-menu ul,
2362
+ &.e-popup.e-menu-popup.e-chart-type-menu ul {
2363
+ min-width: 165px;
2364
+ overflow: visible;
2365
+ padding: 0;
2366
+
2367
+ & .e-menu-item {
2368
+ height: auto;
2369
+ line-height: 0;
2370
+ padding: 0;
2371
+
2372
+ & .e-line-main,
2373
+ & .e-area-main {
2374
+ height: 90px;
2375
+
2376
+ & .e-line-text,
2377
+ & .e-area-text {
2378
+ height: 40%;
2379
+ padding: 18px 16px;
2380
+ }
2381
+
2382
+ & .e-line-cont,
2383
+ & .e-area-cont {
2384
+ height: 60%;
2385
+
2386
+ & .e-area,
2387
+ & .e-stackedarea,
2388
+ & .e-stackedarea100,
2389
+ & .e-line,
2390
+ & .e-stackedline,
2391
+ & .e-stackedline100 {
2392
+ display: inline-block;
2393
+ font-size: 40px;
2394
+ height: 60px;
2395
+ margin: 0;
2396
+ padding: 10px;
2397
+ width: 55px;
2398
+ }
2399
+ }
2400
+ }
2401
+ }
2402
+ }
2403
+
2404
+ &.e-popup.e-menu-popup.e-chart-menu ul,
2405
+ &.e-popup.e-menu-popup.e-chart-type-menu ul {
2406
+ min-width: 60px;
2407
+ overflow: visible;
2408
+ padding: 0;
2409
+
2410
+ & .e-menu-item {
2411
+ height: auto;
2412
+ line-height: 0;
2413
+ padding: 0;
2414
+
2415
+ & .e-scatter-main {
2416
+ height: 90px;
2417
+
2418
+ & .e-scatter-text {
2419
+ height: 40%;
2420
+ padding: 18px 16px;
2421
+ }
2422
+
2423
+ & .e-scatter-cont {
2424
+ height: 60%;
2425
+
2426
+ & .e-scatter {
2427
+ display: inline-block;
2428
+ font-size: 60px;
2429
+ height: 60px;
2430
+ margin: 0;
2431
+ padding: 10px;
2432
+ width: 100%;
2433
+ }
2434
+ }
2435
+ }
2436
+ }
2437
+ }
2438
+ }
2439
+
2440
+ .e-spreadsheet-function-dlg.e-dialog {
2441
+ min-height: $dlg-min-height;
2442
+ user-select: none;
2443
+
2444
+ & .e-dlg-header-content {
2445
+ @if $skin-name == 'bootstrap5' {
2446
+ padding: 12px;
2447
+ }
2448
+ @else {
2449
+ padding: 18px;
2450
+ }
2451
+
2452
+ & .e-dlg-header {
2453
+ font-size: 16px;
2454
+ font-weight: normal;
2455
+ }
2456
+ }
2457
+
2458
+ & .e-dlg-content {
2459
+ overflow: hidden;
2460
+ padding-left: $dlg-content-padding;
2461
+ padding-right: $dlg-content-padding;
2462
+
2463
+ & .e-category-content {
2464
+ font-size: 12px;
2465
+ font-weight: 500;
2466
+ margin-bottom: $dlg-category-margin-bottom;
2467
+
2468
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2469
+ font-weight: 600;
2470
+ padding: 10px 0;
2471
+ }
2472
+ }
2473
+
2474
+ & .e-formula-description {
2475
+ margin-left: -4px;
2476
+ margin-top: 5px;
2477
+ padding: 4px;
2478
+ }
2479
+
2480
+ & .e-description-content {
2481
+ font-size: 14px;
2482
+ font-weight: $dlg-description-font-weight;
2483
+ padding-top: 10px;
2484
+ }
2485
+
2486
+ & .e-formula-list {
2487
+ border: $dlg-list-border;
2488
+ cursor: default;
2489
+ margin-top: 6px;
2490
+ overflow-y: auto;
2491
+ }
2492
+ }
2493
+ }
2494
+
2495
+ .e-xlflmenu {
2496
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2497
+ & .e-xlfl-maindiv {
2498
+ padding-top: 10px;
2499
+ }
2500
+ }
2501
+
2502
+ & .e-xlfl-maindiv .e-xlfl-radiodiv {
2503
+ width: auto;
2504
+ }
2505
+ }
2506
+
2507
+ .e-name-box {
2508
+ & .e-dropdownbase .e-list-item {
2509
+ line-height: 25px;
2510
+ min-height: 25px;
2511
+ text-indent: 10px;
2512
+ }
2513
+ }
2514
+
2515
+ .e-spreadsheet:not(.e-mobile-view) {
2516
+ & .e-formula-bar-panel {
2517
+ border-bottom-width: 0;
2518
+
2519
+ & .e-btn.e-css.e-insert-function {
2520
+ border-left: $spreadsheet-border;
2521
+ height: 23px;
2522
+
2523
+ & .e-btn-icon {
2524
+ line-height: 24px;
2525
+ }
2526
+ }
2527
+
2528
+ & .e-formula-bar {
2529
+ height: 23px;
2530
+ line-height: 23px;
2531
+ width: $formula-textarea-width;
2532
+ }
2533
+
2534
+ &.e-expanded {
2535
+ & .e-formula-bar,
2536
+ & .e-btn.e-css.e-insert-function {
2537
+ height: 71px;
2538
+ }
2539
+
2540
+ & .e-btn.e-css.e-insert-function {
2541
+ line-height: 71px;
2542
+ }
2543
+
2544
+ & .e-drop-icon {
2545
+ transform: rotate(180deg);
2546
+ }
2547
+
2548
+ & .e-separator {
2549
+ height: 60px;
2550
+ }
2551
+ }
2552
+ }
2553
+
2554
+ & .e-sheet-tab {
2555
+ max-width: 60%;
2556
+
2557
+ & .e-hscroll-bar {
2558
+ margin-left: -40px;
2559
+ margin-right: 40px;
2560
+ }
2561
+ }
2562
+
2563
+ & .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
2564
+ & .e-sheets-list.e-dropdown-btn {
2565
+ height: 32px;
2566
+ padding: 0;
2567
+ width: 32px;
2568
+
2569
+ & .e-btn-icon {
2570
+ line-height: 33px;
2571
+ margin-top: 0;
2572
+ }
2573
+ }
2574
+
2575
+ & .e-aggregate-list {
2576
+ font-size: 13px;
2577
+ margin-left: auto;
2578
+ }
2579
+
2580
+ & .e-ribbon {
2581
+ border-bottom-width: 0;
2582
+ }
2583
+ }
2584
+
2585
+ .e-bigger .e-spreadsheet,
2586
+ .e-bigger.e-spreadsheet {
2587
+ @if $skin-name == 'FluentUI' {
2588
+ & .e-protect-dlg.e-dialog {
2589
+ height: 790px !important; /* stylelint-disable-line declaration-no-important */
2590
+ }
2591
+
2592
+ & .e-delete-sheet-dlg.e-dialog {
2593
+ height: 240px !important; /* stylelint-disable-line declaration-no-important */
2594
+ }
2595
+
2596
+ & .e-merge-alert-dlg.e-dialog {
2597
+ height: 215px;
2598
+
2599
+ .e-dlg-content {
2600
+ padding-bottom: 0;
2601
+ }
2602
+ }
2603
+
2604
+ .e-validationerror-dlg .e-dlg-content {
2605
+ padding-bottom: 0;
2606
+ }
2607
+
2608
+ .e-spreadsheet-function-dlg.e-dialog {
2609
+ height: 515px !important; /* stylelint-disable-line declaration-no-important */
2610
+ }
2611
+ }
2612
+
2613
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
2614
+ & .e-validation-list .e-ddl-icon {
2615
+ min-height: 0;
2616
+ min-width: 0;
2617
+ padding: 0;
2618
+ }
2619
+
2620
+ & .e-findtool-dlg .e-dlg-content .e-find-toolbar .e-input {
2621
+ width: calc(100% - 70px);
2622
+ }
2623
+ }
2624
+
2625
+ & .e-ribbon {
2626
+ & .e-toolbar .e-btn:not(.e-tbar-btn) {
2627
+ &:not(.e-split-colorpicker) {
2628
+ line-height: $bigger-ribbon-btn-height;
2629
+ }
2630
+
2631
+ &.e-split-colorpicker {
2632
+ line-height: $bigger-ribbon-btn-height - 2;
2633
+ padding-bottom: 2px;
2634
+ width: $bigger-cpicker-btn-width;
2635
+ }
2636
+
2637
+ &:not(.e-dropdown-btn):not(.e-split-btn) {
2638
+ padding-left: $bigger-ribbon-btn-padding;
2639
+ padding-right: $bigger-ribbon-btn-padding;
2640
+ }
2641
+
2642
+ &:not(.e-split-colorpicker) .e-btn-icon {
2643
+ line-height: $bigger-ribbon-btn-height;
2644
+ min-height: $bigger-ribbon-btn-height;
2645
+
2646
+ &:not(.e-caret) {
2647
+ font-size: 18px;
2648
+ }
2649
+
2650
+ @if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fabric-dark' {
2651
+ &.e-wrap-icon {
2652
+ font-size: 21px;
2653
+ }
2654
+ }
2655
+ }
2656
+ }
2657
+
2658
+ & .e-toolbar .e-toolbar-item .e-btn {
2659
+ &.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
2660
+ font-size: 18px;
2661
+ }
2662
+ }
2663
+
2664
+ & .e-dropdown-btn.e-font-size-ddb {
2665
+ width: $bigger-fontsize-btn-width;
2666
+ }
2667
+
2668
+ & .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
2669
+ height: auto;
2670
+ width: auto;
2671
+ }
2672
+
2673
+ & .e-content .e-hscroll-bar {
2674
+ height: auto;
2675
+ overflow: hidden;
2676
+ }
2677
+ }
2678
+
2679
+ & .e-formula-bar-panel {
2680
+ & .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
2681
+ font-size: 20px;
2682
+ margin: 0;
2683
+ }
2684
+
2685
+ // Need to remove the below properties & its variable once touch support provided by UX team
2686
+ & .e-css.e-btn.e-icon-btn {
2687
+ padding-left: $normal-btn-padding;
2688
+ padding-right: $normal-btn-padding;
2689
+ }
2690
+ }
2691
+
2692
+ & .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
2693
+ & .e-sheets-list.e-dropdown-btn {
2694
+ height: 39px;
2695
+ width: 39px;
2696
+
2697
+ & .e-btn-icon {
2698
+ line-height: 39px;
2699
+ }
2700
+ }
2701
+
2702
+ & .e-sheet-tab-panel {
2703
+ @include bigger-tab-header-layout;
2704
+ }
2705
+
2706
+ & .e-sheet-tab .e-tab-header .e-toolbar-item {
2707
+ & .e-tab-wrap {
2708
+ padding: 0 16px;
2709
+ }
2710
+ }
2711
+
2712
+ @if $skin-name != 'bootstrap' and $skin-name != 'bootstrap4' {
2713
+ & .e-drop-icon {
2714
+ font-size: 12px;
2715
+ margin-right: 5px;
2716
+ }
2717
+ }
2718
+
2719
+ &:not(.e-mobile-view) .e-formula-bar-panel {
2720
+ & .e-btn.e-css.e-insert-function {
2721
+ height: 29px;
2722
+
2723
+ & .e-btn-icon {
2724
+ font-size: 18px;
2725
+ line-height: 30px;
2726
+ }
2727
+ }
2728
+
2729
+ & .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input {
2730
+ height: 29px;
2731
+ }
2732
+
2733
+ & .e-drop-icon {
2734
+ line-height: 29px;
2735
+
2736
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
2737
+ font-size: 18px;
2738
+ line-height: 38px;
2739
+ }
2740
+ }
2741
+
2742
+ & .e-separator {
2743
+ height: 15px;
2744
+ }
2745
+
2746
+ & .e-formula-bar {
2747
+ font-size: $bigger-formula-bar-font-size;
2748
+ height: 29px;
2749
+ line-height: 29px;
2750
+ }
2751
+
2752
+ &.e-expanded {
2753
+ & .e-formula-bar,
2754
+ & .e-btn.e-css.e-insert-function {
2755
+ height: 89px;
2756
+ line-height: 89px;
2757
+ }
2758
+
2759
+ & .e-separator {
2760
+ height: 78px;
2761
+ }
2762
+ }
2763
+ }
2764
+
2765
+ & .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
2766
+ float: left;
2767
+ margin-right: 2.8%;
2768
+ width: 77%;
2769
+ @if $skin-name == 'FluentUI' {
2770
+ height: 40px;
2771
+ }
2772
+ }
2773
+
2774
+ & .e-customsort-dlg.e-dialog {
2775
+ width: 590px !important; /* stylelint-disable-line declaration-no-important */
2776
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
2777
+ width: 630px !important; /* stylelint-disable-line declaration-no-important */
2778
+ }
2779
+ }
2780
+
2781
+ .e-sort-dialog .e-sort-template .e-list-item {
2782
+ height: auto;
2783
+ line-height: 1;
2784
+ }
2785
+
2786
+ & .e-filter-icon {
2787
+ margin-bottom: $filter-icon-bigger-margin-bottom;
2788
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2789
+ font-size: 21px;
2790
+ margin-top: -3px;
2791
+ }
2792
+ }
2793
+
2794
+ & .e-find-dlg .e-footer-content .e-btn {
2795
+ font-size: 11px;
2796
+ margin-top: 6px;
2797
+ }
2798
+
2799
+ & .e-findtool-dlg {
2800
+ height: $bigger-find-tool-dlg-height;
2801
+ width: $bigger-find-tool-dlg-width;
2802
+ }
2803
+
2804
+ & .e-goto-dlg.e-dialog {
2805
+ height: auto;
2806
+
2807
+ & .e-btn {
2808
+ font-size: 12px;
2809
+ }
2810
+ }
2811
+
2812
+ & .e-protectworkbook-dlg.e-dialog .e-dlg-content {
2813
+ & .e-pwd-alert-span {
2814
+ color: $dlg-error-color;
2815
+ font-size: 14px;
2816
+ padding-top: 16px;
2817
+ }
2818
+
2819
+ & .e-password-content {
2820
+ padding-top: 16px;
2821
+
2822
+ & .e-header {
2823
+ font-size: 14px;
2824
+ line-height: 28px;
2825
+ margin-bottom: 4px;
2826
+ }
2827
+ }
2828
+ }
2829
+
2830
+ & .e-excelfilter {
2831
+ & .e-spreadsheet-ftrchk {
2832
+ padding-left: $filter-selectall-bigger-padding;
2833
+ }
2834
+
2835
+ &.e-rtl .e-spreadsheet-ftrchk {
2836
+ padding-left: 0;
2837
+ padding-right: $filter-selectall-bigger-padding;
2838
+ }
2839
+ }
2840
+
2841
+ & .e-checkboxtree {
2842
+ ul {
2843
+ padding-left: 0;
2844
+ }
2845
+
2846
+ &.e-rtl ul {
2847
+ padding-right: 0;
2848
+ }
2849
+ }
2850
+
2851
+ & .e-validation-list {
2852
+
2853
+ @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' {
2854
+ width: $bigger-validation-list-width;
2855
+ }
2856
+
2857
+ & .e-ddl-icon.e-search-icon {
2858
+
2859
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
2860
+ bottom: $bigger-validation-list-icon-bottom;
2861
+ }
2862
+
2863
+ @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' {
2864
+ min-height: $bigger-validation-list-icon-height-width;
2865
+ min-width: $bigger-validation-list-icon-height-width;
2866
+ }
2867
+ }
2868
+ }
2869
+ }
2870
+
2871
+ .e-bigger.e-dropdown-popup,
2872
+ .e-bigger .e-dropdown-popup {
2873
+ &.e-font-size-ddb ul {
2874
+ min-width: 70px;
2875
+ }
2876
+
2877
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
2878
+ &.e-dragfill-ddb ul,
2879
+ &.e-numformat-ddb ul {
2880
+ max-width: initial;
2881
+ }
2882
+ }
2883
+ }
2884
+
2885
+ .e-bigger .e-spreadsheet .e-hyperlink-dlg.e-dialog {
2886
+ @if $skin-name == 'FluentUI' {
2887
+ & .e-dlg-content .e-link-dialog .e-content .e-cont {
2888
+ margin: 0 0 16px 24px;
2889
+ }
2890
+
2891
+ & .e-dlg-header-content {
2892
+ padding: 24px 24px 16px;
2893
+ }
2894
+ }
2895
+ }
2896
+
2897
+ .e-sort-dialog {
2898
+ height: 100%;
2899
+ position: relative;
2900
+
2901
+ & .e-sort-listsection {
2902
+ @if $skin-name != 'FluentUI' {
2903
+ height: calc(100% - 28px);
2904
+ }
2905
+ margin: 0 auto;
2906
+ overflow: auto;
2907
+ width: 100%;
2908
+ }
2909
+
2910
+ & .e-sort-listwrapper {
2911
+ padding-left: 2px;
2912
+ }
2913
+
2914
+ & .e-sort-listwrapper .text {
2915
+ font-size: 12px;
2916
+ padding: 10px 0 5px;
2917
+ }
2918
+
2919
+ & .e-list-sort {
2920
+ height: 100%;
2921
+ }
2922
+
2923
+ & .e-sort-row {
2924
+ align-items: center;
2925
+ display: flex;
2926
+ padding: 5px 0 10px;
2927
+ }
2928
+
2929
+ & .e-sort-error,
2930
+ & .e-sort-header,
2931
+ & .e-sort-casecheckbox,
2932
+ & .e-sort-listsection {
2933
+ padding-left: $dlg-content-padding;
2934
+ padding-right: $dlg-content-padding;
2935
+ }
2936
+
2937
+ & .e-sort-error {
2938
+ bottom: 0;
2939
+ display: none;
2940
+ font-size: 12px;
2941
+ height: 20px;
2942
+ line-height: 20px;
2943
+ position: absolute;
2944
+ width: 100%;
2945
+ }
2946
+
2947
+ & .e-sort-template {
2948
+ border: 0;
2949
+
2950
+ & .e-list-item {
2951
+ height: auto;
2952
+ line-height: unset;
2953
+
2954
+ &:not(:first-child) {
2955
+ padding: 5px 0 0;
2956
+ }
2957
+
2958
+ &:first-child {
2959
+ padding: 0;
2960
+ }
2961
+ }
2962
+
2963
+ & .e-content {
2964
+ height: 100%;
2965
+ overflow: auto;
2966
+ }
2967
+ }
2968
+
2969
+ & .e-sort-field {
2970
+ width: auto;
2971
+ }
2972
+
2973
+ & .e-radio-wrapper {
2974
+ margin-left: 16px;
2975
+ }
2976
+
2977
+ & li:first-of-type .e-sort-delete {
2978
+ display: none;
2979
+ }
2980
+
2981
+ & .e-sort-delete {
2982
+ border-left-style: solid;
2983
+ border-left-width: 1px;
2984
+ line-height: 32px;
2985
+ margin-left: auto;
2986
+ margin-right: 5px;
2987
+ padding-left: 22px;
2988
+ vertical-align: middle;
2989
+
2990
+ &::before {
2991
+ cursor: pointer;
2992
+ }
2993
+ }
2994
+ }
2995
+
2996
+ @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
2997
+ .e-ribbon .e-tab .e-tab-header .e-toolbar-item {
2998
+ & .e-tab-wrap:focus .e-text-wrap {
2999
+ height: 32px;
3000
+ }
3001
+
3002
+ &:not(.e-separator) .e-text-wrap {
3003
+ height: 32px;
3004
+ }
3005
+
3006
+ &:not(.e-separator) .e-tab-wrap {
3007
+ height: 35px;
3008
+ }
3009
+
3010
+ &.e-active {
3011
+ margin: 0;
3012
+ }
3013
+ }
3014
+ }
3015
+ }