@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/bootstrap.css
CHANGED
|
@@ -14,6 +14,136 @@
|
|
|
14
14
|
padding: 0 8px 0 0;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
+
.e-dropdownbase {
|
|
18
|
+
display: block;
|
|
19
|
+
height: 100%;
|
|
20
|
+
min-height: 36px;
|
|
21
|
+
position: relative;
|
|
22
|
+
width: 100%;
|
|
23
|
+
}
|
|
24
|
+
.e-dropdownbase .e-list-parent {
|
|
25
|
+
margin: 0;
|
|
26
|
+
padding: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
30
|
+
cursor: default;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-dropdownbase .e-list-item {
|
|
34
|
+
cursor: pointer;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
position: relative;
|
|
37
|
+
text-overflow: ellipsis;
|
|
38
|
+
vertical-align: middle;
|
|
39
|
+
white-space: nowrap;
|
|
40
|
+
width: 100%;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
44
|
+
font-size: 16px;
|
|
45
|
+
vertical-align: middle;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-dropdownbase .e-fixed-head {
|
|
49
|
+
position: absolute;
|
|
50
|
+
top: 0;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-dropdownbase.e-content {
|
|
54
|
+
overflow: auto;
|
|
55
|
+
position: relative;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
59
|
+
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
60
|
+
color: #777;
|
|
61
|
+
cursor: default;
|
|
62
|
+
font-family: inherit;
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
padding: 14px 16px;
|
|
65
|
+
text-align: center;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-mention.e-popup {
|
|
69
|
+
background: #fff;
|
|
70
|
+
border: 0;
|
|
71
|
+
-webkit-box-shadow: 0 2px 3px 1px 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
72
|
+
box-shadow: 0 2px 3px 1px 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
73
|
+
margin-top: 2px;
|
|
74
|
+
position: absolute;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.e-mention.e-popup .e-dropdownbase {
|
|
78
|
+
min-height: 26px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
82
|
+
display: inline;
|
|
83
|
+
font-weight: bold;
|
|
84
|
+
vertical-align: baseline;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-mention .e-mention-chip,
|
|
88
|
+
.e-mention .e-mention-chip:hover {
|
|
89
|
+
background: #eee;
|
|
90
|
+
border-radius: 2px;
|
|
91
|
+
border: none;
|
|
92
|
+
color: #317ab9;
|
|
93
|
+
cursor: default;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-mention.e-editable-element {
|
|
97
|
+
border: 2px solid rgba(119, 119, 119, 0.25);
|
|
98
|
+
height: auto;
|
|
99
|
+
min-height: 120px;
|
|
100
|
+
width: 100%;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-form-mirror-div {
|
|
104
|
+
white-space: pre-wrap;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
108
|
+
padding-right: 30px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-dropdownbase.e-dd-group .e-list-item {
|
|
112
|
+
padding-left: 30px;
|
|
113
|
+
text-indent: 0;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
117
|
+
padding-left: 30px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
121
|
+
text-indent: 0;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
125
|
+
cursor: pointer;
|
|
126
|
+
font-weight: normal;
|
|
127
|
+
overflow: hidden;
|
|
128
|
+
position: relative;
|
|
129
|
+
text-overflow: ellipsis;
|
|
130
|
+
vertical-align: middle;
|
|
131
|
+
white-space: nowrap;
|
|
132
|
+
width: 100%;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
136
|
+
padding-right: 30px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
140
|
+
padding: 0 10px 0 0;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
144
|
+
padding: 0 8px 0 0;
|
|
145
|
+
}
|
|
146
|
+
|
|
17
147
|
.e-rtl .e-dropdownbase .e-list-item {
|
|
18
148
|
padding-left: 20px;
|
|
19
149
|
padding-right: 0;
|
|
@@ -197,222 +327,92 @@
|
|
|
197
327
|
padding: 0 8px 0 0;
|
|
198
328
|
}
|
|
199
329
|
|
|
200
|
-
.e-dropdownbase
|
|
201
|
-
|
|
202
|
-
height:
|
|
203
|
-
min-height: 36px;
|
|
204
|
-
position: relative;
|
|
205
|
-
width: 100%;
|
|
330
|
+
.e-bigger .e-dropdownbase,
|
|
331
|
+
.e-dropdownbase.e-bigger {
|
|
332
|
+
min-height: 45px;
|
|
206
333
|
}
|
|
207
|
-
.e-dropdownbase .e-list-
|
|
208
|
-
|
|
209
|
-
|
|
334
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
335
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
336
|
+
line-height: 48px;
|
|
337
|
+
text-indent: 20px;
|
|
210
338
|
}
|
|
211
339
|
|
|
212
|
-
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head
|
|
213
|
-
|
|
340
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
341
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
342
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
343
|
+
line-height: 48px;
|
|
344
|
+
text-indent: 20px;
|
|
214
345
|
}
|
|
215
346
|
|
|
216
|
-
.e-dropdownbase .e-list-item
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
position: relative;
|
|
220
|
-
text-overflow: ellipsis;
|
|
221
|
-
vertical-align: middle;
|
|
222
|
-
white-space: nowrap;
|
|
223
|
-
width: 100%;
|
|
347
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
348
|
+
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
349
|
+
font-size: 20px;
|
|
224
350
|
}
|
|
225
351
|
|
|
226
|
-
.e-
|
|
227
|
-
|
|
228
|
-
vertical-align: middle;
|
|
352
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
353
|
+
padding-left: 30px;
|
|
229
354
|
}
|
|
230
355
|
|
|
231
|
-
.e-dropdownbase .e-
|
|
232
|
-
|
|
233
|
-
top: 0;
|
|
356
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
357
|
+
padding-left: 30px;
|
|
234
358
|
}
|
|
235
359
|
|
|
236
|
-
.e-dropdownbase.e-
|
|
237
|
-
|
|
238
|
-
|
|
360
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
361
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
362
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
363
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
364
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
365
|
+
padding-left: 20px;
|
|
366
|
+
padding-right: 0;
|
|
239
367
|
}
|
|
240
|
-
|
|
241
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
242
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
243
|
-
color: #777;
|
|
244
|
-
cursor: default;
|
|
245
|
-
font-family: inherit;
|
|
368
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
246
369
|
font-size: 14px;
|
|
247
|
-
padding:
|
|
248
|
-
text-align: center;
|
|
370
|
+
padding-left: 20px;
|
|
249
371
|
}
|
|
250
372
|
|
|
251
|
-
.e-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
-
|
|
255
|
-
box-shadow: 0 2px 3px 1px 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
256
|
-
margin-top: 2px;
|
|
257
|
-
position: absolute;
|
|
373
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
374
|
+
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
375
|
+
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
376
|
+
font-size: 14px;
|
|
258
377
|
}
|
|
259
378
|
|
|
260
|
-
.e-
|
|
261
|
-
|
|
379
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
380
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
381
|
+
color: #333;
|
|
382
|
+
line-height: 34px;
|
|
383
|
+
min-height: 34px;
|
|
384
|
+
text-indent: 16px;
|
|
262
385
|
}
|
|
263
386
|
|
|
264
|
-
.e-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
387
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
388
|
+
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
389
|
+
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
390
|
+
line-height: 34px;
|
|
391
|
+
min-height: 34px;
|
|
392
|
+
padding-left: 20px;
|
|
268
393
|
}
|
|
269
394
|
|
|
270
|
-
.e-
|
|
271
|
-
.e-
|
|
272
|
-
|
|
273
|
-
border-radius: 2px;
|
|
274
|
-
border: none;
|
|
275
|
-
color: #317ab9;
|
|
276
|
-
cursor: default;
|
|
395
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
396
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
397
|
+
font-size: 18px;
|
|
277
398
|
}
|
|
278
399
|
|
|
279
|
-
.e-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
min-height: 120px;
|
|
283
|
-
width: 100%;
|
|
400
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
401
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
402
|
+
padding: 0 12px 0 0;
|
|
284
403
|
}
|
|
285
404
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
300
|
-
padding-left: 30px;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
304
|
-
text-indent: 0;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
308
|
-
cursor: pointer;
|
|
309
|
-
font-weight: normal;
|
|
310
|
-
overflow: hidden;
|
|
311
|
-
position: relative;
|
|
312
|
-
text-overflow: ellipsis;
|
|
313
|
-
vertical-align: middle;
|
|
314
|
-
white-space: nowrap;
|
|
315
|
-
width: 100%;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
319
|
-
padding-right: 30px;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
323
|
-
padding: 0 10px 0 0;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
327
|
-
padding: 0 8px 0 0;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.e-bigger .e-dropdownbase,
|
|
331
|
-
.e-dropdownbase.e-bigger {
|
|
332
|
-
min-height: 45px;
|
|
333
|
-
}
|
|
334
|
-
.e-bigger .e-dropdownbase .e-list-item,
|
|
335
|
-
.e-dropdownbase.e-bigger .e-list-item {
|
|
336
|
-
line-height: 48px;
|
|
337
|
-
text-indent: 20px;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
341
|
-
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
342
|
-
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
343
|
-
line-height: 48px;
|
|
344
|
-
text-indent: 20px;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
348
|
-
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
349
|
-
font-size: 20px;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
353
|
-
padding-left: 30px;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
357
|
-
padding-left: 30px;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
361
|
-
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
362
|
-
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
363
|
-
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
364
|
-
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
365
|
-
padding-left: 20px;
|
|
366
|
-
padding-right: 0;
|
|
367
|
-
}
|
|
368
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
369
|
-
font-size: 14px;
|
|
370
|
-
padding-left: 20px;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
374
|
-
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
375
|
-
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
376
|
-
font-size: 14px;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
380
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
381
|
-
color: #333;
|
|
382
|
-
line-height: 34px;
|
|
383
|
-
min-height: 34px;
|
|
384
|
-
text-indent: 16px;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
388
|
-
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
389
|
-
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
390
|
-
line-height: 34px;
|
|
391
|
-
min-height: 34px;
|
|
392
|
-
padding-left: 20px;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
396
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
397
|
-
font-size: 18px;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
401
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
402
|
-
padding: 0 12px 0 0;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
406
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
407
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
408
|
-
0% {
|
|
409
|
-
-webkit-transform: rotate(0);
|
|
410
|
-
transform: rotate(0);
|
|
411
|
-
}
|
|
412
|
-
100% {
|
|
413
|
-
-webkit-transform: rotate(360deg);
|
|
414
|
-
transform: rotate(360deg);
|
|
415
|
-
}
|
|
405
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
406
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
407
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
408
|
+
0% {
|
|
409
|
+
-webkit-transform: rotate(0);
|
|
410
|
+
transform: rotate(0);
|
|
411
|
+
}
|
|
412
|
+
100% {
|
|
413
|
+
-webkit-transform: rotate(360deg);
|
|
414
|
+
transform: rotate(360deg);
|
|
415
|
+
}
|
|
416
416
|
}
|
|
417
417
|
@keyframes material-spinner-rotate {
|
|
418
418
|
0% {
|
|
@@ -580,80 +580,6 @@
|
|
|
580
580
|
border-bottom: 1px solid #ccc;
|
|
581
581
|
}
|
|
582
582
|
|
|
583
|
-
.e-popup {
|
|
584
|
-
border-color: #ccc;
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
588
|
-
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
589
|
-
color: #333;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
593
|
-
border-color: transparent;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
.e-popup.e-ddl {
|
|
597
|
-
border-radius: 4px;
|
|
598
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
599
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
600
|
-
margin-top: 3px;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
.e-popup.e-ddl .e-input-group {
|
|
604
|
-
width: auto;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
.e-popup.e-ddl .e-input-group input {
|
|
608
|
-
line-height: 15px;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
612
|
-
min-height: 26px;
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
616
|
-
display: -webkit-box;
|
|
617
|
-
display: -ms-flexbox;
|
|
618
|
-
display: flex;
|
|
619
|
-
width: auto;
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
623
|
-
border: 0;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
627
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
628
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
629
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
630
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
631
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
632
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
633
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
634
|
-
background: transparent;
|
|
635
|
-
color: #333;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
639
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
640
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
641
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
642
|
-
border: 0;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
646
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
647
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
648
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
649
|
-
-webkit-box-shadow: none;
|
|
650
|
-
box-shadow: none;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
654
|
-
border-bottom: 1px solid #ccc;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
583
|
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
658
584
|
width: 100%;
|
|
659
585
|
border: 0 solid;
|
|
@@ -951,49 +877,123 @@ ejs-dropdownlist {
|
|
|
951
877
|
border-bottom: 1px solid #ccc;
|
|
952
878
|
}
|
|
953
879
|
|
|
954
|
-
.e-
|
|
955
|
-
|
|
880
|
+
.e-popup {
|
|
881
|
+
border-color: #ccc;
|
|
956
882
|
}
|
|
957
883
|
|
|
958
|
-
.e-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
962
|
-
font-size: 15px;
|
|
963
|
-
}
|
|
964
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
965
|
-
padding: 4px 0;
|
|
884
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
885
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
886
|
+
color: #333;
|
|
966
887
|
}
|
|
967
888
|
|
|
968
|
-
.e-
|
|
969
|
-
|
|
970
|
-
}
|
|
971
|
-
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
972
|
-
font-size: 15px;
|
|
889
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
890
|
+
border-color: transparent;
|
|
973
891
|
}
|
|
974
|
-
|
|
975
|
-
|
|
892
|
+
|
|
893
|
+
.e-popup.e-ddl {
|
|
894
|
+
border-radius: 4px;
|
|
895
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
896
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
897
|
+
margin-top: 3px;
|
|
976
898
|
}
|
|
977
899
|
|
|
978
|
-
.e-
|
|
979
|
-
|
|
980
|
-
font-size: 14px;
|
|
900
|
+
.e-popup.e-ddl .e-input-group {
|
|
901
|
+
width: auto;
|
|
981
902
|
}
|
|
982
|
-
|
|
983
|
-
.e-
|
|
984
|
-
|
|
903
|
+
|
|
904
|
+
.e-popup.e-ddl .e-input-group input {
|
|
905
|
+
line-height: 15px;
|
|
985
906
|
}
|
|
986
907
|
|
|
987
|
-
.e-
|
|
988
|
-
|
|
989
|
-
font-size: 14px;
|
|
908
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
909
|
+
min-height: 26px;
|
|
990
910
|
}
|
|
991
|
-
|
|
992
|
-
.e-
|
|
993
|
-
|
|
911
|
+
|
|
912
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
913
|
+
display: -webkit-box;
|
|
914
|
+
display: -ms-flexbox;
|
|
915
|
+
display: flex;
|
|
916
|
+
width: auto;
|
|
994
917
|
}
|
|
995
918
|
|
|
996
|
-
.e-
|
|
919
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
920
|
+
border: 0;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
924
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
925
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
926
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
927
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
928
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
929
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
930
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
931
|
+
background: transparent;
|
|
932
|
+
color: #333;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
936
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
937
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
938
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
939
|
+
border: 0;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
943
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
944
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
945
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
946
|
+
-webkit-box-shadow: none;
|
|
947
|
+
box-shadow: none;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
951
|
+
border-bottom: 1px solid #ccc;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
955
|
+
margin-left: -20px;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
959
|
+
font-size: 15px;
|
|
960
|
+
}
|
|
961
|
+
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
962
|
+
font-size: 15px;
|
|
963
|
+
}
|
|
964
|
+
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
965
|
+
padding: 4px 0;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
969
|
+
font-size: 15px;
|
|
970
|
+
}
|
|
971
|
+
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
972
|
+
font-size: 15px;
|
|
973
|
+
}
|
|
974
|
+
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
975
|
+
padding: 4px 0;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
979
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
980
|
+
font-size: 14px;
|
|
981
|
+
}
|
|
982
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
983
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
984
|
+
font-size: 14px;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
988
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
989
|
+
font-size: 14px;
|
|
990
|
+
}
|
|
991
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
992
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
993
|
+
font-size: 14px;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
997
997
|
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
998
998
|
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
999
999
|
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
@@ -1063,39 +1063,6 @@ ejs-dropdownlist {
|
|
|
1063
1063
|
content: "\e842";
|
|
1064
1064
|
}
|
|
1065
1065
|
|
|
1066
|
-
/* stylelint-disable */
|
|
1067
|
-
.e-ddt .e-chips {
|
|
1068
|
-
background-color: #e6e6e6;
|
|
1069
|
-
}
|
|
1070
|
-
.e-ddt .e-chips .e-chips-close::before {
|
|
1071
|
-
color: #333;
|
|
1072
|
-
}
|
|
1073
|
-
.e-ddt .e-chips > .e-chipcontent {
|
|
1074
|
-
color: #333;
|
|
1075
|
-
}
|
|
1076
|
-
.e-ddt .e-overflow .e-remain {
|
|
1077
|
-
color: #888;
|
|
1078
|
-
}
|
|
1079
|
-
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1080
|
-
background-color: #fff;
|
|
1081
|
-
}
|
|
1082
|
-
.e-ddt.e-popup {
|
|
1083
|
-
background: #fff;
|
|
1084
|
-
border-color: #ccc;
|
|
1085
|
-
}
|
|
1086
|
-
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1087
|
-
color: #777;
|
|
1088
|
-
}
|
|
1089
|
-
.e-ddt.e-popup .e-selectall-parent {
|
|
1090
|
-
border-bottom-color: #e6e6e6;
|
|
1091
|
-
}
|
|
1092
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1093
|
-
background: #f5f5f5;
|
|
1094
|
-
}
|
|
1095
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1096
|
-
color: #333;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
1066
|
/* stylelint-disable */
|
|
1100
1067
|
.e-ddt {
|
|
1101
1068
|
cursor: pointer;
|
|
@@ -1407,6 +1374,39 @@ ejs-dropdownlist {
|
|
|
1407
1374
|
display: none;
|
|
1408
1375
|
}
|
|
1409
1376
|
|
|
1377
|
+
/* stylelint-disable */
|
|
1378
|
+
.e-ddt .e-chips {
|
|
1379
|
+
background-color: #e6e6e6;
|
|
1380
|
+
}
|
|
1381
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1382
|
+
color: #333;
|
|
1383
|
+
}
|
|
1384
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1385
|
+
color: #333;
|
|
1386
|
+
}
|
|
1387
|
+
.e-ddt .e-overflow .e-remain {
|
|
1388
|
+
color: #888;
|
|
1389
|
+
}
|
|
1390
|
+
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1391
|
+
background-color: #fff;
|
|
1392
|
+
}
|
|
1393
|
+
.e-ddt.e-popup {
|
|
1394
|
+
background: #fff;
|
|
1395
|
+
border-color: #ccc;
|
|
1396
|
+
}
|
|
1397
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1398
|
+
color: #777;
|
|
1399
|
+
}
|
|
1400
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1401
|
+
border-bottom-color: #e6e6e6;
|
|
1402
|
+
}
|
|
1403
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1404
|
+
background: #f5f5f5;
|
|
1405
|
+
}
|
|
1406
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1407
|
+
color: #333;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
1410
|
/* stylelint-disable */
|
|
1411
1411
|
.e-bigger .e-ddt .e-chips,
|
|
1412
1412
|
.e-ddt.e-bigger .e-chips {
|
|
@@ -1547,6 +1547,14 @@ ejs-dropdownlist {
|
|
|
1547
1547
|
content: "\eb08";
|
|
1548
1548
|
}
|
|
1549
1549
|
|
|
1550
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
1551
|
+
padding: 0 10px 0 0;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
1555
|
+
padding: 0 8px 0 0;
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1550
1558
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1551
1559
|
line-height: 30px;
|
|
1552
1560
|
top: 0;
|
|
@@ -1568,292 +1576,60 @@ ejs-dropdownlist {
|
|
|
1568
1576
|
width: 32px;
|
|
1569
1577
|
}
|
|
1570
1578
|
|
|
1571
|
-
.e-multi-select-wrapper
|
|
1572
|
-
color: #333;
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
1576
|
-
background-color: #ccc;
|
|
1577
|
-
}
|
|
1578
|
-
|
|
1579
|
-
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
1580
|
-
background-color: #ddd;
|
|
1581
|
-
}
|
|
1582
|
-
|
|
1583
|
-
.e-multiselect {
|
|
1579
|
+
.e-multi-select-wrapper {
|
|
1584
1580
|
-webkit-box-sizing: border-box;
|
|
1585
1581
|
box-sizing: border-box;
|
|
1582
|
+
cursor: text;
|
|
1583
|
+
line-height: normal;
|
|
1584
|
+
min-height: 32px;
|
|
1585
|
+
padding: 0 32px 0 2px;
|
|
1586
|
+
position: relative;
|
|
1587
|
+
-webkit-user-select: none;
|
|
1588
|
+
-moz-user-select: none;
|
|
1589
|
+
-ms-user-select: none;
|
|
1590
|
+
user-select: none;
|
|
1591
|
+
width: 100%;
|
|
1586
1592
|
}
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
-webkit-text-fill-color: #333;
|
|
1591
|
-
color: #333;
|
|
1592
|
-
font-family: inherit;
|
|
1593
|
-
font-size: 15px;
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
1597
|
-
color: #333;
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
1601
|
-
color: #333;
|
|
1593
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1594
|
+
height: 27px;
|
|
1595
|
+
vertical-align: middle;
|
|
1602
1596
|
}
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
border-radius: 4px;
|
|
1607
|
-
height: 28px;
|
|
1597
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1598
|
+
height: 100%;
|
|
1599
|
+
min-height: 100%;
|
|
1608
1600
|
}
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
background-color: #d4d4d4;
|
|
1601
|
+
.e-multi-select-wrapper .e-delim-view {
|
|
1602
|
+
white-space: nowrap;
|
|
1612
1603
|
}
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1604
|
+
.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
|
|
1605
|
+
-webkit-box-sizing: border-box;
|
|
1606
|
+
box-sizing: border-box;
|
|
1607
|
+
display: inline-block;
|
|
1608
|
+
overflow: hidden;
|
|
1609
|
+
text-overflow: ellipsis;
|
|
1616
1610
|
}
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
-webkit-text-fill-color: #333;
|
|
1620
|
-
color: #333;
|
|
1611
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1612
|
+
color: #fff;
|
|
1621
1613
|
font-size: 10px;
|
|
1614
|
+
left: 17px;
|
|
1615
|
+
top: 8px;
|
|
1622
1616
|
}
|
|
1623
|
-
|
|
1624
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1617
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1625
1618
|
background-color: #317ab9;
|
|
1626
|
-
border-radius: 4px;
|
|
1627
1619
|
color: #fff;
|
|
1628
|
-
|
|
1629
|
-
line-height: 46px;
|
|
1620
|
+
padding: 13px 0 13px 0;
|
|
1630
1621
|
}
|
|
1631
|
-
|
|
1632
|
-
.e-multi-select-wrapper .e-
|
|
1633
|
-
|
|
1622
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1623
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1624
|
+
width: 0;
|
|
1634
1625
|
}
|
|
1635
|
-
|
|
1636
|
-
.e-multi-select-wrapper .e-
|
|
1637
|
-
height:
|
|
1626
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1627
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1628
|
+
height: 1px;
|
|
1629
|
+
min-height: 1px;
|
|
1638
1630
|
}
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1642
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1643
|
-
-webkit-box-sizing: content-box;
|
|
1644
|
-
box-sizing: content-box;
|
|
1645
|
-
overflow: initial;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
|
|
1649
|
-
border-bottom: 1px solid transparent;
|
|
1650
|
-
border-left: 1px solid #317ab9;
|
|
1651
|
-
border-right: 1px solid #317ab9;
|
|
1652
|
-
border-top: 1px solid #142f46;
|
|
1653
|
-
}
|
|
1654
|
-
|
|
1655
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
1656
|
-
background-color: transparent;
|
|
1657
|
-
border-color: transparent;
|
|
1658
|
-
color: #333;
|
|
1659
|
-
}
|
|
1660
|
-
|
|
1661
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
1662
|
-
background-color: transparent;
|
|
1663
|
-
border-color: transparent;
|
|
1664
|
-
color: #333;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
|
|
1668
|
-
color: #333;
|
|
1669
|
-
}
|
|
1670
|
-
|
|
1671
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
|
|
1672
|
-
color: #333;
|
|
1673
|
-
}
|
|
1674
|
-
|
|
1675
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
1676
|
-
background-color: #f5f5f5;
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
1680
|
-
background-color: #f5f5f5;
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
1684
|
-
border-bottom: 1px solid transparent;
|
|
1685
|
-
border-top: 1px solid transparent;
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
1689
|
-
border-bottom: 1px solid transparent;
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
1693
|
-
border-top: 1px solid transparent;
|
|
1694
|
-
}
|
|
1695
|
-
|
|
1696
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
1697
|
-
background-color: #317ab9;
|
|
1698
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1699
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1700
|
-
color: #fff;
|
|
1701
|
-
border: 1px solid #66afe9;
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
1705
|
-
background-color: #317ab9;
|
|
1706
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1707
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1708
|
-
color: #fff;
|
|
1709
|
-
border: 1px solid #66afe9;
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
1713
|
-
border: 1px solid transparent;
|
|
1714
|
-
}
|
|
1715
|
-
|
|
1716
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
1717
|
-
border: 1px solid transparent;
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1721
|
-
color: #999;
|
|
1722
|
-
}
|
|
1723
|
-
|
|
1724
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1725
|
-
color: #999;
|
|
1726
|
-
}
|
|
1727
|
-
|
|
1728
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1729
|
-
color: #999;
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1733
|
-
color: #999;
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
.e-ul.e-reorder {
|
|
1737
|
-
border-bottom: 1px solid #e6e6e6;
|
|
1738
|
-
}
|
|
1739
|
-
|
|
1740
|
-
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
1741
|
-
border-bottom: 1px solid #e6e6e6;
|
|
1742
|
-
}
|
|
1743
|
-
|
|
1744
|
-
.e-multi-select-wrapper .e-delim-values {
|
|
1745
|
-
-webkit-text-fill-color: #333;
|
|
1746
|
-
color: #333;
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1750
|
-
color: #333;
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
|
-
.e-small .e-multi-select-wrapper .e-chips {
|
|
1754
|
-
height: 22px;
|
|
1755
|
-
}
|
|
1756
|
-
|
|
1757
|
-
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1758
|
-
font-size: 13px;
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1762
|
-
font-size: 8px;
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
1766
|
-
left: 8px;
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1770
|
-
-webkit-text-fill-color: #999;
|
|
1771
|
-
color: #999;
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
1775
|
-
padding: 0 10px 0 0;
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
1779
|
-
padding: 0 8px 0 0;
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1783
|
-
line-height: 30px;
|
|
1784
|
-
top: 0;
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1788
|
-
border-radius: 0 4px 4px 0;
|
|
1789
|
-
border-right-width: 0;
|
|
1790
|
-
}
|
|
1791
|
-
|
|
1792
|
-
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
1793
|
-
border-left-width: 0;
|
|
1794
|
-
border-radius: 4px 0 0 4px;
|
|
1795
|
-
border-right-width: 1px;
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1799
|
-
height: 32px;
|
|
1800
|
-
width: 32px;
|
|
1801
|
-
}
|
|
1802
|
-
|
|
1803
|
-
.e-multi-select-wrapper {
|
|
1804
|
-
-webkit-box-sizing: border-box;
|
|
1805
|
-
box-sizing: border-box;
|
|
1806
|
-
cursor: text;
|
|
1807
|
-
line-height: normal;
|
|
1808
|
-
min-height: 32px;
|
|
1809
|
-
padding: 0 32px 0 2px;
|
|
1810
|
-
position: relative;
|
|
1811
|
-
-webkit-user-select: none;
|
|
1812
|
-
-moz-user-select: none;
|
|
1813
|
-
-ms-user-select: none;
|
|
1814
|
-
user-select: none;
|
|
1815
|
-
width: 100%;
|
|
1816
|
-
}
|
|
1817
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1818
|
-
height: 27px;
|
|
1819
|
-
vertical-align: middle;
|
|
1820
|
-
}
|
|
1821
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1822
|
-
height: 100%;
|
|
1823
|
-
min-height: 100%;
|
|
1824
|
-
}
|
|
1825
|
-
.e-multi-select-wrapper .e-delim-view {
|
|
1826
|
-
white-space: nowrap;
|
|
1827
|
-
}
|
|
1828
|
-
.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
|
|
1829
|
-
-webkit-box-sizing: border-box;
|
|
1830
|
-
box-sizing: border-box;
|
|
1831
|
-
display: inline-block;
|
|
1832
|
-
overflow: hidden;
|
|
1833
|
-
text-overflow: ellipsis;
|
|
1834
|
-
}
|
|
1835
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1836
|
-
color: #fff;
|
|
1837
|
-
font-size: 10px;
|
|
1838
|
-
left: 17px;
|
|
1839
|
-
top: 8px;
|
|
1840
|
-
}
|
|
1841
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1842
|
-
background-color: #317ab9;
|
|
1843
|
-
color: #fff;
|
|
1844
|
-
padding: 13px 0 13px 0;
|
|
1845
|
-
}
|
|
1846
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1847
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1848
|
-
width: 0;
|
|
1849
|
-
}
|
|
1850
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1851
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1852
|
-
height: 1px;
|
|
1853
|
-
min-height: 1px;
|
|
1854
|
-
}
|
|
1855
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1856
|
-
max-width: 100%;
|
|
1631
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1632
|
+
max-width: 100%;
|
|
1857
1633
|
}
|
|
1858
1634
|
|
|
1859
1635
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
|
|
@@ -2563,14 +2339,6 @@ ejs-multiselect {
|
|
|
2563
2339
|
width: 15px;
|
|
2564
2340
|
}
|
|
2565
2341
|
|
|
2566
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
2567
|
-
padding: 0 10px 0 0;
|
|
2568
|
-
}
|
|
2569
|
-
|
|
2570
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
2571
|
-
padding: 0 8px 0 0;
|
|
2572
|
-
}
|
|
2573
|
-
|
|
2574
2342
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
2575
2343
|
line-height: 30px;
|
|
2576
2344
|
top: 0;
|
|
@@ -2592,41 +2360,273 @@ ejs-multiselect {
|
|
|
2592
2360
|
width: 32px;
|
|
2593
2361
|
}
|
|
2594
2362
|
|
|
2595
|
-
.e-
|
|
2596
|
-
|
|
2597
|
-
margin-top: -2.7em;
|
|
2363
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2364
|
+
color: #333;
|
|
2598
2365
|
}
|
|
2599
2366
|
|
|
2600
|
-
.e-
|
|
2601
|
-
|
|
2367
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
2368
|
+
background-color: #ccc;
|
|
2602
2369
|
}
|
|
2603
2370
|
|
|
2604
|
-
.e-
|
|
2605
|
-
|
|
2371
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2372
|
+
background-color: #ddd;
|
|
2606
2373
|
}
|
|
2607
2374
|
|
|
2608
|
-
.e-
|
|
2609
|
-
|
|
2375
|
+
.e-multiselect {
|
|
2376
|
+
-webkit-box-sizing: border-box;
|
|
2377
|
+
box-sizing: border-box;
|
|
2610
2378
|
}
|
|
2611
2379
|
|
|
2612
|
-
|
|
2613
|
-
|
|
2380
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2381
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2382
|
+
-webkit-text-fill-color: #333;
|
|
2383
|
+
color: #333;
|
|
2384
|
+
font-family: inherit;
|
|
2385
|
+
font-size: 15px;
|
|
2614
2386
|
}
|
|
2615
2387
|
|
|
2616
|
-
.e-
|
|
2617
|
-
|
|
2388
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
2389
|
+
color: #333;
|
|
2618
2390
|
}
|
|
2619
2391
|
|
|
2620
|
-
.e-
|
|
2621
|
-
|
|
2622
|
-
margin-top: -4em;
|
|
2623
|
-
margin-top: -3.7em;
|
|
2392
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
2393
|
+
color: #333;
|
|
2624
2394
|
}
|
|
2625
2395
|
|
|
2626
|
-
.e-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2396
|
+
.e-multi-select-wrapper .e-chips {
|
|
2397
|
+
background-color: #e6e6e6;
|
|
2398
|
+
border-radius: 4px;
|
|
2399
|
+
height: 28px;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2403
|
+
background-color: #d4d4d4;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
|
|
2407
|
+
color: #333;
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2411
|
+
-webkit-text-fill-color: #333;
|
|
2412
|
+
color: #333;
|
|
2413
|
+
font-size: 10px;
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2417
|
+
background-color: #317ab9;
|
|
2418
|
+
border-radius: 4px;
|
|
2419
|
+
color: #fff;
|
|
2420
|
+
height: 46px;
|
|
2421
|
+
line-height: 46px;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
2425
|
+
color: #fff;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2429
|
+
height: 32px;
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2432
|
+
.e-popup.e-multi-select-list-wrapper {
|
|
2433
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2434
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2435
|
+
-webkit-box-sizing: content-box;
|
|
2436
|
+
box-sizing: content-box;
|
|
2437
|
+
overflow: initial;
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
|
|
2441
|
+
border-bottom: 1px solid transparent;
|
|
2442
|
+
border-left: 1px solid #317ab9;
|
|
2443
|
+
border-right: 1px solid #317ab9;
|
|
2444
|
+
border-top: 1px solid #142f46;
|
|
2445
|
+
}
|
|
2446
|
+
|
|
2447
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
2448
|
+
background-color: transparent;
|
|
2449
|
+
border-color: transparent;
|
|
2450
|
+
color: #333;
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2453
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
2454
|
+
background-color: transparent;
|
|
2455
|
+
border-color: transparent;
|
|
2456
|
+
color: #333;
|
|
2457
|
+
}
|
|
2458
|
+
|
|
2459
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
|
|
2460
|
+
color: #333;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
|
|
2464
|
+
color: #333;
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
2468
|
+
background-color: #f5f5f5;
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2471
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
2472
|
+
background-color: #f5f5f5;
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
2476
|
+
border-bottom: 1px solid transparent;
|
|
2477
|
+
border-top: 1px solid transparent;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
2481
|
+
border-bottom: 1px solid transparent;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
2485
|
+
border-top: 1px solid transparent;
|
|
2486
|
+
}
|
|
2487
|
+
|
|
2488
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2489
|
+
background-color: #317ab9;
|
|
2490
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2491
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2492
|
+
color: #fff;
|
|
2493
|
+
border: 1px solid #66afe9;
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2497
|
+
background-color: #317ab9;
|
|
2498
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2499
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2500
|
+
color: #fff;
|
|
2501
|
+
border: 1px solid #66afe9;
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
2505
|
+
border: 1px solid transparent;
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
2509
|
+
border: 1px solid transparent;
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2513
|
+
color: #999;
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2517
|
+
color: #999;
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2521
|
+
color: #999;
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2525
|
+
color: #999;
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2528
|
+
.e-ul.e-reorder {
|
|
2529
|
+
border-bottom: 1px solid #e6e6e6;
|
|
2530
|
+
}
|
|
2531
|
+
|
|
2532
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2533
|
+
border-bottom: 1px solid #e6e6e6;
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2536
|
+
.e-multi-select-wrapper .e-delim-values {
|
|
2537
|
+
-webkit-text-fill-color: #333;
|
|
2538
|
+
color: #333;
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2541
|
+
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2542
|
+
color: #333;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
2546
|
+
height: 22px;
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2549
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2550
|
+
font-size: 13px;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2554
|
+
font-size: 8px;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
2558
|
+
left: 8px;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2562
|
+
-webkit-text-fill-color: #999;
|
|
2563
|
+
color: #999;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
2567
|
+
padding: 0 10px 0 0;
|
|
2568
|
+
}
|
|
2569
|
+
|
|
2570
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
2571
|
+
padding: 0 8px 0 0;
|
|
2572
|
+
}
|
|
2573
|
+
|
|
2574
|
+
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
2575
|
+
line-height: 30px;
|
|
2576
|
+
top: 0;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2580
|
+
border-radius: 0 4px 4px 0;
|
|
2581
|
+
border-right-width: 0;
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2584
|
+
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
2585
|
+
border-left-width: 0;
|
|
2586
|
+
border-radius: 4px 0 0 4px;
|
|
2587
|
+
border-right-width: 1px;
|
|
2588
|
+
}
|
|
2589
|
+
|
|
2590
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2591
|
+
height: 32px;
|
|
2592
|
+
width: 32px;
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
2596
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2597
|
+
margin-top: -2.7em;
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
.e-bigger .e-multi-select-wrapper {
|
|
2601
|
+
min-height: 38px;
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2605
|
+
margin: 3px 4px 2px 0;
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2609
|
+
padding: 7px 10px 7px 10px;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2613
|
+
padding: 7px 10px 7px 10px;
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2617
|
+
margin-top: -4em;
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
2621
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2622
|
+
margin-top: -4em;
|
|
2623
|
+
margin-top: -3.7em;
|
|
2624
|
+
}
|
|
2625
|
+
|
|
2626
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
2627
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
2628
|
+
height: 32px;
|
|
2629
|
+
min-height: 32px;
|
|
2630
2630
|
}
|
|
2631
2631
|
|
|
2632
2632
|
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
@@ -2925,782 +2925,782 @@ ejs-multiselect {
|
|
|
2925
2925
|
content: "\e656";
|
|
2926
2926
|
}
|
|
2927
2927
|
|
|
2928
|
-
|
|
2929
|
-
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
2930
|
-
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2931
|
-
}
|
|
2932
|
-
|
|
2933
|
-
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2934
|
-
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2935
|
-
}
|
|
2936
|
-
|
|
2937
|
-
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
2938
|
-
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2939
|
-
}
|
|
2940
|
-
|
|
2941
|
-
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
2942
|
-
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2943
|
-
}
|
|
2944
|
-
|
|
2945
|
-
.e-listbox-wrapper,
|
|
2946
|
-
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2947
|
-
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
2948
|
-
border: 1px solid #ddd;
|
|
2949
|
-
}
|
|
2950
|
-
|
|
2928
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2951
2929
|
.e-listbox-wrapper,
|
|
2952
2930
|
.e-listbox-container,
|
|
2953
2931
|
.e-listboxtool-wrapper {
|
|
2954
|
-
|
|
2955
|
-
|
|
2932
|
+
-webkit-overflow-scrolling: touch;
|
|
2933
|
+
-webkit-box-sizing: border-box;
|
|
2934
|
+
box-sizing: border-box;
|
|
2935
|
+
cursor: pointer;
|
|
2936
|
+
display: block;
|
|
2937
|
+
position: relative;
|
|
2938
|
+
-webkit-user-select: none;
|
|
2939
|
+
-moz-user-select: none;
|
|
2940
|
+
-ms-user-select: none;
|
|
2941
|
+
user-select: none;
|
|
2942
|
+
width: 100%;
|
|
2956
2943
|
}
|
|
2957
|
-
.e-listbox-wrapper
|
|
2958
|
-
.e-listbox-container
|
|
2959
|
-
.e-listboxtool-wrapper
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
color: rgba(51, 51, 51, 0.95);
|
|
2963
|
-
font-size: 14px;
|
|
2944
|
+
.e-listbox-wrapper *,
|
|
2945
|
+
.e-listbox-container *,
|
|
2946
|
+
.e-listboxtool-wrapper * {
|
|
2947
|
+
-webkit-box-sizing: border-box;
|
|
2948
|
+
box-sizing: border-box;
|
|
2964
2949
|
}
|
|
2965
|
-
|
|
2966
|
-
.e-listbox-
|
|
2967
|
-
.e-
|
|
2968
|
-
|
|
2969
|
-
height: calc(100% - 52px);
|
|
2950
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2951
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2952
|
+
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
2953
|
+
width: 86% !important; /* stylelint-disable-line declaration-no-important */
|
|
2970
2954
|
}
|
|
2971
|
-
|
|
2972
|
-
.e-listbox-
|
|
2973
|
-
.e-listbox-container
|
|
2974
|
-
.e-listboxtool-wrapper.e-
|
|
2975
|
-
|
|
2955
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2956
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2957
|
+
.e-listbox-container:focus,
|
|
2958
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2959
|
+
.e-listboxtool-wrapper:focus {
|
|
2960
|
+
outline: none;
|
|
2976
2961
|
}
|
|
2977
|
-
|
|
2978
|
-
.e-listbox-
|
|
2979
|
-
.e-
|
|
2980
|
-
|
|
2981
|
-
|
|
2962
|
+
.e-listbox-wrapper.e-disabled,
|
|
2963
|
+
.e-listbox-container.e-disabled,
|
|
2964
|
+
.e-listboxtool-wrapper.e-disabled {
|
|
2965
|
+
cursor: default;
|
|
2966
|
+
pointer-events: none;
|
|
2967
|
+
}
|
|
2968
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
2969
|
+
.e-listbox-container:not(.e-list-template) .e-list-nrt,
|
|
2970
|
+
.e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
|
|
2971
|
+
text-align: center;
|
|
2972
|
+
}
|
|
2973
|
+
.e-listbox-wrapper .e-list-parent,
|
|
2974
|
+
.e-listbox-container .e-list-parent,
|
|
2975
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
2976
|
+
height: 100%;
|
|
2977
|
+
min-height: 40px;
|
|
2982
2978
|
}
|
|
2983
|
-
|
|
2984
2979
|
.e-listbox-wrapper .e-list-item,
|
|
2985
2980
|
.e-listbox-container .e-list-item,
|
|
2986
2981
|
.e-listboxtool-wrapper .e-list-item {
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
border-left: 0 solid transparent;
|
|
2990
|
-
border-right: 0 solid transparent;
|
|
2991
|
-
border-top: 0 solid transparent;
|
|
2992
|
-
color: #333333;
|
|
2982
|
+
border-bottom: 0 solid;
|
|
2983
|
+
outline: none;
|
|
2993
2984
|
}
|
|
2994
|
-
|
|
2995
|
-
.e-listbox-
|
|
2996
|
-
.e-
|
|
2997
|
-
|
|
2998
|
-
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
2999
|
-
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3000
|
-
background-color: #f5f5f5;
|
|
3001
|
-
border-color: transparent;
|
|
3002
|
-
color: rgba(51, 51, 51, 0.87);
|
|
2985
|
+
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
2986
|
+
.e-listbox-container .e-list-item.e-disabled,
|
|
2987
|
+
.e-listboxtool-wrapper .e-list-item.e-disabled {
|
|
2988
|
+
pointer-events: none;
|
|
3003
2989
|
}
|
|
3004
|
-
|
|
3005
|
-
.e-listbox-
|
|
3006
|
-
.e-
|
|
3007
|
-
|
|
3008
|
-
background-color: #fff;
|
|
3009
|
-
color: #333333;
|
|
2990
|
+
.e-listbox-wrapper .e-disable,
|
|
2991
|
+
.e-listbox-container .e-disable,
|
|
2992
|
+
.e-listboxtool-wrapper .e-disable {
|
|
2993
|
+
opacity: 0.7;
|
|
3010
2994
|
}
|
|
3011
|
-
|
|
3012
|
-
.e-listbox-
|
|
3013
|
-
.e-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
3017
|
-
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3018
|
-
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
3019
|
-
background-color: #e6e6e6;
|
|
3020
|
-
color: rgba(51, 51, 51, 0.87);
|
|
2995
|
+
.e-listbox-wrapper .e-list-parent,
|
|
2996
|
+
.e-listbox-container .e-list-parent,
|
|
2997
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
2998
|
+
margin: 0;
|
|
2999
|
+
padding: 0;
|
|
3021
3000
|
}
|
|
3022
|
-
|
|
3023
|
-
.e-listbox-
|
|
3024
|
-
.e-listbox-container .e-list-
|
|
3025
|
-
.e-
|
|
3026
|
-
.e-listboxtool-wrapper .e-list-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3001
|
+
.e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3002
|
+
.e-listbox-container .e-list-header .e-text.header,
|
|
3003
|
+
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3004
|
+
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
3005
|
+
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
3006
|
+
display: none;
|
|
3007
|
+
}
|
|
3008
|
+
.e-listbox-wrapper .e-icon-back,
|
|
3009
|
+
.e-listbox-container .e-icon-back,
|
|
3010
|
+
.e-listboxtool-wrapper .e-icon-back {
|
|
3011
|
+
margin-top: -2px;
|
|
3012
|
+
}
|
|
3013
|
+
.e-listbox-wrapper .e-list-header,
|
|
3014
|
+
.e-listbox-container .e-list-header,
|
|
3015
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
3016
|
+
-webkit-box-align: center;
|
|
3017
|
+
-ms-flex-align: center;
|
|
3018
|
+
align-items: center;
|
|
3019
|
+
border-bottom: 1px solid;
|
|
3020
|
+
display: -webkit-box;
|
|
3021
|
+
display: -ms-flexbox;
|
|
3022
|
+
display: flex;
|
|
3023
|
+
font-weight: bold;
|
|
3024
|
+
height: 40px;
|
|
3025
|
+
padding: 0 20px;
|
|
3026
|
+
}
|
|
3027
|
+
.e-listbox-wrapper .e-has-header > .e-view,
|
|
3028
|
+
.e-listbox-container .e-has-header > .e-view,
|
|
3029
|
+
.e-listboxtool-wrapper .e-has-header > .e-view {
|
|
3030
|
+
top: 45px;
|
|
3031
|
+
}
|
|
3032
|
+
.e-listbox-wrapper .e-but-back,
|
|
3033
|
+
.e-listbox-container .e-but-back,
|
|
3034
|
+
.e-listboxtool-wrapper .e-but-back {
|
|
3035
|
+
cursor: pointer;
|
|
3036
|
+
padding-right: 10px;
|
|
3037
|
+
}
|
|
3038
|
+
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
3039
|
+
.e-listbox-container .e-list-group-item:first-child,
|
|
3040
|
+
.e-listboxtool-wrapper .e-list-group-item:first-child {
|
|
3041
|
+
border: 0;
|
|
3042
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
3031
3043
|
}
|
|
3032
|
-
|
|
3033
3044
|
.e-listbox-wrapper .e-list-group-item,
|
|
3034
3045
|
.e-listbox-container .e-list-group-item,
|
|
3035
3046
|
.e-listboxtool-wrapper .e-list-group-item {
|
|
3036
|
-
|
|
3037
|
-
border-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
.e-listbox-wrapper .e-selectall-parent,
|
|
3043
|
-
.e-listbox-container .e-selectall-parent,
|
|
3044
|
-
.e-listboxtool-wrapper .e-selectall-parent {
|
|
3045
|
-
background-color: #fff;
|
|
3046
|
-
border-bottom: 1px solid #e6e6e6;
|
|
3047
|
-
color: #333333;
|
|
3047
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
3048
|
+
border-top: 0 solid;
|
|
3049
|
+
font-weight: 600;
|
|
3050
|
+
height: 40px;
|
|
3051
|
+
line-height: 36px;
|
|
3052
|
+
padding: 13px 16px;
|
|
3048
3053
|
}
|
|
3049
|
-
|
|
3050
|
-
.e-listbox-
|
|
3051
|
-
.e-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
+
.e-listbox-wrapper .e-icon-collapsible,
|
|
3055
|
+
.e-listbox-container .e-icon-collapsible,
|
|
3056
|
+
.e-listboxtool-wrapper .e-icon-collapsible {
|
|
3057
|
+
cursor: pointer;
|
|
3058
|
+
font-size: 12px;
|
|
3059
|
+
position: absolute;
|
|
3060
|
+
right: 0%;
|
|
3061
|
+
top: 50%;
|
|
3062
|
+
-webkit-transform: translateY(-50%);
|
|
3063
|
+
transform: translateY(-50%);
|
|
3054
3064
|
}
|
|
3055
|
-
|
|
3056
|
-
.e-listbox-
|
|
3057
|
-
.e-
|
|
3058
|
-
|
|
3059
|
-
height: inherit;
|
|
3065
|
+
.e-listbox-wrapper .e-text-content,
|
|
3066
|
+
.e-listbox-container .e-text-content,
|
|
3067
|
+
.e-listboxtool-wrapper .e-text-content {
|
|
3068
|
+
height: 100%;
|
|
3060
3069
|
position: relative;
|
|
3070
|
+
vertical-align: middle;
|
|
3061
3071
|
}
|
|
3062
|
-
.e-listbox-wrapper.e-
|
|
3063
|
-
.e-listbox-container.e-
|
|
3064
|
-
.e-listboxtool-wrapper
|
|
3065
|
-
|
|
3072
|
+
.e-listbox-wrapper .e-text-content *,
|
|
3073
|
+
.e-listbox-container .e-text-content *,
|
|
3074
|
+
.e-listboxtool-wrapper .e-text-content * {
|
|
3075
|
+
display: inline-block;
|
|
3076
|
+
vertical-align: middle;
|
|
3066
3077
|
}
|
|
3067
|
-
.e-listbox-wrapper.e-
|
|
3068
|
-
.e-listbox-container.e-
|
|
3069
|
-
.e-listboxtool-wrapper.e-
|
|
3070
|
-
|
|
3078
|
+
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
3079
|
+
.e-listbox-container .e-text-content.e-checkbox .e-list-text,
|
|
3080
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox .e-list-text {
|
|
3081
|
+
width: calc(100% - 40px);
|
|
3071
3082
|
}
|
|
3072
|
-
.e-listbox-wrapper.e-
|
|
3073
|
-
.e-listbox-container.e-
|
|
3074
|
-
.e-listboxtool-wrapper.e-
|
|
3075
|
-
|
|
3076
|
-
display: block;
|
|
3077
|
-
font-size: 18px;
|
|
3078
|
-
font-weight: 500;
|
|
3079
|
-
margin: 0;
|
|
3080
|
-
overflow: hidden;
|
|
3081
|
-
padding: 0.038em 0;
|
|
3082
|
-
text-overflow: ellipsis;
|
|
3083
|
-
white-space: nowrap;
|
|
3083
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
3084
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
3085
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
3086
|
+
width: calc(100% - 90px);
|
|
3084
3087
|
}
|
|
3085
|
-
.e-listbox-wrapper.e-
|
|
3086
|
-
.e-listbox-container.e-
|
|
3087
|
-
.e-listboxtool-wrapper.e-
|
|
3088
|
-
|
|
3089
|
-
display: block;
|
|
3090
|
-
font-size: 14px;
|
|
3091
|
-
margin: 0;
|
|
3092
|
-
padding: 0.038em 0;
|
|
3093
|
-
word-wrap: break-word;
|
|
3088
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3089
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3090
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
3091
|
+
width: calc(100% - 80px);
|
|
3094
3092
|
}
|
|
3095
|
-
.e-listbox-wrapper.e-list-
|
|
3096
|
-
.e-listbox-container.e-list-
|
|
3097
|
-
.e-listboxtool-wrapper.e-list-
|
|
3093
|
+
.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3094
|
+
.e-listbox-container .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3095
|
+
.e-listboxtool-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
3096
|
+
width: calc(100% - 92px);
|
|
3097
|
+
}
|
|
3098
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
3099
|
+
.e-listbox-container .e-checkbox .e-checkbox-left,
|
|
3100
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-left {
|
|
3101
|
+
margin: -4px 10px 0 0;
|
|
3102
|
+
}
|
|
3103
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
3104
|
+
.e-listbox-container .e-checkbox .e-checkbox-right,
|
|
3105
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-right {
|
|
3106
|
+
margin: -4px 0 0 10px;
|
|
3107
|
+
}
|
|
3108
|
+
.e-listbox-wrapper .e-list-text,
|
|
3109
|
+
.e-listbox-container .e-list-text,
|
|
3110
|
+
.e-listboxtool-wrapper .e-list-text {
|
|
3111
|
+
cursor: pointer;
|
|
3112
|
+
display: inline-block;
|
|
3098
3113
|
overflow: hidden;
|
|
3099
3114
|
text-overflow: ellipsis;
|
|
3115
|
+
vertical-align: top;
|
|
3100
3116
|
white-space: nowrap;
|
|
3117
|
+
width: 100%;
|
|
3101
3118
|
}
|
|
3102
|
-
.e-listbox-wrapper.e-list-
|
|
3103
|
-
.e-listbox-container.e-list-
|
|
3104
|
-
.e-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
}
|
|
3111
|
-
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3112
|
-
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3113
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3114
|
-
padding-left: 4.6428em;
|
|
3115
|
-
padding-right: 1.0714em;
|
|
3119
|
+
.e-listbox-wrapper .e-list-icon + .e-list-text, .e-listbox-wrapper .e-icon-wrapper .e-list-text, .e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
3120
|
+
.e-listbox-container .e-list-icon + .e-list-text,
|
|
3121
|
+
.e-listbox-container .e-icon-wrapper .e-list-text,
|
|
3122
|
+
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
3123
|
+
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
|
|
3124
|
+
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
|
|
3125
|
+
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
3126
|
+
width: calc(100% - 60px);
|
|
3116
3127
|
}
|
|
3117
|
-
.e-listbox-wrapper
|
|
3118
|
-
.e-listbox-container
|
|
3119
|
-
.e-listboxtool-wrapper
|
|
3120
|
-
|
|
3121
|
-
|
|
3128
|
+
.e-listbox-wrapper .e-list-icon,
|
|
3129
|
+
.e-listbox-container .e-list-icon,
|
|
3130
|
+
.e-listboxtool-wrapper .e-list-icon {
|
|
3131
|
+
height: 30px;
|
|
3132
|
+
margin-right: 10px;
|
|
3133
|
+
width: 30px;
|
|
3122
3134
|
}
|
|
3123
|
-
.e-listbox-wrapper
|
|
3124
|
-
.e-listbox-container
|
|
3125
|
-
.e-listboxtool-wrapper
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
position: absolute;
|
|
3129
|
-
width: 2.8571em;
|
|
3130
|
-
right: 1.0667em;
|
|
3135
|
+
.e-listbox-wrapper .e-content,
|
|
3136
|
+
.e-listbox-container .e-content,
|
|
3137
|
+
.e-listboxtool-wrapper .e-content {
|
|
3138
|
+
overflow: hidden;
|
|
3139
|
+
position: relative;
|
|
3131
3140
|
}
|
|
3132
|
-
.e-listbox-wrapper
|
|
3133
|
-
.e-listbox-container
|
|
3134
|
-
.e-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
top: 0.7142em;
|
|
3141
|
+
.e-listbox-wrapper .e-list-header .e-text,
|
|
3142
|
+
.e-listbox-container .e-list-header .e-text,
|
|
3143
|
+
.e-listboxtool-wrapper .e-list-header .e-text {
|
|
3144
|
+
cursor: pointer;
|
|
3145
|
+
text-indent: 0;
|
|
3138
3146
|
}
|
|
3139
|
-
.e-listbox-wrapper
|
|
3140
|
-
.e-listbox-container
|
|
3141
|
-
.e-listboxtool-wrapper
|
|
3142
|
-
|
|
3143
|
-
height:
|
|
3144
|
-
line-height: 1.433em;
|
|
3145
|
-
padding: 0;
|
|
3146
|
-
position: absolute;
|
|
3147
|
-
right: 1em;
|
|
3148
|
-
top: 50%;
|
|
3149
|
-
-webkit-transform: translateY(-50%);
|
|
3150
|
-
transform: translateY(-50%);
|
|
3151
|
-
width: 2em;
|
|
3147
|
+
.e-listbox-wrapper .e-text .e-headertext,
|
|
3148
|
+
.e-listbox-container .e-text .e-headertext,
|
|
3149
|
+
.e-listboxtool-wrapper .e-text .e-headertext {
|
|
3150
|
+
display: inline-block;
|
|
3151
|
+
line-height: inherit;
|
|
3152
3152
|
}
|
|
3153
|
-
.e-listbox-wrapper.e-
|
|
3154
|
-
.e-listbox-container.e-
|
|
3155
|
-
.e-listboxtool-wrapper.e-
|
|
3156
|
-
|
|
3157
|
-
padding-right: 3.9285em;
|
|
3153
|
+
.e-listbox-wrapper.e-rtl,
|
|
3154
|
+
.e-listbox-container.e-rtl,
|
|
3155
|
+
.e-listboxtool-wrapper.e-rtl {
|
|
3156
|
+
direction: rtl;
|
|
3158
3157
|
}
|
|
3159
|
-
.e-listbox-wrapper.e-
|
|
3160
|
-
.e-listbox-container.e-
|
|
3161
|
-
.e-listboxtool-wrapper.e-
|
|
3162
|
-
|
|
3163
|
-
|
|
3158
|
+
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
3159
|
+
.e-listbox-container.e-rtl .e-list-icon,
|
|
3160
|
+
.e-listboxtool-wrapper.e-rtl .e-list-icon {
|
|
3161
|
+
margin-left: 16px;
|
|
3162
|
+
margin-right: 0;
|
|
3164
3163
|
}
|
|
3165
|
-
.e-listbox-wrapper.e-
|
|
3166
|
-
.e-listbox-container.e-
|
|
3167
|
-
.e-listboxtool-wrapper.e-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
white-space: nowrap;
|
|
3164
|
+
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
3165
|
+
.e-listbox-container.e-rtl .e-icon-collapsible,
|
|
3166
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-collapsible {
|
|
3167
|
+
left: 0%;
|
|
3168
|
+
right: initial;
|
|
3169
|
+
top: 50%;
|
|
3170
|
+
-webkit-transform: translateY(-50%) rotate(180deg);
|
|
3171
|
+
transform: translateY(-50%) rotate(180deg);
|
|
3174
3172
|
}
|
|
3175
|
-
.e-listbox-wrapper.e-
|
|
3176
|
-
.e-listbox-container.e-
|
|
3177
|
-
.e-
|
|
3178
|
-
|
|
3179
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3180
|
-
color: rgba(51, 51, 51, 0.87);
|
|
3173
|
+
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
3174
|
+
.e-listbox-container.e-rtl .e-list-header .e-text,
|
|
3175
|
+
.e-listboxtool-wrapper.e-rtl .e-list-header .e-text {
|
|
3176
|
+
cursor: pointer;
|
|
3181
3177
|
}
|
|
3182
|
-
.e-listbox-wrapper.e-
|
|
3183
|
-
.e-listbox-container.e-
|
|
3184
|
-
.e-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
color: rgba(51, 51, 51, 0.87);
|
|
3178
|
+
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
3179
|
+
.e-listbox-container.e-rtl .e-but-back,
|
|
3180
|
+
.e-listboxtool-wrapper.e-rtl .e-but-back {
|
|
3181
|
+
-webkit-transform: rotate(180deg);
|
|
3182
|
+
transform: rotate(180deg);
|
|
3188
3183
|
}
|
|
3189
|
-
.e-listbox-wrapper.e-rtl
|
|
3190
|
-
.e-listbox-container.e-rtl
|
|
3191
|
-
.e-listboxtool-wrapper.e-rtl
|
|
3192
|
-
|
|
3193
|
-
right: 1.0667em;
|
|
3184
|
+
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
3185
|
+
.e-listbox-container.e-rtl .e-icon-back,
|
|
3186
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-back {
|
|
3187
|
+
margin-top: -1px;
|
|
3194
3188
|
}
|
|
3195
|
-
.e-listbox-wrapper.e-rtl.e-
|
|
3196
|
-
.e-listbox-
|
|
3197
|
-
.e-
|
|
3198
|
-
|
|
3199
|
-
|
|
3189
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
3190
|
+
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
3191
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,
|
|
3192
|
+
.e-listbox-container.e-rtl .e-checkbox-wrapper,
|
|
3193
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
3194
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
3195
|
+
margin: -4px 0 0 10px;
|
|
3200
3196
|
}
|
|
3201
|
-
.e-listbox-wrapper.e-rtl.e-
|
|
3202
|
-
.e-listbox-container.e-rtl.e-
|
|
3203
|
-
.e-listboxtool-wrapper.e-rtl.e-
|
|
3204
|
-
|
|
3205
|
-
padding-right: 1.0714em;
|
|
3197
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
3198
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,
|
|
3199
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right {
|
|
3200
|
+
margin: -4px 10px 0 0;
|
|
3206
3201
|
}
|
|
3207
|
-
.e-listbox-wrapper
|
|
3208
|
-
.e-listbox-container
|
|
3209
|
-
.e-listboxtool-wrapper
|
|
3210
|
-
|
|
3211
|
-
|
|
3202
|
+
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
3203
|
+
.e-listbox-container .e-checkbox-wrapper,
|
|
3204
|
+
.e-listboxtool-wrapper .e-checkbox-wrapper {
|
|
3205
|
+
margin: -4px 10px 0 0;
|
|
3206
|
+
text-indent: 0;
|
|
3207
|
+
vertical-align: middle;
|
|
3212
3208
|
}
|
|
3213
|
-
.e-listbox-wrapper.e-
|
|
3214
|
-
.e-listbox-container.e-
|
|
3215
|
-
.e-listboxtool-wrapper.e-
|
|
3216
|
-
|
|
3217
|
-
right:
|
|
3209
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
3210
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper,
|
|
3211
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper {
|
|
3212
|
+
position: absolute;
|
|
3213
|
+
right: 0;
|
|
3214
|
+
top: 30%;
|
|
3218
3215
|
}
|
|
3219
|
-
.e-listbox-wrapper
|
|
3220
|
-
.e-listbox-container
|
|
3221
|
-
.e-listboxtool-wrapper
|
|
3222
|
-
padding
|
|
3223
|
-
padding-right: 4.6428em;
|
|
3216
|
+
.e-listbox-wrapper .e-input-group,
|
|
3217
|
+
.e-listbox-container .e-input-group,
|
|
3218
|
+
.e-listboxtool-wrapper .e-input-group {
|
|
3219
|
+
padding: 4px 8px;
|
|
3224
3220
|
}
|
|
3225
|
-
.e-listbox-wrapper
|
|
3226
|
-
.e-listbox-container
|
|
3227
|
-
.e-listboxtool-wrapper
|
|
3228
|
-
padding
|
|
3229
|
-
padding-right: 1.0714em;
|
|
3221
|
+
.e-listbox-wrapper .e-input-focus,
|
|
3222
|
+
.e-listbox-container .e-input-focus,
|
|
3223
|
+
.e-listboxtool-wrapper .e-input-focus {
|
|
3224
|
+
padding: 4px 4px 4px 8px;
|
|
3230
3225
|
}
|
|
3231
|
-
|
|
3232
|
-
.e-listbox-container
|
|
3233
|
-
|
|
3226
|
+
.e-listbox-wrapper .e-hidden-select,
|
|
3227
|
+
.e-listbox-container .e-hidden-select,
|
|
3228
|
+
.e-listboxtool-wrapper .e-hidden-select {
|
|
3229
|
+
height: 1px;
|
|
3230
|
+
opacity: 0;
|
|
3231
|
+
position: absolute;
|
|
3232
|
+
width: 100%;
|
|
3234
3233
|
}
|
|
3235
|
-
|
|
3236
|
-
.e-listbox-container
|
|
3237
|
-
|
|
3234
|
+
.e-listbox-wrapper .e-placeholder,
|
|
3235
|
+
.e-listbox-container .e-placeholder,
|
|
3236
|
+
.e-listboxtool-wrapper .e-placeholder {
|
|
3237
|
+
background-color: #317ab9;
|
|
3238
|
+
display: block;
|
|
3239
|
+
height: 1px;
|
|
3238
3240
|
}
|
|
3239
3241
|
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
+
ejs-listbox {
|
|
3243
|
+
display: block;
|
|
3242
3244
|
}
|
|
3243
3245
|
|
|
3244
|
-
.e-listbox-
|
|
3245
|
-
|
|
3246
|
+
.e-listbox-wrapper:not(.e-listbox-container),
|
|
3247
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3248
|
+
overflow: auto;
|
|
3246
3249
|
}
|
|
3247
3250
|
|
|
3248
|
-
|
|
3249
|
-
.e-listbox-
|
|
3250
|
-
.e-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
-webkit-box-sizing: border-box;
|
|
3254
|
-
box-sizing: border-box;
|
|
3255
|
-
cursor: pointer;
|
|
3256
|
-
display: block;
|
|
3257
|
-
position: relative;
|
|
3258
|
-
-webkit-user-select: none;
|
|
3259
|
-
-moz-user-select: none;
|
|
3260
|
-
-ms-user-select: none;
|
|
3261
|
-
user-select: none;
|
|
3262
|
-
width: 100%;
|
|
3263
|
-
}
|
|
3264
|
-
.e-listbox-wrapper *,
|
|
3265
|
-
.e-listbox-container *,
|
|
3266
|
-
.e-listboxtool-wrapper * {
|
|
3267
|
-
-webkit-box-sizing: border-box;
|
|
3268
|
-
box-sizing: border-box;
|
|
3269
|
-
}
|
|
3270
|
-
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3271
|
-
.e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
3272
|
-
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
3273
|
-
width: 86% !important; /* stylelint-disable-line declaration-no-important */
|
|
3274
|
-
}
|
|
3275
|
-
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
3276
|
-
.e-listbox-container .e-list-wrap:focus-visible,
|
|
3277
|
-
.e-listbox-container:focus,
|
|
3278
|
-
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
3279
|
-
.e-listboxtool-wrapper:focus {
|
|
3280
|
-
outline: none;
|
|
3281
|
-
}
|
|
3282
|
-
.e-listbox-wrapper.e-disabled,
|
|
3283
|
-
.e-listbox-container.e-disabled,
|
|
3284
|
-
.e-listboxtool-wrapper.e-disabled {
|
|
3285
|
-
cursor: default;
|
|
3286
|
-
pointer-events: none;
|
|
3287
|
-
}
|
|
3288
|
-
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
3289
|
-
.e-listbox-container:not(.e-list-template) .e-list-nrt,
|
|
3290
|
-
.e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
|
|
3291
|
-
text-align: center;
|
|
3292
|
-
}
|
|
3293
|
-
.e-listbox-wrapper .e-list-parent,
|
|
3294
|
-
.e-listbox-container .e-list-parent,
|
|
3295
|
-
.e-listboxtool-wrapper .e-list-parent {
|
|
3296
|
-
height: 100%;
|
|
3297
|
-
min-height: 40px;
|
|
3298
|
-
}
|
|
3299
|
-
.e-listbox-wrapper .e-list-item,
|
|
3300
|
-
.e-listbox-container .e-list-item,
|
|
3301
|
-
.e-listboxtool-wrapper .e-list-item {
|
|
3302
|
-
border-bottom: 0 solid;
|
|
3303
|
-
outline: none;
|
|
3304
|
-
}
|
|
3305
|
-
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
3306
|
-
.e-listbox-container .e-list-item.e-disabled,
|
|
3307
|
-
.e-listboxtool-wrapper .e-list-item.e-disabled {
|
|
3308
|
-
pointer-events: none;
|
|
3251
|
+
.e-listbox-wrapper.e-sortableclone,
|
|
3252
|
+
.e-listbox-container.e-sortableclone,
|
|
3253
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
3254
|
+
border-width: 0;
|
|
3255
|
+
overflow: visible;
|
|
3309
3256
|
}
|
|
3310
|
-
.e-listbox-wrapper .e-
|
|
3311
|
-
.e-listbox-container .e-
|
|
3312
|
-
.e-listboxtool-wrapper .e-
|
|
3313
|
-
|
|
3257
|
+
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
3258
|
+
.e-listbox-container.e-sortableclone .e-list-item,
|
|
3259
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-item {
|
|
3260
|
+
list-style-type: none;
|
|
3261
|
+
height: 38px !important; /* stylelint-disable-line declaration-no-important */
|
|
3314
3262
|
}
|
|
3315
|
-
.e-listbox-wrapper .e-
|
|
3316
|
-
.e-listbox-container .e-
|
|
3317
|
-
.e-listboxtool-wrapper .e-
|
|
3318
|
-
|
|
3319
|
-
padding: 0;
|
|
3263
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
3264
|
+
.e-listbox-container.e-sortableclone .e-ripple,
|
|
3265
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple {
|
|
3266
|
+
overflow: visible;
|
|
3320
3267
|
}
|
|
3321
|
-
.e-listbox-wrapper
|
|
3322
|
-
.e-listbox-container .e-
|
|
3323
|
-
.e-
|
|
3324
|
-
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
3325
|
-
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
3268
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
3269
|
+
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,
|
|
3270
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple .e-ripple-element {
|
|
3326
3271
|
display: none;
|
|
3327
3272
|
}
|
|
3328
|
-
.e-listbox-wrapper .e-
|
|
3329
|
-
.e-listbox-container .e-
|
|
3330
|
-
.e-listboxtool-wrapper .e-
|
|
3331
|
-
margin-top: -2px;
|
|
3332
|
-
}
|
|
3333
|
-
.e-listbox-wrapper .e-list-header,
|
|
3334
|
-
.e-listbox-container .e-list-header,
|
|
3335
|
-
.e-listboxtool-wrapper .e-list-header {
|
|
3273
|
+
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
3274
|
+
.e-listbox-container.e-sortableclone .e-list-badge,
|
|
3275
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-badge {
|
|
3336
3276
|
-webkit-box-align: center;
|
|
3337
3277
|
-ms-flex-align: center;
|
|
3338
3278
|
align-items: center;
|
|
3339
|
-
|
|
3279
|
+
background-color: #317ab9;
|
|
3280
|
+
border: 1px solid #fff;
|
|
3281
|
+
border-radius: 50%;
|
|
3282
|
+
color: #fff;
|
|
3340
3283
|
display: -webkit-box;
|
|
3341
3284
|
display: -ms-flexbox;
|
|
3342
3285
|
display: flex;
|
|
3343
|
-
font-
|
|
3344
|
-
height:
|
|
3345
|
-
|
|
3286
|
+
font-size: 12px;
|
|
3287
|
+
height: 22px;
|
|
3288
|
+
-webkit-box-pack: center;
|
|
3289
|
+
-ms-flex-pack: center;
|
|
3290
|
+
justify-content: center;
|
|
3291
|
+
position: absolute;
|
|
3292
|
+
right: -10px;
|
|
3293
|
+
top: -10px;
|
|
3294
|
+
width: 22px;
|
|
3346
3295
|
}
|
|
3347
|
-
|
|
3348
|
-
.e-
|
|
3349
|
-
|
|
3350
|
-
top: 45px;
|
|
3296
|
+
|
|
3297
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
3298
|
+
display: block;
|
|
3351
3299
|
}
|
|
3352
|
-
|
|
3353
|
-
.e-
|
|
3354
|
-
.e-listboxtool-
|
|
3300
|
+
|
|
3301
|
+
.e-listboxtool-wrapper,
|
|
3302
|
+
.e-listboxtool-container {
|
|
3355
3303
|
cursor: pointer;
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
.e-listbox-container .e-list-group-item:first-child,
|
|
3360
|
-
.e-listboxtool-wrapper .e-list-group-item:first-child {
|
|
3361
|
-
border: 0;
|
|
3362
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
3363
|
-
}
|
|
3364
|
-
.e-listbox-wrapper .e-list-group-item,
|
|
3365
|
-
.e-listbox-container .e-list-group-item,
|
|
3366
|
-
.e-listboxtool-wrapper .e-list-group-item {
|
|
3367
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
3368
|
-
border-top: 0 solid;
|
|
3369
|
-
font-weight: 600;
|
|
3370
|
-
height: 40px;
|
|
3371
|
-
line-height: 36px;
|
|
3372
|
-
padding: 13px 16px;
|
|
3304
|
+
display: -webkit-box;
|
|
3305
|
+
display: -ms-flexbox;
|
|
3306
|
+
display: flex;
|
|
3373
3307
|
}
|
|
3374
|
-
.e-
|
|
3375
|
-
.e-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
font-size: 12px;
|
|
3379
|
-
position: absolute;
|
|
3380
|
-
right: 0%;
|
|
3381
|
-
top: 50%;
|
|
3382
|
-
-webkit-transform: translateY(-50%);
|
|
3383
|
-
transform: translateY(-50%);
|
|
3308
|
+
.e-listboxtool-wrapper *,
|
|
3309
|
+
.e-listboxtool-container * {
|
|
3310
|
+
-webkit-box-sizing: border-box;
|
|
3311
|
+
box-sizing: border-box;
|
|
3384
3312
|
}
|
|
3385
|
-
.e-
|
|
3386
|
-
.e-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
position: relative;
|
|
3390
|
-
vertical-align: middle;
|
|
3313
|
+
.e-listboxtool-wrapper.e-disabled,
|
|
3314
|
+
.e-listboxtool-container.e-disabled {
|
|
3315
|
+
cursor: default;
|
|
3316
|
+
pointer-events: none;
|
|
3391
3317
|
}
|
|
3392
|
-
.e-
|
|
3393
|
-
.e-
|
|
3394
|
-
.e-listboxtool-
|
|
3395
|
-
|
|
3396
|
-
|
|
3318
|
+
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
3319
|
+
.e-listboxtool-wrapper .e-list-wrap,
|
|
3320
|
+
.e-listboxtool-container .e-listbox-wrapper,
|
|
3321
|
+
.e-listboxtool-container .e-list-wrap {
|
|
3322
|
+
-webkit-box-flex: 1;
|
|
3323
|
+
-ms-flex: 1;
|
|
3324
|
+
flex: 1;
|
|
3397
3325
|
}
|
|
3398
|
-
.e-
|
|
3399
|
-
.e-
|
|
3400
|
-
|
|
3401
|
-
width: calc(100% - 40px);
|
|
3326
|
+
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3327
|
+
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3328
|
+
margin-left: 15px;
|
|
3402
3329
|
}
|
|
3403
|
-
.e-
|
|
3404
|
-
.e-
|
|
3405
|
-
|
|
3406
|
-
width: calc(100% - 90px);
|
|
3330
|
+
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3331
|
+
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3332
|
+
margin-right: 15px;
|
|
3407
3333
|
}
|
|
3408
|
-
.e-
|
|
3409
|
-
.e-
|
|
3410
|
-
|
|
3411
|
-
|
|
3334
|
+
.e-listboxtool-wrapper .e-listbox-tool,
|
|
3335
|
+
.e-listboxtool-container .e-listbox-tool {
|
|
3336
|
+
border: 1px solid #ddd;
|
|
3337
|
+
overflow: auto;
|
|
3338
|
+
padding: 8px;
|
|
3412
3339
|
}
|
|
3413
|
-
.e-
|
|
3414
|
-
.e-
|
|
3415
|
-
|
|
3416
|
-
|
|
3340
|
+
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
3341
|
+
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
3342
|
+
display: list-item;
|
|
3343
|
+
list-style-type: none;
|
|
3344
|
+
margin-bottom: 10px;
|
|
3417
3345
|
}
|
|
3418
|
-
.e-
|
|
3419
|
-
.e-
|
|
3420
|
-
|
|
3421
|
-
|
|
3346
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
3347
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
3348
|
+
position: absolute;
|
|
3349
|
+
right: 0;
|
|
3350
|
+
top: 30%;
|
|
3422
3351
|
}
|
|
3423
|
-
|
|
3424
|
-
.e-
|
|
3425
|
-
.e-listboxtool-
|
|
3426
|
-
margin:
|
|
3352
|
+
|
|
3353
|
+
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3354
|
+
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3355
|
+
margin-right: 15px;
|
|
3427
3356
|
}
|
|
3428
|
-
.e-
|
|
3429
|
-
.e-
|
|
3430
|
-
|
|
3431
|
-
cursor: pointer;
|
|
3432
|
-
display: inline-block;
|
|
3433
|
-
overflow: hidden;
|
|
3434
|
-
text-overflow: ellipsis;
|
|
3435
|
-
vertical-align: top;
|
|
3436
|
-
white-space: nowrap;
|
|
3437
|
-
width: 100%;
|
|
3357
|
+
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3358
|
+
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3359
|
+
margin-left: 15px;
|
|
3438
3360
|
}
|
|
3439
|
-
|
|
3440
|
-
.e-listbox-
|
|
3441
|
-
.e-listbox-
|
|
3442
|
-
.e-listbox-
|
|
3443
|
-
.e-
|
|
3444
|
-
.e-
|
|
3445
|
-
.e-
|
|
3446
|
-
|
|
3361
|
+
|
|
3362
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3363
|
+
.e-listbox-wrapper .e-list-nrt,
|
|
3364
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
3365
|
+
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3366
|
+
.e-listbox-container .e-list-nrt,
|
|
3367
|
+
.e-listbox-container .e-selectall-parent,
|
|
3368
|
+
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3369
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
3370
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
3371
|
+
height: 40px;
|
|
3372
|
+
line-height: 1;
|
|
3373
|
+
padding: 13px 16px;
|
|
3374
|
+
position: relative;
|
|
3447
3375
|
}
|
|
3448
3376
|
.e-listbox-wrapper .e-list-icon,
|
|
3449
3377
|
.e-listbox-container .e-list-icon,
|
|
3450
|
-
.e-listboxtool-wrapper .e-list-icon {
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
width:
|
|
3378
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-icon {
|
|
3379
|
+
display: inline;
|
|
3380
|
+
vertical-align: middle;
|
|
3381
|
+
width: auto;
|
|
3382
|
+
height: auto;
|
|
3383
|
+
padding-bottom: 0;
|
|
3454
3384
|
}
|
|
3455
|
-
|
|
3456
|
-
.e-listbox-
|
|
3457
|
-
.e-
|
|
3458
|
-
|
|
3459
|
-
position: relative;
|
|
3385
|
+
|
|
3386
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3387
|
+
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3388
|
+
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3460
3389
|
}
|
|
3461
|
-
|
|
3462
|
-
.e-listbox-container
|
|
3463
|
-
|
|
3464
|
-
cursor: pointer;
|
|
3465
|
-
text-indent: 0;
|
|
3390
|
+
|
|
3391
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3392
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3466
3393
|
}
|
|
3467
|
-
|
|
3468
|
-
.e-listbox-
|
|
3469
|
-
|
|
3470
|
-
display: inline-block;
|
|
3471
|
-
line-height: inherit;
|
|
3394
|
+
|
|
3395
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3396
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3472
3397
|
}
|
|
3473
|
-
|
|
3474
|
-
.e-listbox-container.e-
|
|
3475
|
-
.
|
|
3476
|
-
direction: rtl;
|
|
3398
|
+
|
|
3399
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3400
|
+
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3477
3401
|
}
|
|
3478
|
-
|
|
3479
|
-
.e-listbox-
|
|
3480
|
-
.e-
|
|
3481
|
-
|
|
3482
|
-
|
|
3402
|
+
|
|
3403
|
+
.e-listbox-wrapper,
|
|
3404
|
+
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3405
|
+
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
3406
|
+
border: 1px solid #ddd;
|
|
3483
3407
|
}
|
|
3484
|
-
|
|
3485
|
-
.e-listbox-
|
|
3486
|
-
.e-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
-webkit-transform: translateY(-50%) rotate(180deg);
|
|
3491
|
-
transform: translateY(-50%) rotate(180deg);
|
|
3408
|
+
|
|
3409
|
+
.e-listbox-wrapper,
|
|
3410
|
+
.e-listbox-container,
|
|
3411
|
+
.e-listboxtool-wrapper {
|
|
3412
|
+
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3413
|
+
font-size: 14px;
|
|
3492
3414
|
}
|
|
3493
|
-
.e-listbox-wrapper
|
|
3494
|
-
.e-listbox-container
|
|
3495
|
-
.e-listboxtool-wrapper
|
|
3496
|
-
|
|
3415
|
+
.e-listbox-wrapper .e-list-header,
|
|
3416
|
+
.e-listbox-container .e-list-header,
|
|
3417
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
3418
|
+
background-color: #fff;
|
|
3419
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
3420
|
+
color: rgba(51, 51, 51, 0.95);
|
|
3421
|
+
font-size: 14px;
|
|
3497
3422
|
}
|
|
3498
|
-
|
|
3499
|
-
.e-listbox-
|
|
3500
|
-
.e-
|
|
3501
|
-
|
|
3502
|
-
|
|
3423
|
+
|
|
3424
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3425
|
+
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3426
|
+
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3427
|
+
height: calc(100% - 52px);
|
|
3503
3428
|
}
|
|
3504
|
-
|
|
3505
|
-
.e-listbox-
|
|
3506
|
-
.e-
|
|
3507
|
-
|
|
3429
|
+
|
|
3430
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3431
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3432
|
+
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3433
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3508
3434
|
}
|
|
3509
|
-
|
|
3510
|
-
.e-listbox-wrapper.e-
|
|
3511
|
-
.e-listbox-container
|
|
3512
|
-
.e-
|
|
3513
|
-
|
|
3514
|
-
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
3515
|
-
margin: -4px 0 0 10px;
|
|
3435
|
+
|
|
3436
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3437
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3438
|
+
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
3439
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3516
3440
|
}
|
|
3517
|
-
|
|
3518
|
-
.e-listbox-
|
|
3519
|
-
.e-
|
|
3520
|
-
|
|
3441
|
+
|
|
3442
|
+
.e-listbox-wrapper .e-list-item,
|
|
3443
|
+
.e-listbox-container .e-list-item,
|
|
3444
|
+
.e-listboxtool-wrapper .e-list-item {
|
|
3445
|
+
background-color: #fff;
|
|
3446
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
3447
|
+
border-left: 0 solid transparent;
|
|
3448
|
+
border-right: 0 solid transparent;
|
|
3449
|
+
border-top: 0 solid transparent;
|
|
3450
|
+
color: #333333;
|
|
3521
3451
|
}
|
|
3522
|
-
|
|
3523
|
-
.e-listbox-
|
|
3524
|
-
.e-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3452
|
+
|
|
3453
|
+
.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),
|
|
3454
|
+
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3455
|
+
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
3456
|
+
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3457
|
+
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3458
|
+
background-color: #f5f5f5;
|
|
3459
|
+
border-color: transparent;
|
|
3460
|
+
color: rgba(51, 51, 51, 0.87);
|
|
3528
3461
|
}
|
|
3529
|
-
|
|
3530
|
-
.e-listbox-
|
|
3531
|
-
.e-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3462
|
+
|
|
3463
|
+
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
3464
|
+
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
3465
|
+
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
3466
|
+
background-color: #fff;
|
|
3467
|
+
color: #333333;
|
|
3535
3468
|
}
|
|
3536
|
-
|
|
3537
|
-
.e-listbox-
|
|
3538
|
-
.e-
|
|
3539
|
-
|
|
3469
|
+
|
|
3470
|
+
.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,
|
|
3471
|
+
.e-listbox-container .e-list-item.e-focused,
|
|
3472
|
+
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
3473
|
+
.e-listbox-container .e-list-item.e-selected,
|
|
3474
|
+
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
3475
|
+
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3476
|
+
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
3477
|
+
background-color: #e6e6e6;
|
|
3478
|
+
color: rgba(51, 51, 51, 0.87);
|
|
3540
3479
|
}
|
|
3541
|
-
|
|
3542
|
-
.e-listbox-
|
|
3543
|
-
.e-
|
|
3544
|
-
|
|
3480
|
+
|
|
3481
|
+
.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,
|
|
3482
|
+
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3483
|
+
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
3484
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3485
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3486
|
+
background-color: #fff;
|
|
3487
|
+
border-color: #ccc;
|
|
3488
|
+
color: #555;
|
|
3545
3489
|
}
|
|
3546
|
-
|
|
3547
|
-
.e-listbox-
|
|
3548
|
-
.e-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3490
|
+
|
|
3491
|
+
.e-listbox-wrapper .e-list-group-item,
|
|
3492
|
+
.e-listbox-container .e-list-group-item,
|
|
3493
|
+
.e-listboxtool-wrapper .e-list-group-item {
|
|
3494
|
+
background-color: #fff;
|
|
3495
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
3496
|
+
color: #333;
|
|
3497
|
+
font-size: 14px;
|
|
3553
3498
|
}
|
|
3554
|
-
|
|
3555
|
-
.e-listbox-
|
|
3556
|
-
.e-
|
|
3557
|
-
|
|
3499
|
+
|
|
3500
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
3501
|
+
.e-listbox-container .e-selectall-parent,
|
|
3502
|
+
.e-listboxtool-wrapper .e-selectall-parent {
|
|
3503
|
+
background-color: #fff;
|
|
3504
|
+
border-bottom: 1px solid #e6e6e6;
|
|
3505
|
+
color: #333333;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3508
|
+
.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
|
|
3509
|
+
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
|
|
3510
|
+
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
3511
|
+
background-color: transparent;
|
|
3512
|
+
}
|
|
3513
|
+
|
|
3514
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper,
|
|
3515
|
+
.e-listbox-container.e-list-template .e-list-wrapper,
|
|
3516
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
3517
|
+
height: inherit;
|
|
3518
|
+
position: relative;
|
|
3519
|
+
}
|
|
3520
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3521
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3522
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
3523
|
+
padding: 0.7142em 1.0714em;
|
|
3524
|
+
}
|
|
3525
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3526
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3527
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
3528
|
+
padding: 0.7142em 1.0714em;
|
|
3529
|
+
}
|
|
3530
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3531
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3532
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
3533
|
+
color: #333;
|
|
3558
3534
|
display: block;
|
|
3559
|
-
|
|
3535
|
+
font-size: 18px;
|
|
3536
|
+
font-weight: 500;
|
|
3537
|
+
margin: 0;
|
|
3538
|
+
overflow: hidden;
|
|
3539
|
+
padding: 0.038em 0;
|
|
3540
|
+
text-overflow: ellipsis;
|
|
3541
|
+
white-space: nowrap;
|
|
3560
3542
|
}
|
|
3561
|
-
|
|
3562
|
-
|
|
3543
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3544
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3545
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
3546
|
+
color: #777;
|
|
3563
3547
|
display: block;
|
|
3548
|
+
font-size: 14px;
|
|
3549
|
+
margin: 0;
|
|
3550
|
+
padding: 0.038em 0;
|
|
3551
|
+
word-wrap: break-word;
|
|
3564
3552
|
}
|
|
3565
|
-
|
|
3566
|
-
.e-listbox-wrapper:not(.e-
|
|
3567
|
-
.e-
|
|
3568
|
-
overflow:
|
|
3553
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3554
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3555
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
3556
|
+
overflow: hidden;
|
|
3557
|
+
text-overflow: ellipsis;
|
|
3558
|
+
white-space: nowrap;
|
|
3569
3559
|
}
|
|
3570
|
-
|
|
3571
|
-
.e-listbox-wrapper.e-
|
|
3572
|
-
.e-
|
|
3573
|
-
.
|
|
3574
|
-
|
|
3575
|
-
|
|
3560
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3561
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3562
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3563
|
+
height: 2.8571em;
|
|
3564
|
+
left: 1.0667em;
|
|
3565
|
+
position: absolute;
|
|
3566
|
+
width: 2.8571em;
|
|
3567
|
+
left: 1.0667em;
|
|
3576
3568
|
}
|
|
3577
|
-
.e-listbox-wrapper.e-
|
|
3578
|
-
.e-listbox-container.e-
|
|
3579
|
-
.e-listboxtool-wrapper.e-
|
|
3580
|
-
|
|
3581
|
-
|
|
3569
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3570
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3571
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3572
|
+
padding-left: 4.6428em;
|
|
3573
|
+
padding-right: 1.0714em;
|
|
3582
3574
|
}
|
|
3583
|
-
.e-listbox-wrapper.e-
|
|
3584
|
-
.e-listbox-container.e-
|
|
3585
|
-
.e-listboxtool-wrapper.e-
|
|
3586
|
-
|
|
3575
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3576
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3577
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3578
|
+
padding-left: 1.0714em;
|
|
3579
|
+
padding-right: 4.6428em;
|
|
3587
3580
|
}
|
|
3588
|
-
.e-listbox-wrapper.e-
|
|
3589
|
-
.e-listbox-container.e-
|
|
3590
|
-
.e-listboxtool-wrapper.e-
|
|
3591
|
-
|
|
3581
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3582
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3583
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3584
|
+
height: 2.8571em;
|
|
3585
|
+
left: 1.0667em;
|
|
3586
|
+
position: absolute;
|
|
3587
|
+
width: 2.8571em;
|
|
3588
|
+
right: 1.0667em;
|
|
3592
3589
|
}
|
|
3593
|
-
.e-listbox-wrapper.e-
|
|
3594
|
-
.e-listbox-container.e-
|
|
3595
|
-
.e-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
height: 22px;
|
|
3608
|
-
-webkit-box-pack: center;
|
|
3609
|
-
-ms-flex-pack: center;
|
|
3610
|
-
justify-content: center;
|
|
3590
|
+
.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,
|
|
3591
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3592
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3593
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3594
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3595
|
+
top: 0.7142em;
|
|
3596
|
+
}
|
|
3597
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3598
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3599
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3600
|
+
font-size: 15px;
|
|
3601
|
+
height: 1.333em;
|
|
3602
|
+
line-height: 1.433em;
|
|
3603
|
+
padding: 0;
|
|
3611
3604
|
position: absolute;
|
|
3612
|
-
right:
|
|
3613
|
-
top:
|
|
3614
|
-
|
|
3605
|
+
right: 1em;
|
|
3606
|
+
top: 50%;
|
|
3607
|
+
-webkit-transform: translateY(-50%);
|
|
3608
|
+
transform: translateY(-50%);
|
|
3609
|
+
width: 2em;
|
|
3615
3610
|
}
|
|
3616
|
-
|
|
3617
|
-
.e-
|
|
3611
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3612
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3613
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3614
|
+
padding-left: 4.6428em;
|
|
3615
|
+
padding-right: 3.9285em;
|
|
3616
|
+
}
|
|
3617
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3618
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3619
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3620
|
+
padding-left: 1.0714em;
|
|
3621
|
+
padding-right: 3.9285em;
|
|
3622
|
+
}
|
|
3623
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3624
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3625
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
3618
3626
|
display: block;
|
|
3627
|
+
margin: 0;
|
|
3628
|
+
overflow: hidden;
|
|
3629
|
+
padding: 0.83em 0;
|
|
3630
|
+
text-overflow: ellipsis;
|
|
3631
|
+
white-space: nowrap;
|
|
3619
3632
|
}
|
|
3620
|
-
|
|
3621
|
-
.e-
|
|
3622
|
-
.e-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
display: flex;
|
|
3633
|
+
.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,
|
|
3634
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3635
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3636
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3637
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3638
|
+
color: rgba(51, 51, 51, 0.87);
|
|
3627
3639
|
}
|
|
3628
|
-
.e-
|
|
3629
|
-
.e-
|
|
3630
|
-
|
|
3631
|
-
|
|
3640
|
+
.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,
|
|
3641
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3642
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3643
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3644
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3645
|
+
color: rgba(51, 51, 51, 0.87);
|
|
3632
3646
|
}
|
|
3633
|
-
.e-
|
|
3634
|
-
.e-
|
|
3635
|
-
|
|
3636
|
-
|
|
3647
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3648
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3649
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3650
|
+
left: inherit;
|
|
3651
|
+
right: 1.0667em;
|
|
3637
3652
|
}
|
|
3638
|
-
.e-
|
|
3639
|
-
.e-
|
|
3640
|
-
.e-listboxtool-
|
|
3641
|
-
|
|
3642
|
-
-
|
|
3643
|
-
-ms-flex: 1;
|
|
3644
|
-
flex: 1;
|
|
3653
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3654
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3655
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3656
|
+
padding-left: 1.0714em;
|
|
3657
|
+
padding-right: 4.6428em;
|
|
3645
3658
|
}
|
|
3646
|
-
.e-
|
|
3647
|
-
.e-
|
|
3648
|
-
|
|
3659
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3660
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3661
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3662
|
+
padding-left: 4.6428em;
|
|
3663
|
+
padding-right: 1.0714em;
|
|
3649
3664
|
}
|
|
3650
|
-
.e-
|
|
3651
|
-
.e-
|
|
3652
|
-
|
|
3665
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3666
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3667
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3668
|
+
left: 1.0667em;
|
|
3669
|
+
right: inherit;
|
|
3653
3670
|
}
|
|
3654
|
-
.e-
|
|
3655
|
-
.e-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3671
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3672
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3673
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3674
|
+
left: 1em;
|
|
3675
|
+
right: inherit;
|
|
3659
3676
|
}
|
|
3660
|
-
.e-
|
|
3661
|
-
.e-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3677
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3678
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3679
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3680
|
+
padding-left: 3.9285em;
|
|
3681
|
+
padding-right: 4.6428em;
|
|
3665
3682
|
}
|
|
3666
|
-
.e-
|
|
3667
|
-
.e-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3683
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3684
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3685
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3686
|
+
padding-left: 3.9285em;
|
|
3687
|
+
padding-right: 1.0714em;
|
|
3671
3688
|
}
|
|
3672
3689
|
|
|
3673
|
-
.e-
|
|
3674
|
-
|
|
3675
|
-
margin-right: 15px;
|
|
3690
|
+
.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 {
|
|
3691
|
+
height: 100%;
|
|
3676
3692
|
}
|
|
3677
|
-
|
|
3678
|
-
.e-
|
|
3679
|
-
|
|
3693
|
+
|
|
3694
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3695
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3680
3696
|
}
|
|
3681
3697
|
|
|
3682
|
-
.e-listbox-
|
|
3683
|
-
|
|
3684
|
-
.e-listbox-wrapper .e-selectall-parent,
|
|
3685
|
-
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3686
|
-
.e-listbox-container .e-list-nrt,
|
|
3687
|
-
.e-listbox-container .e-selectall-parent,
|
|
3688
|
-
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3689
|
-
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
3690
|
-
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
3691
|
-
height: 40px;
|
|
3692
|
-
line-height: 1;
|
|
3693
|
-
padding: 13px 16px;
|
|
3694
|
-
position: relative;
|
|
3698
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3699
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3695
3700
|
}
|
|
3696
|
-
|
|
3697
|
-
.e-listbox-container .e-list-
|
|
3698
|
-
|
|
3699
|
-
display: inline;
|
|
3700
|
-
vertical-align: middle;
|
|
3701
|
-
width: auto;
|
|
3702
|
-
height: auto;
|
|
3703
|
-
padding-bottom: 0;
|
|
3701
|
+
|
|
3702
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3703
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3704
3704
|
}
|
|
3705
3705
|
|
|
3706
3706
|
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|