@syncfusion/ej2-inplace-editor 26.2.5 → 27.1.48

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