@syncfusion/ej2-react-inplace-editor 20.1.47 → 20.2.38

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