@syncfusion/ej2-react-inplace-editor 25.1.35 → 26.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/ej2-react-inplace-editor.min.js +2 -2
  2. package/dist/ej2-react-inplace-editor.umd.min.js +2 -2
  3. package/dist/ej2-react-inplace-editor.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-react-inplace-editor.es2015.js +4 -4
  5. package/dist/es6/ej2-react-inplace-editor.es2015.js.map +1 -1
  6. package/package.json +12 -11
  7. package/styles/bootstrap-dark.css +803 -1
  8. package/styles/bootstrap.css +938 -1
  9. package/styles/bootstrap4.css +1219 -1
  10. package/styles/bootstrap5-dark.css +885 -1
  11. package/styles/bootstrap5.css +885 -1
  12. package/styles/fabric-dark.css +754 -1
  13. package/styles/fabric.css +743 -1
  14. package/styles/fluent-dark.css +823 -1
  15. package/styles/fluent.css +823 -1
  16. package/styles/fluent2.css +1996 -0
  17. package/styles/fluent2.scss +1 -0
  18. package/styles/highcontrast-light.css +829 -1
  19. package/styles/highcontrast.css +837 -1
  20. package/styles/inplace-editor/bootstrap-dark.css +803 -1
  21. package/styles/inplace-editor/bootstrap.css +938 -1
  22. package/styles/inplace-editor/bootstrap4.css +1219 -1
  23. package/styles/inplace-editor/bootstrap5-dark.css +885 -1
  24. package/styles/inplace-editor/bootstrap5.css +885 -1
  25. package/styles/inplace-editor/fabric-dark.css +754 -1
  26. package/styles/inplace-editor/fabric.css +743 -1
  27. package/styles/inplace-editor/fluent-dark.css +823 -1
  28. package/styles/inplace-editor/fluent.css +823 -1
  29. package/styles/inplace-editor/fluent2.css +1996 -0
  30. package/styles/inplace-editor/fluent2.scss +1 -0
  31. package/styles/inplace-editor/highcontrast-light.css +829 -1
  32. package/styles/inplace-editor/highcontrast.css +837 -1
  33. package/styles/inplace-editor/material-dark.css +780 -1
  34. package/styles/inplace-editor/material.css +840 -1
  35. package/styles/inplace-editor/material3-dark.css +938 -1
  36. package/styles/inplace-editor/material3.css +1050 -1
  37. package/styles/inplace-editor/tailwind-dark.css +804 -1
  38. package/styles/inplace-editor/tailwind.css +804 -1
  39. package/styles/material-dark.css +780 -1
  40. package/styles/material.css +840 -1
  41. package/styles/material3-dark.css +938 -1
  42. package/styles/material3.css +1050 -1
  43. package/styles/tailwind-dark.css +804 -1
  44. package/styles/tailwind.css +804 -1
  45. package/CHANGELOG.md +0 -263
