@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/tailwind-lite.css
CHANGED
|
@@ -50,6 +50,161 @@
|
|
|
50
50
|
padding: 0 4px 0 0;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
+
.e-dropdownbase {
|
|
54
|
+
display: block;
|
|
55
|
+
height: 100%;
|
|
56
|
+
min-height: 36px;
|
|
57
|
+
position: relative;
|
|
58
|
+
width: 100%;
|
|
59
|
+
}
|
|
60
|
+
.e-dropdownbase .e-list-parent {
|
|
61
|
+
margin: 0;
|
|
62
|
+
padding: 0;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
66
|
+
cursor: default;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.e-dropdownbase .e-list-item {
|
|
70
|
+
cursor: pointer;
|
|
71
|
+
overflow: hidden;
|
|
72
|
+
position: relative;
|
|
73
|
+
text-overflow: ellipsis;
|
|
74
|
+
vertical-align: middle;
|
|
75
|
+
white-space: nowrap;
|
|
76
|
+
width: 100%;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
80
|
+
font-size: 16px;
|
|
81
|
+
vertical-align: middle;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-dropdownbase .e-fixed-head {
|
|
85
|
+
position: absolute;
|
|
86
|
+
top: 0;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.e-dropdownbase.e-content {
|
|
90
|
+
overflow: auto;
|
|
91
|
+
position: relative;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
95
|
+
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
96
|
+
color: #111827;
|
|
97
|
+
cursor: default;
|
|
98
|
+
font-family: "Inter";
|
|
99
|
+
font-size: 14px;
|
|
100
|
+
padding: 14px 16px;
|
|
101
|
+
text-align: center;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.e-mention.e-popup {
|
|
105
|
+
background: #fff;
|
|
106
|
+
border: 0;
|
|
107
|
+
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
108
|
+
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
109
|
+
margin-top: 2px;
|
|
110
|
+
position: absolute;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.e-mention.e-popup .e-dropdownbase {
|
|
114
|
+
min-height: 30px;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
118
|
+
display: inline;
|
|
119
|
+
font-weight: bold;
|
|
120
|
+
vertical-align: baseline;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.e-mention .e-mention-chip,
|
|
124
|
+
.e-mention .e-mention-chip:hover {
|
|
125
|
+
background: #f3f4f6;
|
|
126
|
+
border-radius: 2px;
|
|
127
|
+
border: none;
|
|
128
|
+
color: #4f46e5;
|
|
129
|
+
cursor: default;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.e-mention.e-editable-element {
|
|
133
|
+
border: 2px solid #e5e7eb;
|
|
134
|
+
height: auto;
|
|
135
|
+
min-height: 120px;
|
|
136
|
+
width: 100%;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-form-mirror-div {
|
|
140
|
+
white-space: pre-wrap;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
144
|
+
.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
145
|
+
font-size: 12px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
149
|
+
padding-right: 12px;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.e-dropdownbase.e-dd-group .e-list-item {
|
|
153
|
+
padding-left: 12px;
|
|
154
|
+
text-indent: 0;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
158
|
+
padding-left: 8px;
|
|
159
|
+
text-indent: 0;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
163
|
+
text-indent: 0;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
167
|
+
cursor: pointer;
|
|
168
|
+
font-weight: normal;
|
|
169
|
+
overflow: hidden;
|
|
170
|
+
position: relative;
|
|
171
|
+
text-overflow: ellipsis;
|
|
172
|
+
vertical-align: middle;
|
|
173
|
+
white-space: nowrap;
|
|
174
|
+
width: 100%;
|
|
175
|
+
font-weight: 500;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
179
|
+
padding-right: 12px;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.e-dropdownbase .e-list-item.e-active,
|
|
183
|
+
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
184
|
+
font-weight: 500;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.e-dropdownbase .e-list-group-item,
|
|
188
|
+
.e-fixed-head {
|
|
189
|
+
font-size: 12px;
|
|
190
|
+
text-transform: uppercase;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
194
|
+
.e-small .e-fixed-head,
|
|
195
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
196
|
+
.e-small.e-fixed-head {
|
|
197
|
+
font-size: 10px;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
201
|
+
padding: 0 8px 0 0;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
205
|
+
padding: 0 4px 0 0;
|
|
206
|
+
}
|
|
207
|
+
|
|
53
208
|
.e-rtl .e-dropdownbase .e-list-item {
|
|
54
209
|
padding-left: 16px;
|
|
55
210
|
padding-right: 0;
|
|
@@ -248,238 +403,83 @@
|
|
|
248
403
|
background-color: #f3f4f6;
|
|
249
404
|
}
|
|
250
405
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
406
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
407
|
+
/* stylelint-disable-line no-empty-source */
|
|
408
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
409
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
410
|
+
0% {
|
|
411
|
+
-webkit-transform: rotate(0);
|
|
412
|
+
transform: rotate(0);
|
|
413
|
+
}
|
|
414
|
+
100% {
|
|
415
|
+
-webkit-transform: rotate(360deg);
|
|
416
|
+
transform: rotate(360deg);
|
|
417
|
+
}
|
|
254
418
|
}
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
419
|
+
@keyframes material-spinner-rotate {
|
|
420
|
+
0% {
|
|
421
|
+
-webkit-transform: rotate(0);
|
|
422
|
+
transform: rotate(0);
|
|
423
|
+
}
|
|
424
|
+
100% {
|
|
425
|
+
-webkit-transform: rotate(360deg);
|
|
426
|
+
transform: rotate(360deg);
|
|
427
|
+
}
|
|
260
428
|
}
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
429
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
430
|
+
0% {
|
|
431
|
+
-webkit-transform: rotate(0);
|
|
432
|
+
transform: rotate(0);
|
|
433
|
+
}
|
|
434
|
+
100% {
|
|
435
|
+
-webkit-transform: rotate(360deg);
|
|
436
|
+
transform: rotate(360deg);
|
|
437
|
+
}
|
|
267
438
|
}
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
439
|
+
@keyframes fabric-spinner-rotate {
|
|
440
|
+
0% {
|
|
441
|
+
-webkit-transform: rotate(0);
|
|
442
|
+
transform: rotate(0);
|
|
443
|
+
}
|
|
444
|
+
100% {
|
|
445
|
+
-webkit-transform: rotate(360deg);
|
|
446
|
+
transform: rotate(360deg);
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
450
|
+
-webkit-transform: rotate(0deg);
|
|
451
|
+
transform: rotate(0deg);
|
|
452
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
453
|
+
transition: -webkit-transform 300ms ease;
|
|
454
|
+
transition: transform 300ms ease;
|
|
455
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
271
456
|
}
|
|
272
457
|
|
|
273
|
-
.e-
|
|
274
|
-
|
|
458
|
+
.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
459
|
+
-webkit-transform: rotate(180deg);
|
|
460
|
+
transform: rotate(180deg);
|
|
461
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
462
|
+
transition: -webkit-transform 300ms ease;
|
|
463
|
+
transition: transform 300ms ease;
|
|
464
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
275
465
|
}
|
|
276
466
|
|
|
277
|
-
.e-dropdownbase {
|
|
278
|
-
|
|
279
|
-
height: 100%;
|
|
280
|
-
min-height: 36px;
|
|
281
|
-
position: relative;
|
|
282
|
-
width: 100%;
|
|
467
|
+
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
468
|
+
color: #111827;
|
|
283
469
|
}
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
470
|
+
|
|
471
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
472
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
473
|
+
.e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
474
|
+
.e-input-group:not(.e-disabled) .e-back-icon:hover,
|
|
475
|
+
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
476
|
+
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
477
|
+
background: transparent;
|
|
287
478
|
}
|
|
288
479
|
|
|
289
|
-
.e-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
.e-dropdownbase .e-list-item {
|
|
294
|
-
cursor: pointer;
|
|
295
|
-
overflow: hidden;
|
|
296
|
-
position: relative;
|
|
297
|
-
text-overflow: ellipsis;
|
|
298
|
-
vertical-align: middle;
|
|
299
|
-
white-space: nowrap;
|
|
300
|
-
width: 100%;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
304
|
-
font-size: 16px;
|
|
305
|
-
vertical-align: middle;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.e-dropdownbase .e-fixed-head {
|
|
309
|
-
position: absolute;
|
|
310
|
-
top: 0;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.e-dropdownbase.e-content {
|
|
314
|
-
overflow: auto;
|
|
315
|
-
position: relative;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
319
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
320
|
-
color: #111827;
|
|
321
|
-
cursor: default;
|
|
322
|
-
font-family: "Inter";
|
|
323
|
-
font-size: 14px;
|
|
324
|
-
padding: 14px 16px;
|
|
325
|
-
text-align: center;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.e-mention.e-popup {
|
|
329
|
-
background: #fff;
|
|
330
|
-
border: 0;
|
|
331
|
-
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
332
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
333
|
-
margin-top: 2px;
|
|
334
|
-
position: absolute;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.e-mention.e-popup .e-dropdownbase {
|
|
338
|
-
min-height: 30px;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
342
|
-
display: inline;
|
|
343
|
-
font-weight: bold;
|
|
344
|
-
vertical-align: baseline;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.e-mention .e-mention-chip,
|
|
348
|
-
.e-mention .e-mention-chip:hover {
|
|
349
|
-
background: #f3f4f6;
|
|
350
|
-
border-radius: 2px;
|
|
351
|
-
border: none;
|
|
352
|
-
color: #4f46e5;
|
|
353
|
-
cursor: default;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.e-mention.e-editable-element {
|
|
357
|
-
border: 2px solid #e5e7eb;
|
|
358
|
-
height: auto;
|
|
359
|
-
min-height: 120px;
|
|
360
|
-
width: 100%;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.e-form-mirror-div {
|
|
364
|
-
white-space: pre-wrap;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
368
|
-
.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
369
|
-
font-size: 12px;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
373
|
-
padding-right: 12px;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
.e-dropdownbase.e-dd-group .e-list-item {
|
|
377
|
-
padding-left: 12px;
|
|
378
|
-
text-indent: 0;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
382
|
-
padding-left: 8px;
|
|
383
|
-
text-indent: 0;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
387
|
-
text-indent: 0;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
391
|
-
cursor: pointer;
|
|
392
|
-
font-weight: normal;
|
|
393
|
-
overflow: hidden;
|
|
394
|
-
position: relative;
|
|
395
|
-
text-overflow: ellipsis;
|
|
396
|
-
vertical-align: middle;
|
|
397
|
-
white-space: nowrap;
|
|
398
|
-
width: 100%;
|
|
399
|
-
font-weight: 500;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
403
|
-
padding-right: 12px;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
407
|
-
/* stylelint-disable-line no-empty-source */
|
|
408
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
409
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
410
|
-
0% {
|
|
411
|
-
-webkit-transform: rotate(0);
|
|
412
|
-
transform: rotate(0);
|
|
413
|
-
}
|
|
414
|
-
100% {
|
|
415
|
-
-webkit-transform: rotate(360deg);
|
|
416
|
-
transform: rotate(360deg);
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
@keyframes material-spinner-rotate {
|
|
420
|
-
0% {
|
|
421
|
-
-webkit-transform: rotate(0);
|
|
422
|
-
transform: rotate(0);
|
|
423
|
-
}
|
|
424
|
-
100% {
|
|
425
|
-
-webkit-transform: rotate(360deg);
|
|
426
|
-
transform: rotate(360deg);
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
430
|
-
0% {
|
|
431
|
-
-webkit-transform: rotate(0);
|
|
432
|
-
transform: rotate(0);
|
|
433
|
-
}
|
|
434
|
-
100% {
|
|
435
|
-
-webkit-transform: rotate(360deg);
|
|
436
|
-
transform: rotate(360deg);
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
@keyframes fabric-spinner-rotate {
|
|
440
|
-
0% {
|
|
441
|
-
-webkit-transform: rotate(0);
|
|
442
|
-
transform: rotate(0);
|
|
443
|
-
}
|
|
444
|
-
100% {
|
|
445
|
-
-webkit-transform: rotate(360deg);
|
|
446
|
-
transform: rotate(360deg);
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
450
|
-
-webkit-transform: rotate(0deg);
|
|
451
|
-
transform: rotate(0deg);
|
|
452
|
-
-webkit-transition: -webkit-transform 300ms ease;
|
|
453
|
-
transition: -webkit-transform 300ms ease;
|
|
454
|
-
transition: transform 300ms ease;
|
|
455
|
-
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
459
|
-
-webkit-transform: rotate(180deg);
|
|
460
|
-
transform: rotate(180deg);
|
|
461
|
-
-webkit-transition: -webkit-transform 300ms ease;
|
|
462
|
-
transition: -webkit-transform 300ms ease;
|
|
463
|
-
transition: transform 300ms ease;
|
|
464
|
-
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
468
|
-
color: #111827;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
472
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
473
|
-
.e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
474
|
-
.e-input-group:not(.e-disabled) .e-back-icon:hover,
|
|
475
|
-
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
476
|
-
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
477
|
-
background: transparent;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
.e-input-group .e-ddl-icon:not(:active)::after {
|
|
481
|
-
-webkit-animation: none;
|
|
482
|
-
animation: none;
|
|
480
|
+
.e-input-group .e-ddl-icon:not(:active)::after {
|
|
481
|
+
-webkit-animation: none;
|
|
482
|
+
animation: none;
|
|
483
483
|
}
|
|
484
484
|
|
|
485
485
|
.e-ddl.e-popup {
|
|
@@ -603,130 +603,47 @@
|
|
|
603
603
|
padding: 4px 8px;
|
|
604
604
|
}
|
|
605
605
|
|
|
606
|
-
.e-
|
|
607
|
-
|
|
606
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
607
|
+
width: 100%;
|
|
608
|
+
border: 0 solid;
|
|
608
609
|
}
|
|
609
610
|
|
|
610
|
-
.e-
|
|
611
|
-
|
|
612
|
-
|
|
611
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
612
|
+
display: block;
|
|
613
|
+
visibility: hidden;
|
|
613
614
|
}
|
|
614
615
|
|
|
615
|
-
.e-
|
|
616
|
-
|
|
616
|
+
.e-popup-full-page {
|
|
617
|
+
bottom: 0;
|
|
618
|
+
left: 0;
|
|
619
|
+
margin: 0;
|
|
620
|
+
overflow: hidden;
|
|
621
|
+
padding: 0;
|
|
622
|
+
right: 0;
|
|
623
|
+
top: 0;
|
|
617
624
|
}
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
-webkit-transform: rotate(0deg);
|
|
621
|
-
transform: rotate(0deg);
|
|
622
|
-
-webkit-transition: -webkit-transform 300ms ease;
|
|
623
|
-
transition: -webkit-transform 300ms ease;
|
|
624
|
-
transition: transform 300ms ease;
|
|
625
|
-
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
625
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
626
|
+
margin: 0;
|
|
626
627
|
}
|
|
627
628
|
|
|
628
|
-
.e-ddl.e-control-wrapper
|
|
629
|
-
|
|
630
|
-
transform: rotate(180deg);
|
|
631
|
-
-webkit-transition: -webkit-transform 300ms ease;
|
|
632
|
-
transition: -webkit-transform 300ms ease;
|
|
633
|
-
transition: transform 300ms ease;
|
|
634
|
-
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
629
|
+
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
630
|
+
position: relative;
|
|
635
631
|
}
|
|
636
632
|
|
|
637
|
-
.e-
|
|
638
|
-
|
|
633
|
+
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
634
|
+
content: "";
|
|
639
635
|
}
|
|
640
636
|
|
|
641
|
-
.e-
|
|
642
|
-
|
|
643
|
-
.e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
644
|
-
.e-input-group:not(.e-disabled) .e-back-icon:hover,
|
|
645
|
-
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
646
|
-
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
647
|
-
background: transparent;
|
|
637
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
638
|
+
position: relative;
|
|
648
639
|
}
|
|
649
640
|
|
|
650
|
-
.e-input-group .e-ddl-icon
|
|
651
|
-
|
|
652
|
-
animation: none;
|
|
641
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
642
|
+
content: "";
|
|
653
643
|
}
|
|
654
644
|
|
|
655
|
-
.e-ddl.e-
|
|
656
|
-
|
|
657
|
-
border-radius: 4px;
|
|
658
|
-
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
659
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
660
|
-
margin-top: 4px;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.e-small .e-ddl.e-popup,
|
|
664
|
-
.e-small.e-ddl.e-popup {
|
|
665
|
-
border-radius: 2px;
|
|
666
|
-
margin-top: 2px;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
670
|
-
min-height: 26px;
|
|
671
|
-
padding: 4px 0;
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
.e-input-group.e-ddl,
|
|
675
|
-
.e-input-group.e-ddl .e-input,
|
|
676
|
-
.e-input-group.e-ddl .e-ddl-icon {
|
|
677
|
-
background: #fff;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
681
|
-
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
|
|
682
|
-
border-bottom-width: 0;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
686
|
-
padding: 4px 8px;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
690
|
-
width: 100%;
|
|
691
|
-
border: 0 solid;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
695
|
-
display: block;
|
|
696
|
-
visibility: hidden;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
.e-popup-full-page {
|
|
700
|
-
bottom: 0;
|
|
701
|
-
left: 0;
|
|
702
|
-
margin: 0;
|
|
703
|
-
overflow: hidden;
|
|
704
|
-
padding: 0;
|
|
705
|
-
right: 0;
|
|
706
|
-
top: 0;
|
|
707
|
-
}
|
|
708
|
-
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
709
|
-
margin: 0;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
713
|
-
position: relative;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
717
|
-
content: "";
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
721
|
-
position: relative;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
725
|
-
content: "";
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
.e-ddl-device-filter .e-filter-parent {
|
|
729
|
-
background-color: #fff;
|
|
645
|
+
.e-ddl-device-filter .e-filter-parent {
|
|
646
|
+
background-color: #fff;
|
|
730
647
|
}
|
|
731
648
|
|
|
732
649
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -901,66 +818,97 @@ ejs-dropdownlist {
|
|
|
901
818
|
width: 15px;
|
|
902
819
|
}
|
|
903
820
|
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
content: "\e7e7";
|
|
821
|
+
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
822
|
+
-webkit-transform: rotate(0deg);
|
|
823
|
+
transform: rotate(0deg);
|
|
824
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
825
|
+
transition: -webkit-transform 300ms ease;
|
|
826
|
+
transition: transform 300ms ease;
|
|
827
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
912
828
|
}
|
|
913
829
|
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
830
|
+
.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
831
|
+
-webkit-transform: rotate(180deg);
|
|
832
|
+
transform: rotate(180deg);
|
|
833
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
834
|
+
transition: -webkit-transform 300ms ease;
|
|
835
|
+
transition: transform 300ms ease;
|
|
836
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
920
837
|
}
|
|
921
|
-
|
|
838
|
+
|
|
839
|
+
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
922
840
|
color: #111827;
|
|
923
841
|
}
|
|
924
|
-
|
|
925
|
-
|
|
842
|
+
|
|
843
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
844
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
845
|
+
.e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
846
|
+
.e-input-group:not(.e-disabled) .e-back-icon:hover,
|
|
847
|
+
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
848
|
+
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
849
|
+
background: transparent;
|
|
926
850
|
}
|
|
927
|
-
|
|
928
|
-
|
|
851
|
+
|
|
852
|
+
.e-input-group .e-ddl-icon:not(:active)::after {
|
|
853
|
+
-webkit-animation: none;
|
|
854
|
+
animation: none;
|
|
929
855
|
}
|
|
930
|
-
|
|
931
|
-
|
|
856
|
+
|
|
857
|
+
.e-ddl.e-popup {
|
|
858
|
+
border: 0;
|
|
859
|
+
border-radius: 4px;
|
|
860
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
861
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
862
|
+
margin-top: 4px;
|
|
932
863
|
}
|
|
933
|
-
|
|
934
|
-
|
|
864
|
+
|
|
865
|
+
.e-small .e-ddl.e-popup,
|
|
866
|
+
.e-small.e-ddl.e-popup {
|
|
867
|
+
border-radius: 2px;
|
|
868
|
+
margin-top: 2px;
|
|
935
869
|
}
|
|
936
|
-
|
|
937
|
-
|
|
870
|
+
|
|
871
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
872
|
+
min-height: 26px;
|
|
873
|
+
padding: 4px 0;
|
|
938
874
|
}
|
|
939
|
-
|
|
940
|
-
|
|
875
|
+
|
|
876
|
+
.e-input-group.e-ddl,
|
|
877
|
+
.e-input-group.e-ddl .e-input,
|
|
878
|
+
.e-input-group.e-ddl .e-ddl-icon {
|
|
879
|
+
background: #fff;
|
|
941
880
|
}
|
|
942
|
-
|
|
943
|
-
|
|
881
|
+
|
|
882
|
+
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
883
|
+
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
|
|
884
|
+
border-bottom-width: 0;
|
|
944
885
|
}
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
886
|
+
|
|
887
|
+
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
888
|
+
padding: 4px 8px;
|
|
948
889
|
}
|
|
949
|
-
|
|
950
|
-
|
|
890
|
+
|
|
891
|
+
.e-popup {
|
|
951
892
|
border-color: #e5e7eb;
|
|
952
893
|
}
|
|
953
|
-
|
|
894
|
+
|
|
895
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
896
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
954
897
|
color: #111827;
|
|
955
898
|
}
|
|
956
|
-
|
|
957
|
-
|
|
899
|
+
|
|
900
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
901
|
+
border-color: transparent;
|
|
958
902
|
}
|
|
959
|
-
|
|
960
|
-
|
|
903
|
+
|
|
904
|
+
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
905
|
+
/* stylelint-disable */
|
|
906
|
+
/* stylelint-disable */
|
|
907
|
+
.e-ddt .e-ddt-icon::before {
|
|
908
|
+
content: "\e734";
|
|
961
909
|
}
|
|
962
|
-
.e-ddt
|
|
963
|
-
|
|
910
|
+
.e-ddt .e-chips-close::before {
|
|
911
|
+
content: "\e7e7";
|
|
964
912
|
}
|
|
965
913
|
|
|
966
914
|
/* stylelint-disable */
|
|
@@ -1280,6 +1228,58 @@ ejs-dropdownlist {
|
|
|
1280
1228
|
display: none;
|
|
1281
1229
|
}
|
|
1282
1230
|
|
|
1231
|
+
/* stylelint-disable */
|
|
1232
|
+
.e-ddt .e-chips {
|
|
1233
|
+
background-color: #e5e7eb;
|
|
1234
|
+
}
|
|
1235
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1236
|
+
color: #6b7280;
|
|
1237
|
+
}
|
|
1238
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1239
|
+
color: #111827;
|
|
1240
|
+
}
|
|
1241
|
+
.e-ddt .e-chips:hover {
|
|
1242
|
+
background-color: #d1d5db;
|
|
1243
|
+
}
|
|
1244
|
+
.e-ddt .e-chips:hover .e-chips-close::before {
|
|
1245
|
+
color: #374151;
|
|
1246
|
+
}
|
|
1247
|
+
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
1248
|
+
color: #111827;
|
|
1249
|
+
}
|
|
1250
|
+
.e-ddt.e-disabled {
|
|
1251
|
+
background-color: #e5e7eb;
|
|
1252
|
+
}
|
|
1253
|
+
.e-ddt.e-disabled .e-chips-close::before {
|
|
1254
|
+
color: #9ca3af;
|
|
1255
|
+
}
|
|
1256
|
+
.e-ddt.e-disabled > .e-chipcontent {
|
|
1257
|
+
color: #9ca3af;
|
|
1258
|
+
}
|
|
1259
|
+
.e-ddt .e-overflow .e-remain {
|
|
1260
|
+
color: #9ca3af;
|
|
1261
|
+
}
|
|
1262
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly].e-disabled, .e-ddt.e-float-input.e-control-wrapper input[readonly].e-disabled {
|
|
1263
|
+
background-color: #f9fafb;
|
|
1264
|
+
color: #9ca3af;
|
|
1265
|
+
}
|
|
1266
|
+
.e-ddt.e-popup {
|
|
1267
|
+
background: #fff;
|
|
1268
|
+
border-color: #e5e7eb;
|
|
1269
|
+
}
|
|
1270
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1271
|
+
color: #111827;
|
|
1272
|
+
}
|
|
1273
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1274
|
+
border-bottom-color: #e5e7eb;
|
|
1275
|
+
}
|
|
1276
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1277
|
+
background: #f3f4f6;
|
|
1278
|
+
}
|
|
1279
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1280
|
+
color: #111827;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
1283
|
/* stylelint-disable-line no-empty-source */
|
|
1284
1284
|
/* stylelint-disable-line no-empty-source */
|
|
1285
1285
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
@@ -1338,239 +1338,22 @@ ejs-dropdownlist {
|
|
|
1338
1338
|
content: "\e832";
|
|
1339
1339
|
}
|
|
1340
1340
|
|
|
1341
|
-
.e-
|
|
1342
|
-
|
|
1343
|
-
|
|
1341
|
+
.e-dropdownbase .e-list-item.e-active,
|
|
1342
|
+
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
1343
|
+
font-weight: 500;
|
|
1344
1344
|
}
|
|
1345
1345
|
|
|
1346
|
-
.e-
|
|
1347
|
-
|
|
1348
|
-
|
|
1346
|
+
.e-dropdownbase .e-list-group-item,
|
|
1347
|
+
.e-fixed-head {
|
|
1348
|
+
font-size: 12px;
|
|
1349
|
+
text-transform: uppercase;
|
|
1349
1350
|
}
|
|
1350
1351
|
|
|
1351
|
-
.e-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1358
|
-
height: 32px;
|
|
1359
|
-
width: 32px;
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1363
|
-
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1364
|
-
color: #111827;
|
|
1365
|
-
height: 100%;
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
1369
|
-
color: #111827;
|
|
1370
|
-
}
|
|
1371
|
-
|
|
1372
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
1373
|
-
background-color: #9ca3af;
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
1377
|
-
background-color: #9ca3af;
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
.e-multiselect {
|
|
1381
|
-
-webkit-box-sizing: border-box;
|
|
1382
|
-
box-sizing: border-box;
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1386
|
-
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1387
|
-
-webkit-text-fill-color: #111827;
|
|
1388
|
-
color: #111827;
|
|
1389
|
-
font-family: "Inter";
|
|
1390
|
-
font-size: 14px;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
1394
|
-
color: #111827;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
1398
|
-
color: #111827;
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
.e-multi-select-wrapper .e-chips {
|
|
1402
|
-
background-color: #e5e7eb;
|
|
1403
|
-
border-radius: 0;
|
|
1404
|
-
height: 22px;
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
1408
|
-
background-color: #d1d5db;
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
|
|
1412
|
-
color: #111827;
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1416
|
-
-webkit-text-fill-color: #6b7280;
|
|
1417
|
-
color: #6b7280;
|
|
1418
|
-
font-size: 16px;
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1422
|
-
background-color: #4f46e5;
|
|
1423
|
-
border-radius: 2px;
|
|
1424
|
-
color: #111827;
|
|
1425
|
-
height: 40px;
|
|
1426
|
-
line-height: 40px;
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1430
|
-
color: #111827;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1434
|
-
height: 30px;
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
.e-popup.e-multi-select-list-wrapper {
|
|
1438
|
-
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1439
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1440
|
-
-webkit-box-sizing: content-box;
|
|
1441
|
-
box-sizing: content-box;
|
|
1442
|
-
overflow: initial;
|
|
1443
|
-
}
|
|
1444
|
-
|
|
1445
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
1446
|
-
background-color: transparent;
|
|
1447
|
-
border-color: transparent;
|
|
1448
|
-
color: #111827;
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1451
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-dropdownbase .e-list-item.e-active,
|
|
1452
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
1453
|
-
font-weight: normal;
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
1457
|
-
background-color: transparent;
|
|
1458
|
-
border-color: transparent;
|
|
1459
|
-
color: #111827;
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
|
|
1463
|
-
color: #111827;
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
|
|
1467
|
-
color: #111827;
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
1471
|
-
background-color: #f3f4f6;
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
1475
|
-
background-color: #f3f4f6;
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
1479
|
-
background-color: #e5e7eb;
|
|
1480
|
-
-webkit-box-shadow: none;
|
|
1481
|
-
box-shadow: none;
|
|
1482
|
-
color: #111827;
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
1486
|
-
background-color: #e5e7eb;
|
|
1487
|
-
-webkit-box-shadow: none;
|
|
1488
|
-
box-shadow: none;
|
|
1489
|
-
color: #111827;
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
1493
|
-
border: 0 solid transparent;
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
1497
|
-
border: 0 solid transparent;
|
|
1498
|
-
}
|
|
1499
|
-
|
|
1500
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1501
|
-
color: #6b7280;
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1505
|
-
color: #6b7280;
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1509
|
-
color: #6b7280;
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1513
|
-
color: #6b7280;
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
.e-ul.e-reorder {
|
|
1517
|
-
border-bottom: 1px solid #e5e7eb;
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
|
-
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
1521
|
-
border-bottom: 1px solid #e5e7eb;
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
|
-
.e-multi-select-wrapper .e-delim-values {
|
|
1525
|
-
-webkit-text-fill-color: #111827;
|
|
1526
|
-
color: #111827;
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1530
|
-
color: #6b7280;
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
|
-
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
|
|
1534
|
-
color: #374151;
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1537
|
-
.e-small .e-multi-select-wrapper .e-chips {
|
|
1538
|
-
height: 18px;
|
|
1539
|
-
}
|
|
1540
|
-
|
|
1541
|
-
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1542
|
-
font-size: 12px;
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1546
|
-
font-size: 14px;
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
1550
|
-
left: 6px;
|
|
1551
|
-
}
|
|
1552
|
-
|
|
1553
|
-
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1554
|
-
-webkit-text-fill-color: #9ca3af;
|
|
1555
|
-
color: #9ca3af;
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
.e-dropdownbase .e-list-item.e-active,
|
|
1559
|
-
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
1560
|
-
font-weight: 500;
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
.e-dropdownbase .e-list-group-item,
|
|
1564
|
-
.e-fixed-head {
|
|
1565
|
-
font-size: 12px;
|
|
1566
|
-
text-transform: uppercase;
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
1570
|
-
.e-small .e-fixed-head,
|
|
1571
|
-
.e-small.e-dropdownbase .e-list-group-item,
|
|
1572
|
-
.e-small.e-fixed-head {
|
|
1573
|
-
font-size: 10px;
|
|
1352
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
1353
|
+
.e-small .e-fixed-head,
|
|
1354
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
1355
|
+
.e-small.e-fixed-head {
|
|
1356
|
+
font-size: 10px;
|
|
1574
1357
|
}
|
|
1575
1358
|
|
|
1576
1359
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
@@ -2376,348 +2159,245 @@ ejs-multiselect {
|
|
|
2376
2159
|
width: 15px;
|
|
2377
2160
|
}
|
|
2378
2161
|
|
|
2379
|
-
.e-
|
|
2380
|
-
|
|
2162
|
+
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
2163
|
+
line-height: 30px;
|
|
2164
|
+
top: 0;
|
|
2381
2165
|
}
|
|
2382
2166
|
|
|
2383
|
-
.e-
|
|
2384
|
-
|
|
2167
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2168
|
+
border-radius: 0 4px 4px 0;
|
|
2169
|
+
border-right-width: 0;
|
|
2385
2170
|
}
|
|
2386
2171
|
|
|
2387
|
-
.e-
|
|
2388
|
-
|
|
2172
|
+
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
2173
|
+
border-left-width: 0;
|
|
2174
|
+
border-radius: 4px 0 0 4px;
|
|
2175
|
+
border-right-width: 0;
|
|
2389
2176
|
}
|
|
2390
2177
|
|
|
2391
|
-
.e-
|
|
2392
|
-
|
|
2178
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2179
|
+
height: 32px;
|
|
2180
|
+
width: 32px;
|
|
2393
2181
|
}
|
|
2394
2182
|
|
|
2395
|
-
.e-
|
|
2396
|
-
|
|
2183
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
2184
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
2185
|
+
color: #111827;
|
|
2186
|
+
height: 100%;
|
|
2397
2187
|
}
|
|
2398
2188
|
|
|
2399
|
-
.e-
|
|
2400
|
-
|
|
2189
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2190
|
+
color: #111827;
|
|
2401
2191
|
}
|
|
2402
2192
|
|
|
2403
|
-
.e-
|
|
2404
|
-
|
|
2405
|
-
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2193
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
2194
|
+
background-color: #9ca3af;
|
|
2406
2195
|
}
|
|
2407
2196
|
|
|
2408
|
-
.e-
|
|
2409
|
-
|
|
2410
|
-
}
|
|
2197
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2198
|
+
background-color: #9ca3af;
|
|
2199
|
+
}
|
|
2411
2200
|
|
|
2412
|
-
.e-
|
|
2413
|
-
|
|
2201
|
+
.e-multiselect {
|
|
2202
|
+
-webkit-box-sizing: border-box;
|
|
2203
|
+
box-sizing: border-box;
|
|
2414
2204
|
}
|
|
2415
2205
|
|
|
2416
|
-
|
|
2417
|
-
|
|
2206
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2207
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2208
|
+
-webkit-text-fill-color: #111827;
|
|
2209
|
+
color: #111827;
|
|
2210
|
+
font-family: "Inter";
|
|
2211
|
+
font-size: 14px;
|
|
2418
2212
|
}
|
|
2419
2213
|
|
|
2420
|
-
.e-
|
|
2421
|
-
|
|
2422
|
-
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
2423
|
-
border: 1px solid #e5e7eb;
|
|
2214
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
2215
|
+
color: #111827;
|
|
2424
2216
|
}
|
|
2425
2217
|
|
|
2426
|
-
.e-
|
|
2427
|
-
|
|
2428
|
-
.e-listboxtool-wrapper {
|
|
2429
|
-
font-family: "Inter";
|
|
2430
|
-
font-size: 14px;
|
|
2218
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
2219
|
+
color: #111827;
|
|
2431
2220
|
}
|
|
2432
|
-
|
|
2433
|
-
.e-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2221
|
+
|
|
2222
|
+
.e-multi-select-wrapper .e-chips {
|
|
2223
|
+
background-color: #e5e7eb;
|
|
2224
|
+
border-radius: 0;
|
|
2225
|
+
height: 22px;
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2229
|
+
background-color: #d1d5db;
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2232
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
|
|
2233
|
+
color: #111827;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2237
|
+
-webkit-text-fill-color: #6b7280;
|
|
2437
2238
|
color: #6b7280;
|
|
2438
|
-
font-size:
|
|
2239
|
+
font-size: 16px;
|
|
2439
2240
|
}
|
|
2440
2241
|
|
|
2441
|
-
.e-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2242
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2243
|
+
background-color: #4f46e5;
|
|
2244
|
+
border-radius: 2px;
|
|
2245
|
+
color: #111827;
|
|
2246
|
+
height: 40px;
|
|
2247
|
+
line-height: 40px;
|
|
2445
2248
|
}
|
|
2446
2249
|
|
|
2447
|
-
.e-
|
|
2448
|
-
|
|
2449
|
-
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2450
|
-
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2250
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
2251
|
+
color: #111827;
|
|
2451
2252
|
}
|
|
2452
2253
|
|
|
2453
|
-
.e-
|
|
2454
|
-
|
|
2455
|
-
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
2456
|
-
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2254
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2255
|
+
height: 30px;
|
|
2457
2256
|
}
|
|
2458
2257
|
|
|
2459
|
-
.e-
|
|
2460
|
-
|
|
2461
|
-
|
|
2258
|
+
.e-popup.e-multi-select-list-wrapper {
|
|
2259
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
2260
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
2261
|
+
-webkit-box-sizing: content-box;
|
|
2262
|
+
box-sizing: content-box;
|
|
2263
|
+
overflow: initial;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
2462
2267
|
background-color: transparent;
|
|
2463
|
-
border-
|
|
2464
|
-
border-left: 0 solid transparent;
|
|
2465
|
-
border-right: 0 solid transparent;
|
|
2466
|
-
border-top: 0 solid transparent;
|
|
2268
|
+
border-color: transparent;
|
|
2467
2269
|
color: #111827;
|
|
2468
2270
|
}
|
|
2469
2271
|
|
|
2470
|
-
.e-
|
|
2471
|
-
.e-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2272
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-dropdownbase .e-list-item.e-active,
|
|
2273
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
2274
|
+
font-weight: normal;
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
2278
|
+
background-color: transparent;
|
|
2476
2279
|
border-color: transparent;
|
|
2477
2280
|
color: #111827;
|
|
2478
2281
|
}
|
|
2479
2282
|
|
|
2480
|
-
.e-
|
|
2481
|
-
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
2482
|
-
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
2483
|
-
background-color: transparent;
|
|
2283
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
|
|
2484
2284
|
color: #111827;
|
|
2485
2285
|
}
|
|
2486
2286
|
|
|
2487
|
-
.e-
|
|
2488
|
-
|
|
2489
|
-
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
2490
|
-
.e-listbox-container .e-list-item.e-selected,
|
|
2491
|
-
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
2492
|
-
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
2493
|
-
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
2494
|
-
background-color: #f3f4f6;
|
|
2495
|
-
color: rgba(17, 24, 39, 0.87);
|
|
2287
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
|
|
2288
|
+
color: #111827;
|
|
2496
2289
|
}
|
|
2497
2290
|
|
|
2498
|
-
.e-
|
|
2499
|
-
|
|
2500
|
-
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
2501
|
-
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
2502
|
-
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
2503
|
-
background-color: #4f46e5;
|
|
2504
|
-
border-color: transparent;
|
|
2505
|
-
color: #fff;
|
|
2291
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
2292
|
+
background-color: #f3f4f6;
|
|
2506
2293
|
}
|
|
2507
2294
|
|
|
2508
|
-
.e-
|
|
2509
|
-
.e-listbox-container .e-list-group-item,
|
|
2510
|
-
.e-listboxtool-wrapper .e-list-group-item {
|
|
2295
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
2511
2296
|
background-color: #f3f4f6;
|
|
2512
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
2513
|
-
color: #6b7280;
|
|
2514
|
-
font-size: 12px;
|
|
2515
2297
|
}
|
|
2516
2298
|
|
|
2517
|
-
.e-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
border-bottom: 1px solid #e5e7eb;
|
|
2299
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2300
|
+
background-color: #e5e7eb;
|
|
2301
|
+
-webkit-box-shadow: none;
|
|
2302
|
+
box-shadow: none;
|
|
2522
2303
|
color: #111827;
|
|
2523
2304
|
}
|
|
2524
2305
|
|
|
2525
|
-
.e-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2306
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2307
|
+
background-color: #e5e7eb;
|
|
2308
|
+
-webkit-box-shadow: none;
|
|
2309
|
+
box-shadow: none;
|
|
2310
|
+
color: #111827;
|
|
2529
2311
|
}
|
|
2530
2312
|
|
|
2531
|
-
.e-
|
|
2532
|
-
|
|
2533
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
2534
|
-
height: inherit;
|
|
2535
|
-
position: relative;
|
|
2313
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
2314
|
+
border: 0 solid transparent;
|
|
2536
2315
|
}
|
|
2537
|
-
|
|
2538
|
-
.e-
|
|
2539
|
-
|
|
2540
|
-
padding: 8px 16px;
|
|
2316
|
+
|
|
2317
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
2318
|
+
border: 0 solid transparent;
|
|
2541
2319
|
}
|
|
2542
|
-
|
|
2543
|
-
.e-
|
|
2544
|
-
|
|
2545
|
-
padding: 4px;
|
|
2320
|
+
|
|
2321
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2322
|
+
color: #6b7280;
|
|
2546
2323
|
}
|
|
2547
|
-
|
|
2548
|
-
.e-
|
|
2549
|
-
|
|
2550
|
-
color: #111827;
|
|
2551
|
-
display: block;
|
|
2552
|
-
font-size: 14px;
|
|
2553
|
-
font-weight: 500;
|
|
2554
|
-
margin: 0;
|
|
2555
|
-
overflow: hidden;
|
|
2556
|
-
padding: 0;
|
|
2557
|
-
text-overflow: ellipsis;
|
|
2558
|
-
white-space: nowrap;
|
|
2324
|
+
|
|
2325
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2326
|
+
color: #6b7280;
|
|
2559
2327
|
}
|
|
2560
|
-
|
|
2561
|
-
.e-
|
|
2562
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
2328
|
+
|
|
2329
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2563
2330
|
color: #6b7280;
|
|
2564
|
-
display: block;
|
|
2565
|
-
font-size: 14px;
|
|
2566
|
-
margin: 0;
|
|
2567
|
-
padding: 2px 0 0 0;
|
|
2568
|
-
word-wrap: break-word;
|
|
2569
2331
|
}
|
|
2570
|
-
|
|
2571
|
-
.e-
|
|
2572
|
-
|
|
2573
|
-
overflow: hidden;
|
|
2574
|
-
text-overflow: ellipsis;
|
|
2575
|
-
white-space: nowrap;
|
|
2332
|
+
|
|
2333
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2334
|
+
color: #6b7280;
|
|
2576
2335
|
}
|
|
2577
|
-
|
|
2578
|
-
.e-
|
|
2579
|
-
|
|
2580
|
-
height: 40px;
|
|
2581
|
-
left: 0;
|
|
2582
|
-
position: absolute;
|
|
2583
|
-
width: 40px;
|
|
2584
|
-
left: 0;
|
|
2336
|
+
|
|
2337
|
+
.e-ul.e-reorder {
|
|
2338
|
+
border-bottom: 1px solid #e5e7eb;
|
|
2585
2339
|
}
|
|
2586
|
-
|
|
2587
|
-
.e-
|
|
2588
|
-
|
|
2589
|
-
padding-left: 68px;
|
|
2590
|
-
padding-right: 16px;
|
|
2340
|
+
|
|
2341
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2342
|
+
border-bottom: 1px solid #e5e7eb;
|
|
2591
2343
|
}
|
|
2592
|
-
|
|
2593
|
-
.e-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
padding-right: 68px;
|
|
2344
|
+
|
|
2345
|
+
.e-multi-select-wrapper .e-delim-values {
|
|
2346
|
+
-webkit-text-fill-color: #111827;
|
|
2347
|
+
color: #111827;
|
|
2597
2348
|
}
|
|
2598
|
-
|
|
2599
|
-
.e-
|
|
2600
|
-
|
|
2601
|
-
height: 40px;
|
|
2602
|
-
left: 0;
|
|
2603
|
-
position: absolute;
|
|
2604
|
-
width: 40px;
|
|
2605
|
-
right: 0;
|
|
2349
|
+
|
|
2350
|
+
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2351
|
+
color: #6b7280;
|
|
2606
2352
|
}
|
|
2607
|
-
|
|
2608
|
-
.e-
|
|
2609
|
-
|
|
2610
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
2611
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
2612
|
-
top: 0;
|
|
2353
|
+
|
|
2354
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
|
|
2355
|
+
color: #374151;
|
|
2613
2356
|
}
|
|
2614
|
-
|
|
2615
|
-
.e-
|
|
2616
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
2617
|
-
font-size: 10px;
|
|
2357
|
+
|
|
2358
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
2618
2359
|
height: 18px;
|
|
2619
|
-
line-height: 16px;
|
|
2620
|
-
padding: 0;
|
|
2621
|
-
position: absolute;
|
|
2622
|
-
right: 12px;
|
|
2623
|
-
top: 50%;
|
|
2624
|
-
-webkit-transform: translateY(-50%);
|
|
2625
|
-
transform: translateY(-50%);
|
|
2626
|
-
width: 32px;
|
|
2627
|
-
}
|
|
2628
|
-
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
2629
|
-
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
2630
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
2631
|
-
padding-left: 68px;
|
|
2632
|
-
padding-right: 10px;
|
|
2633
|
-
}
|
|
2634
|
-
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
2635
|
-
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
2636
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
2637
|
-
padding-left: 16px;
|
|
2638
|
-
padding-right: 10px;
|
|
2639
|
-
}
|
|
2640
|
-
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
2641
|
-
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
2642
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
2643
|
-
display: block;
|
|
2644
|
-
margin: 0;
|
|
2645
|
-
overflow: hidden;
|
|
2646
|
-
padding: 8px 0;
|
|
2647
|
-
text-overflow: ellipsis;
|
|
2648
|
-
white-space: nowrap;
|
|
2649
|
-
}
|
|
2650
|
-
.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,
|
|
2651
|
-
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
2652
|
-
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
2653
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
2654
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
2655
|
-
color: #111827;
|
|
2656
|
-
}
|
|
2657
|
-
.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,
|
|
2658
|
-
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
2659
|
-
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
2660
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
2661
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
2662
|
-
color: rgba(17, 24, 39, 0.87);
|
|
2663
2360
|
}
|
|
2664
|
-
|
|
2665
|
-
.e-
|
|
2666
|
-
|
|
2667
|
-
left: inherit;
|
|
2668
|
-
right: 0;
|
|
2669
|
-
}
|
|
2670
|
-
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
2671
|
-
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
2672
|
-
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
2673
|
-
padding-left: 16px;
|
|
2674
|
-
padding-right: 68px;
|
|
2361
|
+
|
|
2362
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2363
|
+
font-size: 12px;
|
|
2675
2364
|
}
|
|
2676
|
-
|
|
2677
|
-
.e-
|
|
2678
|
-
|
|
2679
|
-
padding-left: 68px;
|
|
2680
|
-
padding-right: 16px;
|
|
2365
|
+
|
|
2366
|
+
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2367
|
+
font-size: 14px;
|
|
2681
2368
|
}
|
|
2682
|
-
|
|
2683
|
-
.e-
|
|
2684
|
-
|
|
2685
|
-
left: 0;
|
|
2686
|
-
right: inherit;
|
|
2369
|
+
|
|
2370
|
+
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
2371
|
+
left: 6px;
|
|
2687
2372
|
}
|
|
2688
|
-
|
|
2689
|
-
.e-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
right: inherit;
|
|
2373
|
+
|
|
2374
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2375
|
+
-webkit-text-fill-color: #9ca3af;
|
|
2376
|
+
color: #9ca3af;
|
|
2693
2377
|
}
|
|
2694
|
-
|
|
2695
|
-
.e-listbox-
|
|
2696
|
-
|
|
2697
|
-
padding-left: 10px;
|
|
2698
|
-
padding-right: 68px;
|
|
2378
|
+
|
|
2379
|
+
.e-listbox-tool .e-moveup::before {
|
|
2380
|
+
content: "\e776";
|
|
2699
2381
|
}
|
|
2700
|
-
|
|
2701
|
-
.e-listbox-
|
|
2702
|
-
|
|
2703
|
-
padding-left: 10px;
|
|
2704
|
-
padding-right: 16px;
|
|
2382
|
+
|
|
2383
|
+
.e-listbox-tool .e-movedown::before {
|
|
2384
|
+
content: "\e729";
|
|
2705
2385
|
}
|
|
2706
2386
|
|
|
2707
|
-
.e-listbox-
|
|
2708
|
-
|
|
2387
|
+
.e-listbox-tool .e-moveto::before {
|
|
2388
|
+
content: "\e748";
|
|
2709
2389
|
}
|
|
2710
2390
|
|
|
2711
|
-
.e-listbox-
|
|
2712
|
-
|
|
2391
|
+
.e-listbox-tool .e-movefrom::before {
|
|
2392
|
+
content: "\e765";
|
|
2713
2393
|
}
|
|
2714
2394
|
|
|
2715
|
-
.e-listbox-
|
|
2716
|
-
|
|
2395
|
+
.e-listbox-tool .e-moveallto::before {
|
|
2396
|
+
content: "\e7a9";
|
|
2717
2397
|
}
|
|
2718
2398
|
|
|
2719
|
-
.e-listbox-
|
|
2720
|
-
|
|
2399
|
+
.e-listbox-tool .e-moveallfrom::before {
|
|
2400
|
+
content: "\e744";
|
|
2721
2401
|
}
|
|
2722
2402
|
|
|
2723
2403
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -3168,5 +2848,325 @@ ejs-listbox {
|
|
|
3168
2848
|
padding-bottom: 1px;
|
|
3169
2849
|
}
|
|
3170
2850
|
|
|
2851
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2852
|
+
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
2853
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2856
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2857
|
+
height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2860
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
2861
|
+
height: calc(100% - 42px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
2865
|
+
height: calc(100% - 87.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
.e-listbox-wrapper,
|
|
2869
|
+
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2870
|
+
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
2871
|
+
border: 1px solid #e5e7eb;
|
|
2872
|
+
}
|
|
2873
|
+
|
|
2874
|
+
.e-listbox-wrapper,
|
|
2875
|
+
.e-listbox-container,
|
|
2876
|
+
.e-listboxtool-wrapper {
|
|
2877
|
+
font-family: "Inter";
|
|
2878
|
+
font-size: 14px;
|
|
2879
|
+
}
|
|
2880
|
+
.e-listbox-wrapper .e-list-header,
|
|
2881
|
+
.e-listbox-container .e-list-header,
|
|
2882
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
2883
|
+
background-color: #f3f4f6;
|
|
2884
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
2885
|
+
color: #6b7280;
|
|
2886
|
+
font-size: 12px;
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2890
|
+
.e-listbox-container.e-filter-list .e-list-parent,
|
|
2891
|
+
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
2892
|
+
height: calc(100% - 42px);
|
|
2893
|
+
}
|
|
2894
|
+
|
|
2895
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2896
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2897
|
+
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2898
|
+
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2901
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2902
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
2903
|
+
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
2904
|
+
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listbox-wrapper .e-list-item,
|
|
2908
|
+
.e-listbox-container .e-list-item,
|
|
2909
|
+
.e-listboxtool-wrapper .e-list-item {
|
|
2910
|
+
background-color: transparent;
|
|
2911
|
+
border-bottom: 0 solid transparent;
|
|
2912
|
+
border-left: 0 solid transparent;
|
|
2913
|
+
border-right: 0 solid transparent;
|
|
2914
|
+
border-top: 0 solid transparent;
|
|
2915
|
+
color: #111827;
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2918
|
+
.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),
|
|
2919
|
+
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
2920
|
+
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
2921
|
+
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
2922
|
+
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
2923
|
+
background-color: #f3f4f6;
|
|
2924
|
+
border-color: transparent;
|
|
2925
|
+
color: #111827;
|
|
2926
|
+
}
|
|
2927
|
+
|
|
2928
|
+
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
2929
|
+
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
2930
|
+
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
2931
|
+
background-color: transparent;
|
|
2932
|
+
color: #111827;
|
|
2933
|
+
}
|
|
2934
|
+
|
|
2935
|
+
.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,
|
|
2936
|
+
.e-listbox-container .e-list-item.e-focused,
|
|
2937
|
+
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
2938
|
+
.e-listbox-container .e-list-item.e-selected,
|
|
2939
|
+
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
2940
|
+
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
2941
|
+
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
2942
|
+
background-color: #f3f4f6;
|
|
2943
|
+
color: rgba(17, 24, 39, 0.87);
|
|
2944
|
+
}
|
|
2945
|
+
|
|
2946
|
+
.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,
|
|
2947
|
+
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
2948
|
+
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
2949
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
2950
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
2951
|
+
background-color: #4f46e5;
|
|
2952
|
+
border-color: transparent;
|
|
2953
|
+
color: #fff;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
.e-listbox-wrapper .e-list-group-item,
|
|
2957
|
+
.e-listbox-container .e-list-group-item,
|
|
2958
|
+
.e-listboxtool-wrapper .e-list-group-item {
|
|
2959
|
+
background-color: #f3f4f6;
|
|
2960
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
2961
|
+
color: #6b7280;
|
|
2962
|
+
font-size: 12px;
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2965
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
2966
|
+
.e-listbox-container .e-selectall-parent,
|
|
2967
|
+
.e-listboxtool-wrapper .e-selectall-parent {
|
|
2968
|
+
background-color: transparent;
|
|
2969
|
+
border-bottom: 1px solid #e5e7eb;
|
|
2970
|
+
color: #111827;
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2973
|
+
.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
|
|
2974
|
+
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
|
|
2975
|
+
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
2976
|
+
background-color: transparent;
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper,
|
|
2980
|
+
.e-listbox-container.e-list-template .e-list-wrapper,
|
|
2981
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
2982
|
+
height: inherit;
|
|
2983
|
+
position: relative;
|
|
2984
|
+
}
|
|
2985
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
2986
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
2987
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
2988
|
+
padding: 8px 16px;
|
|
2989
|
+
}
|
|
2990
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
2991
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
2992
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
2993
|
+
padding: 4px;
|
|
2994
|
+
}
|
|
2995
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
2996
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
2997
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
2998
|
+
color: #111827;
|
|
2999
|
+
display: block;
|
|
3000
|
+
font-size: 14px;
|
|
3001
|
+
font-weight: 500;
|
|
3002
|
+
margin: 0;
|
|
3003
|
+
overflow: hidden;
|
|
3004
|
+
padding: 0;
|
|
3005
|
+
text-overflow: ellipsis;
|
|
3006
|
+
white-space: nowrap;
|
|
3007
|
+
}
|
|
3008
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3009
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3010
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
3011
|
+
color: #6b7280;
|
|
3012
|
+
display: block;
|
|
3013
|
+
font-size: 14px;
|
|
3014
|
+
margin: 0;
|
|
3015
|
+
padding: 2px 0 0 0;
|
|
3016
|
+
word-wrap: break-word;
|
|
3017
|
+
}
|
|
3018
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3019
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3020
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
3021
|
+
overflow: hidden;
|
|
3022
|
+
text-overflow: ellipsis;
|
|
3023
|
+
white-space: nowrap;
|
|
3024
|
+
}
|
|
3025
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3026
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3027
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3028
|
+
height: 40px;
|
|
3029
|
+
left: 0;
|
|
3030
|
+
position: absolute;
|
|
3031
|
+
width: 40px;
|
|
3032
|
+
left: 0;
|
|
3033
|
+
}
|
|
3034
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3035
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3036
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3037
|
+
padding-left: 68px;
|
|
3038
|
+
padding-right: 16px;
|
|
3039
|
+
}
|
|
3040
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3041
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3042
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3043
|
+
padding-left: 16px;
|
|
3044
|
+
padding-right: 68px;
|
|
3045
|
+
}
|
|
3046
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3047
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3048
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3049
|
+
height: 40px;
|
|
3050
|
+
left: 0;
|
|
3051
|
+
position: absolute;
|
|
3052
|
+
width: 40px;
|
|
3053
|
+
right: 0;
|
|
3054
|
+
}
|
|
3055
|
+
.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,
|
|
3056
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3057
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3058
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3059
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3060
|
+
top: 0;
|
|
3061
|
+
}
|
|
3062
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3063
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3064
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3065
|
+
font-size: 10px;
|
|
3066
|
+
height: 18px;
|
|
3067
|
+
line-height: 16px;
|
|
3068
|
+
padding: 0;
|
|
3069
|
+
position: absolute;
|
|
3070
|
+
right: 12px;
|
|
3071
|
+
top: 50%;
|
|
3072
|
+
-webkit-transform: translateY(-50%);
|
|
3073
|
+
transform: translateY(-50%);
|
|
3074
|
+
width: 32px;
|
|
3075
|
+
}
|
|
3076
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3077
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3078
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3079
|
+
padding-left: 68px;
|
|
3080
|
+
padding-right: 10px;
|
|
3081
|
+
}
|
|
3082
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3083
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3084
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3085
|
+
padding-left: 16px;
|
|
3086
|
+
padding-right: 10px;
|
|
3087
|
+
}
|
|
3088
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3089
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3090
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
3091
|
+
display: block;
|
|
3092
|
+
margin: 0;
|
|
3093
|
+
overflow: hidden;
|
|
3094
|
+
padding: 8px 0;
|
|
3095
|
+
text-overflow: ellipsis;
|
|
3096
|
+
white-space: nowrap;
|
|
3097
|
+
}
|
|
3098
|
+
.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,
|
|
3099
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3100
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3101
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3102
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3103
|
+
color: #111827;
|
|
3104
|
+
}
|
|
3105
|
+
.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,
|
|
3106
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3107
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3108
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3109
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3110
|
+
color: rgba(17, 24, 39, 0.87);
|
|
3111
|
+
}
|
|
3112
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3113
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3114
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3115
|
+
left: inherit;
|
|
3116
|
+
right: 0;
|
|
3117
|
+
}
|
|
3118
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3119
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3120
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3121
|
+
padding-left: 16px;
|
|
3122
|
+
padding-right: 68px;
|
|
3123
|
+
}
|
|
3124
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3125
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3126
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3127
|
+
padding-left: 68px;
|
|
3128
|
+
padding-right: 16px;
|
|
3129
|
+
}
|
|
3130
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3131
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3132
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3133
|
+
left: 0;
|
|
3134
|
+
right: inherit;
|
|
3135
|
+
}
|
|
3136
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3137
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3138
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3139
|
+
left: 12px;
|
|
3140
|
+
right: inherit;
|
|
3141
|
+
}
|
|
3142
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3143
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3144
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3145
|
+
padding-left: 10px;
|
|
3146
|
+
padding-right: 68px;
|
|
3147
|
+
}
|
|
3148
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3149
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3150
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3151
|
+
padding-left: 10px;
|
|
3152
|
+
padding-right: 16px;
|
|
3153
|
+
}
|
|
3154
|
+
|
|
3155
|
+
.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 {
|
|
3156
|
+
height: 100%;
|
|
3157
|
+
}
|
|
3158
|
+
|
|
3159
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3160
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3163
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3164
|
+
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3165
|
+
}
|
|
3166
|
+
|
|
3167
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3168
|
+
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3169
|
+
}
|
|
3170
|
+
|
|
3171
3171
|
/* stylelint-disable-line no-empty-source */
|
|
3172
3172
|
/* stylelint-disable-line no-empty-source */
|