@syncfusion/ej2-inplace-editor 26.2.10 → 27.1.50
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.min.js +2 -2
- 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 +8 -4
- package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-inplace-editor.es5.js +7 -3
- 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/package.json +18 -18
- package/src/inplace-editor/base/inplace-editor.js +7 -3
- package/src/inplace-editor/base/models.d.ts +1 -1
- package/styles/bootstrap-dark-lite.css +608 -0
- package/styles/bootstrap-dark-lite.scss +26 -0
- package/styles/bootstrap-dark.css +130 -193
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap-lite.css +743 -0
- package/styles/bootstrap-lite.scss +26 -0
- package/styles/bootstrap.css +130 -193
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4-lite.css +958 -0
- package/styles/bootstrap4-lite.scss +26 -0
- package/styles/bootstrap4.css +141 -259
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark-lite.css +676 -0
- package/styles/bootstrap5-dark-lite.scss +26 -0
- package/styles/bootstrap5-dark.css +148 -207
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5-lite.css +676 -0
- package/styles/bootstrap5-lite.scss +26 -0
- package/styles/bootstrap5.3-lite.css +680 -0
- package/styles/bootstrap5.3-lite.scss +26 -0
- package/styles/bootstrap5.3.css +828 -0
- package/styles/bootstrap5.3.scss +27 -0
- package/styles/bootstrap5.css +148 -207
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark-lite.css +567 -0
- package/styles/fabric-dark-lite.scss +26 -0
- package/styles/fabric-dark.css +132 -187
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric-lite.css +563 -0
- package/styles/fabric-lite.scss +26 -0
- package/styles/fabric.css +132 -180
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark-lite.css +627 -0
- package/styles/fluent-dark-lite.scss +26 -0
- package/styles/fluent-dark.css +134 -194
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent-lite.css +627 -0
- package/styles/fluent-lite.scss +26 -0
- package/styles/fluent.css +134 -194
- package/styles/fluent.scss +1 -0
- package/styles/fluent2-lite.css +787 -0
- package/styles/fluent2-lite.scss +26 -0
- package/styles/fluent2.css +136 -180
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light-lite.css +656 -0
- package/styles/highcontrast-light-lite.scss +26 -0
- package/styles/highcontrast-light.css +131 -172
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast-lite.css +664 -0
- package/styles/highcontrast-lite.scss +26 -0
- package/styles/highcontrast.css +131 -172
- package/styles/highcontrast.scss +1 -0
- package/styles/inplace-editor/_bigger.scss +189 -0
- package/styles/inplace-editor/_layout.scss +4 -190
- package/styles/inplace-editor/_theme.scss +4 -4
- package/styles/inplace-editor/bootstrap-dark.css +130 -193
- package/styles/inplace-editor/bootstrap-dark.scss +1 -0
- package/styles/inplace-editor/bootstrap.css +130 -193
- package/styles/inplace-editor/bootstrap.scss +1 -0
- package/styles/inplace-editor/bootstrap4.css +141 -259
- package/styles/inplace-editor/bootstrap4.scss +1 -0
- package/styles/inplace-editor/bootstrap5-dark.css +148 -207
- package/styles/inplace-editor/bootstrap5-dark.scss +1 -0
- package/styles/inplace-editor/bootstrap5.3.css +828 -0
- package/styles/inplace-editor/bootstrap5.3.scss +27 -0
- package/styles/inplace-editor/bootstrap5.css +148 -207
- package/styles/inplace-editor/bootstrap5.scss +1 -0
- package/styles/inplace-editor/fabric-dark.css +132 -187
- package/styles/inplace-editor/fabric-dark.scss +1 -0
- package/styles/inplace-editor/fabric.css +132 -180
- package/styles/inplace-editor/fabric.scss +1 -0
- package/styles/inplace-editor/fluent-dark.css +134 -194
- package/styles/inplace-editor/fluent-dark.scss +1 -0
- package/styles/inplace-editor/fluent.css +134 -194
- package/styles/inplace-editor/fluent.scss +1 -0
- package/styles/inplace-editor/fluent2.css +136 -180
- package/styles/inplace-editor/fluent2.scss +1 -0
- package/styles/inplace-editor/highcontrast-light.css +131 -172
- package/styles/inplace-editor/highcontrast-light.scss +1 -0
- package/styles/inplace-editor/highcontrast.css +131 -172
- package/styles/inplace-editor/highcontrast.scss +1 -0
- package/styles/inplace-editor/material-dark.css +135 -168
- package/styles/inplace-editor/material-dark.scss +1 -0
- package/styles/inplace-editor/material.css +141 -195
- package/styles/inplace-editor/material.scss +1 -0
- package/styles/inplace-editor/material3-dark.css +131 -193
- package/styles/inplace-editor/material3-dark.scss +1 -0
- package/styles/inplace-editor/material3.css +133 -193
- package/styles/inplace-editor/material3.scss +1 -0
- package/styles/inplace-editor/tailwind-dark.css +148 -188
- package/styles/inplace-editor/tailwind-dark.scss +1 -0
- package/styles/inplace-editor/tailwind.css +148 -188
- package/styles/inplace-editor/tailwind.scss +1 -0
- package/styles/material-dark-lite.css +615 -0
- package/styles/material-dark-lite.scss +26 -0
- package/styles/material-dark.css +135 -168
- package/styles/material-dark.scss +1 -0
- package/styles/material-lite.css +648 -0
- package/styles/material-lite.scss +26 -0
- package/styles/material.css +141 -195
- package/styles/material.scss +1 -0
- package/styles/material3-dark-lite.css +634 -0
- package/styles/material3-dark-lite.scss +26 -0
- package/styles/material3-dark.css +131 -193
- package/styles/material3-dark.scss +1 -0
- package/styles/material3-lite.css +636 -0
- package/styles/material3-lite.scss +26 -0
- package/styles/material3.css +133 -193
- package/styles/material3.scss +1 -0
- package/styles/tailwind-dark-lite.css +614 -0
- package/styles/tailwind-dark-lite.scss +26 -0
- package/styles/tailwind-dark.css +148 -188
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind-lite.css +614 -0
- package/styles/tailwind-lite.scss +26 -0
- package/styles/tailwind.css +148 -188
- package/styles/tailwind.scss +1 -0
- package/hotfix/26.1.35_Vol2.txt +0 -1
package/styles/fluent.css
CHANGED
|
@@ -9,15 +9,6 @@
|
|
|
9
9
|
width: 61%;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.e-daterangepicker.e-popup.e-bigger .e-calendar .e-header .e-title,
|
|
13
|
-
.e-daterangepicker.e-popup.e-device .e-calendar .e-header .e-title {
|
|
14
|
-
width: 72%;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.e-daterangepicker.e-popup.e-bigger.e-small .e-calendar .e-header .e-title {
|
|
18
|
-
width: 70%;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
12
|
.e-popup.e-ddl {
|
|
22
13
|
border-radius: 4px;
|
|
23
14
|
-webkit-box-shadow: none;
|
|
@@ -45,28 +36,6 @@
|
|
|
45
36
|
border: 0;
|
|
46
37
|
}
|
|
47
38
|
|
|
48
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
49
|
-
margin-top: 0;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
53
|
-
font-size: 16px;
|
|
54
|
-
line-height: 32px;
|
|
55
|
-
padding-left: 0;
|
|
56
|
-
text-indent: 16px;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
60
|
-
font-size: 14px;
|
|
61
|
-
line-height: 32px;
|
|
62
|
-
padding-left: 0;
|
|
63
|
-
text-indent: 16px;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
67
|
-
min-height: 40px;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
39
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
71
40
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
72
41
|
background: transparent;
|
|
@@ -129,25 +98,6 @@
|
|
|
129
98
|
font-size: 14px;
|
|
130
99
|
}
|
|
131
100
|
|
|
132
|
-
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
133
|
-
font-size: 16px;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.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
|
-
font-size: 14px;
|
|
138
|
-
line-height: 34px;
|
|
139
|
-
padding-left: 0;
|
|
140
|
-
text-indent: 16px;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.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 {
|
|
144
|
-
height: 30px;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
148
|
-
min-height: 34px;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
101
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
152
102
|
line-height: 30px;
|
|
153
103
|
top: 0;
|
|
@@ -169,11 +119,6 @@
|
|
|
169
119
|
width: 32px;
|
|
170
120
|
}
|
|
171
121
|
|
|
172
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
173
|
-
height: 24px;
|
|
174
|
-
width: 24px;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
122
|
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
178
123
|
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
179
124
|
color: #201f1e;
|
|
@@ -184,11 +129,6 @@
|
|
|
184
129
|
border-left-width: 0;
|
|
185
130
|
}
|
|
186
131
|
|
|
187
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
188
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
189
|
-
margin-top: -1.6em;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
132
|
/* stylelint-disable-line no-empty-source */
|
|
193
133
|
/* stylelint-disable property-no-vendor-prefix */
|
|
194
134
|
@-webkit-keyframes material-spinner-rotate {
|
|
@@ -245,97 +185,6 @@
|
|
|
245
185
|
content: "\e730";
|
|
246
186
|
}
|
|
247
187
|
|
|
248
|
-
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
249
|
-
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
250
|
-
padding: 7px 12px 9px 12px;
|
|
251
|
-
}
|
|
252
|
-
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
253
|
-
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
254
|
-
font-size: 16px;
|
|
255
|
-
margin: 0 32px 0 0;
|
|
256
|
-
}
|
|
257
|
-
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
258
|
-
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
259
|
-
right: 12px;
|
|
260
|
-
width: 20px;
|
|
261
|
-
}
|
|
262
|
-
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before,
|
|
263
|
-
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before {
|
|
264
|
-
font-size: 16px;
|
|
265
|
-
}
|
|
266
|
-
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
|
|
267
|
-
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
|
|
268
|
-
right: 12px;
|
|
269
|
-
}
|
|
270
|
-
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
271
|
-
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
272
|
-
padding: 7px 12px 9px 12px;
|
|
273
|
-
}
|
|
274
|
-
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
275
|
-
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
276
|
-
font-size: 16px;
|
|
277
|
-
margin: 0 32px 0 0;
|
|
278
|
-
}
|
|
279
|
-
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
280
|
-
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
|
281
|
-
right: 12px;
|
|
282
|
-
width: 20px;
|
|
283
|
-
}
|
|
284
|
-
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before,
|
|
285
|
-
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon::before {
|
|
286
|
-
font-size: 16px;
|
|
287
|
-
}
|
|
288
|
-
.e-bigger .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner,
|
|
289
|
-
.e-inplaceeditor.e-bigger .e-editable-value-container .e-spinner-pane .e-spinner-inner {
|
|
290
|
-
right: 12px;
|
|
291
|
-
}
|
|
292
|
-
.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
|
|
293
|
-
.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save {
|
|
294
|
-
margin: 0 6px 0 0;
|
|
295
|
-
}
|
|
296
|
-
.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
|
|
297
|
-
.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel {
|
|
298
|
-
margin: 0 0 0 6px;
|
|
299
|
-
}
|
|
300
|
-
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value,
|
|
301
|
-
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value {
|
|
302
|
-
margin: 0 0 0 32px;
|
|
303
|
-
}
|
|
304
|
-
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
305
|
-
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
306
|
-
left: 12px;
|
|
307
|
-
right: auto;
|
|
308
|
-
}
|
|
309
|
-
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
|
|
310
|
-
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
|
|
311
|
-
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane,
|
|
312
|
-
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
|
|
313
|
-
left: 12px;
|
|
314
|
-
}
|
|
315
|
-
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value,
|
|
316
|
-
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-value {
|
|
317
|
-
margin: 0 0 0 32px;
|
|
318
|
-
}
|
|
319
|
-
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon,
|
|
320
|
-
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-overlay-icon {
|
|
321
|
-
left: 12px;
|
|
322
|
-
right: auto;
|
|
323
|
-
}
|
|
324
|
-
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
|
|
325
|
-
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner,
|
|
326
|
-
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane,
|
|
327
|
-
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
|
|
328
|
-
left: 12px;
|
|
329
|
-
}
|
|
330
|
-
.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
|
|
331
|
-
.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save {
|
|
332
|
-
margin: 0 0 0 6px;
|
|
333
|
-
}
|
|
334
|
-
.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
|
|
335
|
-
.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel {
|
|
336
|
-
margin: 0 6px 0 0;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
188
|
.e-inplaceeditor {
|
|
340
189
|
display: inline-block;
|
|
341
190
|
position: relative;
|
|
@@ -508,12 +357,6 @@
|
|
|
508
357
|
right: auto;
|
|
509
358
|
}
|
|
510
359
|
|
|
511
|
-
.e-bigger .e-inplaceeditor,
|
|
512
|
-
.e-inplaceeditor.e-bigger,
|
|
513
|
-
.e-bigger .e-inplaceeditor-tip,
|
|
514
|
-
.e-inplaceeditor-tip.e-bigger {
|
|
515
|
-
width: auto;
|
|
516
|
-
}
|
|
517
360
|
.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
518
361
|
.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
|
|
519
362
|
stroke-width: inherit;
|
|
@@ -607,37 +450,6 @@
|
|
|
607
450
|
transform: translateX(30%) translateY(-50%);
|
|
608
451
|
}
|
|
609
452
|
|
|
610
|
-
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
|
|
611
|
-
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content {
|
|
612
|
-
padding: 0;
|
|
613
|
-
}
|
|
614
|
-
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper,
|
|
615
|
-
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
|
|
616
|
-
padding: 25px 16px 16px 16px;
|
|
617
|
-
}
|
|
618
|
-
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container,
|
|
619
|
-
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-container {
|
|
620
|
-
padding: 25px 16px 16px 16px;
|
|
621
|
-
}
|
|
622
|
-
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper,
|
|
623
|
-
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
|
|
624
|
-
padding: 25px 16px 16px 16px;
|
|
625
|
-
}
|
|
626
|
-
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container,
|
|
627
|
-
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
|
|
628
|
-
padding: 25px 16px 16px 16px;
|
|
629
|
-
}
|
|
630
|
-
.e-bigger .e-inplaceeditor-tip .e-editable-title,
|
|
631
|
-
.e-inplaceeditor-tip.e-bigger .e-editable-title {
|
|
632
|
-
font-size: 18px;
|
|
633
|
-
min-height: 28px;
|
|
634
|
-
padding: 8px 16px 0 16px;
|
|
635
|
-
}
|
|
636
|
-
.e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title,
|
|
637
|
-
.e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
|
|
638
|
-
padding: 8px 16px 0 16px;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
453
|
.e-inplaceeditor-tip {
|
|
642
454
|
opacity: 1;
|
|
643
455
|
width: auto;
|
|
@@ -722,12 +534,6 @@
|
|
|
722
534
|
min-height: 60px;
|
|
723
535
|
}
|
|
724
536
|
|
|
725
|
-
.e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor,
|
|
726
|
-
.e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
|
|
727
|
-
background-size: 150px 70px;
|
|
728
|
-
min-height: 70px;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
537
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
732
538
|
border-bottom: 1px dashed #201f1e;
|
|
733
539
|
color: #201f1e;
|
|
@@ -818,4 +624,138 @@
|
|
|
818
624
|
}
|
|
819
625
|
.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
|
|
820
626
|
color: #fff;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
630
|
+
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
631
|
+
padding: 7px 12px 9px 12px;
|
|
632
|
+
}
|
|
633
|
+
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
634
|
+
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
635
|
+
font-size: 16px;
|
|
636
|
+
margin: 0 32px 0 0;
|
|
637
|
+
}
|
|
638
|
+
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
639
|
+
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
640
|
+
right: 12px;
|
|
641
|
+
width: 20px;
|
|
642
|
+
}
|
|
643
|
+
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before,
|
|
644
|
+
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before {
|
|
645
|
+
font-size: 16px;
|
|
646
|
+
}
|
|
647
|
+
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
|
|
648
|
+
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
|
|
649
|
+
right: 12px;
|
|
650
|
+
}
|
|
651
|
+
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
652
|
+
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
653
|
+
padding: 7px 12px 9px 12px;
|
|
654
|
+
}
|
|
655
|
+
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
656
|
+
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
657
|
+
font-size: 16px;
|
|
658
|
+
margin: 0 32px 0 0;
|
|
659
|
+
}
|
|
660
|
+
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
661
|
+
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
|
662
|
+
right: 12px;
|
|
663
|
+
width: 20px;
|
|
664
|
+
}
|
|
665
|
+
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before,
|
|
666
|
+
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon::before {
|
|
667
|
+
font-size: 16px;
|
|
668
|
+
}
|
|
669
|
+
.e-bigger .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner,
|
|
670
|
+
.e-inplaceeditor.e-bigger .e-editable-value-container .e-spinner-pane .e-spinner-inner {
|
|
671
|
+
right: 12px;
|
|
672
|
+
}
|
|
673
|
+
.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
|
|
674
|
+
.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save {
|
|
675
|
+
margin: 0 6px 0 0;
|
|
676
|
+
}
|
|
677
|
+
.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
|
|
678
|
+
.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel {
|
|
679
|
+
margin: 0 0 0 6px;
|
|
680
|
+
}
|
|
681
|
+
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value,
|
|
682
|
+
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value {
|
|
683
|
+
margin: 0 0 0 32px;
|
|
684
|
+
}
|
|
685
|
+
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
686
|
+
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
687
|
+
left: 12px;
|
|
688
|
+
right: auto;
|
|
689
|
+
}
|
|
690
|
+
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
|
|
691
|
+
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
|
|
692
|
+
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane,
|
|
693
|
+
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
|
|
694
|
+
left: 12px;
|
|
695
|
+
}
|
|
696
|
+
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value,
|
|
697
|
+
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-value {
|
|
698
|
+
margin: 0 0 0 32px;
|
|
699
|
+
}
|
|
700
|
+
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon,
|
|
701
|
+
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-overlay-icon {
|
|
702
|
+
left: 12px;
|
|
703
|
+
right: auto;
|
|
704
|
+
}
|
|
705
|
+
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
|
|
706
|
+
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner,
|
|
707
|
+
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane,
|
|
708
|
+
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
|
|
709
|
+
left: 12px;
|
|
710
|
+
}
|
|
711
|
+
.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
|
|
712
|
+
.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save {
|
|
713
|
+
margin: 0 0 0 6px;
|
|
714
|
+
}
|
|
715
|
+
.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
|
|
716
|
+
.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel {
|
|
717
|
+
margin: 0 6px 0 0;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.e-bigger .e-inplaceeditor,
|
|
721
|
+
.e-inplaceeditor.e-bigger,
|
|
722
|
+
.e-bigger .e-inplaceeditor-tip,
|
|
723
|
+
.e-inplaceeditor-tip.e-bigger {
|
|
724
|
+
width: auto;
|
|
725
|
+
}
|
|
726
|
+
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
|
|
727
|
+
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content {
|
|
728
|
+
padding: 0;
|
|
729
|
+
}
|
|
730
|
+
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper,
|
|
731
|
+
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
|
|
732
|
+
padding: 25px 16px 16px 16px;
|
|
733
|
+
}
|
|
734
|
+
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container,
|
|
735
|
+
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-container {
|
|
736
|
+
padding: 25px 16px 16px 16px;
|
|
737
|
+
}
|
|
738
|
+
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper,
|
|
739
|
+
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
|
|
740
|
+
padding: 25px 16px 16px 16px;
|
|
741
|
+
}
|
|
742
|
+
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container,
|
|
743
|
+
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
|
|
744
|
+
padding: 25px 16px 16px 16px;
|
|
745
|
+
}
|
|
746
|
+
.e-bigger .e-inplaceeditor-tip .e-editable-title,
|
|
747
|
+
.e-inplaceeditor-tip.e-bigger .e-editable-title {
|
|
748
|
+
font-size: 18px;
|
|
749
|
+
min-height: 28px;
|
|
750
|
+
padding: 8px 16px 0 16px;
|
|
751
|
+
}
|
|
752
|
+
.e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title,
|
|
753
|
+
.e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
|
|
754
|
+
padding: 8px 16px 0 16px;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor,
|
|
758
|
+
.e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
|
|
759
|
+
background-size: 150px 70px;
|
|
760
|
+
min-height: 70px;
|
|
821
761
|
}
|
package/styles/fluent.scss
CHANGED