@syncfusion/ej2-inplace-editor 27.1.50 → 28.1.33

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