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