@syncfusion/ej2-dropdowns 19.4.56 → 20.1.51
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/CHANGELOG.md +4 -20
- 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 +32 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +31 -5
- 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 +11 -11
- package/src/common/incremental-search.d.ts +1 -0
- package/src/common/incremental-search.js +4 -0
- package/src/drop-down-base/drop-down-base.js +1 -0
- package/src/drop-down-tree/drop-down-tree.js +4 -0
- package/src/list-box/list-box.js +20 -3
- package/src/multi-select/multi-select.js +1 -1
- package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +4 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +4 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +56 -30
- package/styles/bootstrap.css +56 -30
- package/styles/bootstrap4.css +56 -30
- package/styles/bootstrap5-dark.css +116 -40
- package/styles/bootstrap5.css +116 -40
- package/styles/combo-box/_fluent-dark-definition.scss +1 -0
- package/styles/combo-box/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +4 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +4 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap5-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-dark-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-definition.scss +2 -0
- package/styles/drop-down-base/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-base/_fluent-definition.scss +12 -7
- package/styles/drop-down-base/_highcontrast-definition.scss +2 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +2 -0
- package/styles/drop-down-base/_layout.scss +40 -4
- package/styles/drop-down-base/_material-dark-definition.scss +2 -0
- package/styles/drop-down-base/_material-definition.scss +2 -0
- package/styles/drop-down-base/_tailwind-definition.scss +17 -8
- package/styles/drop-down-base/_theme.scss +82 -3
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +3 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +3 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +10 -2
- package/styles/drop-down-list/_fabric-dark-definition.scss +1 -1
- package/styles/drop-down-list/_fabric-definition.scss +1 -1
- package/styles/drop-down-list/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-list/_fluent-definition.scss +10 -19
- package/styles/drop-down-list/_highcontrast-definition.scss +1 -1
- package/styles/drop-down-list/_highcontrast-light-definition.scss +1 -1
- package/styles/drop-down-list/_layout.scss +52 -15
- package/styles/drop-down-list/_material-dark-definition.scss +1 -1
- package/styles/drop-down-list/_material-definition.scss +1 -1
- package/styles/drop-down-list/_tailwind-definition.scss +6 -61
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +8 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +8 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-list/icons/_fluent.scss +1 -1
- package/styles/drop-down-list/icons/_tailwind.scss +3 -4
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/_bootstrap5-definition.scss +1 -1
- package/styles/drop-down-tree/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_fluent-definition.scss +25 -30
- package/styles/drop-down-tree/_layout.scss +94 -27
- package/styles/drop-down-tree/_tailwind-definition.scss +2 -1
- package/styles/drop-down-tree/_theme.scss +9 -4
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +9 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +9 -0
- package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent.scss +1 -1
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +2 -2
- package/styles/drop-down-tree/icons/_tailwind.scss +2 -2
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +56 -30
- package/styles/fabric.css +56 -30
- package/styles/fluent-dark.css +3602 -0
- package/styles/fluent-dark.scss +7 -0
- package/styles/fluent.css +3602 -0
- package/styles/fluent.scss +7 -0
- package/styles/highcontrast-light.css +58 -31
- package/styles/highcontrast.css +58 -31
- package/styles/list-box/_bootstrap-dark-definition.scss +98 -102
- package/styles/list-box/_bootstrap-definition.scss +94 -98
- package/styles/list-box/_bootstrap4-definition.scss +98 -102
- package/styles/list-box/_bootstrap5-definition.scss +94 -99
- package/styles/list-box/_fabric-dark-definition.scss +98 -102
- package/styles/list-box/_fabric-definition.scss +94 -98
- package/styles/list-box/_fluent-dark-definition.scss +1 -0
- package/styles/list-box/_fluent-definition.scss +95 -100
- package/styles/list-box/_highcontrast-definition.scss +94 -98
- package/styles/list-box/_highcontrast-light-definition.scss +98 -102
- package/styles/list-box/_layout.scss +37 -37
- package/styles/list-box/_material-dark-definition.scss +98 -102
- package/styles/list-box/_material-definition.scss +94 -98
- package/styles/list-box/_tailwind-definition.scss +95 -99
- package/styles/list-box/_theme.scss +77 -85
- package/styles/list-box/bootstrap-dark.css +2 -12
- package/styles/list-box/bootstrap.css +2 -12
- package/styles/list-box/bootstrap4.css +2 -12
- package/styles/list-box/bootstrap5-dark.css +5 -15
- package/styles/list-box/bootstrap5.css +5 -15
- package/styles/list-box/fabric-dark.css +2 -12
- package/styles/list-box/fabric.css +2 -12
- package/styles/list-box/fluent-dark.css +895 -0
- package/styles/list-box/fluent-dark.scss +5 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +5 -0
- package/styles/list-box/highcontrast-light.css +2 -12
- package/styles/list-box/highcontrast.css +2 -12
- package/styles/list-box/icons/_fluent-dark.scss +1 -0
- package/styles/list-box/icons/_tailwind-dark.scss +7 -7
- package/styles/list-box/icons/_tailwind.scss +7 -7
- package/styles/list-box/material-dark.css +4 -14
- package/styles/list-box/material.css +4 -14
- package/styles/list-box/tailwind-dark.css +17 -24
- package/styles/list-box/tailwind.css +17 -24
- package/styles/material-dark.css +58 -32
- package/styles/material.css +58 -32
- package/styles/multi-select/_bootstrap5-definition.scss +8 -4
- package/styles/multi-select/_fluent-dark-definition.scss +1 -0
- package/styles/multi-select/_fluent-definition.scss +30 -16
- package/styles/multi-select/_layout.scss +276 -25
- package/styles/multi-select/_tailwind-definition.scss +61 -43
- package/styles/multi-select/_theme.scss +79 -15
- package/styles/multi-select/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +9 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/icons/_fluent-dark.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +32 -3
- package/styles/multi-select/icons/_tailwind.scss +3 -3
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +297 -253
- package/styles/tailwind.css +297 -253
|
@@ -7,26 +7,36 @@
|
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.e-bigger .e-ddl#{&}.e-popup {
|
|
10
|
-
#{if(&, '&', '*')} .e-list-item
|
|
11
|
-
#{if(&, '&', '*')} .e-list-group-item {
|
|
10
|
+
#{if(&, '&', '*')} .e-list-item {
|
|
12
11
|
font-size: $ddl-bigger-list-font-size;
|
|
13
12
|
}
|
|
14
13
|
|
|
14
|
+
#{if(&, '&', '*')} .e-list-group-item {
|
|
15
|
+
@if $skin-name != 'tailwind' {
|
|
16
|
+
font-size: $ddl-bigger-list-font-size;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
15
20
|
#{if(&, '&', '*')} .e-input-group {
|
|
16
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'bootstrap4-dark') {
|
|
21
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'tailwind' and $skin-name != 'FluentUI' and $skin-name != 'bootstrap4' and $skin-name != 'bootstrap4-dark') {
|
|
17
22
|
padding: 4px 0;
|
|
18
23
|
}
|
|
19
24
|
}
|
|
20
25
|
}
|
|
21
26
|
|
|
22
27
|
.e-bigger.e-ddl#{&}.e-popup {
|
|
23
|
-
#{if(&, '&', '*')} .e-list-item
|
|
24
|
-
#{if(&, '&', '*')} .e-list-group-item {
|
|
28
|
+
#{if(&, '&', '*')} .e-list-item {
|
|
25
29
|
font-size: $ddl-bigger-list-font-size;
|
|
26
30
|
}
|
|
27
31
|
|
|
32
|
+
#{if(&, '&', '*')} .e-list-group-item {
|
|
33
|
+
@if $skin-name != 'tailwind' {
|
|
34
|
+
font-size: $ddl-bigger-list-font-size;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
28
38
|
#{if(&, '&', '*')} .e-input-group {
|
|
29
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'bootstrap4-dark') {
|
|
39
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'tailwind' and $skin-name != 'FluentUI' and $skin-name != 'bootstrap4' and $skin-name != 'bootstrap4-dark') {
|
|
30
40
|
padding: 4px 0;
|
|
31
41
|
}
|
|
32
42
|
}
|
|
@@ -40,6 +50,10 @@
|
|
|
40
50
|
padding: 0;
|
|
41
51
|
right: 0;
|
|
42
52
|
top: 0;
|
|
53
|
+
|
|
54
|
+
#{&}.e-ddl.e-popup.e-ddl-device-filter {
|
|
55
|
+
margin: $ddl-filter-margin;
|
|
56
|
+
}
|
|
43
57
|
}
|
|
44
58
|
|
|
45
59
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
@@ -70,6 +84,9 @@
|
|
|
70
84
|
box-shadow: $ddl-filter-box-shadow;
|
|
71
85
|
display: block;
|
|
72
86
|
padding: $ddl-filter-padding;
|
|
87
|
+
@if ($skin-name == 'FluentUI') {
|
|
88
|
+
border-bottom: $ddl-filter-parent-border;
|
|
89
|
+
}
|
|
73
90
|
}
|
|
74
91
|
|
|
75
92
|
.e-ddl.e-input-group:not(.e-disabled) {
|
|
@@ -107,7 +124,7 @@
|
|
|
107
124
|
#{if(&, '&', '*')} .e-filter-parent .e-input-filter:focus,
|
|
108
125
|
#{if(&, '&', '*')} .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
109
126
|
#{if(&, '&', '*')} .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
110
|
-
@if ($skin-name != 'bootstrap4' and $skin-name != 'bootstrap4-dark' and $skin-name != 'bootstrap5') {
|
|
127
|
+
@if ($skin-name != 'bootstrap4' and $skin-name != 'bootstrap4-dark' and $skin-name != 'FluentUI' and $skin-name != 'bootstrap5' and $skin-name != 'tailwind') {
|
|
111
128
|
padding: $ddl-list-filter-text-indent;
|
|
112
129
|
}
|
|
113
130
|
}
|
|
@@ -209,35 +226,55 @@
|
|
|
209
226
|
|
|
210
227
|
.e-small .e-ddl#{&}.e-popup,
|
|
211
228
|
.e-input-group.e-ddl.e-small {
|
|
212
|
-
#{if(&, '&', '*')} .e-list-item
|
|
213
|
-
#{if(&, '&', '*')} .e-list-group-item {
|
|
229
|
+
#{if(&, '&', '*')} .e-list-item {
|
|
214
230
|
font-size: $ddl-small-list-font-size;
|
|
215
231
|
}
|
|
232
|
+
|
|
233
|
+
#{if(&, '&', '*')} .e-list-group-item {
|
|
234
|
+
@if $skin-name != 'tailwind' {
|
|
235
|
+
font-size: $ddl-small-list-font-size;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
216
238
|
}
|
|
217
239
|
|
|
218
240
|
.e-small.e-ddl#{&}.e-popup,
|
|
219
241
|
.e-input-group.e-ddl.e-small {
|
|
220
|
-
#{if(&, '&', '*')} .e-list-item
|
|
221
|
-
#{if(&, '&', '*')} .e-list-group-item {
|
|
242
|
+
#{if(&, '&', '*')} .e-list-item {
|
|
222
243
|
font-size: $ddl-small-list-font-size;
|
|
223
244
|
}
|
|
245
|
+
|
|
246
|
+
#{if(&, '&', '*')} .e-list-group-item {
|
|
247
|
+
@if $skin-name != 'tailwind' {
|
|
248
|
+
font-size: $ddl-small-list-font-size;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
224
251
|
}
|
|
225
252
|
|
|
226
253
|
//touch small
|
|
227
254
|
.e-bigger.e-small .e-ddl#{&}.e-popup,
|
|
228
255
|
.e-bigger .e-input-group.e-ddl.e-small {
|
|
229
|
-
#{if(&, '&', '*')} .e-list-item
|
|
230
|
-
#{if(&, '&', '*')} .e-list-group-item {
|
|
256
|
+
#{if(&, '&', '*')} .e-list-item {
|
|
231
257
|
font-size: $ddl-bigger-small-list-font-size;
|
|
232
258
|
}
|
|
259
|
+
|
|
260
|
+
#{if(&, '&', '*')} .e-list-group-item {
|
|
261
|
+
@if $skin-name != 'tailwind' {
|
|
262
|
+
font-size: $ddl-bigger-small-list-font-size;
|
|
263
|
+
}
|
|
264
|
+
}
|
|
233
265
|
}
|
|
234
266
|
|
|
235
267
|
.e-bigger.e-small.e-ddl#{&}.e-popup,
|
|
236
268
|
.e-bigger .e-input-group.e-ddl.e-small {
|
|
237
|
-
#{if(&, '&', '*')} .e-list-item
|
|
238
|
-
#{if(&, '&', '*')} .e-list-group-item {
|
|
269
|
+
#{if(&, '&', '*')} .e-list-item {
|
|
239
270
|
font-size: $ddl-bigger-small-list-font-size;
|
|
240
271
|
}
|
|
272
|
+
|
|
273
|
+
#{if(&, '&', '*')} .e-list-group-item {
|
|
274
|
+
@if $skin-name != 'tailwind' {
|
|
275
|
+
font-size: $ddl-bigger-small-list-font-size;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
241
278
|
}
|
|
242
279
|
|
|
243
280
|
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
@@ -22,7 +22,7 @@ $ddl-filter-background-color: $grey-100 !default;
|
|
|
22
22
|
$ddl-clear-icon-margin-right: 66px !default;
|
|
23
23
|
$ddl-back-icon-margin: 0 10px 0 -52px !default;
|
|
24
24
|
$ddl-back-icon-padding: 0 8px !default;
|
|
25
|
-
|
|
25
|
+
$ddl-filter-margin: 0 !default;
|
|
26
26
|
// Small Size
|
|
27
27
|
|
|
28
28
|
$ddl-small-list-font-size: 12px !default;
|
|
@@ -22,7 +22,7 @@ $ddl-clear-icon-margin-right: 66px !default;
|
|
|
22
22
|
$ddl-back-icon-margin: 0 10px 0 -52px !default;
|
|
23
23
|
$ddl-back-icon-padding: 0 8px !default;
|
|
24
24
|
$ddl-popup-shadow: 0 5px 5px -3px rgba($grey-light-font, .2), 0 8px 10px 1px rgba($grey-light-font, .14), 0 3px 14px 2px rgba($grey-light-font, .12) !default;
|
|
25
|
-
|
|
25
|
+
$ddl-filter-margin: 0 !default;
|
|
26
26
|
// Small Size
|
|
27
27
|
$ddl-small-list-font-size: 12px !default;
|
|
28
28
|
|
|
@@ -7,7 +7,6 @@ $ddl-input-padding: 8px $ddl-zero-value 4px !default;
|
|
|
7
7
|
$ddl-input-group-border-width: $ddl-zero-value !default;
|
|
8
8
|
$ddl-list-search-icon-padding: 12px 8px 8px !default;
|
|
9
9
|
$ddl-list-filter-text-indent: 8px 16px 8px !default;
|
|
10
|
-
$ddl-bigger-list-font-size: $text-base !default;
|
|
11
10
|
$ddl-filter-border: 0 !default;
|
|
12
11
|
$ddl-filter-top-border: 0 !default;
|
|
13
12
|
$ddl-filter-padding: 0 !default;
|
|
@@ -15,12 +14,16 @@ $ddl-clear-icon-margin-right: 66px !default;
|
|
|
15
14
|
$ddl-back-icon-margin: 0 10px 0 -52px !default;
|
|
16
15
|
$ddl-back-icon-padding: 0 8px !default;
|
|
17
16
|
$ddl-popup-shadow: $shadow-lg !default;
|
|
18
|
-
|
|
17
|
+
$ddl-bigger-list-font-size: $text-base !default;
|
|
18
|
+
$ddl-bigger-group-list-font-size: $text-sm !default;
|
|
19
|
+
$ddl-filter-margin: 0 !default;
|
|
19
20
|
// Small Size
|
|
20
21
|
$ddl-small-list-font-size: $text-xs !default;
|
|
22
|
+
$ddl-small-group-list-font-size: $text-xxs !default;
|
|
21
23
|
|
|
22
24
|
// touch small
|
|
23
25
|
$ddl-bigger-small-list-font-size: $text-sm !default;
|
|
26
|
+
$ddl-bigger-small-group-list-font-size: $text-xs !default;
|
|
24
27
|
|
|
25
28
|
// color
|
|
26
29
|
|
|
@@ -87,6 +90,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
87
90
|
|
|
88
91
|
#{&}.e-popup.e-ddl .e-dropdownbase {
|
|
89
92
|
min-height: 26px;
|
|
93
|
+
padding: 4px 0;
|
|
90
94
|
}
|
|
91
95
|
|
|
92
96
|
.e-bigger #{&}.e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
@@ -111,24 +115,6 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
111
115
|
background-color: $flyout-bg-color;
|
|
112
116
|
}
|
|
113
117
|
|
|
114
|
-
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
115
|
-
margin: 0;
|
|
116
|
-
min-height: 12px;
|
|
117
|
-
min-width: 12px;
|
|
118
|
-
padding: 6px;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
122
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
123
|
-
min-height: 16px;
|
|
124
|
-
min-width: 16px;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
128
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
129
|
-
padding: 8px 16px 8px 0;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
118
|
.e-input-group.e-ddl,
|
|
133
119
|
.e-input-group.e-ddl .e-input,
|
|
134
120
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -140,47 +126,6 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
140
126
|
border-bottom-width: 0;
|
|
141
127
|
}
|
|
142
128
|
|
|
143
|
-
// small size
|
|
144
|
-
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
145
|
-
.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
146
|
-
.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
147
|
-
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
|
|
148
|
-
.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
|
|
149
|
-
.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
150
|
-
margin: 0;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
154
|
-
.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
155
|
-
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
156
|
-
.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
157
|
-
.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
158
|
-
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
|
|
159
|
-
padding: 5px 5px 5px 12px;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
// Touch Small
|
|
163
|
-
.e-bigger.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
164
|
-
.e-bigger.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
165
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
166
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
167
|
-
.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
168
|
-
.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
169
|
-
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
|
|
170
|
-
min-height: 18px;
|
|
171
|
-
min-width: 18px;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.e-bigger.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
175
|
-
.e-bigger.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
176
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
177
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
178
|
-
.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
179
|
-
.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
180
|
-
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
|
|
181
|
-
padding: 8px 16px;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
129
|
// outline class style for filter input
|
|
185
130
|
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
186
131
|
padding: 4px 8px;
|
|
@@ -161,7 +161,10 @@
|
|
|
161
161
|
margin-left: -20px;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
164
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
165
|
+
font-size: 15px;
|
|
166
|
+
}
|
|
167
|
+
|
|
165
168
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
166
169
|
font-size: 15px;
|
|
167
170
|
}
|
|
@@ -170,7 +173,10 @@
|
|
|
170
173
|
padding: 4px 0;
|
|
171
174
|
}
|
|
172
175
|
|
|
173
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
176
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
177
|
+
font-size: 15px;
|
|
178
|
+
}
|
|
179
|
+
|
|
174
180
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
175
181
|
font-size: 15px;
|
|
176
182
|
}
|
|
@@ -189,6 +195,10 @@
|
|
|
189
195
|
top: 0;
|
|
190
196
|
}
|
|
191
197
|
|
|
198
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
199
|
+
margin: 0;
|
|
200
|
+
}
|
|
201
|
+
|
|
192
202
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
193
203
|
position: relative;
|
|
194
204
|
}
|
|
@@ -341,29 +351,41 @@ ejs-dropdownlist {
|
|
|
341
351
|
}
|
|
342
352
|
|
|
343
353
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
354
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
355
|
+
font-size: 13px;
|
|
356
|
+
}
|
|
357
|
+
|
|
344
358
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
345
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
346
359
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
347
360
|
font-size: 13px;
|
|
348
361
|
}
|
|
349
362
|
|
|
350
363
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
364
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
365
|
+
font-size: 13px;
|
|
366
|
+
}
|
|
367
|
+
|
|
351
368
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
352
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
353
369
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
354
370
|
font-size: 13px;
|
|
355
371
|
}
|
|
356
372
|
|
|
357
373
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
374
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
375
|
+
font-size: 14px;
|
|
376
|
+
}
|
|
377
|
+
|
|
358
378
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
359
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
360
379
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
361
380
|
font-size: 14px;
|
|
362
381
|
}
|
|
363
382
|
|
|
364
383
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
384
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
385
|
+
font-size: 14px;
|
|
386
|
+
}
|
|
387
|
+
|
|
365
388
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
366
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
367
389
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
368
390
|
font-size: 14px;
|
|
369
391
|
}
|
|
@@ -161,7 +161,10 @@
|
|
|
161
161
|
margin-left: -20px;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
164
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
165
|
+
font-size: 15px;
|
|
166
|
+
}
|
|
167
|
+
|
|
165
168
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
166
169
|
font-size: 15px;
|
|
167
170
|
}
|
|
@@ -170,7 +173,10 @@
|
|
|
170
173
|
padding: 4px 0;
|
|
171
174
|
}
|
|
172
175
|
|
|
173
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
176
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
177
|
+
font-size: 15px;
|
|
178
|
+
}
|
|
179
|
+
|
|
174
180
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
175
181
|
font-size: 15px;
|
|
176
182
|
}
|
|
@@ -189,6 +195,10 @@
|
|
|
189
195
|
top: 0;
|
|
190
196
|
}
|
|
191
197
|
|
|
198
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
199
|
+
margin: 0;
|
|
200
|
+
}
|
|
201
|
+
|
|
192
202
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
193
203
|
position: relative;
|
|
194
204
|
}
|
|
@@ -341,29 +351,41 @@ ejs-dropdownlist {
|
|
|
341
351
|
}
|
|
342
352
|
|
|
343
353
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
354
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
355
|
+
font-size: 13px;
|
|
356
|
+
}
|
|
357
|
+
|
|
344
358
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
345
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
346
359
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
347
360
|
font-size: 13px;
|
|
348
361
|
}
|
|
349
362
|
|
|
350
363
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
364
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
365
|
+
font-size: 13px;
|
|
366
|
+
}
|
|
367
|
+
|
|
351
368
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
352
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
353
369
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
354
370
|
font-size: 13px;
|
|
355
371
|
}
|
|
356
372
|
|
|
357
373
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
374
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
375
|
+
font-size: 14px;
|
|
376
|
+
}
|
|
377
|
+
|
|
358
378
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
359
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
360
379
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
361
380
|
font-size: 14px;
|
|
362
381
|
}
|
|
363
382
|
|
|
364
383
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
384
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
385
|
+
font-size: 14px;
|
|
386
|
+
}
|
|
387
|
+
|
|
365
388
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
366
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
367
389
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
368
390
|
font-size: 14px;
|
|
369
391
|
}
|
|
@@ -212,12 +212,18 @@
|
|
|
212
212
|
margin-left: -20px;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
215
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
216
|
+
font-size: 16px;
|
|
217
|
+
}
|
|
218
|
+
|
|
216
219
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
217
220
|
font-size: 16px;
|
|
218
221
|
}
|
|
219
222
|
|
|
220
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
223
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
224
|
+
font-size: 16px;
|
|
225
|
+
}
|
|
226
|
+
|
|
221
227
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
222
228
|
font-size: 16px;
|
|
223
229
|
}
|
|
@@ -232,6 +238,10 @@
|
|
|
232
238
|
top: 0;
|
|
233
239
|
}
|
|
234
240
|
|
|
241
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
242
|
+
margin: 0;
|
|
243
|
+
}
|
|
244
|
+
|
|
235
245
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
236
246
|
position: relative;
|
|
237
247
|
}
|
|
@@ -376,29 +386,41 @@ ejs-dropdownlist {
|
|
|
376
386
|
}
|
|
377
387
|
|
|
378
388
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
389
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
390
|
+
font-size: 13px;
|
|
391
|
+
}
|
|
392
|
+
|
|
379
393
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
380
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
381
394
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
382
395
|
font-size: 13px;
|
|
383
396
|
}
|
|
384
397
|
|
|
385
398
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
399
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
400
|
+
font-size: 13px;
|
|
401
|
+
}
|
|
402
|
+
|
|
386
403
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
387
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
388
404
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
389
405
|
font-size: 13px;
|
|
390
406
|
}
|
|
391
407
|
|
|
392
408
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
409
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
410
|
+
font-size: 14px;
|
|
411
|
+
}
|
|
412
|
+
|
|
393
413
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
394
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
395
414
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
396
415
|
font-size: 14px;
|
|
397
416
|
}
|
|
398
417
|
|
|
399
418
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
419
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
420
|
+
font-size: 14px;
|
|
421
|
+
}
|
|
422
|
+
|
|
400
423
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
401
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
402
424
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
403
425
|
font-size: 14px;
|
|
404
426
|
}
|
|
@@ -146,6 +146,13 @@
|
|
|
146
146
|
color: #adb5bd;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
+
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
150
|
+
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
151
|
+
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
152
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
153
|
+
background: #343a40;
|
|
154
|
+
}
|
|
155
|
+
|
|
149
156
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
150
157
|
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
151
158
|
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -220,12 +227,18 @@
|
|
|
220
227
|
margin-left: -20px;
|
|
221
228
|
}
|
|
222
229
|
|
|
223
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
230
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
231
|
+
font-size: 16px;
|
|
232
|
+
}
|
|
233
|
+
|
|
224
234
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
225
235
|
font-size: 16px;
|
|
226
236
|
}
|
|
227
237
|
|
|
228
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
238
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
239
|
+
font-size: 16px;
|
|
240
|
+
}
|
|
241
|
+
|
|
229
242
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
230
243
|
font-size: 16px;
|
|
231
244
|
}
|
|
@@ -240,6 +253,10 @@
|
|
|
240
253
|
top: 0;
|
|
241
254
|
}
|
|
242
255
|
|
|
256
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
257
|
+
margin: 0;
|
|
258
|
+
}
|
|
259
|
+
|
|
243
260
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
244
261
|
position: relative;
|
|
245
262
|
}
|
|
@@ -384,29 +401,41 @@ ejs-dropdownlist {
|
|
|
384
401
|
}
|
|
385
402
|
|
|
386
403
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
404
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
405
|
+
font-size: 12px;
|
|
406
|
+
}
|
|
407
|
+
|
|
387
408
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
388
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
389
409
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
390
410
|
font-size: 12px;
|
|
391
411
|
}
|
|
392
412
|
|
|
393
413
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
414
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
415
|
+
font-size: 12px;
|
|
416
|
+
}
|
|
417
|
+
|
|
394
418
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
395
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
396
419
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
397
420
|
font-size: 12px;
|
|
398
421
|
}
|
|
399
422
|
|
|
400
423
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
424
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
425
|
+
font-size: 14px;
|
|
426
|
+
}
|
|
427
|
+
|
|
401
428
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
402
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
403
429
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
404
430
|
font-size: 14px;
|
|
405
431
|
}
|
|
406
432
|
|
|
407
433
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
434
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
435
|
+
font-size: 14px;
|
|
436
|
+
}
|
|
437
|
+
|
|
408
438
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
409
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
410
439
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
411
440
|
font-size: 14px;
|
|
412
441
|
}
|
|
@@ -146,6 +146,13 @@
|
|
|
146
146
|
color: #6c757d;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
+
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
150
|
+
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
151
|
+
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
152
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
153
|
+
background: #e9ecef;
|
|
154
|
+
}
|
|
155
|
+
|
|
149
156
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
150
157
|
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
151
158
|
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -220,12 +227,18 @@
|
|
|
220
227
|
margin-left: -20px;
|
|
221
228
|
}
|
|
222
229
|
|
|
223
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
230
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
231
|
+
font-size: 16px;
|
|
232
|
+
}
|
|
233
|
+
|
|
224
234
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
225
235
|
font-size: 16px;
|
|
226
236
|
}
|
|
227
237
|
|
|
228
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
238
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
239
|
+
font-size: 16px;
|
|
240
|
+
}
|
|
241
|
+
|
|
229
242
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
230
243
|
font-size: 16px;
|
|
231
244
|
}
|
|
@@ -240,6 +253,10 @@
|
|
|
240
253
|
top: 0;
|
|
241
254
|
}
|
|
242
255
|
|
|
256
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
257
|
+
margin: 0;
|
|
258
|
+
}
|
|
259
|
+
|
|
243
260
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
244
261
|
position: relative;
|
|
245
262
|
}
|
|
@@ -384,29 +401,41 @@ ejs-dropdownlist {
|
|
|
384
401
|
}
|
|
385
402
|
|
|
386
403
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
404
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
405
|
+
font-size: 12px;
|
|
406
|
+
}
|
|
407
|
+
|
|
387
408
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
388
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
389
409
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
390
410
|
font-size: 12px;
|
|
391
411
|
}
|
|
392
412
|
|
|
393
413
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
414
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
415
|
+
font-size: 12px;
|
|
416
|
+
}
|
|
417
|
+
|
|
394
418
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
395
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
396
419
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
397
420
|
font-size: 12px;
|
|
398
421
|
}
|
|
399
422
|
|
|
400
423
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
424
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
425
|
+
font-size: 14px;
|
|
426
|
+
}
|
|
427
|
+
|
|
401
428
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
402
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
403
429
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
404
430
|
font-size: 14px;
|
|
405
431
|
}
|
|
406
432
|
|
|
407
433
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
434
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
435
|
+
font-size: 14px;
|
|
436
|
+
}
|
|
437
|
+
|
|
408
438
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
409
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
410
439
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
411
440
|
font-size: 14px;
|
|
412
441
|
}
|