@syncfusion/ej2-dropdowns 32.1.24 → 32.2.3
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/.eslintrc.json +263 -0
- package/aceconfig.js +17 -0
- package/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +14 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +14 -6
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/drop-down-list/drop-down-list.js +1 -1
- package/src/multi-select/multi-select.js +13 -5
- package/styles/bds-lite.css +898 -898
- package/styles/bds.css +1302 -1302
- package/styles/bootstrap-dark-lite.css +870 -870
- package/styles/bootstrap-dark.css +1275 -1275
- package/styles/bootstrap-lite.css +867 -867
- package/styles/bootstrap.css +1278 -1278
- package/styles/bootstrap4-lite.css +1408 -1408
- package/styles/bootstrap4.css +1721 -1721
- package/styles/bootstrap5-dark-lite.css +1769 -1769
- package/styles/bootstrap5-dark.css +1710 -1710
- package/styles/bootstrap5-lite.css +1396 -1396
- package/styles/bootstrap5.3-lite.css +1138 -1138
- package/styles/bootstrap5.3.css +1592 -1592
- package/styles/bootstrap5.css +1711 -1711
- package/styles/drop-down-base/_all.bds.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-base/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-base/_all.fabric.scss +1 -1
- package/styles/drop-down-base/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-base/_all.fluent.scss +1 -1
- package/styles/drop-down-base/_all.fluent2.scss +1 -1
- package/styles/drop-down-base/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-base/_all.highcontrast.scss +1 -1
- package/styles/drop-down-base/_all.material-dark.scss +1 -1
- package/styles/drop-down-base/_all.material.scss +1 -1
- package/styles/drop-down-base/_all.material3-dark.scss +1 -1
- package/styles/drop-down-base/_all.material3.scss +1 -1
- package/styles/drop-down-base/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-base/_all.tailwind.scss +1 -1
- package/styles/drop-down-base/_all.tailwind3.scss +1 -1
- package/styles/drop-down-base/bds.css +164 -164
- package/styles/drop-down-base/bootstrap-dark.css +130 -130
- package/styles/drop-down-base/bootstrap.css +130 -130
- package/styles/drop-down-base/bootstrap4.css +136 -136
- package/styles/drop-down-base/bootstrap5-dark.css +143 -143
- package/styles/drop-down-base/bootstrap5.3.css +219 -219
- package/styles/drop-down-base/bootstrap5.css +143 -143
- package/styles/drop-down-base/fabric-dark.css +130 -130
- package/styles/drop-down-base/fabric.css +130 -130
- package/styles/drop-down-base/fluent-dark.css +148 -148
- package/styles/drop-down-base/fluent.css +148 -148
- package/styles/drop-down-base/fluent2.css +215 -215
- package/styles/drop-down-base/highcontrast-light.css +146 -146
- package/styles/drop-down-base/highcontrast.css +146 -146
- package/styles/drop-down-base/material-dark.css +130 -130
- package/styles/drop-down-base/material.css +130 -130
- package/styles/drop-down-base/material3-dark.css +212 -212
- package/styles/drop-down-base/material3.css +214 -214
- package/styles/drop-down-base/tailwind-dark.css +155 -155
- package/styles/drop-down-base/tailwind.css +155 -155
- package/styles/drop-down-base/tailwind3.css +215 -215
- package/styles/drop-down-list/_all.bds.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-list/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-list/_all.fabric.scss +1 -1
- package/styles/drop-down-list/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-list/_all.fluent.scss +1 -1
- package/styles/drop-down-list/_all.fluent2.scss +1 -1
- package/styles/drop-down-list/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-list/_all.highcontrast.scss +1 -1
- package/styles/drop-down-list/_all.material-dark.scss +1 -1
- package/styles/drop-down-list/_all.material.scss +1 -1
- package/styles/drop-down-list/_all.material3-dark.scss +1 -1
- package/styles/drop-down-list/_all.material3.scss +1 -1
- package/styles/drop-down-list/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-list/_all.tailwind.scss +1 -1
- package/styles/drop-down-list/_all.tailwind3.scss +1 -1
- package/styles/drop-down-list/bds.css +87 -87
- package/styles/drop-down-list/bootstrap-dark.css +74 -74
- package/styles/drop-down-list/bootstrap.css +74 -74
- package/styles/drop-down-list/bootstrap4.css +111 -111
- package/styles/drop-down-list/bootstrap5-dark.css +113 -113
- package/styles/drop-down-list/bootstrap5.3.css +197 -197
- package/styles/drop-down-list/bootstrap5.css +113 -113
- package/styles/drop-down-list/fabric-dark.css +48 -48
- package/styles/drop-down-list/fabric.css +48 -48
- package/styles/drop-down-list/fluent-dark.css +105 -105
- package/styles/drop-down-list/fluent.css +105 -105
- package/styles/drop-down-list/fluent2.css +204 -204
- package/styles/drop-down-list/highcontrast-light.css +63 -63
- package/styles/drop-down-list/highcontrast.css +64 -64
- package/styles/drop-down-list/material-dark.css +96 -96
- package/styles/drop-down-list/material.css +100 -100
- package/styles/drop-down-list/material3-dark.css +235 -235
- package/styles/drop-down-list/material3.css +235 -235
- package/styles/drop-down-list/tailwind-dark.css +83 -83
- package/styles/drop-down-list/tailwind.css +83 -83
- package/styles/drop-down-list/tailwind3.css +186 -186
- package/styles/drop-down-tree/_all.bds.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-tree/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-tree/_all.fabric.scss +1 -1
- package/styles/drop-down-tree/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-tree/_all.fluent.scss +1 -1
- package/styles/drop-down-tree/_all.fluent2.scss +1 -1
- package/styles/drop-down-tree/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-tree/_all.highcontrast.scss +1 -1
- package/styles/drop-down-tree/_all.material-dark.scss +1 -1
- package/styles/drop-down-tree/_all.material.scss +1 -1
- package/styles/drop-down-tree/_all.material3-dark.scss +1 -1
- package/styles/drop-down-tree/_all.material3.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind3.scss +1 -1
- package/styles/drop-down-tree/bds.css +56 -56
- package/styles/drop-down-tree/bootstrap-dark.css +33 -33
- package/styles/drop-down-tree/bootstrap.css +33 -33
- package/styles/drop-down-tree/bootstrap4.css +39 -39
- package/styles/drop-down-tree/bootstrap5-dark.css +40 -40
- package/styles/drop-down-tree/bootstrap5.3.css +124 -124
- package/styles/drop-down-tree/bootstrap5.css +40 -40
- package/styles/drop-down-tree/fabric-dark.css +33 -33
- package/styles/drop-down-tree/fabric.css +33 -33
- package/styles/drop-down-tree/fluent-dark.css +33 -33
- package/styles/drop-down-tree/fluent.css +33 -33
- package/styles/drop-down-tree/fluent2.css +122 -122
- package/styles/drop-down-tree/highcontrast-light.css +33 -33
- package/styles/drop-down-tree/highcontrast.css +42 -42
- package/styles/drop-down-tree/material-dark.css +33 -33
- package/styles/drop-down-tree/material.css +33 -33
- package/styles/drop-down-tree/material3-dark.css +115 -115
- package/styles/drop-down-tree/material3.css +117 -117
- package/styles/drop-down-tree/tailwind-dark.css +52 -52
- package/styles/drop-down-tree/tailwind.css +52 -52
- package/styles/drop-down-tree/tailwind3.css +107 -107
- package/styles/fabric-dark-lite.css +877 -877
- package/styles/fabric-dark.css +1274 -1274
- package/styles/fabric-lite.css +877 -877
- package/styles/fabric.css +1147 -1147
- package/styles/fluent-dark-lite.css +1765 -1765
- package/styles/fluent-dark.css +1718 -1718
- package/styles/fluent-lite.css +1765 -1765
- package/styles/fluent.css +1718 -1718
- package/styles/fluent2-lite.css +2081 -2081
- package/styles/fluent2.css +1703 -1703
- package/styles/highcontrast-light-lite.css +1412 -1412
- package/styles/highcontrast-light.css +1760 -1760
- package/styles/highcontrast-lite.css +1751 -1751
- package/styles/highcontrast.css +1768 -1768
- package/styles/list-box/_all.bds.scss +1 -1
- package/styles/list-box/_all.bootstrap-dark.scss +1 -1
- package/styles/list-box/_all.bootstrap.scss +1 -1
- package/styles/list-box/_all.bootstrap4.scss +1 -1
- package/styles/list-box/_all.bootstrap5-dark.scss +1 -1
- package/styles/list-box/_all.bootstrap5.3.scss +1 -1
- package/styles/list-box/_all.bootstrap5.scss +1 -1
- package/styles/list-box/_all.fabric-dark.scss +1 -1
- package/styles/list-box/_all.fabric.scss +1 -1
- package/styles/list-box/_all.fluent-dark.scss +1 -1
- package/styles/list-box/_all.fluent.scss +1 -1
- package/styles/list-box/_all.fluent2.scss +1 -1
- package/styles/list-box/_all.highcontrast-light.scss +1 -1
- package/styles/list-box/_all.highcontrast.scss +1 -1
- package/styles/list-box/_all.material-dark.scss +1 -1
- package/styles/list-box/_all.material.scss +1 -1
- package/styles/list-box/_all.material3-dark.scss +1 -1
- package/styles/list-box/_all.material3.scss +1 -1
- package/styles/list-box/_all.tailwind-dark.scss +1 -1
- package/styles/list-box/_all.tailwind.scss +1 -1
- package/styles/list-box/_all.tailwind3.scss +1 -1
- package/styles/list-box/bds.css +654 -654
- package/styles/list-box/bootstrap-dark.css +644 -644
- package/styles/list-box/bootstrap.css +649 -649
- package/styles/list-box/bootstrap4.css +649 -649
- package/styles/list-box/bootstrap5-dark.css +649 -649
- package/styles/list-box/bootstrap5.3.css +659 -659
- package/styles/list-box/bootstrap5.css +649 -649
- package/styles/list-box/fabric-dark.css +644 -644
- package/styles/list-box/fabric.css +649 -649
- package/styles/list-box/fluent-dark.css +649 -649
- package/styles/list-box/fluent.css +649 -649
- package/styles/list-box/fluent2.css +692 -692
- package/styles/list-box/highcontrast-light.css +644 -644
- package/styles/list-box/highcontrast.css +649 -649
- package/styles/list-box/material-dark.css +643 -643
- package/styles/list-box/material.css +648 -648
- package/styles/list-box/material3-dark.css +659 -659
- package/styles/list-box/material3.css +659 -659
- package/styles/list-box/tailwind-dark.css +640 -640
- package/styles/list-box/tailwind.css +640 -640
- package/styles/list-box/tailwind3.css +698 -698
- package/styles/material-dark-lite.css +1566 -1566
- package/styles/material-dark.css +2278 -2278
- package/styles/material-lite.css +1659 -1659
- package/styles/material.css +1921 -1921
- package/styles/material3-dark-lite.css +2644 -2644
- package/styles/material3-dark.css +2687 -2687
- package/styles/material3-lite.css +2663 -2663
- package/styles/material3.css +2684 -2684
- package/styles/multi-select/_all.bds.scss +1 -1
- package/styles/multi-select/_all.bootstrap-dark.scss +1 -1
- package/styles/multi-select/_all.bootstrap.scss +1 -1
- package/styles/multi-select/_all.bootstrap4.scss +1 -1
- package/styles/multi-select/_all.bootstrap5-dark.scss +1 -1
- package/styles/multi-select/_all.bootstrap5.3.scss +1 -1
- package/styles/multi-select/_all.bootstrap5.scss +1 -1
- package/styles/multi-select/_all.fabric-dark.scss +1 -1
- package/styles/multi-select/_all.fabric.scss +1 -1
- package/styles/multi-select/_all.fluent-dark.scss +1 -1
- package/styles/multi-select/_all.fluent.scss +1 -1
- package/styles/multi-select/_all.fluent2.scss +1 -1
- package/styles/multi-select/_all.highcontrast-light.scss +1 -1
- package/styles/multi-select/_all.highcontrast.scss +1 -1
- package/styles/multi-select/_all.material-dark.scss +1 -1
- package/styles/multi-select/_all.material.scss +1 -1
- package/styles/multi-select/_all.material3-dark.scss +1 -1
- package/styles/multi-select/_all.material3.scss +1 -1
- package/styles/multi-select/_all.tailwind-dark.scss +1 -1
- package/styles/multi-select/_all.tailwind.scss +1 -1
- package/styles/multi-select/_all.tailwind3.scss +1 -1
- package/styles/multi-select/bds.css +221 -221
- package/styles/multi-select/bootstrap-dark.css +231 -231
- package/styles/multi-select/bootstrap.css +224 -224
- package/styles/multi-select/bootstrap4.css +676 -676
- package/styles/multi-select/bootstrap5-dark.css +235 -235
- package/styles/multi-select/bootstrap5.3.css +336 -336
- package/styles/multi-select/bootstrap5.css +235 -235
- package/styles/multi-select/fabric-dark.css +225 -225
- package/styles/multi-select/fabric.css +220 -220
- package/styles/multi-select/fluent-dark.css +677 -677
- package/styles/multi-select/fluent.css +677 -677
- package/styles/multi-select/fluent2.css +959 -959
- package/styles/multi-select/highcontrast-light.css +789 -789
- package/styles/multi-select/highcontrast.css +793 -793
- package/styles/multi-select/material-dark.css +918 -918
- package/styles/multi-select/material.css +920 -920
- package/styles/multi-select/material3-dark.css +1330 -1330
- package/styles/multi-select/material3.css +1334 -1334
- package/styles/multi-select/tailwind-dark.css +217 -217
- package/styles/multi-select/tailwind.css +217 -217
- package/styles/multi-select/tailwind3.css +326 -326
- package/styles/tailwind-dark-lite.css +861 -861
- package/styles/tailwind-dark.css +1263 -1263
- package/styles/tailwind-lite.css +862 -862
- package/styles/tailwind.css +1263 -1263
- package/styles/tailwind3-lite.css +1114 -1114
- package/styles/tailwind3.css +2339 -2339
- package/tslint.json +111 -0
package/styles/bootstrap5.3.css
CHANGED
|
@@ -112,6 +112,233 @@
|
|
|
112
112
|
|
|
113
113
|
|
|
114
114
|
|
|
115
|
+
/* Font Family */
|
|
116
|
+
/* Font Sizes */
|
|
117
|
+
/* Radius */
|
|
118
|
+
/* 1px */
|
|
119
|
+
/* 2px */
|
|
120
|
+
/* 3px */
|
|
121
|
+
/* 4px */
|
|
122
|
+
/* 5px */
|
|
123
|
+
/* 6px */
|
|
124
|
+
/* 7px */
|
|
125
|
+
/* 8px */
|
|
126
|
+
/* 9px */
|
|
127
|
+
/* 10px */
|
|
128
|
+
/* 11px */
|
|
129
|
+
/* 12px */
|
|
130
|
+
/* 13px */
|
|
131
|
+
/* 14px */
|
|
132
|
+
/* 15px */
|
|
133
|
+
/* 16px */
|
|
134
|
+
/* 17px */
|
|
135
|
+
/* 18px */
|
|
136
|
+
/* 19px */
|
|
137
|
+
/* 20px */
|
|
138
|
+
/* 21px */
|
|
139
|
+
/* 22px */
|
|
140
|
+
/* 23px */
|
|
141
|
+
/* 24px */
|
|
142
|
+
/* 25px */
|
|
143
|
+
/* 26px */
|
|
144
|
+
/* 27px */
|
|
145
|
+
/* 28px */
|
|
146
|
+
/* 29px */
|
|
147
|
+
/* 30px */
|
|
148
|
+
/* 31px */
|
|
149
|
+
/* 32px */
|
|
150
|
+
/* 33px */
|
|
151
|
+
/* 34px */
|
|
152
|
+
/* 35px */
|
|
153
|
+
/* 36px */
|
|
154
|
+
/* 37px */
|
|
155
|
+
/* 38px */
|
|
156
|
+
/* 39px */
|
|
157
|
+
/* 40px */
|
|
158
|
+
/* 41px */
|
|
159
|
+
/* 42px */
|
|
160
|
+
/* 43px */
|
|
161
|
+
/* 44px */
|
|
162
|
+
/* 45px */
|
|
163
|
+
/* 46px */
|
|
164
|
+
/* 47px */
|
|
165
|
+
/* 48px */
|
|
166
|
+
/* 49px */
|
|
167
|
+
/* 50px */
|
|
168
|
+
/* 5em */
|
|
169
|
+
/* 65% */
|
|
170
|
+
/* border */
|
|
171
|
+
/* 0px */
|
|
172
|
+
/* 1px */
|
|
173
|
+
/* 1.5px */
|
|
174
|
+
/* 2px */
|
|
175
|
+
/* 3px */
|
|
176
|
+
/* 4px */
|
|
177
|
+
/* 5px */
|
|
178
|
+
/* 6px */
|
|
179
|
+
/* 7px */
|
|
180
|
+
/* 8px */
|
|
181
|
+
/* 9px */
|
|
182
|
+
/* 10px */
|
|
183
|
+
/* 11px */
|
|
184
|
+
/* 12px */
|
|
185
|
+
/* 13px */
|
|
186
|
+
/* 14px */
|
|
187
|
+
/* 15px */
|
|
188
|
+
/* 16px */
|
|
189
|
+
.e-dropdownbase .e-list-group-item,
|
|
190
|
+
.e-fixed-head {
|
|
191
|
+
font-size: 12px;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
195
|
+
.e-small .e-fixed-head,
|
|
196
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
197
|
+
.e-small.e-fixed-head {
|
|
198
|
+
font-size: 10px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
202
|
+
padding: 0 8px 0 0;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
206
|
+
padding: 0 6px 0 0;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.e-dropdownbase {
|
|
210
|
+
display: block;
|
|
211
|
+
height: 100%;
|
|
212
|
+
min-height: 36px;
|
|
213
|
+
position: relative;
|
|
214
|
+
width: 100%;
|
|
215
|
+
}
|
|
216
|
+
.e-dropdownbase .e-list-parent {
|
|
217
|
+
margin: 0;
|
|
218
|
+
padding: 0;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
222
|
+
cursor: default;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.e-dropdownbase .e-list-item {
|
|
226
|
+
cursor: pointer;
|
|
227
|
+
overflow: hidden;
|
|
228
|
+
position: relative;
|
|
229
|
+
text-overflow: ellipsis;
|
|
230
|
+
vertical-align: middle;
|
|
231
|
+
white-space: nowrap;
|
|
232
|
+
width: 100%;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
236
|
+
font-size: 16px;
|
|
237
|
+
vertical-align: middle;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.e-dropdownbase .e-fixed-head {
|
|
241
|
+
position: absolute;
|
|
242
|
+
top: 0;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.e-dropdownbase.e-content {
|
|
246
|
+
overflow: auto;
|
|
247
|
+
position: relative;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
251
|
+
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
252
|
+
color: var(--color-sf-content-text-color);
|
|
253
|
+
cursor: default;
|
|
254
|
+
font-family: var(--e-font-family);
|
|
255
|
+
font-size: 14px;
|
|
256
|
+
padding: 14px 16px;
|
|
257
|
+
text-align: center;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.e-mention.e-popup {
|
|
261
|
+
background: var(--color-sf-content-bg-color);
|
|
262
|
+
border: 0;
|
|
263
|
+
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
264
|
+
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
265
|
+
margin-top: 2px;
|
|
266
|
+
position: absolute;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.e-mention.e-popup .e-dropdownbase {
|
|
270
|
+
min-height: 30px;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
274
|
+
display: inline;
|
|
275
|
+
font-weight: bold;
|
|
276
|
+
vertical-align: baseline;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.e-mention .e-mention-chip,
|
|
280
|
+
.e-mention .e-mention-chip:hover {
|
|
281
|
+
background: var(--color-sf-content-bg-color-alt2);
|
|
282
|
+
border-radius: calc(var(--e-radius) * 0.125);
|
|
283
|
+
border: none;
|
|
284
|
+
color: var(--color-sf-primary);
|
|
285
|
+
cursor: default;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.e-mention.e-editable-element {
|
|
289
|
+
border: 2px solid var(--color-sf-border-light);
|
|
290
|
+
height: auto;
|
|
291
|
+
min-height: 120px;
|
|
292
|
+
width: 100%;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.e-form-mirror-div {
|
|
296
|
+
white-space: pre-wrap;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
300
|
+
padding-right: 12px;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.e-dropdownbase.e-dd-group .e-list-item {
|
|
304
|
+
padding-left: 12px;
|
|
305
|
+
text-indent: 0;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
309
|
+
padding-left: 8px;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
313
|
+
text-indent: 0;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
317
|
+
cursor: pointer;
|
|
318
|
+
font-weight: normal;
|
|
319
|
+
overflow: hidden;
|
|
320
|
+
position: relative;
|
|
321
|
+
text-overflow: ellipsis;
|
|
322
|
+
vertical-align: middle;
|
|
323
|
+
white-space: nowrap;
|
|
324
|
+
width: 100%;
|
|
325
|
+
font-weight: 500;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
329
|
+
padding-right: 12px;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
115
342
|
/* Font Family */
|
|
116
343
|
/* Font Sizes */
|
|
117
344
|
/* Radius */
|
|
@@ -490,248 +717,21 @@
|
|
|
490
717
|
padding: 0 6px 0 0;
|
|
491
718
|
}
|
|
492
719
|
|
|
493
|
-
.e-dropdownbase
|
|
494
|
-
|
|
495
|
-
height:
|
|
496
|
-
min-height: 36px;
|
|
497
|
-
position: relative;
|
|
498
|
-
width: 100%;
|
|
720
|
+
.e-bigger .e-dropdownbase,
|
|
721
|
+
.e-dropdownbase.e-bigger {
|
|
722
|
+
min-height: 45px;
|
|
499
723
|
}
|
|
500
|
-
.e-dropdownbase .e-list-
|
|
501
|
-
|
|
502
|
-
|
|
724
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
725
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
726
|
+
line-height: 32px;
|
|
727
|
+
text-indent: 16px;
|
|
503
728
|
}
|
|
504
729
|
|
|
505
|
-
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
cursor: pointer;
|
|
511
|
-
overflow: hidden;
|
|
512
|
-
position: relative;
|
|
513
|
-
text-overflow: ellipsis;
|
|
514
|
-
vertical-align: middle;
|
|
515
|
-
white-space: nowrap;
|
|
516
|
-
width: 100%;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
520
|
-
font-size: 16px;
|
|
521
|
-
vertical-align: middle;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.e-dropdownbase .e-fixed-head {
|
|
525
|
-
position: absolute;
|
|
526
|
-
top: 0;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
.e-dropdownbase.e-content {
|
|
530
|
-
overflow: auto;
|
|
531
|
-
position: relative;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
535
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
536
|
-
color: var(--color-sf-content-text-color);
|
|
537
|
-
cursor: default;
|
|
538
|
-
font-family: var(--e-font-family);
|
|
539
|
-
font-size: 14px;
|
|
540
|
-
padding: 14px 16px;
|
|
541
|
-
text-align: center;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.e-mention.e-popup {
|
|
545
|
-
background: var(--color-sf-content-bg-color);
|
|
546
|
-
border: 0;
|
|
547
|
-
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
548
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
549
|
-
margin-top: 2px;
|
|
550
|
-
position: absolute;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
.e-mention.e-popup .e-dropdownbase {
|
|
554
|
-
min-height: 30px;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
558
|
-
display: inline;
|
|
559
|
-
font-weight: bold;
|
|
560
|
-
vertical-align: baseline;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
.e-mention .e-mention-chip,
|
|
564
|
-
.e-mention .e-mention-chip:hover {
|
|
565
|
-
background: var(--color-sf-content-bg-color-alt2);
|
|
566
|
-
border-radius: calc(var(--e-radius) * 0.125);
|
|
567
|
-
border: none;
|
|
568
|
-
color: var(--color-sf-primary);
|
|
569
|
-
cursor: default;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.e-mention.e-editable-element {
|
|
573
|
-
border: 2px solid var(--color-sf-border-light);
|
|
574
|
-
height: auto;
|
|
575
|
-
min-height: 120px;
|
|
576
|
-
width: 100%;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
.e-form-mirror-div {
|
|
580
|
-
white-space: pre-wrap;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
584
|
-
padding-right: 12px;
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.e-dropdownbase.e-dd-group .e-list-item {
|
|
588
|
-
padding-left: 12px;
|
|
589
|
-
text-indent: 0;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
593
|
-
padding-left: 8px;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
597
|
-
text-indent: 0;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
601
|
-
cursor: pointer;
|
|
602
|
-
font-weight: normal;
|
|
603
|
-
overflow: hidden;
|
|
604
|
-
position: relative;
|
|
605
|
-
text-overflow: ellipsis;
|
|
606
|
-
vertical-align: middle;
|
|
607
|
-
white-space: nowrap;
|
|
608
|
-
width: 100%;
|
|
609
|
-
font-weight: 500;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
613
|
-
padding-right: 12px;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
/* Font Family */
|
|
627
|
-
/* Font Sizes */
|
|
628
|
-
/* Radius */
|
|
629
|
-
/* 1px */
|
|
630
|
-
/* 2px */
|
|
631
|
-
/* 3px */
|
|
632
|
-
/* 4px */
|
|
633
|
-
/* 5px */
|
|
634
|
-
/* 6px */
|
|
635
|
-
/* 7px */
|
|
636
|
-
/* 8px */
|
|
637
|
-
/* 9px */
|
|
638
|
-
/* 10px */
|
|
639
|
-
/* 11px */
|
|
640
|
-
/* 12px */
|
|
641
|
-
/* 13px */
|
|
642
|
-
/* 14px */
|
|
643
|
-
/* 15px */
|
|
644
|
-
/* 16px */
|
|
645
|
-
/* 17px */
|
|
646
|
-
/* 18px */
|
|
647
|
-
/* 19px */
|
|
648
|
-
/* 20px */
|
|
649
|
-
/* 21px */
|
|
650
|
-
/* 22px */
|
|
651
|
-
/* 23px */
|
|
652
|
-
/* 24px */
|
|
653
|
-
/* 25px */
|
|
654
|
-
/* 26px */
|
|
655
|
-
/* 27px */
|
|
656
|
-
/* 28px */
|
|
657
|
-
/* 29px */
|
|
658
|
-
/* 30px */
|
|
659
|
-
/* 31px */
|
|
660
|
-
/* 32px */
|
|
661
|
-
/* 33px */
|
|
662
|
-
/* 34px */
|
|
663
|
-
/* 35px */
|
|
664
|
-
/* 36px */
|
|
665
|
-
/* 37px */
|
|
666
|
-
/* 38px */
|
|
667
|
-
/* 39px */
|
|
668
|
-
/* 40px */
|
|
669
|
-
/* 41px */
|
|
670
|
-
/* 42px */
|
|
671
|
-
/* 43px */
|
|
672
|
-
/* 44px */
|
|
673
|
-
/* 45px */
|
|
674
|
-
/* 46px */
|
|
675
|
-
/* 47px */
|
|
676
|
-
/* 48px */
|
|
677
|
-
/* 49px */
|
|
678
|
-
/* 50px */
|
|
679
|
-
/* 5em */
|
|
680
|
-
/* 65% */
|
|
681
|
-
/* border */
|
|
682
|
-
/* 0px */
|
|
683
|
-
/* 1px */
|
|
684
|
-
/* 1.5px */
|
|
685
|
-
/* 2px */
|
|
686
|
-
/* 3px */
|
|
687
|
-
/* 4px */
|
|
688
|
-
/* 5px */
|
|
689
|
-
/* 6px */
|
|
690
|
-
/* 7px */
|
|
691
|
-
/* 8px */
|
|
692
|
-
/* 9px */
|
|
693
|
-
/* 10px */
|
|
694
|
-
/* 11px */
|
|
695
|
-
/* 12px */
|
|
696
|
-
/* 13px */
|
|
697
|
-
/* 14px */
|
|
698
|
-
/* 15px */
|
|
699
|
-
/* 16px */
|
|
700
|
-
.e-dropdownbase .e-list-group-item,
|
|
701
|
-
.e-fixed-head {
|
|
702
|
-
font-size: 12px;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
706
|
-
.e-small .e-fixed-head,
|
|
707
|
-
.e-small.e-dropdownbase .e-list-group-item,
|
|
708
|
-
.e-small.e-fixed-head {
|
|
709
|
-
font-size: 10px;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
713
|
-
padding: 0 8px 0 0;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
717
|
-
padding: 0 6px 0 0;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
.e-bigger .e-dropdownbase,
|
|
721
|
-
.e-dropdownbase.e-bigger {
|
|
722
|
-
min-height: 45px;
|
|
723
|
-
}
|
|
724
|
-
.e-bigger .e-dropdownbase .e-list-item,
|
|
725
|
-
.e-dropdownbase.e-bigger .e-list-item {
|
|
726
|
-
line-height: 32px;
|
|
727
|
-
text-indent: 16px;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
731
|
-
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
732
|
-
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
733
|
-
line-height: 32px;
|
|
734
|
-
text-indent: 16px;
|
|
730
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
731
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
732
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
733
|
+
line-height: 32px;
|
|
734
|
+
text-indent: 16px;
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
@@ -1145,237 +1145,40 @@
|
|
|
1145
1145
|
font-size: 14px;
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
|
-
.e-
|
|
1149
|
-
|
|
1148
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
1149
|
+
width: 100%;
|
|
1150
|
+
border: 0 solid;
|
|
1150
1151
|
}
|
|
1151
1152
|
|
|
1152
|
-
.e-
|
|
1153
|
-
|
|
1154
|
-
|
|
1153
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
1154
|
+
display: block;
|
|
1155
|
+
visibility: hidden;
|
|
1155
1156
|
}
|
|
1156
1157
|
|
|
1157
|
-
.e-
|
|
1158
|
-
|
|
1159
|
-
|
|
1158
|
+
.e-popup-full-page {
|
|
1159
|
+
bottom: 0;
|
|
1160
|
+
left: 0;
|
|
1161
|
+
margin: 0;
|
|
1162
|
+
overflow: hidden;
|
|
1163
|
+
padding: 0;
|
|
1164
|
+
right: 0;
|
|
1165
|
+
top: 0;
|
|
1166
|
+
}
|
|
1167
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
1168
|
+
margin: 0;
|
|
1160
1169
|
}
|
|
1161
1170
|
|
|
1171
|
+
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
1172
|
+
position: relative;
|
|
1173
|
+
}
|
|
1162
1174
|
|
|
1175
|
+
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
1176
|
+
content: "";
|
|
1177
|
+
}
|
|
1163
1178
|
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
/* Font Family */
|
|
1173
|
-
/* Font Sizes */
|
|
1174
|
-
/* Radius */
|
|
1175
|
-
/* 1px */
|
|
1176
|
-
/* 2px */
|
|
1177
|
-
/* 3px */
|
|
1178
|
-
/* 4px */
|
|
1179
|
-
/* 5px */
|
|
1180
|
-
/* 6px */
|
|
1181
|
-
/* 7px */
|
|
1182
|
-
/* 8px */
|
|
1183
|
-
/* 9px */
|
|
1184
|
-
/* 10px */
|
|
1185
|
-
/* 11px */
|
|
1186
|
-
/* 12px */
|
|
1187
|
-
/* 13px */
|
|
1188
|
-
/* 14px */
|
|
1189
|
-
/* 15px */
|
|
1190
|
-
/* 16px */
|
|
1191
|
-
/* 17px */
|
|
1192
|
-
/* 18px */
|
|
1193
|
-
/* 19px */
|
|
1194
|
-
/* 20px */
|
|
1195
|
-
/* 21px */
|
|
1196
|
-
/* 22px */
|
|
1197
|
-
/* 23px */
|
|
1198
|
-
/* 24px */
|
|
1199
|
-
/* 25px */
|
|
1200
|
-
/* 26px */
|
|
1201
|
-
/* 27px */
|
|
1202
|
-
/* 28px */
|
|
1203
|
-
/* 29px */
|
|
1204
|
-
/* 30px */
|
|
1205
|
-
/* 31px */
|
|
1206
|
-
/* 32px */
|
|
1207
|
-
/* 33px */
|
|
1208
|
-
/* 34px */
|
|
1209
|
-
/* 35px */
|
|
1210
|
-
/* 36px */
|
|
1211
|
-
/* 37px */
|
|
1212
|
-
/* 38px */
|
|
1213
|
-
/* 39px */
|
|
1214
|
-
/* 40px */
|
|
1215
|
-
/* 41px */
|
|
1216
|
-
/* 42px */
|
|
1217
|
-
/* 43px */
|
|
1218
|
-
/* 44px */
|
|
1219
|
-
/* 45px */
|
|
1220
|
-
/* 46px */
|
|
1221
|
-
/* 47px */
|
|
1222
|
-
/* 48px */
|
|
1223
|
-
/* 49px */
|
|
1224
|
-
/* 50px */
|
|
1225
|
-
/* 5em */
|
|
1226
|
-
/* 65% */
|
|
1227
|
-
/* border */
|
|
1228
|
-
/* 0px */
|
|
1229
|
-
/* 1px */
|
|
1230
|
-
/* 1.5px */
|
|
1231
|
-
/* 2px */
|
|
1232
|
-
/* 3px */
|
|
1233
|
-
/* 4px */
|
|
1234
|
-
/* 5px */
|
|
1235
|
-
/* 6px */
|
|
1236
|
-
/* 7px */
|
|
1237
|
-
/* 8px */
|
|
1238
|
-
/* 9px */
|
|
1239
|
-
/* 10px */
|
|
1240
|
-
/* 11px */
|
|
1241
|
-
/* 12px */
|
|
1242
|
-
/* 13px */
|
|
1243
|
-
/* 14px */
|
|
1244
|
-
/* 15px */
|
|
1245
|
-
/* 16px */
|
|
1246
|
-
.e-popup.e-ddl {
|
|
1247
|
-
border-radius: calc(var(--e-radius) * 0.25);
|
|
1248
|
-
-webkit-box-shadow: none;
|
|
1249
|
-
box-shadow: none;
|
|
1250
|
-
margin-top: 3px;
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
.e-popup.e-ddl .e-input-group {
|
|
1254
|
-
width: auto;
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
.e-popup.e-ddl .e-input-group input {
|
|
1258
|
-
line-height: 15px;
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
1262
|
-
min-height: 26px;
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
1266
|
-
display: -webkit-box;
|
|
1267
|
-
display: -ms-flexbox;
|
|
1268
|
-
display: flex;
|
|
1269
|
-
width: auto;
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
1273
|
-
border: 0;
|
|
1274
|
-
}
|
|
1275
|
-
|
|
1276
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
1277
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
1278
|
-
background: transparent;
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
1282
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
1283
|
-
background: var(--color-sf-content-bg-color-alt2);
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
1287
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
1288
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
1289
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
1290
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
1291
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
1292
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
1293
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
1294
|
-
background: transparent;
|
|
1295
|
-
color: var(--color-sf-icon-color);
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1299
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1300
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1301
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
1302
|
-
background: transparent;
|
|
1303
|
-
color: var(--color-sf-icon-color);
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
1307
|
-
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
1308
|
-
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
1309
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
1310
|
-
background: var(--color-sf-content-bg-color-alt2);
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
1314
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
1315
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
1316
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
1317
|
-
border: 0;
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
1321
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
1322
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
1323
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
1324
|
-
-webkit-box-shadow: none;
|
|
1325
|
-
box-shadow: none;
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
1329
|
-
background: transparent;
|
|
1330
|
-
display: -webkit-box;
|
|
1331
|
-
display: -ms-flexbox;
|
|
1332
|
-
display: flex;
|
|
1333
|
-
position: relative;
|
|
1334
|
-
}
|
|
1335
|
-
|
|
1336
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
1337
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
1338
|
-
background: var(--color-sf-content-bg-color);
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
1342
|
-
font-size: 14px;
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
1346
|
-
width: 100%;
|
|
1347
|
-
border: 0 solid;
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
1351
|
-
display: block;
|
|
1352
|
-
visibility: hidden;
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
.e-popup-full-page {
|
|
1356
|
-
bottom: 0;
|
|
1357
|
-
left: 0;
|
|
1358
|
-
margin: 0;
|
|
1359
|
-
overflow: hidden;
|
|
1360
|
-
padding: 0;
|
|
1361
|
-
right: 0;
|
|
1362
|
-
top: 0;
|
|
1363
|
-
}
|
|
1364
|
-
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
1365
|
-
margin: 0;
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
1369
|
-
position: relative;
|
|
1370
|
-
}
|
|
1371
|
-
|
|
1372
|
-
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
1373
|
-
content: "";
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
1377
|
-
position: relative;
|
|
1378
|
-
}
|
|
1179
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
1180
|
+
position: relative;
|
|
1181
|
+
}
|
|
1379
1182
|
|
|
1380
1183
|
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
1381
1184
|
content: "";
|
|
@@ -1758,45 +1561,242 @@ ejs-dropdownlist {
|
|
|
1758
1561
|
font-size: 14px;
|
|
1759
1562
|
}
|
|
1760
1563
|
|
|
1761
|
-
.e-
|
|
1762
|
-
|
|
1564
|
+
.e-popup {
|
|
1565
|
+
border-color: var(--color-sf-border-light);
|
|
1763
1566
|
}
|
|
1764
1567
|
|
|
1765
|
-
.e-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
1769
|
-
font-size: 16px;
|
|
1770
|
-
}
|
|
1771
|
-
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
1772
|
-
font-size: 16px;
|
|
1773
|
-
}
|
|
1774
|
-
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
1775
|
-
font-size: 16px;
|
|
1776
|
-
}
|
|
1777
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
1778
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
1779
|
-
font-size: 14px;
|
|
1780
|
-
}
|
|
1781
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
1782
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
1783
|
-
font-size: 14px;
|
|
1568
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
1569
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
1570
|
+
color: var(--color-sf-content-text-color-selected);
|
|
1784
1571
|
}
|
|
1785
1572
|
|
|
1786
|
-
.e-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
}
|
|
1790
|
-
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
1791
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
1792
|
-
font-size: 14px;
|
|
1573
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
1574
|
+
border-color: transparent;
|
|
1575
|
+
background: none;
|
|
1793
1576
|
}
|
|
1794
1577
|
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
/* Font Family */
|
|
1589
|
+
/* Font Sizes */
|
|
1590
|
+
/* Radius */
|
|
1591
|
+
/* 1px */
|
|
1592
|
+
/* 2px */
|
|
1593
|
+
/* 3px */
|
|
1594
|
+
/* 4px */
|
|
1595
|
+
/* 5px */
|
|
1596
|
+
/* 6px */
|
|
1597
|
+
/* 7px */
|
|
1598
|
+
/* 8px */
|
|
1599
|
+
/* 9px */
|
|
1600
|
+
/* 10px */
|
|
1601
|
+
/* 11px */
|
|
1602
|
+
/* 12px */
|
|
1603
|
+
/* 13px */
|
|
1604
|
+
/* 14px */
|
|
1605
|
+
/* 15px */
|
|
1606
|
+
/* 16px */
|
|
1607
|
+
/* 17px */
|
|
1608
|
+
/* 18px */
|
|
1609
|
+
/* 19px */
|
|
1610
|
+
/* 20px */
|
|
1611
|
+
/* 21px */
|
|
1612
|
+
/* 22px */
|
|
1613
|
+
/* 23px */
|
|
1614
|
+
/* 24px */
|
|
1615
|
+
/* 25px */
|
|
1616
|
+
/* 26px */
|
|
1617
|
+
/* 27px */
|
|
1618
|
+
/* 28px */
|
|
1619
|
+
/* 29px */
|
|
1620
|
+
/* 30px */
|
|
1621
|
+
/* 31px */
|
|
1622
|
+
/* 32px */
|
|
1623
|
+
/* 33px */
|
|
1624
|
+
/* 34px */
|
|
1625
|
+
/* 35px */
|
|
1626
|
+
/* 36px */
|
|
1627
|
+
/* 37px */
|
|
1628
|
+
/* 38px */
|
|
1629
|
+
/* 39px */
|
|
1630
|
+
/* 40px */
|
|
1631
|
+
/* 41px */
|
|
1632
|
+
/* 42px */
|
|
1633
|
+
/* 43px */
|
|
1634
|
+
/* 44px */
|
|
1635
|
+
/* 45px */
|
|
1636
|
+
/* 46px */
|
|
1637
|
+
/* 47px */
|
|
1638
|
+
/* 48px */
|
|
1639
|
+
/* 49px */
|
|
1640
|
+
/* 50px */
|
|
1641
|
+
/* 5em */
|
|
1642
|
+
/* 65% */
|
|
1643
|
+
/* border */
|
|
1644
|
+
/* 0px */
|
|
1645
|
+
/* 1px */
|
|
1646
|
+
/* 1.5px */
|
|
1647
|
+
/* 2px */
|
|
1648
|
+
/* 3px */
|
|
1649
|
+
/* 4px */
|
|
1650
|
+
/* 5px */
|
|
1651
|
+
/* 6px */
|
|
1652
|
+
/* 7px */
|
|
1653
|
+
/* 8px */
|
|
1654
|
+
/* 9px */
|
|
1655
|
+
/* 10px */
|
|
1656
|
+
/* 11px */
|
|
1657
|
+
/* 12px */
|
|
1658
|
+
/* 13px */
|
|
1659
|
+
/* 14px */
|
|
1660
|
+
/* 15px */
|
|
1661
|
+
/* 16px */
|
|
1662
|
+
.e-popup.e-ddl {
|
|
1663
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1664
|
+
-webkit-box-shadow: none;
|
|
1665
|
+
box-shadow: none;
|
|
1666
|
+
margin-top: 3px;
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
.e-popup.e-ddl .e-input-group {
|
|
1670
|
+
width: auto;
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
.e-popup.e-ddl .e-input-group input {
|
|
1674
|
+
line-height: 15px;
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
1678
|
+
min-height: 26px;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
1682
|
+
display: -webkit-box;
|
|
1683
|
+
display: -ms-flexbox;
|
|
1684
|
+
display: flex;
|
|
1685
|
+
width: auto;
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
1689
|
+
border: 0;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
1693
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
1694
|
+
background: transparent;
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
1698
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
1699
|
+
background: var(--color-sf-content-bg-color-alt2);
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
1703
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
1704
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
1705
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
1706
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
1707
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
1708
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
1709
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
1710
|
+
background: transparent;
|
|
1711
|
+
color: var(--color-sf-icon-color);
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1715
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1716
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1717
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
1718
|
+
background: transparent;
|
|
1719
|
+
color: var(--color-sf-icon-color);
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
1723
|
+
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
1724
|
+
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
1725
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
1726
|
+
background: var(--color-sf-content-bg-color-alt2);
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
1730
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
1731
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
1732
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
1733
|
+
border: 0;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
1737
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
1738
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
1739
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
1740
|
+
-webkit-box-shadow: none;
|
|
1741
|
+
box-shadow: none;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
1745
|
+
background: transparent;
|
|
1746
|
+
display: -webkit-box;
|
|
1747
|
+
display: -ms-flexbox;
|
|
1748
|
+
display: flex;
|
|
1749
|
+
position: relative;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
1753
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
1754
|
+
background: var(--color-sf-content-bg-color);
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
1758
|
+
font-size: 14px;
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
1762
|
+
margin-left: -20px;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
1766
|
+
font-size: 16px;
|
|
1767
|
+
}
|
|
1768
|
+
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
1769
|
+
font-size: 16px;
|
|
1770
|
+
}
|
|
1771
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
1772
|
+
font-size: 16px;
|
|
1773
|
+
}
|
|
1774
|
+
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
1775
|
+
font-size: 16px;
|
|
1776
|
+
}
|
|
1777
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
1778
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
1779
|
+
font-size: 14px;
|
|
1780
|
+
}
|
|
1781
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
1782
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
1783
|
+
font-size: 14px;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
1787
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
1788
|
+
font-size: 14px;
|
|
1789
|
+
}
|
|
1790
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
1791
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
1792
|
+
font-size: 14px;
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
1796
|
+
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
1797
|
+
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
1798
|
+
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
1799
|
+
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
|
|
1800
1800
|
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
1801
1801
|
background-size: 300px 40px;
|
|
1802
1802
|
min-height: 40px;
|
|
@@ -1951,155 +1951,31 @@ ejs-dropdownlist {
|
|
|
1951
1951
|
/* 15px */
|
|
1952
1952
|
/* 16px */
|
|
1953
1953
|
/* stylelint-disable */
|
|
1954
|
-
.e-ddt
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
.e-ddt .e-chips .e-chips-close::before {
|
|
1958
|
-
color: var(--color-sf-secondary-text-color);
|
|
1954
|
+
.e-ddt {
|
|
1955
|
+
cursor: pointer;
|
|
1956
|
+
outline: none;
|
|
1959
1957
|
}
|
|
1960
|
-
.e-ddt .e-
|
|
1961
|
-
|
|
1958
|
+
.e-ddt .e-ddt-icon::before {
|
|
1959
|
+
-webkit-transform: rotate(0deg);
|
|
1960
|
+
transform: rotate(0deg);
|
|
1961
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
1962
|
+
transition: -webkit-transform 300ms ease;
|
|
1963
|
+
transition: transform 300ms ease;
|
|
1964
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
1962
1965
|
}
|
|
1963
|
-
.e-ddt
|
|
1964
|
-
|
|
1966
|
+
.e-ddt.e-icon-anim .e-ddt-icon::before {
|
|
1967
|
+
-webkit-transform: rotate(180deg);
|
|
1968
|
+
transform: rotate(180deg);
|
|
1969
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
1970
|
+
transition: -webkit-transform 300ms ease;
|
|
1971
|
+
transition: transform 300ms ease;
|
|
1972
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
1965
1973
|
}
|
|
1966
|
-
.e-ddt
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
color: var(--color-sf-icon-color);
|
|
1972
|
-
}
|
|
1973
|
-
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
1974
|
-
background: transparent;
|
|
1975
|
-
}
|
|
1976
|
-
.e-ddt.e-popup {
|
|
1977
|
-
background: var(--color-sf-flyout-bg-color);
|
|
1978
|
-
border-color: var(--color-sf-border-light);
|
|
1979
|
-
}
|
|
1980
|
-
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1981
|
-
color: var(--color-sf-content-text-color);
|
|
1982
|
-
}
|
|
1983
|
-
.e-ddt.e-popup .e-selectall-parent {
|
|
1984
|
-
border-bottom-color: var(--color-sf-border-light);
|
|
1985
|
-
}
|
|
1986
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1987
|
-
background: var(--color-sf-content-bg-color-hover);
|
|
1988
|
-
}
|
|
1989
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1990
|
-
color: var(--color-sf-content-text-color);
|
|
1991
|
-
}
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
/* Font Family */
|
|
2004
|
-
/* Font Sizes */
|
|
2005
|
-
/* Radius */
|
|
2006
|
-
/* 1px */
|
|
2007
|
-
/* 2px */
|
|
2008
|
-
/* 3px */
|
|
2009
|
-
/* 4px */
|
|
2010
|
-
/* 5px */
|
|
2011
|
-
/* 6px */
|
|
2012
|
-
/* 7px */
|
|
2013
|
-
/* 8px */
|
|
2014
|
-
/* 9px */
|
|
2015
|
-
/* 10px */
|
|
2016
|
-
/* 11px */
|
|
2017
|
-
/* 12px */
|
|
2018
|
-
/* 13px */
|
|
2019
|
-
/* 14px */
|
|
2020
|
-
/* 15px */
|
|
2021
|
-
/* 16px */
|
|
2022
|
-
/* 17px */
|
|
2023
|
-
/* 18px */
|
|
2024
|
-
/* 19px */
|
|
2025
|
-
/* 20px */
|
|
2026
|
-
/* 21px */
|
|
2027
|
-
/* 22px */
|
|
2028
|
-
/* 23px */
|
|
2029
|
-
/* 24px */
|
|
2030
|
-
/* 25px */
|
|
2031
|
-
/* 26px */
|
|
2032
|
-
/* 27px */
|
|
2033
|
-
/* 28px */
|
|
2034
|
-
/* 29px */
|
|
2035
|
-
/* 30px */
|
|
2036
|
-
/* 31px */
|
|
2037
|
-
/* 32px */
|
|
2038
|
-
/* 33px */
|
|
2039
|
-
/* 34px */
|
|
2040
|
-
/* 35px */
|
|
2041
|
-
/* 36px */
|
|
2042
|
-
/* 37px */
|
|
2043
|
-
/* 38px */
|
|
2044
|
-
/* 39px */
|
|
2045
|
-
/* 40px */
|
|
2046
|
-
/* 41px */
|
|
2047
|
-
/* 42px */
|
|
2048
|
-
/* 43px */
|
|
2049
|
-
/* 44px */
|
|
2050
|
-
/* 45px */
|
|
2051
|
-
/* 46px */
|
|
2052
|
-
/* 47px */
|
|
2053
|
-
/* 48px */
|
|
2054
|
-
/* 49px */
|
|
2055
|
-
/* 50px */
|
|
2056
|
-
/* 5em */
|
|
2057
|
-
/* 65% */
|
|
2058
|
-
/* border */
|
|
2059
|
-
/* 0px */
|
|
2060
|
-
/* 1px */
|
|
2061
|
-
/* 1.5px */
|
|
2062
|
-
/* 2px */
|
|
2063
|
-
/* 3px */
|
|
2064
|
-
/* 4px */
|
|
2065
|
-
/* 5px */
|
|
2066
|
-
/* 6px */
|
|
2067
|
-
/* 7px */
|
|
2068
|
-
/* 8px */
|
|
2069
|
-
/* 9px */
|
|
2070
|
-
/* 10px */
|
|
2071
|
-
/* 11px */
|
|
2072
|
-
/* 12px */
|
|
2073
|
-
/* 13px */
|
|
2074
|
-
/* 14px */
|
|
2075
|
-
/* 15px */
|
|
2076
|
-
/* 16px */
|
|
2077
|
-
/* stylelint-disable */
|
|
2078
|
-
.e-ddt {
|
|
2079
|
-
cursor: pointer;
|
|
2080
|
-
outline: none;
|
|
2081
|
-
}
|
|
2082
|
-
.e-ddt .e-ddt-icon::before {
|
|
2083
|
-
-webkit-transform: rotate(0deg);
|
|
2084
|
-
transform: rotate(0deg);
|
|
2085
|
-
-webkit-transition: -webkit-transform 300ms ease;
|
|
2086
|
-
transition: -webkit-transform 300ms ease;
|
|
2087
|
-
transition: transform 300ms ease;
|
|
2088
|
-
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
2089
|
-
}
|
|
2090
|
-
.e-ddt.e-icon-anim .e-ddt-icon::before {
|
|
2091
|
-
-webkit-transform: rotate(180deg);
|
|
2092
|
-
transform: rotate(180deg);
|
|
2093
|
-
-webkit-transition: -webkit-transform 300ms ease;
|
|
2094
|
-
transition: -webkit-transform 300ms ease;
|
|
2095
|
-
transition: transform 300ms ease;
|
|
2096
|
-
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
2097
|
-
}
|
|
2098
|
-
.e-ddt .e-ddt-hidden {
|
|
2099
|
-
border: 0;
|
|
2100
|
-
height: 0;
|
|
2101
|
-
visibility: hidden;
|
|
2102
|
-
width: 0;
|
|
1974
|
+
.e-ddt .e-ddt-hidden {
|
|
1975
|
+
border: 0;
|
|
1976
|
+
height: 0;
|
|
1977
|
+
visibility: hidden;
|
|
1978
|
+
width: 0;
|
|
2103
1979
|
}
|
|
2104
1980
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
2105
1981
|
-webkit-box-sizing: content-box;
|
|
@@ -2450,149 +2326,43 @@ ejs-dropdownlist {
|
|
|
2450
2326
|
/* 15px */
|
|
2451
2327
|
/* 16px */
|
|
2452
2328
|
/* stylelint-disable */
|
|
2453
|
-
.e-
|
|
2454
|
-
|
|
2455
|
-
height: 30px;
|
|
2456
|
-
}
|
|
2457
|
-
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
2458
|
-
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
2459
|
-
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
2460
|
-
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
2461
|
-
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
2462
|
-
bottom: auto;
|
|
2463
|
-
right: 30px;
|
|
2464
|
-
}
|
|
2465
|
-
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
2466
|
-
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
2467
|
-
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
2468
|
-
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
2469
|
-
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
|
|
2470
|
-
bottom: 0;
|
|
2471
|
-
}
|
|
2472
|
-
.e-bigger .e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper .e-clear-icon,
|
|
2473
|
-
.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
|
|
2474
|
-
.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
|
|
2475
|
-
min-height: 36px;
|
|
2476
|
-
}
|
|
2477
|
-
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
2478
|
-
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
2479
|
-
padding: 6px 12px;
|
|
2329
|
+
.e-ddt .e-chips {
|
|
2330
|
+
background-color: var(--color-sf-secondary-bg-color);
|
|
2480
2331
|
}
|
|
2481
|
-
.e-
|
|
2482
|
-
|
|
2483
|
-
max-width: calc(100% - 37px);
|
|
2332
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
2333
|
+
color: var(--color-sf-secondary-text-color);
|
|
2484
2334
|
}
|
|
2485
|
-
.e-
|
|
2486
|
-
|
|
2487
|
-
max-width: calc(100% - 37px);
|
|
2335
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
2336
|
+
color: var(--color-sf-secondary-text-color);
|
|
2488
2337
|
}
|
|
2489
|
-
.e-
|
|
2490
|
-
|
|
2491
|
-
margin-right: 52px;
|
|
2492
|
-
max-width: calc(100% - 73px);
|
|
2338
|
+
.e-ddt .e-overflow .e-remain {
|
|
2339
|
+
color: var(--color-sf-content-text-color-alt1);
|
|
2493
2340
|
}
|
|
2494
|
-
.e-
|
|
2495
|
-
|
|
2496
|
-
text-indent: 28px;
|
|
2497
|
-
padding: 3px 12px;
|
|
2341
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
|
|
2342
|
+
background: var(--color-sf-content-bg-color);
|
|
2498
2343
|
}
|
|
2499
|
-
.e-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
line-height: 24px;
|
|
2503
|
-
margin: 0 8px;
|
|
2344
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon.e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon.e-ddt-icon {
|
|
2345
|
+
background: transparent;
|
|
2346
|
+
color: var(--color-sf-icon-color);
|
|
2504
2347
|
}
|
|
2505
|
-
.e-
|
|
2506
|
-
|
|
2507
|
-
margin-right: 4px;
|
|
2348
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
2349
|
+
background: transparent;
|
|
2508
2350
|
}
|
|
2509
|
-
.e-
|
|
2510
|
-
|
|
2511
|
-
|
|
2351
|
+
.e-ddt.e-popup {
|
|
2352
|
+
background: var(--color-sf-flyout-bg-color);
|
|
2353
|
+
border-color: var(--color-sf-border-light);
|
|
2512
2354
|
}
|
|
2513
|
-
.e-
|
|
2514
|
-
|
|
2515
|
-
margin-right: 52px;
|
|
2516
|
-
margin-left: 1;
|
|
2355
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
2356
|
+
color: var(--color-sf-content-text-color);
|
|
2517
2357
|
}
|
|
2518
|
-
.e-
|
|
2519
|
-
|
|
2520
|
-
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
2521
|
-
right: auto;
|
|
2358
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
2359
|
+
border-bottom-color: var(--color-sf-border-light);
|
|
2522
2360
|
}
|
|
2523
|
-
.e-
|
|
2524
|
-
|
|
2525
|
-
text-indent: 28px;
|
|
2361
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
2362
|
+
background: var(--color-sf-content-bg-color-hover);
|
|
2526
2363
|
}
|
|
2527
|
-
.e-
|
|
2528
|
-
|
|
2529
|
-
margin: 0 8px;
|
|
2530
|
-
}
|
|
2531
|
-
|
|
2532
|
-
/* stylelint-disable-line no-empty-source */
|
|
2533
|
-
/* stylelint-disable-line no-empty-source */
|
|
2534
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
2535
|
-
line-height: 30px;
|
|
2536
|
-
top: 0;
|
|
2537
|
-
}
|
|
2538
|
-
|
|
2539
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2540
|
-
border-radius: 0 2px 2px 0;
|
|
2541
|
-
border-right-width: 0;
|
|
2542
|
-
}
|
|
2543
|
-
|
|
2544
|
-
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
2545
|
-
border-left-width: 0;
|
|
2546
|
-
border-radius: 4px 0 0 4px;
|
|
2547
|
-
border-right-width: 1px;
|
|
2548
|
-
}
|
|
2549
|
-
|
|
2550
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2551
|
-
height: 32px;
|
|
2552
|
-
width: 32px;
|
|
2553
|
-
}
|
|
2554
|
-
|
|
2555
|
-
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
2556
|
-
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
2557
|
-
color: var(--color-sf-content-text-color);
|
|
2558
|
-
height: 100%;
|
|
2559
|
-
}
|
|
2560
|
-
|
|
2561
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2562
|
-
border-left-width: 0;
|
|
2563
|
-
}
|
|
2564
|
-
|
|
2565
|
-
.e-float-input.e-control-wrapper.e-multiselect input[readonly] {
|
|
2566
|
-
background: transparent;
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
2570
|
-
content: "\e729";
|
|
2571
|
-
font-family: "e-icons";
|
|
2572
|
-
}
|
|
2573
|
-
|
|
2574
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2575
|
-
content: "\e7e7";
|
|
2576
|
-
cursor: pointer;
|
|
2577
|
-
left: 0;
|
|
2578
|
-
position: relative;
|
|
2579
|
-
top: 0;
|
|
2580
|
-
}
|
|
2581
|
-
|
|
2582
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
2583
|
-
content: "\e7e7";
|
|
2584
|
-
cursor: pointer;
|
|
2585
|
-
left: 6px;
|
|
2586
|
-
position: relative;
|
|
2587
|
-
top: 6px;
|
|
2588
|
-
}
|
|
2589
|
-
|
|
2590
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
2591
|
-
content: "";
|
|
2592
|
-
}
|
|
2593
|
-
|
|
2594
|
-
.e-popup.e-multi-select-list-wrapper.e-resize .e-icons.e-resizer-right::before {
|
|
2595
|
-
content: "\e832";
|
|
2364
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
2365
|
+
color: var(--color-sf-content-text-color);
|
|
2596
2366
|
}
|
|
2597
2367
|
|
|
2598
2368
|
|
|
@@ -2679,6 +2449,88 @@ ejs-dropdownlist {
|
|
|
2679
2449
|
/* 14px */
|
|
2680
2450
|
/* 15px */
|
|
2681
2451
|
/* 16px */
|
|
2452
|
+
/* stylelint-disable */
|
|
2453
|
+
.e-bigger .e-ddt .e-chips,
|
|
2454
|
+
.e-ddt.e-bigger .e-chips {
|
|
2455
|
+
height: 30px;
|
|
2456
|
+
}
|
|
2457
|
+
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
2458
|
+
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
2459
|
+
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
2460
|
+
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
2461
|
+
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
2462
|
+
bottom: auto;
|
|
2463
|
+
right: 30px;
|
|
2464
|
+
}
|
|
2465
|
+
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
2466
|
+
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
2467
|
+
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
2468
|
+
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
2469
|
+
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
|
|
2470
|
+
bottom: 0;
|
|
2471
|
+
}
|
|
2472
|
+
.e-bigger .e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper .e-clear-icon,
|
|
2473
|
+
.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
|
|
2474
|
+
.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
|
|
2475
|
+
min-height: 36px;
|
|
2476
|
+
}
|
|
2477
|
+
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
2478
|
+
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
2479
|
+
padding: 6px 12px;
|
|
2480
|
+
}
|
|
2481
|
+
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
2482
|
+
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
2483
|
+
max-width: calc(100% - 37px);
|
|
2484
|
+
}
|
|
2485
|
+
.e-bigger .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
2486
|
+
.e-ddt.e-bigger.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
2487
|
+
max-width: calc(100% - 37px);
|
|
2488
|
+
}
|
|
2489
|
+
.e-bigger .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
2490
|
+
.e-ddt.e-bigger.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
2491
|
+
margin-right: 52px;
|
|
2492
|
+
max-width: calc(100% - 73px);
|
|
2493
|
+
}
|
|
2494
|
+
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
2495
|
+
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
2496
|
+
text-indent: 28px;
|
|
2497
|
+
padding: 3px 12px;
|
|
2498
|
+
}
|
|
2499
|
+
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
2500
|
+
.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text {
|
|
2501
|
+
font-size: 16px;
|
|
2502
|
+
line-height: 24px;
|
|
2503
|
+
margin: 0 8px;
|
|
2504
|
+
}
|
|
2505
|
+
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
2506
|
+
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
2507
|
+
margin-right: 4px;
|
|
2508
|
+
}
|
|
2509
|
+
.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
2510
|
+
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
2511
|
+
margin-right: 4px;
|
|
2512
|
+
}
|
|
2513
|
+
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
2514
|
+
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
2515
|
+
margin-right: 52px;
|
|
2516
|
+
margin-left: 1;
|
|
2517
|
+
}
|
|
2518
|
+
.e-bigger .e-ddt.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
2519
|
+
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
2520
|
+
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
2521
|
+
right: auto;
|
|
2522
|
+
}
|
|
2523
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent,
|
|
2524
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent {
|
|
2525
|
+
text-indent: 28px;
|
|
2526
|
+
}
|
|
2527
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent .e-all-text,
|
|
2528
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent .e-all-text {
|
|
2529
|
+
margin: 0 8px;
|
|
2530
|
+
}
|
|
2531
|
+
|
|
2532
|
+
/* stylelint-disable-line no-empty-source */
|
|
2533
|
+
/* stylelint-disable-line no-empty-source */
|
|
2682
2534
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
2683
2535
|
line-height: 30px;
|
|
2684
2536
|
top: 0;
|
|
@@ -2714,204 +2566,33 @@ ejs-dropdownlist {
|
|
|
2714
2566
|
background: transparent;
|
|
2715
2567
|
}
|
|
2716
2568
|
|
|
2717
|
-
.e-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
2722
|
-
background-color: var(--color-sf-content-bg-color-alt5);
|
|
2723
|
-
}
|
|
2724
|
-
|
|
2725
|
-
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2726
|
-
background-color: var(--color-sf-secondary-bg-color-pressed);
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
.e-multiselect {
|
|
2730
|
-
-webkit-box-sizing: border-box;
|
|
2731
|
-
box-sizing: border-box;
|
|
2732
|
-
}
|
|
2733
|
-
|
|
2734
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2735
|
-
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2736
|
-
-webkit-text-fill-color: var(--color-sf-secondary-text-color);
|
|
2737
|
-
color: var(--color-sf-secondary-text-color);
|
|
2738
|
-
font-family: var(--e-font-family);
|
|
2739
|
-
font-size: 14px;
|
|
2740
|
-
}
|
|
2741
|
-
|
|
2742
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
2743
|
-
color: var(--color-sf-content-text-color);
|
|
2744
|
-
}
|
|
2745
|
-
|
|
2746
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
2747
|
-
color: var(--color-sf-secondary-text-color);
|
|
2748
|
-
}
|
|
2749
|
-
|
|
2750
|
-
.e-multi-select-wrapper .e-chips {
|
|
2751
|
-
background-color: var(--color-sf-secondary-bg-color);
|
|
2752
|
-
border-radius: 4px;
|
|
2753
|
-
height: 24px;
|
|
2754
|
-
}
|
|
2755
|
-
|
|
2756
|
-
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2757
|
-
background-color: var(--color-sf-secondary-bg-color-hover);
|
|
2758
|
-
}
|
|
2759
|
-
|
|
2760
|
-
.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
|
|
2761
|
-
color: var(--color-sf-secondary-text-color);
|
|
2569
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
2570
|
+
content: "\e729";
|
|
2571
|
+
font-family: "e-icons";
|
|
2762
2572
|
}
|
|
2763
2573
|
|
|
2764
2574
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2771
|
-
background-color: var(--color-sf-primary);
|
|
2772
|
-
border-radius: calc(var(--e-radius) * 0.125);
|
|
2773
|
-
color: var(--color-sf-content-text-color);
|
|
2774
|
-
height: 40px;
|
|
2775
|
-
line-height: 40px;
|
|
2776
|
-
}
|
|
2777
|
-
|
|
2778
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
2779
|
-
color: var(--color-sf-content-text-color);
|
|
2575
|
+
content: "\e7e7";
|
|
2576
|
+
cursor: pointer;
|
|
2577
|
+
left: 0;
|
|
2578
|
+
position: relative;
|
|
2579
|
+
top: 0;
|
|
2780
2580
|
}
|
|
2781
2581
|
|
|
2782
|
-
.e-multi-select-wrapper .e-
|
|
2783
|
-
|
|
2582
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
2583
|
+
content: "\e7e7";
|
|
2584
|
+
cursor: pointer;
|
|
2585
|
+
left: 6px;
|
|
2586
|
+
position: relative;
|
|
2587
|
+
top: 6px;
|
|
2784
2588
|
}
|
|
2785
2589
|
|
|
2786
|
-
.e-
|
|
2787
|
-
|
|
2788
|
-
box-shadow: 0 16px 48px rgba(var(--color-sf-black), 0.175);
|
|
2789
|
-
-webkit-box-sizing: content-box;
|
|
2790
|
-
box-sizing: content-box;
|
|
2791
|
-
overflow: initial;
|
|
2590
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
2591
|
+
content: "";
|
|
2792
2592
|
}
|
|
2793
2593
|
|
|
2794
|
-
.e-popup.e-multi-select-list-wrapper .e-
|
|
2795
|
-
|
|
2796
|
-
border-left: 0 solid var(--color-sf-content-bg-color-selected);
|
|
2797
|
-
border-right: 0 solid var(--color-sf-content-bg-color-selected);
|
|
2798
|
-
border-top: 0 solid var(--color-sf-border-selected);
|
|
2799
|
-
}
|
|
2800
|
-
|
|
2801
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
2802
|
-
background-color: transparent;
|
|
2803
|
-
border-color: transparent;
|
|
2804
|
-
color: var(--color-sf-content-text-color);
|
|
2805
|
-
}
|
|
2806
|
-
|
|
2807
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
2808
|
-
background-color: transparent;
|
|
2809
|
-
border-color: transparent;
|
|
2810
|
-
color: var(--color-sf-content-text-color);
|
|
2811
|
-
}
|
|
2812
|
-
|
|
2813
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
2814
|
-
background-color: var(--color-sf-content-bg-color-hover);
|
|
2815
|
-
color: var(--color-sf-content-text-color);
|
|
2816
|
-
}
|
|
2817
|
-
|
|
2818
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
2819
|
-
background-color: var(--color-sf-content-bg-color-hover);
|
|
2820
|
-
color: var(--color-sf-content-text-color-alt3);
|
|
2821
|
-
}
|
|
2822
|
-
|
|
2823
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
2824
|
-
border-bottom: 0 solid transparent;
|
|
2825
|
-
border-top: 0 solid transparent;
|
|
2826
|
-
}
|
|
2827
|
-
|
|
2828
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
2829
|
-
border-bottom: 0 solid transparent;
|
|
2830
|
-
}
|
|
2831
|
-
|
|
2832
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
2833
|
-
border-top: 0 solid transparent;
|
|
2834
|
-
}
|
|
2835
|
-
|
|
2836
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2837
|
-
background-color: var(--color-sf-content-bg-color-selected);
|
|
2838
|
-
-webkit-box-shadow: none;
|
|
2839
|
-
box-shadow: none;
|
|
2840
|
-
color: var(--color-sf-content-text-color-selected);
|
|
2841
|
-
border: 0 solid transparent;
|
|
2842
|
-
}
|
|
2843
|
-
|
|
2844
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2845
|
-
background-color: var(--color-sf-content-bg-color-selected);
|
|
2846
|
-
-webkit-box-shadow: none;
|
|
2847
|
-
box-shadow: none;
|
|
2848
|
-
color: var(--color-sf-content-text-color-selected);
|
|
2849
|
-
border: 0 solid transparent;
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
2853
|
-
border: 0 solid transparent;
|
|
2854
|
-
}
|
|
2855
|
-
|
|
2856
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
2857
|
-
border: 0 solid transparent;
|
|
2858
|
-
}
|
|
2859
|
-
|
|
2860
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2861
|
-
color: var(--color-sf-placeholder-text-color);
|
|
2862
|
-
}
|
|
2863
|
-
|
|
2864
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2865
|
-
color: var(--color-sf-placeholder-text-color);
|
|
2866
|
-
}
|
|
2867
|
-
|
|
2868
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2869
|
-
color: var(--color-sf-placeholder-text-color);
|
|
2870
|
-
}
|
|
2871
|
-
|
|
2872
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2873
|
-
color: var(--color-sf-placeholder-text-color);
|
|
2874
|
-
}
|
|
2875
|
-
|
|
2876
|
-
.e-ul.e-reorder {
|
|
2877
|
-
border-bottom: 1px solid var(--color-sf-border-light);
|
|
2878
|
-
}
|
|
2879
|
-
|
|
2880
|
-
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2881
|
-
border-bottom: 1px solid var(--color-sf-border-light);
|
|
2882
|
-
}
|
|
2883
|
-
|
|
2884
|
-
.e-multi-select-wrapper .e-delim-values {
|
|
2885
|
-
-webkit-text-fill-color: var(--color-sf-secondary-text-color);
|
|
2886
|
-
color: var(--color-sf-secondary-text-color);
|
|
2887
|
-
-webkit-text-fill-color: var(--color-sf-content-text-color);
|
|
2888
|
-
color: var(--color-sf-content-text-color);
|
|
2889
|
-
}
|
|
2890
|
-
|
|
2891
|
-
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2892
|
-
color: var(--color-sf-content-text-color);
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
|
-
.e-small .e-multi-select-wrapper .e-chips {
|
|
2896
|
-
border-radius: calc(var(--e-radius) * 0.125);
|
|
2897
|
-
height: 20px;
|
|
2898
|
-
}
|
|
2899
|
-
|
|
2900
|
-
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2901
|
-
font-size: 12px;
|
|
2902
|
-
}
|
|
2903
|
-
|
|
2904
|
-
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2905
|
-
font-size: 12px;
|
|
2906
|
-
}
|
|
2907
|
-
|
|
2908
|
-
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
2909
|
-
left: 0;
|
|
2910
|
-
}
|
|
2911
|
-
|
|
2912
|
-
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2913
|
-
-webkit-text-fill-color: var(--color-sf-content-text-color-alt1);
|
|
2914
|
-
color: var(--color-sf-content-text-color-alt1);
|
|
2594
|
+
.e-popup.e-multi-select-list-wrapper.e-resize .e-icons.e-resizer-right::before {
|
|
2595
|
+
content: "\e832";
|
|
2915
2596
|
}
|
|
2916
2597
|
|
|
2917
2598
|
|
|
@@ -3922,110 +3603,6 @@ ejs-multiselect {
|
|
|
3922
3603
|
|
|
3923
3604
|
|
|
3924
3605
|
|
|
3925
|
-
/* Font Family */
|
|
3926
|
-
/* Font Sizes */
|
|
3927
|
-
/* Radius */
|
|
3928
|
-
/* 1px */
|
|
3929
|
-
/* 2px */
|
|
3930
|
-
/* 3px */
|
|
3931
|
-
/* 4px */
|
|
3932
|
-
/* 5px */
|
|
3933
|
-
/* 6px */
|
|
3934
|
-
/* 7px */
|
|
3935
|
-
/* 8px */
|
|
3936
|
-
/* 9px */
|
|
3937
|
-
/* 10px */
|
|
3938
|
-
/* 11px */
|
|
3939
|
-
/* 12px */
|
|
3940
|
-
/* 13px */
|
|
3941
|
-
/* 14px */
|
|
3942
|
-
/* 15px */
|
|
3943
|
-
/* 16px */
|
|
3944
|
-
/* 17px */
|
|
3945
|
-
/* 18px */
|
|
3946
|
-
/* 19px */
|
|
3947
|
-
/* 20px */
|
|
3948
|
-
/* 21px */
|
|
3949
|
-
/* 22px */
|
|
3950
|
-
/* 23px */
|
|
3951
|
-
/* 24px */
|
|
3952
|
-
/* 25px */
|
|
3953
|
-
/* 26px */
|
|
3954
|
-
/* 27px */
|
|
3955
|
-
/* 28px */
|
|
3956
|
-
/* 29px */
|
|
3957
|
-
/* 30px */
|
|
3958
|
-
/* 31px */
|
|
3959
|
-
/* 32px */
|
|
3960
|
-
/* 33px */
|
|
3961
|
-
/* 34px */
|
|
3962
|
-
/* 35px */
|
|
3963
|
-
/* 36px */
|
|
3964
|
-
/* 37px */
|
|
3965
|
-
/* 38px */
|
|
3966
|
-
/* 39px */
|
|
3967
|
-
/* 40px */
|
|
3968
|
-
/* 41px */
|
|
3969
|
-
/* 42px */
|
|
3970
|
-
/* 43px */
|
|
3971
|
-
/* 44px */
|
|
3972
|
-
/* 45px */
|
|
3973
|
-
/* 46px */
|
|
3974
|
-
/* 47px */
|
|
3975
|
-
/* 48px */
|
|
3976
|
-
/* 49px */
|
|
3977
|
-
/* 50px */
|
|
3978
|
-
/* 5em */
|
|
3979
|
-
/* 65% */
|
|
3980
|
-
/* border */
|
|
3981
|
-
/* 0px */
|
|
3982
|
-
/* 1px */
|
|
3983
|
-
/* 1.5px */
|
|
3984
|
-
/* 2px */
|
|
3985
|
-
/* 3px */
|
|
3986
|
-
/* 4px */
|
|
3987
|
-
/* 5px */
|
|
3988
|
-
/* 6px */
|
|
3989
|
-
/* 7px */
|
|
3990
|
-
/* 8px */
|
|
3991
|
-
/* 9px */
|
|
3992
|
-
/* 10px */
|
|
3993
|
-
/* 11px */
|
|
3994
|
-
/* 12px */
|
|
3995
|
-
/* 13px */
|
|
3996
|
-
/* 14px */
|
|
3997
|
-
/* 15px */
|
|
3998
|
-
/* 16px */
|
|
3999
|
-
.e-dropdownbase .e-list-group-item,
|
|
4000
|
-
.e-fixed-head {
|
|
4001
|
-
font-size: 12px;
|
|
4002
|
-
}
|
|
4003
|
-
|
|
4004
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
4005
|
-
.e-small .e-fixed-head,
|
|
4006
|
-
.e-small.e-dropdownbase .e-list-group-item,
|
|
4007
|
-
.e-small.e-fixed-head {
|
|
4008
|
-
font-size: 10px;
|
|
4009
|
-
}
|
|
4010
|
-
|
|
4011
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
4012
|
-
padding: 0 8px 0 0;
|
|
4013
|
-
}
|
|
4014
|
-
|
|
4015
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
4016
|
-
padding: 0 6px 0 0;
|
|
4017
|
-
}
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
3606
|
/* Font Family */
|
|
4030
3607
|
/* Font Sizes */
|
|
4031
3608
|
/* Radius */
|
|
@@ -4135,373 +3712,308 @@ ejs-multiselect {
|
|
|
4135
3712
|
background: transparent;
|
|
4136
3713
|
}
|
|
4137
3714
|
|
|
4138
|
-
.e-
|
|
4139
|
-
|
|
4140
|
-
margin-top: -2.25em;
|
|
3715
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
3716
|
+
color: var(--color-sf-content-text-color);
|
|
4141
3717
|
}
|
|
4142
3718
|
|
|
4143
|
-
.e-
|
|
4144
|
-
|
|
3719
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
3720
|
+
background-color: var(--color-sf-content-bg-color-alt5);
|
|
4145
3721
|
}
|
|
4146
3722
|
|
|
4147
|
-
.e-
|
|
4148
|
-
|
|
3723
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
3724
|
+
background-color: var(--color-sf-secondary-bg-color-pressed);
|
|
4149
3725
|
}
|
|
4150
3726
|
|
|
4151
|
-
.e-
|
|
4152
|
-
|
|
3727
|
+
.e-multiselect {
|
|
3728
|
+
-webkit-box-sizing: border-box;
|
|
3729
|
+
box-sizing: border-box;
|
|
4153
3730
|
}
|
|
4154
3731
|
|
|
4155
|
-
|
|
4156
|
-
|
|
3732
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3733
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
3734
|
+
-webkit-text-fill-color: var(--color-sf-secondary-text-color);
|
|
3735
|
+
color: var(--color-sf-secondary-text-color);
|
|
3736
|
+
font-family: var(--e-font-family);
|
|
3737
|
+
font-size: 14px;
|
|
4157
3738
|
}
|
|
4158
3739
|
|
|
4159
|
-
.e-
|
|
4160
|
-
|
|
3740
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
3741
|
+
color: var(--color-sf-content-text-color);
|
|
4161
3742
|
}
|
|
4162
3743
|
|
|
4163
|
-
.e-
|
|
4164
|
-
|
|
3744
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
3745
|
+
color: var(--color-sf-secondary-text-color);
|
|
4165
3746
|
}
|
|
4166
3747
|
|
|
4167
|
-
.e-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
3748
|
+
.e-multi-select-wrapper .e-chips {
|
|
3749
|
+
background-color: var(--color-sf-secondary-bg-color);
|
|
3750
|
+
border-radius: 4px;
|
|
3751
|
+
height: 24px;
|
|
4171
3752
|
}
|
|
4172
3753
|
|
|
4173
|
-
.e-
|
|
4174
|
-
|
|
4175
|
-
left: 12px;
|
|
4176
|
-
right: auto;
|
|
3754
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
3755
|
+
background-color: var(--color-sf-secondary-bg-color-hover);
|
|
4177
3756
|
}
|
|
4178
3757
|
|
|
4179
|
-
.e-
|
|
4180
|
-
|
|
3758
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
|
|
3759
|
+
color: var(--color-sf-secondary-text-color);
|
|
4181
3760
|
}
|
|
4182
3761
|
|
|
4183
|
-
.e-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
3762
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
3763
|
+
-webkit-text-fill-color: var(--color-sf-secondary-text-color);
|
|
3764
|
+
color: var(--color-sf-secondary-text-color);
|
|
3765
|
+
font-size: 14px;
|
|
4187
3766
|
}
|
|
4188
3767
|
|
|
4189
|
-
.e-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
3768
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
3769
|
+
background-color: var(--color-sf-primary);
|
|
3770
|
+
border-radius: calc(var(--e-radius) * 0.125);
|
|
3771
|
+
color: var(--color-sf-content-text-color);
|
|
3772
|
+
height: 40px;
|
|
3773
|
+
line-height: 40px;
|
|
4193
3774
|
}
|
|
4194
3775
|
|
|
4195
|
-
.e-
|
|
4196
|
-
|
|
4197
|
-
min-height: 36px;
|
|
3776
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
3777
|
+
color: var(--color-sf-content-text-color);
|
|
4198
3778
|
}
|
|
4199
3779
|
|
|
4200
|
-
.e-
|
|
4201
|
-
|
|
4202
|
-
width: calc(100% - 38px);
|
|
3780
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
3781
|
+
height: 30px;
|
|
4203
3782
|
}
|
|
4204
3783
|
|
|
4205
|
-
.e-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
4213
|
-
line-height: 36px;
|
|
4214
|
-
padding-left: 12px;
|
|
4215
|
-
}
|
|
4216
|
-
|
|
4217
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
4218
|
-
padding-left: 0;
|
|
4219
|
-
}
|
|
4220
|
-
|
|
4221
|
-
.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
4222
|
-
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
4223
|
-
left: 32px;
|
|
4224
|
-
}
|
|
4225
|
-
|
|
4226
|
-
.e-bigger.e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
4227
|
-
.e-bigger.e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
4228
|
-
left: 25px;
|
|
3784
|
+
.e-popup.e-multi-select-list-wrapper {
|
|
3785
|
+
-webkit-box-shadow: 0 16px 48px rgba(var(--color-sf-black), 0.175);
|
|
3786
|
+
box-shadow: 0 16px 48px rgba(var(--color-sf-black), 0.175);
|
|
3787
|
+
-webkit-box-sizing: content-box;
|
|
3788
|
+
box-sizing: content-box;
|
|
3789
|
+
overflow: initial;
|
|
4229
3790
|
}
|
|
4230
3791
|
|
|
4231
|
-
.e-
|
|
4232
|
-
|
|
3792
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
|
|
3793
|
+
border-bottom: 0 solid transparent;
|
|
3794
|
+
border-left: 0 solid var(--color-sf-content-bg-color-selected);
|
|
3795
|
+
border-right: 0 solid var(--color-sf-content-bg-color-selected);
|
|
3796
|
+
border-top: 0 solid var(--color-sf-border-selected);
|
|
4233
3797
|
}
|
|
4234
3798
|
|
|
4235
|
-
.e-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
margin-right: 12px;
|
|
3799
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
3800
|
+
background-color: transparent;
|
|
3801
|
+
border-color: transparent;
|
|
3802
|
+
color: var(--color-sf-content-text-color);
|
|
4240
3803
|
}
|
|
4241
3804
|
|
|
4242
|
-
.e-
|
|
4243
|
-
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
margin-right: 12px;
|
|
3805
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
3806
|
+
background-color: transparent;
|
|
3807
|
+
border-color: transparent;
|
|
3808
|
+
color: var(--color-sf-content-text-color);
|
|
4247
3809
|
}
|
|
4248
3810
|
|
|
4249
|
-
.e-
|
|
4250
|
-
|
|
3811
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
3812
|
+
background-color: var(--color-sf-content-bg-color-hover);
|
|
3813
|
+
color: var(--color-sf-content-text-color);
|
|
4251
3814
|
}
|
|
4252
3815
|
|
|
4253
|
-
.e-
|
|
4254
|
-
|
|
3816
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
3817
|
+
background-color: var(--color-sf-content-bg-color-hover);
|
|
3818
|
+
color: var(--color-sf-content-text-color-alt3);
|
|
4255
3819
|
}
|
|
4256
3820
|
|
|
4257
|
-
.e-
|
|
4258
|
-
|
|
4259
|
-
|
|
3821
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
3822
|
+
border-bottom: 0 solid transparent;
|
|
3823
|
+
border-top: 0 solid transparent;
|
|
4260
3824
|
}
|
|
4261
3825
|
|
|
4262
|
-
.e-
|
|
4263
|
-
|
|
4264
|
-
font-size: 14px;
|
|
4265
|
-
line-height: 48px;
|
|
4266
|
-
text-indent: 16px;
|
|
3826
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
3827
|
+
border-bottom: 0 solid transparent;
|
|
4267
3828
|
}
|
|
4268
3829
|
|
|
4269
|
-
.e-
|
|
4270
|
-
|
|
4271
|
-
bottom: 1px;
|
|
4272
|
-
bottom: 2px;
|
|
4273
|
-
margin-right: 12px;
|
|
3830
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
3831
|
+
border-top: 0 solid transparent;
|
|
4274
3832
|
}
|
|
4275
3833
|
|
|
4276
|
-
.e-
|
|
4277
|
-
|
|
3834
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
3835
|
+
background-color: var(--color-sf-content-bg-color-selected);
|
|
3836
|
+
-webkit-box-shadow: none;
|
|
3837
|
+
box-shadow: none;
|
|
3838
|
+
color: var(--color-sf-content-text-color-selected);
|
|
3839
|
+
border: 0 solid transparent;
|
|
4278
3840
|
}
|
|
4279
3841
|
|
|
4280
|
-
.e-
|
|
4281
|
-
|
|
3842
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
3843
|
+
background-color: var(--color-sf-content-bg-color-selected);
|
|
3844
|
+
-webkit-box-shadow: none;
|
|
3845
|
+
box-shadow: none;
|
|
3846
|
+
color: var(--color-sf-content-text-color-selected);
|
|
3847
|
+
border: 0 solid transparent;
|
|
4282
3848
|
}
|
|
4283
3849
|
|
|
4284
|
-
.e-
|
|
4285
|
-
|
|
4286
|
-
line-height: 40px;
|
|
3850
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
3851
|
+
border: 0 solid transparent;
|
|
4287
3852
|
}
|
|
4288
3853
|
|
|
4289
|
-
.e-
|
|
4290
|
-
|
|
4291
|
-
margin-top: -2.65em;
|
|
3854
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
3855
|
+
border: 0 solid transparent;
|
|
4292
3856
|
}
|
|
4293
3857
|
|
|
4294
|
-
.e-
|
|
4295
|
-
|
|
4296
|
-
width: 14px;
|
|
3858
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
3859
|
+
color: var(--color-sf-placeholder-text-color);
|
|
4297
3860
|
}
|
|
4298
3861
|
|
|
4299
|
-
.e-
|
|
4300
|
-
|
|
3862
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
3863
|
+
color: var(--color-sf-placeholder-text-color);
|
|
4301
3864
|
}
|
|
4302
3865
|
|
|
4303
|
-
.e-
|
|
4304
|
-
|
|
4305
|
-
min-height: 32px;
|
|
3866
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
3867
|
+
color: var(--color-sf-placeholder-text-color);
|
|
4306
3868
|
}
|
|
4307
3869
|
|
|
4308
|
-
.e-
|
|
4309
|
-
|
|
4310
|
-
line-height: 28px;
|
|
3870
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
3871
|
+
color: var(--color-sf-placeholder-text-color);
|
|
4311
3872
|
}
|
|
4312
3873
|
|
|
4313
|
-
.e-
|
|
4314
|
-
|
|
4315
|
-
margin-top: -2em;
|
|
3874
|
+
.e-ul.e-reorder {
|
|
3875
|
+
border-bottom: 1px solid var(--color-sf-border-light);
|
|
4316
3876
|
}
|
|
4317
3877
|
|
|
4318
|
-
.e-
|
|
4319
|
-
|
|
4320
|
-
background-size: 300px 40px;
|
|
4321
|
-
min-height: 40px;
|
|
3878
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
3879
|
+
border-bottom: 1px solid var(--color-sf-border-light);
|
|
4322
3880
|
}
|
|
4323
3881
|
|
|
4324
|
-
.e-
|
|
4325
|
-
|
|
4326
|
-
|
|
3882
|
+
.e-multi-select-wrapper .e-delim-values {
|
|
3883
|
+
-webkit-text-fill-color: var(--color-sf-secondary-text-color);
|
|
3884
|
+
color: var(--color-sf-secondary-text-color);
|
|
3885
|
+
-webkit-text-fill-color: var(--color-sf-content-text-color);
|
|
3886
|
+
color: var(--color-sf-content-text-color);
|
|
4327
3887
|
}
|
|
4328
3888
|
|
|
4329
|
-
.e-
|
|
4330
|
-
|
|
4331
|
-
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
4332
|
-
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
4333
|
-
padding: 0;
|
|
3889
|
+
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
3890
|
+
color: var(--color-sf-content-text-color);
|
|
4334
3891
|
}
|
|
4335
3892
|
|
|
4336
|
-
.e-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
4340
|
-
padding: 11px 12px 0;
|
|
3893
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
3894
|
+
border-radius: calc(var(--e-radius) * 0.125);
|
|
3895
|
+
height: 20px;
|
|
4341
3896
|
}
|
|
4342
3897
|
|
|
4343
|
-
.e-
|
|
4344
|
-
|
|
4345
|
-
padding: 19px 12px 0 16px;
|
|
3898
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
3899
|
+
font-size: 12px;
|
|
4346
3900
|
}
|
|
4347
3901
|
|
|
4348
|
-
.e-
|
|
4349
|
-
|
|
3902
|
+
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
3903
|
+
font-size: 12px;
|
|
4350
3904
|
}
|
|
4351
3905
|
|
|
4352
|
-
.e-
|
|
4353
|
-
|
|
4354
|
-
padding: 5px 0;
|
|
3906
|
+
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
3907
|
+
left: 0;
|
|
4355
3908
|
}
|
|
4356
3909
|
|
|
4357
|
-
.e-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
4361
|
-
height: 28px;
|
|
3910
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
3911
|
+
-webkit-text-fill-color: var(--color-sf-content-text-color-alt1);
|
|
3912
|
+
color: var(--color-sf-content-text-color-alt1);
|
|
4362
3913
|
}
|
|
4363
3914
|
|
|
4364
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4365
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
4366
|
-
height: 24px;
|
|
4367
|
-
}
|
|
4368
3915
|
|
|
4369
|
-
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4370
|
-
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
4371
|
-
height: 32px;
|
|
4372
|
-
}
|
|
4373
3916
|
|
|
4374
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4375
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4376
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4377
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
4378
|
-
height: 18px;
|
|
4379
|
-
}
|
|
4380
3917
|
|
|
4381
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4382
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4383
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4384
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4385
|
-
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4386
|
-
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4387
|
-
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4388
|
-
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
4389
|
-
margin: 8px 8px 0 0;
|
|
4390
|
-
padding: 0 8px 0 0;
|
|
4391
|
-
}
|
|
4392
3918
|
|
|
4393
|
-
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4394
|
-
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4395
|
-
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4396
|
-
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4397
|
-
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4398
|
-
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4399
|
-
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4400
|
-
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
4401
|
-
margin: 8px 0 0 8px;
|
|
4402
|
-
padding: 0 8px;
|
|
4403
|
-
}
|
|
4404
3919
|
|
|
4405
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4406
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4407
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4408
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
4409
|
-
padding-left: 8px;
|
|
4410
|
-
}
|
|
4411
3920
|
|
|
4412
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4413
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4414
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4415
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4416
|
-
font-size: 13px;
|
|
4417
|
-
padding: 0 8px 0 0;
|
|
4418
|
-
}
|
|
4419
3921
|
|
|
4420
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4421
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4422
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4423
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4424
|
-
font-size: 12px;
|
|
4425
|
-
padding: 0 4px 0 0;
|
|
4426
|
-
}
|
|
4427
3922
|
|
|
4428
|
-
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4429
|
-
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4430
|
-
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4431
|
-
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4432
|
-
padding: 0 0 0 4px;
|
|
4433
|
-
}
|
|
4434
3923
|
|
|
4435
|
-
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4436
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4437
|
-
font-size: 13px;
|
|
4438
|
-
}
|
|
4439
3924
|
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
3925
|
+
/* Font Family */
|
|
3926
|
+
/* Font Sizes */
|
|
3927
|
+
/* Radius */
|
|
3928
|
+
/* 1px */
|
|
3929
|
+
/* 2px */
|
|
3930
|
+
/* 3px */
|
|
3931
|
+
/* 4px */
|
|
3932
|
+
/* 5px */
|
|
3933
|
+
/* 6px */
|
|
3934
|
+
/* 7px */
|
|
3935
|
+
/* 8px */
|
|
3936
|
+
/* 9px */
|
|
3937
|
+
/* 10px */
|
|
3938
|
+
/* 11px */
|
|
3939
|
+
/* 12px */
|
|
3940
|
+
/* 13px */
|
|
3941
|
+
/* 14px */
|
|
3942
|
+
/* 15px */
|
|
3943
|
+
/* 16px */
|
|
3944
|
+
/* 17px */
|
|
3945
|
+
/* 18px */
|
|
3946
|
+
/* 19px */
|
|
3947
|
+
/* 20px */
|
|
3948
|
+
/* 21px */
|
|
3949
|
+
/* 22px */
|
|
3950
|
+
/* 23px */
|
|
3951
|
+
/* 24px */
|
|
3952
|
+
/* 25px */
|
|
3953
|
+
/* 26px */
|
|
3954
|
+
/* 27px */
|
|
3955
|
+
/* 28px */
|
|
3956
|
+
/* 29px */
|
|
3957
|
+
/* 30px */
|
|
3958
|
+
/* 31px */
|
|
3959
|
+
/* 32px */
|
|
3960
|
+
/* 33px */
|
|
3961
|
+
/* 34px */
|
|
3962
|
+
/* 35px */
|
|
3963
|
+
/* 36px */
|
|
3964
|
+
/* 37px */
|
|
3965
|
+
/* 38px */
|
|
3966
|
+
/* 39px */
|
|
3967
|
+
/* 40px */
|
|
3968
|
+
/* 41px */
|
|
3969
|
+
/* 42px */
|
|
3970
|
+
/* 43px */
|
|
3971
|
+
/* 44px */
|
|
3972
|
+
/* 45px */
|
|
3973
|
+
/* 46px */
|
|
3974
|
+
/* 47px */
|
|
3975
|
+
/* 48px */
|
|
3976
|
+
/* 49px */
|
|
3977
|
+
/* 50px */
|
|
3978
|
+
/* 5em */
|
|
3979
|
+
/* 65% */
|
|
3980
|
+
/* border */
|
|
3981
|
+
/* 0px */
|
|
3982
|
+
/* 1px */
|
|
3983
|
+
/* 1.5px */
|
|
3984
|
+
/* 2px */
|
|
3985
|
+
/* 3px */
|
|
3986
|
+
/* 4px */
|
|
3987
|
+
/* 5px */
|
|
3988
|
+
/* 6px */
|
|
3989
|
+
/* 7px */
|
|
3990
|
+
/* 8px */
|
|
3991
|
+
/* 9px */
|
|
3992
|
+
/* 10px */
|
|
3993
|
+
/* 11px */
|
|
3994
|
+
/* 12px */
|
|
3995
|
+
/* 13px */
|
|
3996
|
+
/* 14px */
|
|
3997
|
+
/* 15px */
|
|
3998
|
+
/* 16px */
|
|
3999
|
+
.e-dropdownbase .e-list-group-item,
|
|
4000
|
+
.e-fixed-head {
|
|
4467
4001
|
font-size: 12px;
|
|
4468
4002
|
}
|
|
4469
4003
|
|
|
4470
|
-
.e-small.e-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
height: 30px;
|
|
4476
|
-
}
|
|
4477
|
-
|
|
4478
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
4479
|
-
height: 24px;
|
|
4480
|
-
width: 24px;
|
|
4481
|
-
}
|
|
4482
|
-
|
|
4483
|
-
.e-listbox-tool .e-moveup::before {
|
|
4484
|
-
content: "\e776";
|
|
4485
|
-
}
|
|
4486
|
-
|
|
4487
|
-
.e-listbox-tool .e-movedown::before {
|
|
4488
|
-
content: "\e729";
|
|
4489
|
-
}
|
|
4490
|
-
|
|
4491
|
-
.e-listbox-tool .e-moveto::before {
|
|
4492
|
-
content: "\e748";
|
|
4493
|
-
}
|
|
4494
|
-
|
|
4495
|
-
.e-listbox-tool .e-movefrom::before {
|
|
4496
|
-
content: "\e765";
|
|
4004
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
4005
|
+
.e-small .e-fixed-head,
|
|
4006
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
4007
|
+
.e-small.e-fixed-head {
|
|
4008
|
+
font-size: 10px;
|
|
4497
4009
|
}
|
|
4498
4010
|
|
|
4499
|
-
.e-
|
|
4500
|
-
|
|
4011
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
4012
|
+
padding: 0 8px 0 0;
|
|
4501
4013
|
}
|
|
4502
4014
|
|
|
4503
|
-
.e-
|
|
4504
|
-
|
|
4015
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
4016
|
+
padding: 0 6px 0 0;
|
|
4505
4017
|
}
|
|
4506
4018
|
|
|
4507
4019
|
|
|
@@ -4588,330 +4100,408 @@ ejs-multiselect {
|
|
|
4588
4100
|
/* 14px */
|
|
4589
4101
|
/* 15px */
|
|
4590
4102
|
/* 16px */
|
|
4591
|
-
.e-
|
|
4592
|
-
|
|
4593
|
-
|
|
4103
|
+
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
4104
|
+
line-height: 30px;
|
|
4105
|
+
top: 0;
|
|
4594
4106
|
}
|
|
4595
4107
|
|
|
4596
|
-
.e-
|
|
4597
|
-
|
|
4108
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
4109
|
+
border-radius: 0 2px 2px 0;
|
|
4110
|
+
border-right-width: 0;
|
|
4598
4111
|
}
|
|
4599
4112
|
|
|
4600
|
-
.e-
|
|
4601
|
-
|
|
4113
|
+
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
4114
|
+
border-left-width: 0;
|
|
4115
|
+
border-radius: 4px 0 0 4px;
|
|
4116
|
+
border-right-width: 1px;
|
|
4602
4117
|
}
|
|
4603
4118
|
|
|
4604
|
-
.e-
|
|
4605
|
-
height:
|
|
4119
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
4120
|
+
height: 32px;
|
|
4121
|
+
width: 32px;
|
|
4606
4122
|
}
|
|
4607
4123
|
|
|
4608
|
-
.e-
|
|
4609
|
-
.e-
|
|
4610
|
-
|
|
4611
|
-
|
|
4124
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
4125
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
4126
|
+
color: var(--color-sf-content-text-color);
|
|
4127
|
+
height: 100%;
|
|
4612
4128
|
}
|
|
4613
4129
|
|
|
4614
|
-
.e-
|
|
4615
|
-
|
|
4616
|
-
.e-listboxtool-wrapper {
|
|
4617
|
-
font-family: var(--e-font-family);
|
|
4618
|
-
font-size: 14px;
|
|
4130
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
4131
|
+
border-left-width: 0;
|
|
4619
4132
|
}
|
|
4620
|
-
|
|
4621
|
-
.e-
|
|
4622
|
-
|
|
4623
|
-
background-color: var(--color-sf-content-bg-color-alt2);
|
|
4624
|
-
border-color: rgba(var(--color-sf-black), 0.12);
|
|
4625
|
-
color: var(--color-sf-content-text-color-alt2);
|
|
4626
|
-
font-size: 12px;
|
|
4133
|
+
|
|
4134
|
+
.e-float-input.e-control-wrapper.e-multiselect input[readonly] {
|
|
4135
|
+
background: transparent;
|
|
4627
4136
|
}
|
|
4628
4137
|
|
|
4629
|
-
.e-
|
|
4630
|
-
.e-
|
|
4631
|
-
|
|
4632
|
-
height: calc(100% - 50px);
|
|
4138
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
4139
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
4140
|
+
margin-top: -2.25em;
|
|
4633
4141
|
}
|
|
4634
4142
|
|
|
4635
|
-
.e-
|
|
4636
|
-
|
|
4637
|
-
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4638
|
-
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4143
|
+
.e-bigger .e-multi-select-wrapper {
|
|
4144
|
+
min-height: 36px;
|
|
4639
4145
|
}
|
|
4640
4146
|
|
|
4641
|
-
.e-
|
|
4642
|
-
|
|
4643
|
-
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
4644
|
-
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4147
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
4148
|
+
margin: 3px;
|
|
4645
4149
|
}
|
|
4646
4150
|
|
|
4647
|
-
.e-
|
|
4648
|
-
|
|
4649
|
-
.e-listboxtool-wrapper .e-list-item {
|
|
4650
|
-
background-color: transparent;
|
|
4651
|
-
border-bottom: 1px solid var(--color-sf-border-light);
|
|
4652
|
-
border-left: 0 solid transparent;
|
|
4653
|
-
border-right: 0 solid transparent;
|
|
4654
|
-
border-top: 0 solid transparent;
|
|
4655
|
-
color: var(--color-sf-content-text-color);
|
|
4151
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4152
|
+
padding: 7px 8px 7px 4px;
|
|
4656
4153
|
}
|
|
4657
4154
|
|
|
4658
|
-
.e-
|
|
4659
|
-
|
|
4660
|
-
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
4661
|
-
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
4662
|
-
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
4663
|
-
background-color: var(--color-sf-content-bg-color-hover);
|
|
4664
|
-
border-color: transparent;
|
|
4665
|
-
color: var(--color-sf-content-text-color);
|
|
4155
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4156
|
+
padding: 8px 4px 8px 0;
|
|
4666
4157
|
}
|
|
4667
4158
|
|
|
4668
|
-
.e-
|
|
4669
|
-
|
|
4670
|
-
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
4671
|
-
background-color: transparent;
|
|
4672
|
-
color: var(--color-sf-content-text-color);
|
|
4159
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4160
|
+
padding: 8px 0 8px 4px;
|
|
4673
4161
|
}
|
|
4674
4162
|
|
|
4675
|
-
.e-
|
|
4676
|
-
|
|
4677
|
-
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
4678
|
-
.e-listbox-container .e-list-item.e-selected,
|
|
4679
|
-
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
4680
|
-
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
4681
|
-
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
4682
|
-
background-color: var(--color-sf-content-bg-color-selected);
|
|
4683
|
-
color: var(--color-sf-content-text-color-selected);
|
|
4163
|
+
.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
4164
|
+
right: 40px;
|
|
4684
4165
|
}
|
|
4685
4166
|
|
|
4686
|
-
.e-
|
|
4687
|
-
.e-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
4691
|
-
background-color: var(--color-sf-primary);
|
|
4692
|
-
border-color: transparent;
|
|
4693
|
-
color: var(--color-sf-primary-text-color);
|
|
4167
|
+
.e-bigger.e-small .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
4168
|
+
.e-bigger.e-small.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
4169
|
+
left: 45px;
|
|
4170
|
+
right: auto;
|
|
4694
4171
|
}
|
|
4695
4172
|
|
|
4696
|
-
.e-
|
|
4697
|
-
.e-
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
border-color: rgba(var(--color-sf-black), 0.12);
|
|
4701
|
-
color: var(--color-sf-content-text-color-alt2);
|
|
4702
|
-
font-size: 14px;
|
|
4173
|
+
.e-small.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
4174
|
+
.e-small.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
4175
|
+
left: 12px;
|
|
4176
|
+
right: auto;
|
|
4703
4177
|
}
|
|
4704
4178
|
|
|
4705
|
-
.e-
|
|
4706
|
-
|
|
4707
|
-
.e-listboxtool-wrapper .e-selectall-parent {
|
|
4708
|
-
background-color: transparent;
|
|
4709
|
-
border-bottom: 1px solid var(--color-sf-border-light);
|
|
4710
|
-
color: var(--color-sf-content-text-color);
|
|
4179
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
4180
|
+
margin-top: -35px;
|
|
4711
4181
|
}
|
|
4712
4182
|
|
|
4713
|
-
.e-
|
|
4714
|
-
.e-
|
|
4715
|
-
|
|
4716
|
-
|
|
4183
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
4184
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
4185
|
+
margin-top: -35px;
|
|
4186
|
+
margin-top: -2.15em;
|
|
4717
4187
|
}
|
|
4718
4188
|
|
|
4719
|
-
.e-
|
|
4720
|
-
.e-
|
|
4721
|
-
|
|
4722
|
-
height:
|
|
4723
|
-
position: relative;
|
|
4189
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
4190
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
4191
|
+
height: 30px;
|
|
4192
|
+
min-height: 30px;
|
|
4724
4193
|
}
|
|
4725
|
-
|
|
4726
|
-
.e-
|
|
4727
|
-
|
|
4728
|
-
|
|
4194
|
+
|
|
4195
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
4196
|
+
height: 36px;
|
|
4197
|
+
min-height: 36px;
|
|
4729
4198
|
}
|
|
4730
|
-
|
|
4731
|
-
.e-
|
|
4732
|
-
.e-
|
|
4733
|
-
|
|
4199
|
+
|
|
4200
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
4201
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
4202
|
+
width: calc(100% - 38px);
|
|
4734
4203
|
}
|
|
4735
|
-
|
|
4736
|
-
.e-
|
|
4737
|
-
.e-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
font-weight: 500;
|
|
4742
|
-
margin: 0;
|
|
4743
|
-
overflow: hidden;
|
|
4744
|
-
padding: 0;
|
|
4745
|
-
text-overflow: ellipsis;
|
|
4746
|
-
white-space: nowrap;
|
|
4204
|
+
|
|
4205
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
4206
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
4207
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
4208
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
4209
|
+
width: calc(100% - 32px);
|
|
4747
4210
|
}
|
|
4748
|
-
|
|
4749
|
-
.e-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
display: block;
|
|
4753
|
-
font-size: 14px;
|
|
4754
|
-
margin: 0;
|
|
4755
|
-
padding: 2px 0 0 0;
|
|
4756
|
-
word-wrap: break-word;
|
|
4211
|
+
|
|
4212
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
4213
|
+
line-height: 36px;
|
|
4214
|
+
padding-left: 12px;
|
|
4757
4215
|
}
|
|
4758
|
-
|
|
4759
|
-
.e-
|
|
4760
|
-
|
|
4761
|
-
overflow: hidden;
|
|
4762
|
-
text-overflow: ellipsis;
|
|
4763
|
-
white-space: nowrap;
|
|
4216
|
+
|
|
4217
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
4218
|
+
padding-left: 0;
|
|
4764
4219
|
}
|
|
4765
|
-
|
|
4766
|
-
.e-
|
|
4767
|
-
.e-
|
|
4768
|
-
|
|
4769
|
-
left: 0;
|
|
4770
|
-
position: absolute;
|
|
4771
|
-
width: 40px;
|
|
4772
|
-
left: 0;
|
|
4220
|
+
|
|
4221
|
+
.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
4222
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
4223
|
+
left: 32px;
|
|
4773
4224
|
}
|
|
4774
|
-
|
|
4775
|
-
.e-
|
|
4776
|
-
.e-
|
|
4777
|
-
|
|
4778
|
-
padding-right: 16px;
|
|
4225
|
+
|
|
4226
|
+
.e-bigger.e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
4227
|
+
.e-bigger.e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
4228
|
+
left: 25px;
|
|
4779
4229
|
}
|
|
4780
|
-
|
|
4781
|
-
.e-
|
|
4782
|
-
|
|
4783
|
-
padding-left: 16px;
|
|
4784
|
-
padding-right: 68px;
|
|
4230
|
+
|
|
4231
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
4232
|
+
padding-right: 25px;
|
|
4785
4233
|
}
|
|
4786
|
-
|
|
4787
|
-
.e-
|
|
4788
|
-
.e-
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
width: 40px;
|
|
4793
|
-
right: 0;
|
|
4234
|
+
|
|
4235
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
4236
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
4237
|
+
bottom: 1px;
|
|
4238
|
+
bottom: 2px;
|
|
4239
|
+
margin-right: 12px;
|
|
4794
4240
|
}
|
|
4795
|
-
|
|
4796
|
-
.e-
|
|
4797
|
-
.e-
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4241
|
+
|
|
4242
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
4243
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
4244
|
+
bottom: 1px;
|
|
4245
|
+
bottom: 2px;
|
|
4246
|
+
margin-right: 12px;
|
|
4801
4247
|
}
|
|
4802
|
-
|
|
4803
|
-
.e-
|
|
4804
|
-
|
|
4805
|
-
font-size: 10px;
|
|
4806
|
-
height: 18px;
|
|
4807
|
-
line-height: 16px;
|
|
4808
|
-
padding: 0;
|
|
4809
|
-
position: absolute;
|
|
4810
|
-
right: 12px;
|
|
4811
|
-
top: 50%;
|
|
4812
|
-
-webkit-transform: translateY(-50%);
|
|
4813
|
-
transform: translateY(-50%);
|
|
4814
|
-
width: 32px;
|
|
4248
|
+
|
|
4249
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
4250
|
+
padding-left: 16px;
|
|
4815
4251
|
}
|
|
4816
|
-
|
|
4817
|
-
.e-
|
|
4818
|
-
|
|
4819
|
-
padding-left: 68px;
|
|
4820
|
-
padding-right: 10px;
|
|
4252
|
+
|
|
4253
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper {
|
|
4254
|
+
padding-left: 0;
|
|
4821
4255
|
}
|
|
4822
|
-
|
|
4823
|
-
.e-
|
|
4824
|
-
.e-
|
|
4825
|
-
|
|
4826
|
-
padding-right: 10px;
|
|
4256
|
+
|
|
4257
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
4258
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
4259
|
+
font-size: 16px;
|
|
4827
4260
|
}
|
|
4828
|
-
|
|
4829
|
-
.e-
|
|
4830
|
-
.e-
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
padding: 8px 0;
|
|
4835
|
-
text-overflow: ellipsis;
|
|
4836
|
-
white-space: nowrap;
|
|
4261
|
+
|
|
4262
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
4263
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
4264
|
+
font-size: 14px;
|
|
4265
|
+
line-height: 48px;
|
|
4266
|
+
text-indent: 16px;
|
|
4837
4267
|
}
|
|
4838
|
-
|
|
4839
|
-
.e-
|
|
4840
|
-
.e-
|
|
4841
|
-
|
|
4842
|
-
|
|
4843
|
-
|
|
4268
|
+
|
|
4269
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
4270
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
4271
|
+
bottom: 1px;
|
|
4272
|
+
bottom: 2px;
|
|
4273
|
+
margin-right: 12px;
|
|
4844
4274
|
}
|
|
4845
|
-
|
|
4846
|
-
.e-
|
|
4847
|
-
|
|
4848
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
4849
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
4850
|
-
color: var(--color-sf-content-text-color-selected);
|
|
4275
|
+
|
|
4276
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
4277
|
+
padding-left: 8px;
|
|
4851
4278
|
}
|
|
4852
|
-
|
|
4853
|
-
.e-
|
|
4854
|
-
|
|
4855
|
-
left: inherit;
|
|
4856
|
-
right: 0;
|
|
4279
|
+
|
|
4280
|
+
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
4281
|
+
line-height: 34px;
|
|
4857
4282
|
}
|
|
4858
|
-
|
|
4859
|
-
.e-
|
|
4860
|
-
.e-
|
|
4861
|
-
|
|
4862
|
-
padding-right: 68px;
|
|
4283
|
+
|
|
4284
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
4285
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
4286
|
+
line-height: 40px;
|
|
4863
4287
|
}
|
|
4864
|
-
|
|
4865
|
-
.e-
|
|
4866
|
-
.e-
|
|
4867
|
-
|
|
4868
|
-
padding-right: 16px;
|
|
4288
|
+
|
|
4289
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
4290
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
4291
|
+
margin-top: -2.65em;
|
|
4869
4292
|
}
|
|
4870
|
-
|
|
4871
|
-
.e-
|
|
4872
|
-
|
|
4873
|
-
|
|
4874
|
-
right: inherit;
|
|
4293
|
+
|
|
4294
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
4295
|
+
height: 14px;
|
|
4296
|
+
width: 14px;
|
|
4875
4297
|
}
|
|
4876
|
-
|
|
4877
|
-
.e-
|
|
4878
|
-
|
|
4879
|
-
left: 12px;
|
|
4880
|
-
right: inherit;
|
|
4298
|
+
|
|
4299
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
4300
|
+
min-height: 28px;
|
|
4881
4301
|
}
|
|
4882
|
-
|
|
4883
|
-
.e-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
padding-right: 68px;
|
|
4302
|
+
|
|
4303
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
4304
|
+
height: 32px;
|
|
4305
|
+
min-height: 32px;
|
|
4887
4306
|
}
|
|
4888
|
-
|
|
4889
|
-
.e-
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
padding-right: 16px;
|
|
4307
|
+
|
|
4308
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
4309
|
+
font-size: 12px;
|
|
4310
|
+
line-height: 28px;
|
|
4893
4311
|
}
|
|
4894
4312
|
|
|
4895
|
-
.e-
|
|
4896
|
-
.e-
|
|
4897
|
-
|
|
4898
|
-
color: var(--color-sf-content-text-color-dragged) !important; /* stylelint-disable-line declaration-no-important */
|
|
4313
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
4314
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
4315
|
+
margin-top: -2em;
|
|
4899
4316
|
}
|
|
4900
4317
|
|
|
4901
|
-
.e-
|
|
4902
|
-
|
|
4318
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
4319
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
4320
|
+
background-size: 300px 40px;
|
|
4321
|
+
min-height: 40px;
|
|
4903
4322
|
}
|
|
4904
4323
|
|
|
4905
|
-
.e-
|
|
4906
|
-
|
|
4324
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
4325
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
4326
|
+
padding: 3px 12px 0 4px;
|
|
4907
4327
|
}
|
|
4908
4328
|
|
|
4909
|
-
.e-
|
|
4910
|
-
|
|
4329
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
4330
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
4331
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
4332
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
4333
|
+
padding: 0;
|
|
4911
4334
|
}
|
|
4912
4335
|
|
|
4913
|
-
.e-
|
|
4914
|
-
|
|
4336
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
4337
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
4338
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
4339
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
4340
|
+
padding: 11px 12px 0;
|
|
4341
|
+
}
|
|
4342
|
+
|
|
4343
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
4344
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
4345
|
+
padding: 19px 12px 0 16px;
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4348
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
4349
|
+
padding-top: 3px;
|
|
4350
|
+
}
|
|
4351
|
+
|
|
4352
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
4353
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
4354
|
+
padding: 5px 0;
|
|
4355
|
+
}
|
|
4356
|
+
|
|
4357
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4358
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4359
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4360
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
4361
|
+
height: 28px;
|
|
4362
|
+
}
|
|
4363
|
+
|
|
4364
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4365
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
4366
|
+
height: 24px;
|
|
4367
|
+
}
|
|
4368
|
+
|
|
4369
|
+
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4370
|
+
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
4371
|
+
height: 32px;
|
|
4372
|
+
}
|
|
4373
|
+
|
|
4374
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4375
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4376
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4377
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
4378
|
+
height: 18px;
|
|
4379
|
+
}
|
|
4380
|
+
|
|
4381
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4382
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4383
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4384
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4385
|
+
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4386
|
+
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4387
|
+
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4388
|
+
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
4389
|
+
margin: 8px 8px 0 0;
|
|
4390
|
+
padding: 0 8px 0 0;
|
|
4391
|
+
}
|
|
4392
|
+
|
|
4393
|
+
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4394
|
+
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4395
|
+
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4396
|
+
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4397
|
+
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4398
|
+
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4399
|
+
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
4400
|
+
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
4401
|
+
margin: 8px 0 0 8px;
|
|
4402
|
+
padding: 0 8px;
|
|
4403
|
+
}
|
|
4404
|
+
|
|
4405
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4406
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4407
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4408
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
4409
|
+
padding-left: 8px;
|
|
4410
|
+
}
|
|
4411
|
+
|
|
4412
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4413
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4414
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4415
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4416
|
+
font-size: 13px;
|
|
4417
|
+
padding: 0 8px 0 0;
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4421
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4422
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4423
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4424
|
+
font-size: 12px;
|
|
4425
|
+
padding: 0 4px 0 0;
|
|
4426
|
+
}
|
|
4427
|
+
|
|
4428
|
+
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4429
|
+
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4430
|
+
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4431
|
+
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4432
|
+
padding: 0 0 0 4px;
|
|
4433
|
+
}
|
|
4434
|
+
|
|
4435
|
+
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
4436
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4437
|
+
font-size: 13px;
|
|
4438
|
+
}
|
|
4439
|
+
|
|
4440
|
+
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
4441
|
+
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
4442
|
+
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4443
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4444
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
4445
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
4446
|
+
padding: 0 12px;
|
|
4447
|
+
}
|
|
4448
|
+
|
|
4449
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
4450
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
4451
|
+
padding-right: 8px;
|
|
4452
|
+
}
|
|
4453
|
+
|
|
4454
|
+
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
4455
|
+
font-size: 14px;
|
|
4456
|
+
}
|
|
4457
|
+
|
|
4458
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
4459
|
+
font-size: 14px;
|
|
4460
|
+
}
|
|
4461
|
+
|
|
4462
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
4463
|
+
height: 26px;
|
|
4464
|
+
}
|
|
4465
|
+
|
|
4466
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
4467
|
+
font-size: 12px;
|
|
4468
|
+
}
|
|
4469
|
+
|
|
4470
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
4471
|
+
left: 0;
|
|
4472
|
+
}
|
|
4473
|
+
|
|
4474
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
4475
|
+
height: 30px;
|
|
4476
|
+
}
|
|
4477
|
+
|
|
4478
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
4479
|
+
height: 24px;
|
|
4480
|
+
width: 24px;
|
|
4481
|
+
}
|
|
4482
|
+
|
|
4483
|
+
.e-listbox-tool .e-moveup::before {
|
|
4484
|
+
content: "\e776";
|
|
4485
|
+
}
|
|
4486
|
+
|
|
4487
|
+
.e-listbox-tool .e-movedown::before {
|
|
4488
|
+
content: "\e729";
|
|
4489
|
+
}
|
|
4490
|
+
|
|
4491
|
+
.e-listbox-tool .e-moveto::before {
|
|
4492
|
+
content: "\e748";
|
|
4493
|
+
}
|
|
4494
|
+
|
|
4495
|
+
.e-listbox-tool .e-movefrom::before {
|
|
4496
|
+
content: "\e765";
|
|
4497
|
+
}
|
|
4498
|
+
|
|
4499
|
+
.e-listbox-tool .e-moveallto::before {
|
|
4500
|
+
content: "\e7a9";
|
|
4501
|
+
}
|
|
4502
|
+
|
|
4503
|
+
.e-listbox-tool .e-moveallfrom::before {
|
|
4504
|
+
content: "\e744";
|
|
4915
4505
|
}
|
|
4916
4506
|
|
|
4917
4507
|
|
|
@@ -5465,6 +5055,416 @@ ejs-listbox {
|
|
|
5465
5055
|
|
|
5466
5056
|
|
|
5467
5057
|
|
|
5058
|
+
/* Font Family */
|
|
5059
|
+
/* Font Sizes */
|
|
5060
|
+
/* Radius */
|
|
5061
|
+
/* 1px */
|
|
5062
|
+
/* 2px */
|
|
5063
|
+
/* 3px */
|
|
5064
|
+
/* 4px */
|
|
5065
|
+
/* 5px */
|
|
5066
|
+
/* 6px */
|
|
5067
|
+
/* 7px */
|
|
5068
|
+
/* 8px */
|
|
5069
|
+
/* 9px */
|
|
5070
|
+
/* 10px */
|
|
5071
|
+
/* 11px */
|
|
5072
|
+
/* 12px */
|
|
5073
|
+
/* 13px */
|
|
5074
|
+
/* 14px */
|
|
5075
|
+
/* 15px */
|
|
5076
|
+
/* 16px */
|
|
5077
|
+
/* 17px */
|
|
5078
|
+
/* 18px */
|
|
5079
|
+
/* 19px */
|
|
5080
|
+
/* 20px */
|
|
5081
|
+
/* 21px */
|
|
5082
|
+
/* 22px */
|
|
5083
|
+
/* 23px */
|
|
5084
|
+
/* 24px */
|
|
5085
|
+
/* 25px */
|
|
5086
|
+
/* 26px */
|
|
5087
|
+
/* 27px */
|
|
5088
|
+
/* 28px */
|
|
5089
|
+
/* 29px */
|
|
5090
|
+
/* 30px */
|
|
5091
|
+
/* 31px */
|
|
5092
|
+
/* 32px */
|
|
5093
|
+
/* 33px */
|
|
5094
|
+
/* 34px */
|
|
5095
|
+
/* 35px */
|
|
5096
|
+
/* 36px */
|
|
5097
|
+
/* 37px */
|
|
5098
|
+
/* 38px */
|
|
5099
|
+
/* 39px */
|
|
5100
|
+
/* 40px */
|
|
5101
|
+
/* 41px */
|
|
5102
|
+
/* 42px */
|
|
5103
|
+
/* 43px */
|
|
5104
|
+
/* 44px */
|
|
5105
|
+
/* 45px */
|
|
5106
|
+
/* 46px */
|
|
5107
|
+
/* 47px */
|
|
5108
|
+
/* 48px */
|
|
5109
|
+
/* 49px */
|
|
5110
|
+
/* 50px */
|
|
5111
|
+
/* 5em */
|
|
5112
|
+
/* 65% */
|
|
5113
|
+
/* border */
|
|
5114
|
+
/* 0px */
|
|
5115
|
+
/* 1px */
|
|
5116
|
+
/* 1.5px */
|
|
5117
|
+
/* 2px */
|
|
5118
|
+
/* 3px */
|
|
5119
|
+
/* 4px */
|
|
5120
|
+
/* 5px */
|
|
5121
|
+
/* 6px */
|
|
5122
|
+
/* 7px */
|
|
5123
|
+
/* 8px */
|
|
5124
|
+
/* 9px */
|
|
5125
|
+
/* 10px */
|
|
5126
|
+
/* 11px */
|
|
5127
|
+
/* 12px */
|
|
5128
|
+
/* 13px */
|
|
5129
|
+
/* 14px */
|
|
5130
|
+
/* 15px */
|
|
5131
|
+
/* 16px */
|
|
5132
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
5133
|
+
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
5134
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5135
|
+
}
|
|
5136
|
+
|
|
5137
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
5138
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5139
|
+
}
|
|
5140
|
+
|
|
5141
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
5142
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5143
|
+
}
|
|
5144
|
+
|
|
5145
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
5146
|
+
height: calc(100% - 86px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5147
|
+
}
|
|
5148
|
+
|
|
5149
|
+
.e-listbox-wrapper,
|
|
5150
|
+
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
5151
|
+
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
5152
|
+
border: 1px solid var(--color-sf-border-light);
|
|
5153
|
+
}
|
|
5154
|
+
|
|
5155
|
+
.e-listbox-wrapper,
|
|
5156
|
+
.e-listbox-container,
|
|
5157
|
+
.e-listboxtool-wrapper {
|
|
5158
|
+
font-family: var(--e-font-family);
|
|
5159
|
+
font-size: 14px;
|
|
5160
|
+
}
|
|
5161
|
+
.e-listbox-wrapper .e-list-header,
|
|
5162
|
+
.e-listbox-container .e-list-header,
|
|
5163
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
5164
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
5165
|
+
border-color: rgba(var(--color-sf-black), 0.12);
|
|
5166
|
+
color: var(--color-sf-content-text-color-alt2);
|
|
5167
|
+
font-size: 12px;
|
|
5168
|
+
}
|
|
5169
|
+
|
|
5170
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
5171
|
+
.e-listbox-container.e-filter-list .e-list-parent,
|
|
5172
|
+
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
5173
|
+
height: calc(100% - 50px);
|
|
5174
|
+
}
|
|
5175
|
+
|
|
5176
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
5177
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
5178
|
+
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
5179
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5180
|
+
}
|
|
5181
|
+
|
|
5182
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
5183
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
5184
|
+
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
5185
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5186
|
+
}
|
|
5187
|
+
|
|
5188
|
+
.e-listbox-wrapper .e-list-item,
|
|
5189
|
+
.e-listbox-container .e-list-item,
|
|
5190
|
+
.e-listboxtool-wrapper .e-list-item {
|
|
5191
|
+
background-color: transparent;
|
|
5192
|
+
border-bottom: 1px solid var(--color-sf-border-light);
|
|
5193
|
+
border-left: 0 solid transparent;
|
|
5194
|
+
border-right: 0 solid transparent;
|
|
5195
|
+
border-top: 0 solid transparent;
|
|
5196
|
+
color: var(--color-sf-content-text-color);
|
|
5197
|
+
}
|
|
5198
|
+
|
|
5199
|
+
.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled), .e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
5200
|
+
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
5201
|
+
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
5202
|
+
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
5203
|
+
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
5204
|
+
background-color: var(--color-sf-content-bg-color-hover);
|
|
5205
|
+
border-color: transparent;
|
|
5206
|
+
color: var(--color-sf-content-text-color);
|
|
5207
|
+
}
|
|
5208
|
+
|
|
5209
|
+
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
5210
|
+
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
5211
|
+
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
5212
|
+
background-color: transparent;
|
|
5213
|
+
color: var(--color-sf-content-text-color);
|
|
5214
|
+
}
|
|
5215
|
+
|
|
5216
|
+
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist, .e-listbox-wrapper .e-list-item.e-selected,
|
|
5217
|
+
.e-listbox-container .e-list-item.e-focused,
|
|
5218
|
+
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
5219
|
+
.e-listbox-container .e-list-item.e-selected,
|
|
5220
|
+
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
5221
|
+
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
5222
|
+
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
5223
|
+
background-color: var(--color-sf-content-bg-color-selected);
|
|
5224
|
+
color: var(--color-sf-content-text-color-selected);
|
|
5225
|
+
}
|
|
5226
|
+
|
|
5227
|
+
.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, .e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
5228
|
+
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
5229
|
+
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
5230
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
5231
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
5232
|
+
background-color: var(--color-sf-primary);
|
|
5233
|
+
border-color: transparent;
|
|
5234
|
+
color: var(--color-sf-primary-text-color);
|
|
5235
|
+
}
|
|
5236
|
+
|
|
5237
|
+
.e-listbox-wrapper .e-list-group-item,
|
|
5238
|
+
.e-listbox-container .e-list-group-item,
|
|
5239
|
+
.e-listboxtool-wrapper .e-list-group-item {
|
|
5240
|
+
background-color: transparent;
|
|
5241
|
+
border-color: rgba(var(--color-sf-black), 0.12);
|
|
5242
|
+
color: var(--color-sf-content-text-color-alt2);
|
|
5243
|
+
font-size: 14px;
|
|
5244
|
+
}
|
|
5245
|
+
|
|
5246
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
5247
|
+
.e-listbox-container .e-selectall-parent,
|
|
5248
|
+
.e-listboxtool-wrapper .e-selectall-parent {
|
|
5249
|
+
background-color: transparent;
|
|
5250
|
+
border-bottom: 1px solid var(--color-sf-border-light);
|
|
5251
|
+
color: var(--color-sf-content-text-color);
|
|
5252
|
+
}
|
|
5253
|
+
|
|
5254
|
+
.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
|
|
5255
|
+
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
|
|
5256
|
+
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
5257
|
+
background-color: transparent;
|
|
5258
|
+
}
|
|
5259
|
+
|
|
5260
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper,
|
|
5261
|
+
.e-listbox-container.e-list-template .e-list-wrapper,
|
|
5262
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
5263
|
+
height: inherit;
|
|
5264
|
+
position: relative;
|
|
5265
|
+
}
|
|
5266
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
5267
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
5268
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
5269
|
+
padding: 8px 16px;
|
|
5270
|
+
}
|
|
5271
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
5272
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
5273
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
5274
|
+
padding: 4px;
|
|
5275
|
+
}
|
|
5276
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
5277
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
5278
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
5279
|
+
color: var(--color-sf-content-text-color);
|
|
5280
|
+
display: block;
|
|
5281
|
+
font-size: 14px;
|
|
5282
|
+
font-weight: 500;
|
|
5283
|
+
margin: 0;
|
|
5284
|
+
overflow: hidden;
|
|
5285
|
+
padding: 0;
|
|
5286
|
+
text-overflow: ellipsis;
|
|
5287
|
+
white-space: nowrap;
|
|
5288
|
+
}
|
|
5289
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
5290
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
5291
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
5292
|
+
color: var(--color-sf-content-text-color-alt2);
|
|
5293
|
+
display: block;
|
|
5294
|
+
font-size: 14px;
|
|
5295
|
+
margin: 0;
|
|
5296
|
+
padding: 2px 0 0 0;
|
|
5297
|
+
word-wrap: break-word;
|
|
5298
|
+
}
|
|
5299
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
5300
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
5301
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
5302
|
+
overflow: hidden;
|
|
5303
|
+
text-overflow: ellipsis;
|
|
5304
|
+
white-space: nowrap;
|
|
5305
|
+
}
|
|
5306
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
5307
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
5308
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
5309
|
+
height: 40px;
|
|
5310
|
+
left: 0;
|
|
5311
|
+
position: absolute;
|
|
5312
|
+
width: 40px;
|
|
5313
|
+
left: 0;
|
|
5314
|
+
}
|
|
5315
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
5316
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
5317
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
5318
|
+
padding-left: 68px;
|
|
5319
|
+
padding-right: 16px;
|
|
5320
|
+
}
|
|
5321
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
5322
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
5323
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
5324
|
+
padding-left: 16px;
|
|
5325
|
+
padding-right: 68px;
|
|
5326
|
+
}
|
|
5327
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
5328
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
5329
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
5330
|
+
height: 40px;
|
|
5331
|
+
left: 0;
|
|
5332
|
+
position: absolute;
|
|
5333
|
+
width: 40px;
|
|
5334
|
+
right: 0;
|
|
5335
|
+
}
|
|
5336
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar, .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
5337
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
5338
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
5339
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
5340
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
5341
|
+
top: 0;
|
|
5342
|
+
}
|
|
5343
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
5344
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
5345
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
5346
|
+
font-size: 10px;
|
|
5347
|
+
height: 18px;
|
|
5348
|
+
line-height: 16px;
|
|
5349
|
+
padding: 0;
|
|
5350
|
+
position: absolute;
|
|
5351
|
+
right: 12px;
|
|
5352
|
+
top: 50%;
|
|
5353
|
+
-webkit-transform: translateY(-50%);
|
|
5354
|
+
transform: translateY(-50%);
|
|
5355
|
+
width: 32px;
|
|
5356
|
+
}
|
|
5357
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
5358
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
5359
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
5360
|
+
padding-left: 68px;
|
|
5361
|
+
padding-right: 10px;
|
|
5362
|
+
}
|
|
5363
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
5364
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
5365
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
5366
|
+
padding-left: 16px;
|
|
5367
|
+
padding-right: 10px;
|
|
5368
|
+
}
|
|
5369
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
5370
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
5371
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
5372
|
+
display: block;
|
|
5373
|
+
margin: 0;
|
|
5374
|
+
overflow: hidden;
|
|
5375
|
+
padding: 8px 0;
|
|
5376
|
+
text-overflow: ellipsis;
|
|
5377
|
+
white-space: nowrap;
|
|
5378
|
+
}
|
|
5379
|
+
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
5380
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
5381
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
5382
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
5383
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
5384
|
+
color: var(--color-sf-content-text-color);
|
|
5385
|
+
}
|
|
5386
|
+
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
5387
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
5388
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
5389
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
5390
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
5391
|
+
color: var(--color-sf-content-text-color-selected);
|
|
5392
|
+
}
|
|
5393
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
5394
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
5395
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
5396
|
+
left: inherit;
|
|
5397
|
+
right: 0;
|
|
5398
|
+
}
|
|
5399
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
5400
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
5401
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
5402
|
+
padding-left: 16px;
|
|
5403
|
+
padding-right: 68px;
|
|
5404
|
+
}
|
|
5405
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
5406
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
5407
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
5408
|
+
padding-left: 68px;
|
|
5409
|
+
padding-right: 16px;
|
|
5410
|
+
}
|
|
5411
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
5412
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
5413
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
5414
|
+
left: 0;
|
|
5415
|
+
right: inherit;
|
|
5416
|
+
}
|
|
5417
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
5418
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
5419
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
5420
|
+
left: 12px;
|
|
5421
|
+
right: inherit;
|
|
5422
|
+
}
|
|
5423
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
5424
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
5425
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
5426
|
+
padding-left: 10px;
|
|
5427
|
+
padding-right: 68px;
|
|
5428
|
+
}
|
|
5429
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
5430
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
5431
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
5432
|
+
padding-left: 10px;
|
|
5433
|
+
padding-right: 16px;
|
|
5434
|
+
}
|
|
5435
|
+
|
|
5436
|
+
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
5437
|
+
.e-listbox-container.e-sortableclone .e-list-item {
|
|
5438
|
+
background-color: var(--color-sf-content-bg-color-dragged) !important; /* stylelint-disable-line declaration-no-important */
|
|
5439
|
+
color: var(--color-sf-content-text-color-dragged) !important; /* stylelint-disable-line declaration-no-important */
|
|
5440
|
+
}
|
|
5441
|
+
|
|
5442
|
+
.e-listbox-container.e-filter-list .e-list-parent, .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent, .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
5443
|
+
height: 100%;
|
|
5444
|
+
}
|
|
5445
|
+
|
|
5446
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
5447
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5448
|
+
}
|
|
5449
|
+
|
|
5450
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
5451
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5452
|
+
}
|
|
5453
|
+
|
|
5454
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
5455
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5456
|
+
}
|
|
5457
|
+
|
|
5458
|
+
|
|
5459
|
+
|
|
5460
|
+
|
|
5461
|
+
|
|
5462
|
+
|
|
5463
|
+
|
|
5464
|
+
|
|
5465
|
+
|
|
5466
|
+
|
|
5467
|
+
|
|
5468
5468
|
/* Font Family */
|
|
5469
5469
|
/* Font Sizes */
|
|
5470
5470
|
/* Radius */
|