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