@@ -1 +1,938 @@
1
- @import '@syncfusion/ej2-inplace-editor/styles/inplace-editor/material3-dark.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 208, 188, 255;
5
+ --color-sf-primary-container: 79, 55, 139;
6
+ --color-sf-secondary: 204, 194, 220;
7
+ --color-sf-secondary-container: 74, 68, 88;
8
+ --color-sf-tertiary: 239, 184, 200;
9
+ --color-sf-tertiary-container: 99, 59, 72;
10
+ --color-sf-surface: 28, 27, 31;
11
+ --color-sf-surface-variant: 73, 69, 79;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 55, 30, 115;
14
+ --color-sf-on-primary-container: 234, 221, 255;
15
+ --color-sf-on-secondary: 51, 45, 65;
16
+ --color-sf-on-secondary-container: 232, 222, 248;
17
+ --color-sf-on-tertiary: 73, 37, 50;
18
+ --color-sf-on-tertiary-containe: 255, 216, 228;
19
+ --color-sf-on-surface: 230, 225, 229;
20
+ --color-sf-on-surface-variant: 202, 196, 208;
21
+ --color-sf-on-background: 230, 225, 229;
22
+ --color-sf-outline: 147, 143, 153;
23
+ --color-sf-outline-variant: 68, 71, 70;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 208, 188, 255;
26
+ --color-sf-inverse-surface: 230, 225, 229;
27
+ --color-sf-inverse-on-surface: 49, 48, 51;
28
+ --color-sf-inverse-primary: 103, 80, 164;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 242, 184, 181;
31
+ --color-sf-error-container: 140, 29, 24;
32
+ --color-sf-on-error: 96, 20, 16;
33
+ --color-sf-on-error-container: 249, 222, 220;
34
+ --color-sf-success: 83, 202, 23;
35
+ --color-sf-success-container: 22, 62, 2;
36
+ --color-sf-on-success: 13, 39, 0;
37
+ --color-sf-on-success-container: 183, 250, 150;
38
+ --color-sf-info: 71, 172, 251;
39
+ --color-sf-info-container: 0, 67, 120;
40
+ --color-sf-on-info: 0, 51, 91;
41
+ --color-sf-on-info-container: 173, 219, 255;
42
+ --color-sf-warning: 245, 180, 130;
43
+ --color-sf-warning-container: 123, 65, 0;
44
+ --color-sf-on-warning: 99, 52, 0;
45
+ --color-sf-on-warning-container: 255, 220, 193;
46
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
48
+ --color-sf-success-text: 0, 0, 0;
49
+ --color-sf-warning-text: 0, 0, 0;
50
+ --color-sf-info-text: 0, 0, 0;
51
+ --color-sf-danger-text: 0, 0, 0;
52
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
54
+ }
55
+
56
+ :root {
57
+ --color-sf-black: 0, 0, 0;
58
+ --color-sf-white: 255, 255, 255;
59
+ --color-sf-primary: 208, 188, 255;
60
+ --color-sf-primary-container: 79, 55, 139;
61
+ --color-sf-secondary: 204, 194, 220;
62
+ --color-sf-secondary-container: 74, 68, 88;
63
+ --color-sf-tertiary: 239, 184, 200;
64
+ --color-sf-tertiary-container: 99, 59, 72;
65
+ --color-sf-surface: 28, 27, 31;
66
+ --color-sf-surface-variant: 73, 69, 79;
67
+ --color-sf-background: var(--color-sf-surface);
68
+ --color-sf-on-primary: 55, 30, 115;
69
+ --color-sf-on-primary-container: 234, 221, 255;
70
+ --color-sf-on-secondary: 51, 45, 65;
71
+ --color-sf-on-secondary-container: 232, 222, 248;
72
+ --color-sf-on-tertiary: 73, 37, 50;
73
+ --color-sf-on-tertiary-containe: 255, 216, 228;
74
+ --color-sf-on-surface: 230, 225, 229;
75
+ --color-sf-on-surface-variant: 202, 196, 208;
76
+ --color-sf-on-background: 230, 225, 229;
77
+ --color-sf-outline: 147, 143, 153;
78
+ --color-sf-outline-variant: 68, 71, 70;
79
+ --color-sf-shadow: 0, 0, 0;
80
+ --color-sf-surface-tint-color: 208, 188, 255;
81
+ --color-sf-inverse-surface: 230, 225, 229;
82
+ --color-sf-inverse-on-surface: 49, 48, 51;
83
+ --color-sf-inverse-primary: 103, 80, 164;
84
+ --color-sf-scrim: 0, 0, 0;
85
+ --color-sf-error: 242, 184, 181;
86
+ --color-sf-error-container: 140, 29, 24;
87
+ --color-sf-on-error: 96, 20, 16;
88
+ --color-sf-on-error-container: 249, 222, 220;
89
+ --color-sf-success: 83, 202, 23;
90
+ --color-sf-success-container: 22, 62, 2;
91
+ --color-sf-on-success: 13, 39, 0;
92
+ --color-sf-on-success-container: 183, 250, 150;
93
+ --color-sf-info: 71, 172, 251;
94
+ --color-sf-info-container: 0, 67, 120;
95
+ --color-sf-on-info: 0, 51, 91;
96
+ --color-sf-on-info-container: 173, 219, 255;
97
+ --color-sf-warning: 245, 180, 130;
98
+ --color-sf-warning-container: 123, 65, 0;
99
+ --color-sf-on-warning: 99, 52, 0;
100
+ --color-sf-on-warning-container: 255, 220, 193;
101
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
102
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
103
+ --color-sf-success-text: 0, 0, 0;
104
+ --color-sf-warning-text: 0, 0, 0;
105
+ --color-sf-info-text: 0, 0, 0;
106
+ --color-sf-danger-text: 0, 0, 0;
107
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
108
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
109
+ }
110
+
111
+ /* stylelint-disable property-no-vendor-prefix */
112
+ @-webkit-keyframes e-input-ripple {
113
+ 100% {
114
+ opacity: 0;
115
+ -webkit-transform: scale(4);
116
+ transform: scale(4);
117
+ }
118
+ }
119
+ @keyframes e-input-ripple {
120
+ 100% {
121
+ opacity: 0;
122
+ -webkit-transform: scale(4);
123
+ transform: scale(4);
124
+ }
125
+ }
126
+ @-webkit-keyframes slideTopUp {
127
+ from {
128
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
129
+ transform: translate3d(0, 0, 0) scale(1);
130
+ }
131
+ to {
132
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
133
+ transform: translate3d(0, 0, 0) scale(1);
134
+ }
135
+ }
136
+ @keyframes slideTopUp {
137
+ from {
138
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
139
+ transform: translate3d(0, 0, 0) scale(1);
140
+ }
141
+ to {
142
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
143
+ transform: translate3d(0, 0, 0) scale(1);
144
+ }
145
+ }
146
+ /* stylelint-disable-line no-empty-source */
147
+ /*! calendar material3 theme variables */
148
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
149
+ -webkit-transform: rotate(0deg);
150
+ transform: rotate(0deg);
151
+ -webkit-transition: -webkit-transform 300ms ease;
152
+ transition: -webkit-transform 300ms ease;
153
+ transition: transform 300ms ease;
154
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
155
+ }
156
+
157
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
158
+ -webkit-transform: rotate(180deg);
159
+ transform: rotate(180deg);
160
+ -webkit-transition: -webkit-transform 300ms ease;
161
+ transition: -webkit-transform 300ms ease;
162
+ transition: transform 300ms ease;
163
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
164
+ }
165
+
166
+ .e-dropdownbase .e-list-item.e-active.e-hover {
167
+ color: rgba(var(--color-sf-on-surface));
168
+ }
169
+
170
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
171
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
172
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
173
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
174
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
175
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
176
+ background: rgba(var(--color-sf-on-surface), 0.08);
177
+ }
178
+
179
+ .e-input-group .e-ddl-icon:not(:active)::after {
180
+ -webkit-animation: none;
181
+ animation: none;
182
+ }
183
+
184
+ .e-ddl.e-popup {
185
+ border: 0;
186
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
187
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
188
+ margin-top: 2px;
189
+ }
190
+
191
+ .e-popup.e-ddl .e-dropdownbase {
192
+ min-height: 26px;
193
+ border-radius: 4px;
194
+ }
195
+
196
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
197
+ border-color: rgba(var(--color-sf-primary));
198
+ }
199
+
200
+ .e-bigger .e-popup.e-ddl-device-filter {
201
+ margin-top: 0;
202
+ }
203
+
204
+ .e-bigger .e-ddl-device .e-input-group,
205
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
206
+ background: rgba(0, 0, 0, 0.0001);
207
+ border-width: 0;
208
+ -webkit-box-shadow: none;
209
+ box-shadow: none;
210
+ margin-bottom: 0;
211
+ }
212
+
213
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
214
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
215
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
216
+ background: rgba(0, 0, 0, 0.0001);
217
+ }
218
+
219
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
220
+ margin: 0 6px;
221
+ min-height: 30px;
222
+ min-width: 30px;
223
+ }
224
+
225
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
226
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
227
+ min-height: 38px;
228
+ min-width: 38px;
229
+ }
230
+
231
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
232
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
233
+ min-height: 22px;
234
+ min-width: 22px;
235
+ }
236
+
237
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
238
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
239
+ padding: 4px 16px 4px 0;
240
+ }
241
+
242
+ .e-input-group.e-ddl,
243
+ .e-input-group.e-ddl .e-input,
244
+ .e-input-group.e-ddl .e-ddl-icon {
245
+ background: transparent;
246
+ }
247
+
248
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
249
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
250
+ border-bottom-width: 0;
251
+ }
252
+
253
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
254
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
255
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
256
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
257
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
258
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
259
+ margin: 4px;
260
+ }
261
+
262
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
263
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
264
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
265
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
266
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
267
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
268
+ padding: 4px 5px 4px 12px;
269
+ }
270
+
271
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
272
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
273
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
274
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
275
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
276
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
277
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
278
+ min-height: 34px;
279
+ min-width: 34px;
280
+ }
281
+
282
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
283
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
284
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
285
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
286
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
287
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
288
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
289
+ padding: 8px 16px;
290
+ }
291
+
292
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
293
+ margin: 0 4px;
294
+ }
295
+
296
+ .e-ddl.e-popup.e-outline .e-filter-parent {
297
+ padding: 4px 8px;
298
+ }
299
+
300
+ /* stylelint-disable-line no-empty-source */
301
+ /* stylelint-disable property-no-vendor-prefix */
302
+ @-webkit-keyframes material-spinner-rotate {
303
+ 0% {
304
+ -webkit-transform: rotate(0deg);
305
+ transform: rotate(0deg);
306
+ }
307
+ 100% {
308
+ -webkit-transform: rotate(360deg);
309
+ transform: rotate(360deg);
310
+ }
311
+ }
312
+ @keyframes material-spinner-rotate {
313
+ 0% {
314
+ -webkit-transform: rotate(0deg);
315
+ transform: rotate(0deg);
316
+ }
317
+ 100% {
318
+ -webkit-transform: rotate(360deg);
319
+ transform: rotate(360deg);
320
+ }
321
+ }
322
+ @-webkit-keyframes fabric-spinner-rotate {
323
+ 0% {
324
+ -webkit-transform: rotate(0deg);
325
+ transform: rotate(0deg);
326
+ }
327
+ 100% {
328
+ -webkit-transform: rotate(360deg);
329
+ transform: rotate(360deg);
330
+ }
331
+ }
332
+ @keyframes fabric-spinner-rotate {
333
+ 0% {
334
+ -webkit-transform: rotate(0deg);
335
+ transform: rotate(0deg);
336
+ }
337
+ 100% {
338
+ -webkit-transform: rotate(360deg);
339
+ transform: rotate(360deg);
340
+ }
341
+ }
342
+ /*! inplaceeditor icons */
343
+ .e-inplaceeditor .e-save-icon::before,
344
+ .e-inplaceeditor-tip .e-save-icon::before {
345
+ content: "\e774";
346
+ }
347
+ .e-inplaceeditor .e-cancel-icon::before,
348
+ .e-inplaceeditor-tip .e-cancel-icon::before {
349
+ content: "\e7e7";
350
+ }
351
+ .e-inplaceeditor .e-editable-overlay-icon::before,
352
+ .e-inplaceeditor-tip .e-editable-overlay-icon::before {
353
+ content: "\e730";
354
+ }
355
+
356
+ /*! inplaceeditor layout */
357
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
358
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
359
+ padding: 8px 36px 8px 16px;
360
+ }
361
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
362
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
363
+ font-size: 16px;
364
+ margin: 0;
365
+ }
366
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
367
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
368
+ right: 8px;
369
+ width: 20px;
370
+ }
371
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before,
372
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before {
373
+ font-size: 16px;
374
+ }
375
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
376
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
377
+ right: 8px;
378
+ }
379
+ .e-bigger .e-inplaceeditor .e-editable-value-container,
380
+ .e-inplaceeditor.e-bigger .e-editable-value-container {
381
+ padding: 8px 36px 8px 16px;
382
+ }
383
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
384
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
385
+ font-size: 16px;
386
+ margin: 0;
387
+ }
388
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
389
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
390
+ right: 8px;
391
+ width: 20px;
392
+ }
393
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before,
394
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon::before {
395
+ font-size: 16px;
396
+ }
397
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner,
398
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-spinner-pane .e-spinner-inner {
399
+ right: 8px;
400
+ }
401
+ .e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
402
+ .e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save {
403
+ margin: 0 4px 0 0;
404
+ }
405
+ .e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
406
+ .e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel {
407
+ margin: 0 0 0 4px;
408
+ }
409
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value,
410
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value {
411
+ margin: 0 0 0 28px;
412
+ }
413
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon,
414
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
415
+ left: 8px;
416
+ right: auto;
417
+ }
418
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
419
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
420
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane,
421
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
422
+ left: 8px;
423
+ }
424
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value,
425
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-value {
426
+ margin: 0 0 0 28px;
427
+ }
428
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon,
429
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-overlay-icon {
430
+ left: 8px;
431
+ right: auto;
432
+ }
433
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
434
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner,
435
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane,
436
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
437
+ left: 8px;
438
+ }
439
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
440
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save {
441
+ margin: 0 0 0 4px;
442
+ }
443
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
444
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel {
445
+ margin: 0 4px 0 0;
446
+ }
447
+
448
+ .e-inplaceeditor {
449
+ display: inline-block;
450
+ position: relative;
451
+ width: auto;
452
+ }
453
+ .e-inplaceeditor .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
454
+ display: block;
455
+ visibility: hidden;
456
+ }
457
+ .e-inplaceeditor .e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
458
+ display: block;
459
+ visibility: hidden;
460
+ }
461
+ .e-inplaceeditor .e-editable-value-wrapper {
462
+ display: inline-block;
463
+ padding: 6px 30px 6px 12px;
464
+ position: relative;
465
+ width: auto;
466
+ word-break: break-word;
467
+ }
468
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
469
+ display: inline-block;
470
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
471
+ font-size: 14px;
472
+ margin: 0 8px 0 0;
473
+ }
474
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
475
+ bottom: 0;
476
+ cursor: pointer;
477
+ display: -webkit-inline-box;
478
+ display: -ms-inline-flexbox;
479
+ display: inline-flex;
480
+ height: inherit;
481
+ position: absolute;
482
+ right: 0;
483
+ top: 0;
484
+ visibility: hidden;
485
+ width: 20px;
486
+ }
487
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
488
+ -webkit-box-align: center;
489
+ -ms-flex-align: center;
490
+ align-items: center;
491
+ display: -webkit-box;
492
+ display: -ms-flexbox;
493
+ display: flex;
494
+ font-size: 14px;
495
+ }
496
+ .e-inplaceeditor .e-editable-value-wrapper.e-hide {
497
+ display: none;
498
+ }
499
+ .e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
500
+ -webkit-user-select: none;
501
+ -moz-user-select: none;
502
+ -ms-user-select: none;
503
+ user-select: none;
504
+ }
505
+ .e-inplaceeditor .e-editable-value-wrapper.e-loading {
506
+ pointer-events: none;
507
+ }
508
+ .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
509
+ left: unset;
510
+ right: 8px;
511
+ }
512
+ .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon {
513
+ visibility: visible;
514
+ }
515
+ .e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon {
516
+ visibility: hidden;
517
+ }
518
+ .e-inplaceeditor .e-editable-value-container {
519
+ display: inline-block;
520
+ padding: 6px 30px 6px 12px;
521
+ position: relative;
522
+ width: auto;
523
+ word-break: break-word;
524
+ }
525
+ .e-inplaceeditor .e-editable-value-container .e-editable-value {
526
+ display: inline-block;
527
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
528
+ font-size: 14px;
529
+ margin: 0 8px 0 0;
530
+ }
531
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
532
+ bottom: 0;
533
+ cursor: pointer;
534
+ display: -webkit-inline-box;
535
+ display: -ms-inline-flexbox;
536
+ display: inline-flex;
537
+ height: inherit;
538
+ position: absolute;
539
+ right: 0;
540
+ top: 0;
541
+ visibility: hidden;
542
+ width: 20px;
543
+ }
544
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
545
+ -webkit-box-align: center;
546
+ -ms-flex-align: center;
547
+ align-items: center;
548
+ display: -webkit-box;
549
+ display: -ms-flexbox;
550
+ display: flex;
551
+ font-size: 14px;
552
+ }
553
+ .e-inplaceeditor .e-editable-value-container.e-hide {
554
+ display: none;
555
+ }
556
+ .e-inplaceeditor .e-editable-value-container.e-editable-open {
557
+ -webkit-user-select: none;
558
+ -moz-user-select: none;
559
+ -ms-user-select: none;
560
+ user-select: none;
561
+ }
562
+ .e-inplaceeditor .e-editable-value-container.e-loading {
563
+ pointer-events: none;
564
+ }
565
+ .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner {
566
+ left: unset;
567
+ right: 8px;
568
+ }
569
+ .e-inplaceeditor .e-editable-value-container:hover .e-editable-overlay-icon {
570
+ visibility: visible;
571
+ }
572
+ .e-inplaceeditor .e-editable-value-container:hover.e-editable-open .e-editable-overlay-icon {
573
+ visibility: hidden;
574
+ }
575
+ .e-inplaceeditor .e-editable-action-buttons {
576
+ margin-top: 4px;
577
+ position: absolute;
578
+ right: 0;
579
+ z-index: 100;
580
+ }
581
+ .e-inplaceeditor.e-overlay {
582
+ -webkit-user-select: none;
583
+ -moz-user-select: none;
584
+ -ms-user-select: none;
585
+ user-select: none;
586
+ }
587
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value {
588
+ margin: 0 0 0 32px;
589
+ }
590
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
591
+ left: 0;
592
+ right: auto;
593
+ }
594
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane {
595
+ right: unset;
596
+ }
597
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
598
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
599
+ left: 8px;
600
+ }
601
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value {
602
+ margin: 0 0 0 32px;
603
+ }
604
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon {
605
+ left: 0;
606
+ right: auto;
607
+ }
608
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane {
609
+ right: unset;
610
+ }
611
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
612
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
613
+ left: 8px;
614
+ }
615
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons {
616
+ left: 0;
617
+ right: auto;
618
+ }
619
+
620
+ .e-bigger .e-inplaceeditor,
621
+ .e-inplaceeditor.e-bigger,
622
+ .e-bigger .e-inplaceeditor-tip,
623
+ .e-inplaceeditor-tip.e-bigger {
624
+ width: auto;
625
+ }
626
+ .e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
627
+ .e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
628
+ stroke-width: inherit;
629
+ }
630
+ .e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
631
+ .e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
632
+ stroke-width: inherit;
633
+ }
634
+ .e-inplaceeditor .e-editable-loading,
635
+ .e-inplaceeditor-tip .e-editable-loading {
636
+ display: none;
637
+ min-height: 100%;
638
+ position: absolute;
639
+ top: 0;
640
+ }
641
+ .e-inplaceeditor .e-editable-loading.e-show,
642
+ .e-inplaceeditor-tip .e-editable-loading.e-show {
643
+ display: block;
644
+ }
645
+ .e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
646
+ .e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
647
+ left: auto;
648
+ right: 5px;
649
+ -webkit-transform: translateX(-30%) translateY(-50%);
650
+ transform: translateX(-30%) translateY(-50%);
651
+ }
652
+ .e-inplaceeditor .e-editable-form,
653
+ .e-inplaceeditor-tip .e-editable-form {
654
+ width: 100%;
655
+ }
656
+ .e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon,
657
+ .e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon {
658
+ visibility: hidden;
659
+ }
660
+ .e-inplaceeditor .e-component-group,
661
+ .e-inplaceeditor-tip .e-component-group {
662
+ margin-bottom: 4px;
663
+ }
664
+ .e-inplaceeditor .e-component-group .e-editable-component,
665
+ .e-inplaceeditor-tip .e-component-group .e-editable-component {
666
+ min-width: 150px;
667
+ position: relative;
668
+ }
669
+ .e-inplaceeditor .e-control-overlay,
670
+ .e-inplaceeditor-tip .e-control-overlay {
671
+ visibility: hidden;
672
+ }
673
+ .e-inplaceeditor .e-control-overlay.e-richtexteditor,
674
+ .e-inplaceeditor-tip .e-control-overlay.e-richtexteditor {
675
+ opacity: 0.5;
676
+ pointer-events: none;
677
+ -webkit-user-select: none;
678
+ -moz-user-select: none;
679
+ -ms-user-select: none;
680
+ user-select: none;
681
+ visibility: visible;
682
+ }
683
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
684
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save {
685
+ margin: 0 6px 0 0;
686
+ }
687
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons,
688
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons {
689
+ font-size: 16px;
690
+ }
691
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
692
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel {
693
+ margin: 0 0 0 6px;
694
+ }
695
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons,
696
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons {
697
+ font-size: 16px;
698
+ }
699
+ .e-inplaceeditor .e-editable-action-buttons.e-hide,
700
+ .e-inplaceeditor-tip .e-editable-action-buttons.e-hide {
701
+ visibility: hidden;
702
+ }
703
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
704
+ .e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save {
705
+ margin: 0 0 0 6px;
706
+ }
707
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
708
+ .e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel {
709
+ margin: 0 6px 0 0;
710
+ }
711
+ .e-inplaceeditor.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
712
+ .e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
713
+ left: 5px;
714
+ right: auto;
715
+ -webkit-transform: translateX(30%) translateY(-50%);
716
+ transform: translateX(30%) translateY(-50%);
717
+ }
718
+
719
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
720
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content {
721
+ padding: 0;
722
+ }
723
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper,
724
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
725
+ padding: 24px;
726
+ }
727
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container,
728
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-container {
729
+ padding: 24px;
730
+ }
731
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper,
732
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
733
+ padding: 24px;
734
+ }
735
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container,
736
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
737
+ padding: 24px;
738
+ }
739
+ .e-bigger .e-inplaceeditor-tip .e-editable-title,
740
+ .e-inplaceeditor-tip.e-bigger .e-editable-title {
741
+ font-size: 24px;
742
+ min-height: 46px;
743
+ padding: 24px;
744
+ }
745
+ .e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title,
746
+ .e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
747
+ padding: 12px 16px 12px 16px;
748
+ }
749
+
750
+ .e-inplaceeditor-tip {
751
+ opacity: 1;
752
+ width: auto;
753
+ }
754
+ .e-inplaceeditor-tip.e-tooltip-wrap {
755
+ max-width: 100%;
756
+ }
757
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
758
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
759
+ display: block;
760
+ visibility: hidden;
761
+ }
762
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
763
+ padding: 0;
764
+ }
765
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
766
+ -ms-flex-line-pack: center;
767
+ align-content: center;
768
+ display: -webkit-box;
769
+ display: -ms-flexbox;
770
+ display: flex;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-box-direction: normal;
773
+ -ms-flex-direction: column;
774
+ flex-direction: column;
775
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
776
+ font-size: 16px;
777
+ font-weight: 400;
778
+ height: 24px;
779
+ -webkit-box-pack: center;
780
+ -ms-flex-pack: center;
781
+ justify-content: center;
782
+ padding: 20px 20px 12px 20px;
783
+ }
784
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
785
+ display: -webkit-box;
786
+ display: -ms-flexbox;
787
+ display: flex;
788
+ padding: 20px;
789
+ }
790
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
791
+ float: right;
792
+ margin-top: 4px;
793
+ position: relative;
794
+ right: auto;
795
+ top: auto;
796
+ }
797
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
798
+ display: -webkit-box;
799
+ display: -ms-flexbox;
800
+ display: flex;
801
+ padding: 20px;
802
+ }
803
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
804
+ float: right;
805
+ margin-top: 4px;
806
+ position: relative;
807
+ right: auto;
808
+ top: auto;
809
+ }
810
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
811
+ padding: 20px;
812
+ }
813
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
814
+ padding: 20px;
815
+ }
816
+ .e-inplaceeditor-tip.e-hide {
817
+ visibility: hidden;
818
+ }
819
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
820
+ padding: 9px 12px 9px 12px;
821
+ }
822
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
823
+ float: left;
824
+ }
825
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
826
+ float: left;
827
+ }
828
+
829
+ .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
830
+ background-size: 150px 60px;
831
+ min-height: 60px;
832
+ }
833
+
834
+ .e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor,
835
+ .e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
836
+ background-size: 150px 70px;
837
+ min-height: 70px;
838
+ }
839
+
840
+ /*! inplaceeditor theme */
841
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
842
+ border-bottom: 1px solid rgba(var(--color-sf-on-surface));
843
+ color: rgba(var(--color-sf-on-surface));
844
+ }
845
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
846
+ color: rgba(var(--color-sf-on-surface-variant));
847
+ }
848
+ .e-inplaceeditor .e-editable-value-wrapper.e-loading .e-editable-value {
849
+ border-bottom: 0;
850
+ }
851
+ .e-inplaceeditor .e-editable-value-wrapper:hover {
852
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
853
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
854
+ border-radius: 4px;
855
+ }
856
+ .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value {
857
+ border-bottom-color: transparent;
858
+ }
859
+ .e-inplaceeditor .e-editable-value-container .e-editable-value {
860
+ border-bottom: 1px solid rgba(var(--color-sf-on-surface));
861
+ color: rgba(var(--color-sf-on-surface));
862
+ }
863
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
864
+ color: rgba(var(--color-sf-on-surface-variant));
865
+ }
866
+ .e-inplaceeditor .e-editable-value-container.e-loading .e-editable-value {
867
+ border-bottom: 0;
868
+ }
869
+ .e-inplaceeditor .e-editable-value-container:hover {
870
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
871
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
872
+ border-radius: 4px;
873
+ }
874
+ .e-inplaceeditor .e-editable-value-container:hover .e-editable-value {
875
+ border-bottom-color: transparent;
876
+ }
877
+ .e-inplaceeditor[data-underline=false] .e-editable-value-wrapper .e-editable-value {
878
+ border-bottom: 0;
879
+ }
880
+ .e-inplaceeditor[data-underline=false] .e-editable-value-container .e-editable-value {
881
+ border-bottom: 0;
882
+ }
883
+ .e-inplaceeditor.e-disable {
884
+ pointer-events: none;
885
+ -ms-touch-action: none;
886
+ touch-action: none;
887
+ }
888
+ .e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value {
889
+ border-bottom-color: transparent;
890
+ }
891
+ .e-inplaceeditor.e-disable .e-editable-value-container .e-editable-value {
892
+ border-bottom-color: transparent;
893
+ }
894
+
895
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
896
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,
897
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
898
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons {
899
+ color: rgba(var(--color-sf-on-surface-variant));
900
+ }
901
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
902
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
903
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
904
+ -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
905
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
906
+ border-radius: 0;
907
+ }
908
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
909
+ border-radius: 20px;
910
+ color: rgba(var(--color-sf-on-surface));
911
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
912
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
913
+ }
914
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
915
+ color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
916
+ }
917
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
918
+ border-bottom-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
919
+ }
920
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
921
+ border-top-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
922
+ }
923
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup.e-popup {
924
+ border: 0;
925
+ border-radius: 8px;
926
+ }
927
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
928
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
929
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
930
+ border-bottom: 0;
931
+ color: rgba(var(--color-sf-on-surface));
932
+ }
933
+ .e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
934
+ border-bottom-color: rgba(var(--color-sf-outline));
935
+ }
936
+ .e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
937
+ color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
938
+ }