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