@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
|
@@ -38,6 +38,149 @@
|
|
|
38
38
|
padding: 0 6px 0 0;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
+
.e-dropdownbase {
|
|
42
|
+
display: block;
|
|
43
|
+
height: 100%;
|
|
44
|
+
min-height: 36px;
|
|
45
|
+
position: relative;
|
|
46
|
+
width: 100%;
|
|
47
|
+
}
|
|
48
|
+
.e-dropdownbase .e-list-parent {
|
|
49
|
+
margin: 0;
|
|
50
|
+
padding: 0;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
54
|
+
cursor: default;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.e-dropdownbase .e-list-item {
|
|
58
|
+
cursor: pointer;
|
|
59
|
+
overflow: hidden;
|
|
60
|
+
position: relative;
|
|
61
|
+
text-overflow: ellipsis;
|
|
62
|
+
vertical-align: middle;
|
|
63
|
+
white-space: nowrap;
|
|
64
|
+
width: 100%;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
68
|
+
font-size: 16px;
|
|
69
|
+
vertical-align: middle;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-dropdownbase .e-fixed-head {
|
|
73
|
+
position: absolute;
|
|
74
|
+
top: 0;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.e-dropdownbase.e-content {
|
|
78
|
+
overflow: auto;
|
|
79
|
+
position: relative;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
83
|
+
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
84
|
+
color: #fff;
|
|
85
|
+
cursor: default;
|
|
86
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
87
|
+
font-size: 14px;
|
|
88
|
+
padding: 14px 16px;
|
|
89
|
+
text-align: center;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-mention.e-popup {
|
|
93
|
+
background: #212529;
|
|
94
|
+
border: 0;
|
|
95
|
+
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
96
|
+
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
97
|
+
margin-top: 2px;
|
|
98
|
+
position: absolute;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.e-mention.e-popup .e-dropdownbase {
|
|
102
|
+
min-height: 30px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
106
|
+
display: inline;
|
|
107
|
+
font-weight: bold;
|
|
108
|
+
vertical-align: baseline;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-mention .e-mention-chip,
|
|
112
|
+
.e-mention .e-mention-chip:hover {
|
|
113
|
+
background: #343a40;
|
|
114
|
+
border-radius: 2px;
|
|
115
|
+
border: none;
|
|
116
|
+
color: #0d6efd;
|
|
117
|
+
cursor: default;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-mention.e-editable-element {
|
|
121
|
+
border: 2px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
122
|
+
height: auto;
|
|
123
|
+
min-height: 120px;
|
|
124
|
+
width: 100%;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-form-mirror-div {
|
|
128
|
+
white-space: pre-wrap;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
132
|
+
padding-right: 12px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.e-dropdownbase.e-dd-group .e-list-item {
|
|
136
|
+
padding-left: 12px;
|
|
137
|
+
text-indent: 0;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
141
|
+
padding-left: 8px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
145
|
+
text-indent: 0;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
149
|
+
cursor: pointer;
|
|
150
|
+
font-weight: normal;
|
|
151
|
+
overflow: hidden;
|
|
152
|
+
position: relative;
|
|
153
|
+
text-overflow: ellipsis;
|
|
154
|
+
vertical-align: middle;
|
|
155
|
+
white-space: nowrap;
|
|
156
|
+
width: 100%;
|
|
157
|
+
font-weight: 500;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
161
|
+
padding-right: 12px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.e-dropdownbase .e-list-group-item,
|
|
165
|
+
.e-fixed-head {
|
|
166
|
+
font-size: 12px;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
170
|
+
.e-small .e-fixed-head,
|
|
171
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
172
|
+
.e-small.e-fixed-head {
|
|
173
|
+
font-size: 10px;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
177
|
+
padding: 0 8px 0 0;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
181
|
+
padding: 0 6px 0 0;
|
|
182
|
+
}
|
|
183
|
+
|
|
41
184
|
.e-rtl .e-dropdownbase .e-list-item {
|
|
42
185
|
padding-left: 16px;
|
|
43
186
|
padding-right: 0;
|
|
@@ -238,224 +381,81 @@
|
|
|
238
381
|
padding: 0 6px 0 0;
|
|
239
382
|
}
|
|
240
383
|
|
|
241
|
-
.e-dropdownbase
|
|
242
|
-
|
|
243
|
-
height:
|
|
244
|
-
min-height: 36px;
|
|
245
|
-
position: relative;
|
|
246
|
-
width: 100%;
|
|
384
|
+
.e-bigger .e-dropdownbase,
|
|
385
|
+
.e-dropdownbase.e-bigger {
|
|
386
|
+
min-height: 45px;
|
|
247
387
|
}
|
|
248
|
-
.e-dropdownbase .e-list-
|
|
249
|
-
|
|
250
|
-
|
|
388
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
389
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
390
|
+
line-height: 32px;
|
|
391
|
+
text-indent: 16px;
|
|
251
392
|
}
|
|
252
393
|
|
|
253
|
-
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head
|
|
254
|
-
|
|
394
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
395
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
396
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
397
|
+
line-height: 32px;
|
|
398
|
+
text-indent: 16px;
|
|
255
399
|
}
|
|
256
400
|
|
|
257
|
-
.e-dropdownbase .e-list-item
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
position: relative;
|
|
261
|
-
text-overflow: ellipsis;
|
|
262
|
-
vertical-align: middle;
|
|
263
|
-
white-space: nowrap;
|
|
264
|
-
width: 100%;
|
|
401
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
402
|
+
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
403
|
+
font-size: 20px;
|
|
265
404
|
}
|
|
266
405
|
|
|
267
|
-
.e-
|
|
268
|
-
|
|
269
|
-
vertical-align: middle;
|
|
406
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
407
|
+
padding-left: 16px;
|
|
270
408
|
}
|
|
271
409
|
|
|
272
|
-
.e-dropdownbase .e-
|
|
273
|
-
|
|
274
|
-
top: 0;
|
|
410
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
411
|
+
padding-left: 14px;
|
|
275
412
|
}
|
|
276
413
|
|
|
277
|
-
.e-dropdownbase.e-
|
|
278
|
-
|
|
279
|
-
|
|
414
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
415
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
416
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
417
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
418
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
419
|
+
padding-left: 16px;
|
|
420
|
+
padding-right: 0;
|
|
280
421
|
}
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
color: #fff;
|
|
285
|
-
cursor: default;
|
|
286
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
287
|
-
font-size: 14px;
|
|
288
|
-
padding: 14px 16px;
|
|
289
|
-
text-align: center;
|
|
422
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
423
|
+
font-size: 16px;
|
|
424
|
+
padding-left: 16px;
|
|
290
425
|
}
|
|
291
426
|
|
|
292
|
-
.e-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
-
|
|
296
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
297
|
-
margin-top: 2px;
|
|
298
|
-
position: absolute;
|
|
427
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
428
|
+
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
429
|
+
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
430
|
+
font-size: 12px;
|
|
299
431
|
}
|
|
300
432
|
|
|
301
|
-
.e-
|
|
433
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
434
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
435
|
+
color: #fff;
|
|
436
|
+
line-height: 30px;
|
|
302
437
|
min-height: 30px;
|
|
438
|
+
text-indent: 16px;
|
|
303
439
|
}
|
|
304
440
|
|
|
305
|
-
.e-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
441
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
442
|
+
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
443
|
+
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
444
|
+
line-height: 30px;
|
|
445
|
+
min-height: 30px;
|
|
446
|
+
padding-left: 14px;
|
|
309
447
|
}
|
|
310
448
|
|
|
311
|
-
.e-
|
|
312
|
-
.e-
|
|
313
|
-
|
|
314
|
-
border-radius: 2px;
|
|
315
|
-
border: none;
|
|
316
|
-
color: #0d6efd;
|
|
317
|
-
cursor: default;
|
|
449
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
450
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
451
|
+
font-size: 18px;
|
|
318
452
|
}
|
|
319
453
|
|
|
320
|
-
.e-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.e-form-mirror-div {
|
|
328
|
-
white-space: pre-wrap;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
332
|
-
padding-right: 12px;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.e-dropdownbase.e-dd-group .e-list-item {
|
|
336
|
-
padding-left: 12px;
|
|
337
|
-
text-indent: 0;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
341
|
-
padding-left: 8px;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
345
|
-
text-indent: 0;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
349
|
-
cursor: pointer;
|
|
350
|
-
font-weight: normal;
|
|
351
|
-
overflow: hidden;
|
|
352
|
-
position: relative;
|
|
353
|
-
text-overflow: ellipsis;
|
|
354
|
-
vertical-align: middle;
|
|
355
|
-
white-space: nowrap;
|
|
356
|
-
width: 100%;
|
|
357
|
-
font-weight: 500;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
361
|
-
padding-right: 12px;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.e-dropdownbase .e-list-group-item,
|
|
365
|
-
.e-fixed-head {
|
|
366
|
-
font-size: 12px;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
370
|
-
.e-small .e-fixed-head,
|
|
371
|
-
.e-small.e-dropdownbase .e-list-group-item,
|
|
372
|
-
.e-small.e-fixed-head {
|
|
373
|
-
font-size: 10px;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
377
|
-
padding: 0 8px 0 0;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
381
|
-
padding: 0 6px 0 0;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
.e-bigger .e-dropdownbase,
|
|
385
|
-
.e-dropdownbase.e-bigger {
|
|
386
|
-
min-height: 45px;
|
|
387
|
-
}
|
|
388
|
-
.e-bigger .e-dropdownbase .e-list-item,
|
|
389
|
-
.e-dropdownbase.e-bigger .e-list-item {
|
|
390
|
-
line-height: 32px;
|
|
391
|
-
text-indent: 16px;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
395
|
-
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
396
|
-
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
397
|
-
line-height: 32px;
|
|
398
|
-
text-indent: 16px;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
402
|
-
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
403
|
-
font-size: 20px;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
407
|
-
padding-left: 16px;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
411
|
-
padding-left: 14px;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
415
|
-
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
416
|
-
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
417
|
-
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
418
|
-
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
419
|
-
padding-left: 16px;
|
|
420
|
-
padding-right: 0;
|
|
421
|
-
}
|
|
422
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
423
|
-
font-size: 16px;
|
|
424
|
-
padding-left: 16px;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
428
|
-
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
429
|
-
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
430
|
-
font-size: 12px;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
434
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
435
|
-
color: #fff;
|
|
436
|
-
line-height: 30px;
|
|
437
|
-
min-height: 30px;
|
|
438
|
-
text-indent: 16px;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
442
|
-
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
443
|
-
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
444
|
-
line-height: 30px;
|
|
445
|
-
min-height: 30px;
|
|
446
|
-
padding-left: 14px;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
450
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
451
|
-
font-size: 18px;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
455
|
-
.e-bigger .e-fixed-head,
|
|
456
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
457
|
-
.e-bigger.e-fixed-head {
|
|
458
|
-
font-size: 14px;
|
|
454
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
455
|
+
.e-bigger .e-fixed-head,
|
|
456
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
457
|
+
.e-bigger.e-fixed-head {
|
|
458
|
+
font-size: 14px;
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
@@ -725,119 +725,6 @@
|
|
|
725
725
|
font-size: 14px;
|
|
726
726
|
}
|
|
727
727
|
|
|
728
|
-
.e-popup {
|
|
729
|
-
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
733
|
-
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
734
|
-
color: #fff;
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
738
|
-
border-color: transparent;
|
|
739
|
-
background: none;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
.e-popup.e-ddl {
|
|
743
|
-
border-radius: 4px;
|
|
744
|
-
-webkit-box-shadow: none;
|
|
745
|
-
box-shadow: none;
|
|
746
|
-
margin-top: 3px;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
.e-popup.e-ddl .e-input-group {
|
|
750
|
-
width: auto;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
.e-popup.e-ddl .e-input-group input {
|
|
754
|
-
line-height: 15px;
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
758
|
-
min-height: 26px;
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
762
|
-
display: -webkit-box;
|
|
763
|
-
display: -ms-flexbox;
|
|
764
|
-
display: flex;
|
|
765
|
-
width: auto;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
769
|
-
border: 0;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
773
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
774
|
-
background: transparent;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
778
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
779
|
-
background: #343a40;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
783
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
784
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
785
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
786
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
787
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
788
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
789
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
790
|
-
background: transparent;
|
|
791
|
-
color: #adb5bd;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
795
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
796
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
797
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
798
|
-
background: transparent;
|
|
799
|
-
color: #adb5bd;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
803
|
-
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
804
|
-
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
805
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
806
|
-
background: #343a40;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
810
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
811
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
812
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
813
|
-
border: 0;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
817
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
818
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
819
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
820
|
-
-webkit-box-shadow: none;
|
|
821
|
-
box-shadow: none;
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
825
|
-
background: transparent;
|
|
826
|
-
display: -webkit-box;
|
|
827
|
-
display: -ms-flexbox;
|
|
828
|
-
display: flex;
|
|
829
|
-
position: relative;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
833
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
834
|
-
background: #212529;
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
838
|
-
font-size: 14px;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
728
|
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
842
729
|
width: 100%;
|
|
843
730
|
border: 0 solid;
|
|
@@ -1169,12 +1056,125 @@ ejs-dropdownlist {
|
|
|
1169
1056
|
font-size: 14px;
|
|
1170
1057
|
}
|
|
1171
1058
|
|
|
1172
|
-
.e-
|
|
1173
|
-
|
|
1059
|
+
.e-popup {
|
|
1060
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1174
1061
|
}
|
|
1175
1062
|
|
|
1176
|
-
.e-
|
|
1177
|
-
|
|
1063
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
1064
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
1065
|
+
color: #fff;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
1069
|
+
border-color: transparent;
|
|
1070
|
+
background: none;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.e-popup.e-ddl {
|
|
1074
|
+
border-radius: 4px;
|
|
1075
|
+
-webkit-box-shadow: none;
|
|
1076
|
+
box-shadow: none;
|
|
1077
|
+
margin-top: 3px;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
.e-popup.e-ddl .e-input-group {
|
|
1081
|
+
width: auto;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
.e-popup.e-ddl .e-input-group input {
|
|
1085
|
+
line-height: 15px;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
1089
|
+
min-height: 26px;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
1093
|
+
display: -webkit-box;
|
|
1094
|
+
display: -ms-flexbox;
|
|
1095
|
+
display: flex;
|
|
1096
|
+
width: auto;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
1100
|
+
border: 0;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
1104
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
1105
|
+
background: transparent;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
1109
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
1110
|
+
background: #343a40;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
1114
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
1115
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
1116
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
1117
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
1118
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
1119
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
1120
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
1121
|
+
background: transparent;
|
|
1122
|
+
color: #adb5bd;
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1126
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1127
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1128
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
1129
|
+
background: transparent;
|
|
1130
|
+
color: #adb5bd;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
1134
|
+
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
1135
|
+
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
1136
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
1137
|
+
background: #343a40;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
1141
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
1142
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
1143
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
1144
|
+
border: 0;
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
1148
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
1149
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
1150
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
1151
|
+
-webkit-box-shadow: none;
|
|
1152
|
+
box-shadow: none;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
1156
|
+
background: transparent;
|
|
1157
|
+
display: -webkit-box;
|
|
1158
|
+
display: -ms-flexbox;
|
|
1159
|
+
display: flex;
|
|
1160
|
+
position: relative;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
1164
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
1165
|
+
background: #212529;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
1169
|
+
font-size: 14px;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
1173
|
+
margin-left: -20px;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
1177
|
+
font-size: 16px;
|
|
1178
1178
|
}
|
|
1179
1179
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
1180
1180
|
font-size: 16px;
|
|
@@ -1277,46 +1277,6 @@ ejs-dropdownlist {
|
|
|
1277
1277
|
content: "\e7e7";
|
|
1278
1278
|
}
|
|
1279
1279
|
|
|
1280
|
-
/* stylelint-disable */
|
|
1281
|
-
.e-ddt .e-chips {
|
|
1282
|
-
background-color: #6c757d;
|
|
1283
|
-
}
|
|
1284
|
-
.e-ddt .e-chips .e-chips-close::before {
|
|
1285
|
-
color: #fff;
|
|
1286
|
-
}
|
|
1287
|
-
.e-ddt .e-chips > .e-chipcontent {
|
|
1288
|
-
color: #fff;
|
|
1289
|
-
}
|
|
1290
|
-
.e-ddt .e-overflow .e-remain {
|
|
1291
|
-
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
1292
|
-
}
|
|
1293
|
-
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
|
|
1294
|
-
background: #212529;
|
|
1295
|
-
}
|
|
1296
|
-
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon.e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon.e-ddt-icon {
|
|
1297
|
-
background: transparent;
|
|
1298
|
-
color: #adb5bd;
|
|
1299
|
-
}
|
|
1300
|
-
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
1301
|
-
background: transparent;
|
|
1302
|
-
}
|
|
1303
|
-
.e-ddt.e-popup {
|
|
1304
|
-
background: #343a40;
|
|
1305
|
-
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1306
|
-
}
|
|
1307
|
-
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1308
|
-
color: #fff;
|
|
1309
|
-
}
|
|
1310
|
-
.e-ddt.e-popup .e-selectall-parent {
|
|
1311
|
-
border-bottom-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1312
|
-
}
|
|
1313
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1314
|
-
background: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
1315
|
-
}
|
|
1316
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1317
|
-
color: #fff;
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
1280
|
/* stylelint-disable */
|
|
1321
1281
|
.e-ddt {
|
|
1322
1282
|
cursor: pointer;
|
|
@@ -1626,6 +1586,46 @@ ejs-dropdownlist {
|
|
|
1626
1586
|
display: none;
|
|
1627
1587
|
}
|
|
1628
1588
|
|
|
1589
|
+
/* stylelint-disable */
|
|
1590
|
+
.e-ddt .e-chips {
|
|
1591
|
+
background-color: #6c757d;
|
|
1592
|
+
}
|
|
1593
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1594
|
+
color: #fff;
|
|
1595
|
+
}
|
|
1596
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1597
|
+
color: #fff;
|
|
1598
|
+
}
|
|
1599
|
+
.e-ddt .e-overflow .e-remain {
|
|
1600
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
1601
|
+
}
|
|
1602
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
|
|
1603
|
+
background: #212529;
|
|
1604
|
+
}
|
|
1605
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon.e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon.e-ddt-icon {
|
|
1606
|
+
background: transparent;
|
|
1607
|
+
color: #adb5bd;
|
|
1608
|
+
}
|
|
1609
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-clear-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
1610
|
+
background: transparent;
|
|
1611
|
+
}
|
|
1612
|
+
.e-ddt.e-popup {
|
|
1613
|
+
background: #343a40;
|
|
1614
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1615
|
+
}
|
|
1616
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1617
|
+
color: #fff;
|
|
1618
|
+
}
|
|
1619
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1620
|
+
border-bottom-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1621
|
+
}
|
|
1622
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1623
|
+
background: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
1624
|
+
}
|
|
1625
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1626
|
+
color: #fff;
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
1629
|
/* stylelint-disable */
|
|
1630
1630
|
.e-bigger .e-ddt .e-chips,
|
|
1631
1631
|
.e-ddt.e-bigger .e-chips {
|
|
@@ -1823,6 +1823,26 @@ ejs-dropdownlist {
|
|
|
1823
1823
|
content: "\e832";
|
|
1824
1824
|
}
|
|
1825
1825
|
|
|
1826
|
+
.e-dropdownbase .e-list-group-item,
|
|
1827
|
+
.e-fixed-head {
|
|
1828
|
+
font-size: 12px;
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
1832
|
+
.e-small .e-fixed-head,
|
|
1833
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
1834
|
+
.e-small.e-fixed-head {
|
|
1835
|
+
font-size: 10px;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
1839
|
+
padding: 0 8px 0 0;
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
1843
|
+
padding: 0 6px 0 0;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1826
1846
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1827
1847
|
line-height: 30px;
|
|
1828
1848
|
top: 0;
|
|
@@ -1858,1034 +1878,1014 @@ ejs-dropdownlist {
|
|
|
1858
1878
|
background: transparent;
|
|
1859
1879
|
}
|
|
1860
1880
|
|
|
1861
|
-
.e-multi-select-wrapper
|
|
1862
|
-
|
|
1881
|
+
.e-multi-select-wrapper {
|
|
1882
|
+
-webkit-box-sizing: border-box;
|
|
1883
|
+
box-sizing: border-box;
|
|
1884
|
+
cursor: text;
|
|
1885
|
+
line-height: normal;
|
|
1886
|
+
min-height: 30px;
|
|
1887
|
+
padding: 0 32px 0 0;
|
|
1888
|
+
position: relative;
|
|
1889
|
+
-webkit-user-select: none;
|
|
1890
|
+
-moz-user-select: none;
|
|
1891
|
+
-ms-user-select: none;
|
|
1892
|
+
user-select: none;
|
|
1893
|
+
width: 100%;
|
|
1863
1894
|
}
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1895
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1896
|
+
height: 27px;
|
|
1897
|
+
vertical-align: middle;
|
|
1867
1898
|
}
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1899
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1900
|
+
height: 100%;
|
|
1901
|
+
min-height: 100%;
|
|
1871
1902
|
}
|
|
1872
|
-
|
|
1873
|
-
|
|
1903
|
+
.e-multi-select-wrapper .e-delim-view {
|
|
1904
|
+
white-space: nowrap;
|
|
1905
|
+
}
|
|
1906
|
+
.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 {
|
|
1874
1907
|
-webkit-box-sizing: border-box;
|
|
1875
1908
|
box-sizing: border-box;
|
|
1909
|
+
display: inline-block;
|
|
1910
|
+
overflow: hidden;
|
|
1911
|
+
text-overflow: ellipsis;
|
|
1876
1912
|
}
|
|
1877
|
-
|
|
1878
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1879
|
-
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1880
|
-
-webkit-text-fill-color: #fff;
|
|
1913
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1881
1914
|
color: #fff;
|
|
1882
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1883
1915
|
font-size: 14px;
|
|
1916
|
+
left: 12px;
|
|
1917
|
+
top: 0;
|
|
1884
1918
|
}
|
|
1885
|
-
|
|
1886
|
-
|
|
1919
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1920
|
+
background-color: #0d6efd;
|
|
1887
1921
|
color: #fff;
|
|
1922
|
+
padding: 12px 4px 11px 0;
|
|
1888
1923
|
}
|
|
1889
|
-
|
|
1890
|
-
.e-multi-select-wrapper .e-
|
|
1891
|
-
|
|
1924
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1925
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1926
|
+
width: 0;
|
|
1892
1927
|
}
|
|
1893
|
-
|
|
1894
|
-
.e-multi-select-wrapper .e-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
height: 24px;
|
|
1928
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1929
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1930
|
+
height: 1px;
|
|
1931
|
+
min-height: 1px;
|
|
1898
1932
|
}
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
background-color: rgb(91.8, 99.45, 106.25);
|
|
1933
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1934
|
+
max-width: 100%;
|
|
1902
1935
|
}
|
|
1903
1936
|
|
|
1904
|
-
.e-
|
|
1905
|
-
|
|
1937
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
|
|
1938
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
|
|
1939
|
+
display: -webkit-box;
|
|
1940
|
+
display: -ms-flexbox;
|
|
1941
|
+
display: flex;
|
|
1942
|
+
float: left;
|
|
1943
|
+
width: auto;
|
|
1906
1944
|
}
|
|
1907
|
-
|
|
1908
|
-
.e-multi-select-wrapper
|
|
1909
|
-
-webkit-
|
|
1910
|
-
|
|
1911
|
-
|
|
1945
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1946
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1947
|
+
display: -webkit-inline-box;
|
|
1948
|
+
display: -ms-inline-flexbox;
|
|
1949
|
+
display: inline-flex;
|
|
1950
|
+
float: none;
|
|
1912
1951
|
}
|
|
1913
|
-
|
|
1914
|
-
.e-multi-select-wrapper .e-
|
|
1915
|
-
|
|
1916
|
-
border-radius: 2px;
|
|
1917
|
-
color: #fff;
|
|
1918
|
-
height: 40px;
|
|
1919
|
-
line-height: 40px;
|
|
1952
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1953
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1954
|
+
width: 0;
|
|
1920
1955
|
}
|
|
1921
|
-
|
|
1922
|
-
.e-multi-select-wrapper .e-
|
|
1923
|
-
|
|
1956
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1957
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1958
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
1959
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1960
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1961
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1962
|
+
display: none;
|
|
1924
1963
|
}
|
|
1925
|
-
|
|
1926
|
-
.e-
|
|
1927
|
-
|
|
1964
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1965
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1966
|
+
padding: 0 48px 0 0;
|
|
1928
1967
|
}
|
|
1929
|
-
|
|
1930
|
-
.e-
|
|
1931
|
-
-webkit-box-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1968
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1969
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1970
|
+
-webkit-box-align: center;
|
|
1971
|
+
-ms-flex-align: center;
|
|
1972
|
+
align-items: center;
|
|
1973
|
+
display: inline;
|
|
1974
|
+
max-width: 100%;
|
|
1975
|
+
word-break: break-word;
|
|
1936
1976
|
}
|
|
1937
|
-
|
|
1938
|
-
.e-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1977
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1978
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1979
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
1980
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1981
|
+
-webkit-box-align: center;
|
|
1982
|
+
-ms-flex-align: center;
|
|
1983
|
+
align-items: center;
|
|
1984
|
+
cursor: pointer;
|
|
1985
|
+
display: none;
|
|
1986
|
+
-webkit-box-orient: horizontal;
|
|
1987
|
+
-webkit-box-direction: normal;
|
|
1988
|
+
-ms-flex-direction: row;
|
|
1989
|
+
flex-direction: row;
|
|
1990
|
+
margin-top: -2em;
|
|
1991
|
+
outline: 0;
|
|
1992
|
+
padding: 0;
|
|
1993
|
+
position: absolute;
|
|
1994
|
+
right: 5px;
|
|
1995
|
+
top: 100%;
|
|
1943
1996
|
}
|
|
1944
|
-
|
|
1945
|
-
.e-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1997
|
+
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1998
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1999
|
+
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2000
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2001
|
+
display: -webkit-box;
|
|
2002
|
+
display: -ms-flexbox;
|
|
2003
|
+
display: flex;
|
|
1949
2004
|
}
|
|
1950
|
-
|
|
1951
|
-
.e-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
2005
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2006
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2007
|
+
margin-right: 0;
|
|
2008
|
+
margin-top: -2.1em;
|
|
2009
|
+
right: 0;
|
|
1955
2010
|
}
|
|
1956
|
-
|
|
1957
|
-
.e-
|
|
1958
|
-
|
|
1959
|
-
color: #fff;
|
|
2011
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
2012
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
|
|
2013
|
+
top: -1px;
|
|
1960
2014
|
}
|
|
1961
|
-
|
|
1962
|
-
.e-
|
|
1963
|
-
|
|
1964
|
-
|
|
2015
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
2016
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
2017
|
+
font-size: 14px;
|
|
2018
|
+
height: 24px;
|
|
2019
|
+
width: 24px;
|
|
1965
2020
|
}
|
|
1966
2021
|
|
|
1967
|
-
.e-
|
|
1968
|
-
|
|
1969
|
-
|
|
2022
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
|
|
2023
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
|
|
2024
|
+
float: right;
|
|
2025
|
+
}
|
|
2026
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
2027
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2028
|
+
float: none;
|
|
2029
|
+
}
|
|
2030
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
2031
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
|
|
2032
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
2033
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
|
|
2034
|
+
left: 0;
|
|
2035
|
+
right: auto;
|
|
2036
|
+
}
|
|
2037
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
|
|
2038
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
|
|
2039
|
+
padding: 0 0 0 48px;
|
|
1970
2040
|
}
|
|
1971
2041
|
|
|
1972
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-
|
|
1973
|
-
|
|
2042
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
2043
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
2044
|
+
opacity: 0.7;
|
|
2045
|
+
pointer-events: none;
|
|
1974
2046
|
}
|
|
1975
2047
|
|
|
1976
|
-
.e-
|
|
1977
|
-
|
|
2048
|
+
.e-multiselect.e-input-group,
|
|
2049
|
+
.e-multiselect.e-float-input {
|
|
2050
|
+
word-wrap: initial;
|
|
1978
2051
|
}
|
|
1979
2052
|
|
|
1980
|
-
.e-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
box-shadow: none;
|
|
1984
|
-
color: #fff;
|
|
1985
|
-
border: 0 solid transparent;
|
|
2053
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
2054
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
2055
|
+
top: 15px;
|
|
1986
2056
|
}
|
|
1987
2057
|
|
|
1988
|
-
.e-
|
|
1989
|
-
|
|
1990
|
-
-webkit-box-shadow: none;
|
|
1991
|
-
box-shadow: none;
|
|
1992
|
-
color: #fff;
|
|
1993
|
-
border: 0 solid transparent;
|
|
2058
|
+
.e-multi-select-wrapper.e-close-icon-hide {
|
|
2059
|
+
padding-right: 0;
|
|
1994
2060
|
}
|
|
1995
2061
|
|
|
1996
|
-
.e-
|
|
1997
|
-
|
|
2062
|
+
.e-multi-select-wrapper .e-chips-collection {
|
|
2063
|
+
cursor: default;
|
|
2064
|
+
display: block;
|
|
1998
2065
|
}
|
|
1999
2066
|
|
|
2000
|
-
.e-
|
|
2001
|
-
|
|
2067
|
+
.e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
|
|
2068
|
+
margin-right: 30px;
|
|
2002
2069
|
}
|
|
2003
2070
|
|
|
2004
|
-
.e-multi-select-wrapper
|
|
2005
|
-
|
|
2071
|
+
.e-multi-select-wrapper .e-multi-hidden {
|
|
2072
|
+
border: 0;
|
|
2073
|
+
height: 0;
|
|
2074
|
+
position: absolute;
|
|
2075
|
+
visibility: hidden;
|
|
2076
|
+
width: 0;
|
|
2006
2077
|
}
|
|
2007
2078
|
|
|
2008
|
-
.e-multi-select-wrapper
|
|
2009
|
-
|
|
2079
|
+
.e-multi-select-wrapper .e-chips {
|
|
2080
|
+
-webkit-box-align: center;
|
|
2081
|
+
-ms-flex-align: center;
|
|
2082
|
+
align-items: center;
|
|
2083
|
+
display: -webkit-inline-box;
|
|
2084
|
+
display: -ms-inline-flexbox;
|
|
2085
|
+
display: inline-flex;
|
|
2086
|
+
float: left;
|
|
2087
|
+
margin: 3px;
|
|
2088
|
+
max-width: 100%;
|
|
2089
|
+
overflow: hidden;
|
|
2090
|
+
padding: 0 6px 0 8px;
|
|
2091
|
+
text-overflow: ellipsis;
|
|
2092
|
+
white-space: nowrap;
|
|
2010
2093
|
}
|
|
2011
2094
|
|
|
2012
|
-
.e-multi-select-wrapper
|
|
2013
|
-
|
|
2095
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2096
|
+
max-width: 100%;
|
|
2097
|
+
overflow: hidden;
|
|
2098
|
+
padding: 0 6px 1px 0;
|
|
2099
|
+
text-indent: 0;
|
|
2100
|
+
text-overflow: ellipsis;
|
|
2101
|
+
white-space: nowrap;
|
|
2102
|
+
line-height: 1.5;
|
|
2014
2103
|
}
|
|
2015
2104
|
|
|
2016
|
-
.e-multi-select-wrapper
|
|
2017
|
-
|
|
2105
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
2106
|
+
display: inline-block;
|
|
2107
|
+
float: none;
|
|
2018
2108
|
}
|
|
2019
2109
|
|
|
2020
|
-
.e-
|
|
2021
|
-
|
|
2110
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
2111
|
+
padding: 8px 4px 8px 0;
|
|
2022
2112
|
}
|
|
2023
2113
|
|
|
2024
|
-
.e-multi-select-
|
|
2025
|
-
|
|
2114
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
2115
|
+
padding: 8px 0 8px 4px;
|
|
2026
2116
|
}
|
|
2027
2117
|
|
|
2028
|
-
.e-multi-select-wrapper .e-
|
|
2029
|
-
-
|
|
2030
|
-
|
|
2031
|
-
-webkit-
|
|
2032
|
-
|
|
2118
|
+
.e-multi-select-wrapper .e-chips-close {
|
|
2119
|
+
-ms-flex-item-align: center;
|
|
2120
|
+
align-self: center;
|
|
2121
|
+
display: -webkit-box;
|
|
2122
|
+
display: -ms-flexbox;
|
|
2123
|
+
display: flex;
|
|
2124
|
+
float: right;
|
|
2125
|
+
font-family: "e-icons";
|
|
2126
|
+
height: 14px;
|
|
2127
|
+
margin: 0 0 0;
|
|
2128
|
+
width: 14px;
|
|
2033
2129
|
}
|
|
2034
2130
|
|
|
2035
|
-
.e-multi-select-wrapper .e-chips-close
|
|
2036
|
-
|
|
2131
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
2132
|
+
margin: 0 0 0;
|
|
2037
2133
|
}
|
|
2038
2134
|
|
|
2039
|
-
.e-
|
|
2040
|
-
|
|
2041
|
-
height: 20px;
|
|
2135
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
2136
|
+
margin: 3px 0 0;
|
|
2042
2137
|
}
|
|
2043
2138
|
|
|
2044
|
-
.e-
|
|
2045
|
-
|
|
2139
|
+
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2140
|
+
cursor: default;
|
|
2141
|
+
font-size: 14px;
|
|
2142
|
+
height: 24px;
|
|
2143
|
+
margin-top: -2em;
|
|
2144
|
+
position: absolute;
|
|
2145
|
+
right: 5px;
|
|
2146
|
+
width: 24px;
|
|
2147
|
+
top: 100%;
|
|
2046
2148
|
}
|
|
2047
2149
|
|
|
2048
|
-
.e-
|
|
2049
|
-
|
|
2150
|
+
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2151
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2152
|
+
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2153
|
+
right: 30px;
|
|
2050
2154
|
}
|
|
2051
2155
|
|
|
2052
|
-
.e-
|
|
2053
|
-
left:
|
|
2156
|
+
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2157
|
+
left: 30px;
|
|
2158
|
+
right: auto;
|
|
2054
2159
|
}
|
|
2055
2160
|
|
|
2056
|
-
.e-multiselect.e-
|
|
2057
|
-
|
|
2058
|
-
|
|
2161
|
+
.e-small .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2162
|
+
.e-small.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2163
|
+
left: 12px;
|
|
2164
|
+
right: auto;
|
|
2059
2165
|
}
|
|
2060
2166
|
|
|
2061
|
-
.e-
|
|
2062
|
-
|
|
2063
|
-
|
|
2167
|
+
.e-multi-select-wrapper input[type=text] {
|
|
2168
|
+
background: none;
|
|
2169
|
+
border: 0;
|
|
2170
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2171
|
+
font-size: 14px;
|
|
2172
|
+
font-weight: normal;
|
|
2173
|
+
height: 30px;
|
|
2174
|
+
min-height: 30px;
|
|
2175
|
+
outline: none;
|
|
2176
|
+
padding: 0 0 0 8px;
|
|
2177
|
+
text-indent: 0;
|
|
2064
2178
|
}
|
|
2065
2179
|
|
|
2066
|
-
.e-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
font-
|
|
2180
|
+
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
2181
|
+
background: none;
|
|
2182
|
+
border: 0;
|
|
2183
|
+
color: inherit;
|
|
2184
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2185
|
+
font-size: 14px;
|
|
2186
|
+
font-weight: normal;
|
|
2187
|
+
height: 30px;
|
|
2188
|
+
min-height: 30px;
|
|
2189
|
+
outline: none;
|
|
2190
|
+
padding: 0;
|
|
2191
|
+
text-indent: 8px;
|
|
2071
2192
|
}
|
|
2072
2193
|
|
|
2073
|
-
.e-
|
|
2074
|
-
padding:
|
|
2194
|
+
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
2195
|
+
padding: 5px;
|
|
2075
2196
|
}
|
|
2076
2197
|
|
|
2077
|
-
|
|
2078
|
-
|
|
2198
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2199
|
+
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
2200
|
+
display: none;
|
|
2079
2201
|
}
|
|
2080
2202
|
|
|
2081
|
-
.e-multi-select-wrapper .e-
|
|
2082
|
-
|
|
2083
|
-
|
|
2203
|
+
.e-multi-select-wrapper .e-searcher {
|
|
2204
|
+
display: block;
|
|
2205
|
+
float: left;
|
|
2206
|
+
width: auto;
|
|
2084
2207
|
}
|
|
2085
2208
|
|
|
2086
|
-
.e-multiselect .e-
|
|
2087
|
-
|
|
2088
|
-
border-right-width: 0;
|
|
2209
|
+
.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2210
|
+
width: calc(100% - 32px);
|
|
2089
2211
|
}
|
|
2090
2212
|
|
|
2091
|
-
.e-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
border-right-width: 1px;
|
|
2213
|
+
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2214
|
+
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2215
|
+
width: calc(100% - 30px);
|
|
2095
2216
|
}
|
|
2096
2217
|
|
|
2097
|
-
.e-
|
|
2098
|
-
|
|
2099
|
-
|
|
2218
|
+
.e-multi-select-wrapper .e-delim-values {
|
|
2219
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2220
|
+
font-size: 14px;
|
|
2221
|
+
line-height: 28px;
|
|
2222
|
+
max-width: 100%;
|
|
2223
|
+
padding-left: 8px;
|
|
2224
|
+
padding-right: 6px;
|
|
2225
|
+
vertical-align: middle;
|
|
2100
2226
|
}
|
|
2101
2227
|
|
|
2102
|
-
.e-multi-select-wrapper .e-
|
|
2103
|
-
.e-multi-select-wrapper .e-
|
|
2104
|
-
|
|
2105
|
-
height: 100%;
|
|
2228
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
2229
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
2230
|
+
display: none;
|
|
2106
2231
|
}
|
|
2107
2232
|
|
|
2108
|
-
.e-
|
|
2109
|
-
|
|
2233
|
+
.e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2234
|
+
color: #fff;
|
|
2235
|
+
cursor: pointer;
|
|
2236
|
+
display: inline-block;
|
|
2237
|
+
font-size: 14px;
|
|
2238
|
+
padding-left: 8px;
|
|
2110
2239
|
}
|
|
2111
2240
|
|
|
2112
|
-
.e-
|
|
2113
|
-
|
|
2241
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper,
|
|
2242
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2243
|
+
cursor: not-allowed;
|
|
2114
2244
|
}
|
|
2115
2245
|
|
|
2116
|
-
.e-multi-select-wrapper {
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
min-height: 30px;
|
|
2122
|
-
padding: 0 32px 0 0;
|
|
2246
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
2247
|
+
height: 40px;
|
|
2248
|
+
left: 0;
|
|
2249
|
+
margin: 0 0 0 0;
|
|
2250
|
+
margin-left: auto;
|
|
2123
2251
|
position: relative;
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
-ms-user-select: none;
|
|
2127
|
-
user-select: none;
|
|
2128
|
-
width: 100%;
|
|
2252
|
+
top: 0;
|
|
2253
|
+
width: 40px;
|
|
2129
2254
|
}
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2255
|
+
|
|
2256
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2257
|
+
-ms-flex-item-align: center;
|
|
2258
|
+
align-self: center;
|
|
2259
|
+
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
2260
|
+
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
2261
|
+
display: -webkit-inline-box;
|
|
2262
|
+
display: -ms-inline-flexbox;
|
|
2263
|
+
display: inline-flex;
|
|
2264
|
+
padding: 0 0 0 16px;
|
|
2265
|
+
width: 92%;
|
|
2133
2266
|
}
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2267
|
+
|
|
2268
|
+
.e-multi-select-wrapper .e-ddl-disable-icon::before {
|
|
2269
|
+
content: "";
|
|
2137
2270
|
}
|
|
2138
|
-
|
|
2139
|
-
|
|
2271
|
+
|
|
2272
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
2273
|
+
float: none;
|
|
2140
2274
|
}
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
display: inline-block;
|
|
2145
|
-
overflow: hidden;
|
|
2146
|
-
text-overflow: ellipsis;
|
|
2275
|
+
|
|
2276
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
|
|
2277
|
+
padding-left: 0;
|
|
2147
2278
|
}
|
|
2148
|
-
.e-
|
|
2149
|
-
|
|
2150
|
-
font-size: 14px;
|
|
2151
|
-
left: 12px;
|
|
2152
|
-
top: 0;
|
|
2279
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
2280
|
+
padding: 0 2px 0 32px;
|
|
2153
2281
|
}
|
|
2154
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-
|
|
2155
|
-
|
|
2156
|
-
color: #fff;
|
|
2157
|
-
padding: 12px 4px 11px 0;
|
|
2282
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
2283
|
+
left: -12px;
|
|
2158
2284
|
}
|
|
2159
|
-
.e-multi-select-wrapper .e-
|
|
2160
|
-
|
|
2161
|
-
|
|
2285
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
2286
|
+
margin: 0;
|
|
2287
|
+
margin-right: auto;
|
|
2162
2288
|
}
|
|
2163
|
-
.e-multi-select-wrapper .e-searcher
|
|
2164
|
-
|
|
2165
|
-
height: 1px;
|
|
2166
|
-
min-height: 1px;
|
|
2289
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
2290
|
+
float: right;
|
|
2167
2291
|
}
|
|
2168
|
-
.e-
|
|
2169
|
-
|
|
2292
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
2293
|
+
float: right;
|
|
2294
|
+
margin: 4px;
|
|
2295
|
+
padding: 0 8px 0 4px;
|
|
2170
2296
|
}
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
display: -ms-flexbox;
|
|
2176
|
-
display: flex;
|
|
2297
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
2298
|
+
padding: 5px 4px;
|
|
2299
|
+
}
|
|
2300
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
2177
2301
|
float: left;
|
|
2178
|
-
width: auto;
|
|
2179
2302
|
}
|
|
2180
|
-
.e-multiselect.e-
|
|
2181
|
-
|
|
2182
|
-
display: -webkit-inline-box;
|
|
2183
|
-
display: -ms-inline-flexbox;
|
|
2184
|
-
display: inline-flex;
|
|
2185
|
-
float: none;
|
|
2303
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2304
|
+
left: 0;
|
|
2186
2305
|
}
|
|
2187
|
-
.e-multiselect.e-
|
|
2188
|
-
|
|
2189
|
-
width: 0;
|
|
2306
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2307
|
+
padding: 0 4px 0 8px;
|
|
2190
2308
|
}
|
|
2191
|
-
.e-multiselect.e-
|
|
2192
|
-
|
|
2193
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
2194
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
2195
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
2196
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
2197
|
-
display: none;
|
|
2309
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
2310
|
+
padding: 8px 4px;
|
|
2198
2311
|
}
|
|
2199
|
-
.e-multiselect.e-
|
|
2200
|
-
|
|
2201
|
-
padding: 0 48px 0 0;
|
|
2312
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2313
|
+
padding: 0 8px 0 4px;
|
|
2202
2314
|
}
|
|
2203
|
-
.e-multiselect.e-
|
|
2204
|
-
|
|
2205
|
-
-webkit-box-align: center;
|
|
2206
|
-
-ms-flex-align: center;
|
|
2207
|
-
align-items: center;
|
|
2208
|
-
display: inline;
|
|
2209
|
-
max-width: 100%;
|
|
2210
|
-
word-break: break-word;
|
|
2315
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
2316
|
+
padding: 12px 4px;
|
|
2211
2317
|
}
|
|
2212
|
-
.e-multiselect.e-
|
|
2213
|
-
|
|
2214
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
2215
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2216
|
-
-webkit-box-align: center;
|
|
2217
|
-
-ms-flex-align: center;
|
|
2218
|
-
align-items: center;
|
|
2219
|
-
cursor: pointer;
|
|
2220
|
-
display: none;
|
|
2221
|
-
-webkit-box-orient: horizontal;
|
|
2222
|
-
-webkit-box-direction: normal;
|
|
2223
|
-
-ms-flex-direction: row;
|
|
2224
|
-
flex-direction: row;
|
|
2225
|
-
margin-top: -2em;
|
|
2226
|
-
outline: 0;
|
|
2227
|
-
padding: 0;
|
|
2318
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2319
|
+
left: 30px;
|
|
2228
2320
|
position: absolute;
|
|
2229
|
-
right:
|
|
2230
|
-
|
|
2231
|
-
}
|
|
2232
|
-
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2233
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2234
|
-
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2235
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2236
|
-
display: -webkit-box;
|
|
2237
|
-
display: -ms-flexbox;
|
|
2238
|
-
display: flex;
|
|
2239
|
-
}
|
|
2240
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2241
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2242
|
-
margin-right: 0;
|
|
2243
|
-
margin-top: -2.1em;
|
|
2244
|
-
right: 0;
|
|
2321
|
+
right: auto;
|
|
2322
|
+
left: 0;
|
|
2245
2323
|
}
|
|
2246
|
-
.e-multiselect.e-
|
|
2247
|
-
|
|
2248
|
-
top: -1px;
|
|
2324
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
2325
|
+
left: -4px;
|
|
2249
2326
|
}
|
|
2250
|
-
.e-multiselect.e-
|
|
2251
|
-
|
|
2252
|
-
font-size: 14px;
|
|
2253
|
-
height: 24px;
|
|
2254
|
-
width: 24px;
|
|
2327
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2328
|
+
padding-right: 8px;
|
|
2255
2329
|
}
|
|
2256
2330
|
|
|
2257
|
-
.e-multiselect.e-
|
|
2258
|
-
|
|
2259
|
-
float: right;
|
|
2331
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
2332
|
+
left: 19px;
|
|
2260
2333
|
}
|
|
2261
|
-
|
|
2262
|
-
.e-multiselect.e-
|
|
2263
|
-
|
|
2334
|
+
|
|
2335
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
2336
|
+
left: 25px;
|
|
2264
2337
|
}
|
|
2265
|
-
|
|
2266
|
-
.e-
|
|
2267
|
-
.e-
|
|
2268
|
-
|
|
2269
|
-
left: 0;
|
|
2270
|
-
right: auto;
|
|
2338
|
+
|
|
2339
|
+
.e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
2340
|
+
.e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
2341
|
+
left: 20px;
|
|
2271
2342
|
}
|
|
2272
|
-
|
|
2273
|
-
.e-
|
|
2274
|
-
|
|
2343
|
+
|
|
2344
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2345
|
+
bottom: 1px;
|
|
2346
|
+
margin-right: 8px;
|
|
2347
|
+
position: relative;
|
|
2348
|
+
text-indent: 0;
|
|
2349
|
+
vertical-align: middle;
|
|
2275
2350
|
}
|
|
2276
2351
|
|
|
2277
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-
|
|
2278
|
-
|
|
2279
|
-
opacity: 0.7;
|
|
2280
|
-
pointer-events: none;
|
|
2352
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
|
|
2353
|
+
padding-left: 0;
|
|
2281
2354
|
}
|
|
2282
2355
|
|
|
2283
|
-
.e-multiselect.e-
|
|
2284
|
-
|
|
2285
|
-
word-wrap: initial;
|
|
2356
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2357
|
+
padding-right: 25px;
|
|
2286
2358
|
}
|
|
2287
2359
|
|
|
2288
|
-
.e-
|
|
2289
|
-
|
|
2290
|
-
|
|
2360
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2361
|
+
bottom: 1px;
|
|
2362
|
+
bottom: 2px;
|
|
2363
|
+
margin-right: 8px;
|
|
2364
|
+
position: relative;
|
|
2365
|
+
text-indent: 0;
|
|
2366
|
+
vertical-align: middle;
|
|
2291
2367
|
}
|
|
2292
2368
|
|
|
2293
|
-
.e-multi-select-wrapper.e-
|
|
2294
|
-
|
|
2369
|
+
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2370
|
+
margin-left: 12px;
|
|
2371
|
+
margin-right: 0;
|
|
2295
2372
|
}
|
|
2296
2373
|
|
|
2297
|
-
.e-multi-select-wrapper .e-
|
|
2298
|
-
|
|
2299
|
-
|
|
2374
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
|
|
2375
|
+
margin-left: 12px;
|
|
2376
|
+
margin-right: 0;
|
|
2300
2377
|
}
|
|
2301
2378
|
|
|
2302
|
-
.e-
|
|
2303
|
-
|
|
2379
|
+
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
|
|
2380
|
+
padding-right: 0;
|
|
2304
2381
|
}
|
|
2305
2382
|
|
|
2306
|
-
.e-multi-select-wrapper .e-
|
|
2307
|
-
|
|
2308
|
-
height: 0;
|
|
2309
|
-
position: absolute;
|
|
2310
|
-
visibility: hidden;
|
|
2311
|
-
width: 0;
|
|
2383
|
+
.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
|
|
2384
|
+
padding-right: 15px;
|
|
2312
2385
|
}
|
|
2313
2386
|
|
|
2314
|
-
.e-multi-select-wrapper .e-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
display: -webkit-inline-box;
|
|
2319
|
-
display: -ms-inline-flexbox;
|
|
2320
|
-
display: inline-flex;
|
|
2321
|
-
float: left;
|
|
2322
|
-
margin: 3px;
|
|
2323
|
-
max-width: 100%;
|
|
2387
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2388
|
+
cursor: pointer;
|
|
2389
|
+
display: block;
|
|
2390
|
+
line-height: 36px;
|
|
2324
2391
|
overflow: hidden;
|
|
2325
|
-
padding: 0 6px 0 8px;
|
|
2326
2392
|
text-overflow: ellipsis;
|
|
2393
|
+
padding-right: 16px;
|
|
2394
|
+
position: relative;
|
|
2395
|
+
text-indent: 12px;
|
|
2327
2396
|
white-space: nowrap;
|
|
2397
|
+
width: 100%;
|
|
2328
2398
|
}
|
|
2329
2399
|
|
|
2330
|
-
.e-multi-select-wrapper .e-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
padding:
|
|
2334
|
-
text-indent: 0;
|
|
2335
|
-
text-overflow: ellipsis;
|
|
2336
|
-
white-space: nowrap;
|
|
2337
|
-
line-height: 1.5;
|
|
2400
|
+
.e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
|
|
2401
|
+
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
|
|
2402
|
+
padding-left: 16px;
|
|
2403
|
+
padding-right: 15px;
|
|
2338
2404
|
}
|
|
2339
2405
|
|
|
2340
|
-
.e-multi-select-wrapper.e-
|
|
2341
|
-
|
|
2342
|
-
|
|
2406
|
+
.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2407
|
+
color: #fff;
|
|
2408
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2409
|
+
font-size: 14px;
|
|
2343
2410
|
}
|
|
2344
2411
|
|
|
2345
|
-
.e-multi-select-wrapper .e-
|
|
2346
|
-
|
|
2412
|
+
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2413
|
+
bottom: 1px;
|
|
2414
|
+
margin-right: 8px;
|
|
2415
|
+
position: relative;
|
|
2416
|
+
text-indent: 0;
|
|
2417
|
+
vertical-align: middle;
|
|
2347
2418
|
}
|
|
2348
2419
|
|
|
2349
|
-
.e-
|
|
2350
|
-
|
|
2420
|
+
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
2421
|
+
margin-left: 12px;
|
|
2422
|
+
margin-right: 0;
|
|
2351
2423
|
}
|
|
2352
2424
|
|
|
2353
|
-
.e-
|
|
2354
|
-
-ms-flex-item-align: center;
|
|
2355
|
-
align-self: center;
|
|
2356
|
-
display: -webkit-box;
|
|
2357
|
-
display: -ms-flexbox;
|
|
2358
|
-
display: flex;
|
|
2425
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2359
2426
|
float: right;
|
|
2360
|
-
|
|
2361
|
-
height: 14px;
|
|
2362
|
-
margin: 0 0 0;
|
|
2363
|
-
width: 14px;
|
|
2427
|
+
margin-top: 0;
|
|
2364
2428
|
}
|
|
2365
2429
|
|
|
2366
|
-
.e-rtl .e-
|
|
2367
|
-
|
|
2430
|
+
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
2431
|
+
float: left;
|
|
2368
2432
|
}
|
|
2369
2433
|
|
|
2370
|
-
.e-
|
|
2371
|
-
|
|
2434
|
+
.e-multiselect.e-checkbox .e-multi-select-wrapper,
|
|
2435
|
+
.e-multiselect .e-multi-select-wrapper.e-down-icon {
|
|
2436
|
+
padding: 0;
|
|
2372
2437
|
}
|
|
2373
2438
|
|
|
2374
|
-
.e-multi-select-wrapper .e-
|
|
2375
|
-
|
|
2376
|
-
font-size: 14px;
|
|
2377
|
-
height: 24px;
|
|
2378
|
-
margin-top: -2em;
|
|
2379
|
-
position: absolute;
|
|
2380
|
-
right: 5px;
|
|
2381
|
-
width: 24px;
|
|
2382
|
-
top: 100%;
|
|
2439
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2440
|
+
padding-left: 8px;
|
|
2383
2441
|
}
|
|
2384
2442
|
|
|
2385
|
-
.e-
|
|
2386
|
-
|
|
2387
|
-
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2388
|
-
right: 30px;
|
|
2443
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
|
|
2444
|
+
padding: 0 8px;
|
|
2389
2445
|
}
|
|
2390
2446
|
|
|
2391
|
-
.e-
|
|
2392
|
-
|
|
2393
|
-
|
|
2447
|
+
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2448
|
+
line-height: 20px;
|
|
2449
|
+
padding-left: 10px;
|
|
2450
|
+
padding-left: 0;
|
|
2394
2451
|
}
|
|
2395
2452
|
|
|
2396
|
-
.e-
|
|
2397
|
-
.e-
|
|
2398
|
-
|
|
2399
|
-
right: auto;
|
|
2453
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
|
|
2454
|
+
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
|
|
2455
|
+
opacity: 0.3;
|
|
2400
2456
|
}
|
|
2401
2457
|
|
|
2402
|
-
.e-multi-select-wrapper
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2406
|
-
font-size: 14px;
|
|
2407
|
-
font-weight: normal;
|
|
2408
|
-
height: 30px;
|
|
2409
|
-
min-height: 30px;
|
|
2410
|
-
outline: none;
|
|
2411
|
-
padding: 0 0 0 8px;
|
|
2412
|
-
text-indent: 0;
|
|
2413
|
-
}
|
|
2414
|
-
|
|
2415
|
-
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
2416
|
-
background: none;
|
|
2417
|
-
border: 0;
|
|
2418
|
-
color: inherit;
|
|
2419
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2420
|
-
font-size: 14px;
|
|
2421
|
-
font-weight: normal;
|
|
2422
|
-
height: 30px;
|
|
2423
|
-
min-height: 30px;
|
|
2424
|
-
outline: none;
|
|
2425
|
-
padding: 0;
|
|
2426
|
-
text-indent: 8px;
|
|
2458
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
|
|
2459
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
|
|
2460
|
+
opacity: 0.7;
|
|
2427
2461
|
}
|
|
2428
2462
|
|
|
2429
|
-
.e-
|
|
2430
|
-
|
|
2463
|
+
.e-multi-select-wrapper input[readonly=true] {
|
|
2464
|
+
pointer-events: none;
|
|
2431
2465
|
}
|
|
2432
2466
|
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
display: none;
|
|
2467
|
+
.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
|
|
2468
|
+
pointer-events: none;
|
|
2436
2469
|
}
|
|
2437
2470
|
|
|
2438
|
-
|
|
2471
|
+
ejs-multiselect {
|
|
2439
2472
|
display: block;
|
|
2440
|
-
float: left;
|
|
2441
|
-
width: auto;
|
|
2442
2473
|
}
|
|
2443
2474
|
|
|
2444
|
-
.e-
|
|
2445
|
-
|
|
2475
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2476
|
+
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2477
|
+
line-height: 26px;
|
|
2446
2478
|
}
|
|
2447
2479
|
|
|
2448
|
-
.e-small .e-
|
|
2449
|
-
|
|
2450
|
-
width:
|
|
2480
|
+
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2481
|
+
height: 12px;
|
|
2482
|
+
width: 12px;
|
|
2451
2483
|
}
|
|
2452
2484
|
|
|
2453
|
-
.e-multi-select-wrapper
|
|
2454
|
-
|
|
2455
|
-
font-size: 14px;
|
|
2456
|
-
line-height: 28px;
|
|
2457
|
-
max-width: 100%;
|
|
2458
|
-
padding-left: 8px;
|
|
2459
|
-
padding-right: 6px;
|
|
2460
|
-
vertical-align: middle;
|
|
2485
|
+
.e-small .e-multi-select-wrapper {
|
|
2486
|
+
min-height: 24px;
|
|
2461
2487
|
}
|
|
2462
2488
|
|
|
2463
|
-
.e-multi-select-
|
|
2464
|
-
|
|
2465
|
-
|
|
2489
|
+
.e-small .e-multi-select-wrapper input[type=text] {
|
|
2490
|
+
height: 24px;
|
|
2491
|
+
min-height: 24px;
|
|
2466
2492
|
}
|
|
2467
2493
|
|
|
2468
|
-
.e-multi-select-wrapper .e-delim-values
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
display: inline-block;
|
|
2472
|
-
font-size: 14px;
|
|
2473
|
-
padding-left: 8px;
|
|
2494
|
+
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
2495
|
+
font-size: 12px;
|
|
2496
|
+
line-height: 24px;
|
|
2474
2497
|
}
|
|
2475
2498
|
|
|
2476
|
-
.e-
|
|
2477
|
-
.e-multiselect.e-
|
|
2478
|
-
|
|
2499
|
+
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2500
|
+
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2501
|
+
margin-top: -2em;
|
|
2479
2502
|
}
|
|
2480
2503
|
|
|
2481
|
-
.e-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
margin: 0 0 0 0;
|
|
2485
|
-
margin-left: auto;
|
|
2486
|
-
position: relative;
|
|
2487
|
-
top: 0;
|
|
2488
|
-
width: 40px;
|
|
2504
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2505
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2506
|
+
margin-top: -2em;
|
|
2489
2507
|
}
|
|
2490
2508
|
|
|
2491
|
-
.e-
|
|
2492
|
-
-
|
|
2493
|
-
|
|
2494
|
-
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
2495
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
2496
|
-
display: -webkit-inline-box;
|
|
2497
|
-
display: -ms-inline-flexbox;
|
|
2498
|
-
display: inline-flex;
|
|
2499
|
-
padding: 0 0 0 16px;
|
|
2500
|
-
width: 92%;
|
|
2509
|
+
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2510
|
+
background-size: 300px 33px;
|
|
2511
|
+
min-height: 33px;
|
|
2501
2512
|
}
|
|
2502
2513
|
|
|
2503
|
-
.e-
|
|
2504
|
-
|
|
2514
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2515
|
+
color: inherit;
|
|
2505
2516
|
}
|
|
2506
2517
|
|
|
2507
|
-
.e-multiselect.e-
|
|
2508
|
-
|
|
2518
|
+
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2519
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2520
|
+
-webkit-box-align: normal;
|
|
2521
|
+
-ms-flex-align: normal;
|
|
2522
|
+
align-items: normal;
|
|
2509
2523
|
}
|
|
2510
2524
|
|
|
2511
|
-
.e-multiselect.e-
|
|
2512
|
-
padding
|
|
2513
|
-
}
|
|
2514
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
2515
|
-
padding: 0 2px 0 32px;
|
|
2516
|
-
}
|
|
2517
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
2518
|
-
left: -12px;
|
|
2519
|
-
}
|
|
2520
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
2521
|
-
margin: 0;
|
|
2522
|
-
margin-right: auto;
|
|
2523
|
-
}
|
|
2524
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
2525
|
-
float: right;
|
|
2526
|
-
}
|
|
2527
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
2528
|
-
float: right;
|
|
2529
|
-
margin: 4px;
|
|
2530
|
-
padding: 0 8px 0 4px;
|
|
2531
|
-
}
|
|
2532
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
2533
|
-
padding: 5px 4px;
|
|
2534
|
-
}
|
|
2535
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
2536
|
-
float: left;
|
|
2537
|
-
}
|
|
2538
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2539
|
-
left: 0;
|
|
2525
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2526
|
+
padding: 0 12px 0 8px;
|
|
2540
2527
|
}
|
|
2541
|
-
|
|
2542
|
-
|
|
2528
|
+
|
|
2529
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2530
|
+
padding: 0;
|
|
2543
2531
|
}
|
|
2544
|
-
|
|
2545
|
-
|
|
2532
|
+
|
|
2533
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2534
|
+
padding: 11px 12px 0;
|
|
2546
2535
|
}
|
|
2547
|
-
|
|
2548
|
-
|
|
2536
|
+
|
|
2537
|
+
.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2538
|
+
.e-small .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2539
|
+
padding: 12px 12px 0 8px;
|
|
2549
2540
|
}
|
|
2550
|
-
|
|
2551
|
-
|
|
2541
|
+
|
|
2542
|
+
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2543
|
+
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
2544
|
+
padding: 0;
|
|
2552
2545
|
}
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
right: auto;
|
|
2557
|
-
left: 0;
|
|
2546
|
+
|
|
2547
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2548
|
+
height: 28px;
|
|
2558
2549
|
}
|
|
2559
|
-
|
|
2560
|
-
|
|
2550
|
+
|
|
2551
|
+
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2552
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2553
|
+
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
2554
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2555
|
+
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2556
|
+
height: 24px;
|
|
2561
2557
|
}
|
|
2562
|
-
|
|
2563
|
-
|
|
2558
|
+
|
|
2559
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2560
|
+
height: 18px;
|
|
2564
2561
|
}
|
|
2565
2562
|
|
|
2566
|
-
.e-
|
|
2567
|
-
|
|
2563
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2564
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2565
|
+
margin: 8px 8px 0 0;
|
|
2566
|
+
padding: 0 8px;
|
|
2568
2567
|
}
|
|
2569
2568
|
|
|
2570
|
-
.e-
|
|
2571
|
-
|
|
2569
|
+
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2570
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2571
|
+
margin: 8px 0 0 8px;
|
|
2572
|
+
padding: 0 8px;
|
|
2572
2573
|
}
|
|
2573
2574
|
|
|
2574
|
-
.e-small.e-
|
|
2575
|
-
.e-small
|
|
2576
|
-
|
|
2575
|
+
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
2576
|
+
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
2577
|
+
height: 16px 16px;
|
|
2578
|
+
margin: 4px 4px 0 0;
|
|
2579
|
+
padding-right: 8px;
|
|
2577
2580
|
}
|
|
2578
2581
|
|
|
2579
|
-
.e-
|
|
2580
|
-
|
|
2581
|
-
margin
|
|
2582
|
-
position: relative;
|
|
2583
|
-
text-indent: 0;
|
|
2584
|
-
vertical-align: middle;
|
|
2582
|
+
.e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2583
|
+
.e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2584
|
+
margin: 4px 0 0 4px;
|
|
2585
2585
|
}
|
|
2586
2586
|
|
|
2587
|
-
.e-
|
|
2588
|
-
|
|
2587
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2588
|
+
font-size: 13px;
|
|
2589
|
+
padding: 0 8px 0 0;
|
|
2589
2590
|
}
|
|
2590
2591
|
|
|
2591
|
-
.e-
|
|
2592
|
-
|
|
2592
|
+
.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2593
|
+
.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2594
|
+
font-size: 12px;
|
|
2593
2595
|
}
|
|
2594
2596
|
|
|
2595
|
-
.e-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
margin-right: 8px;
|
|
2599
|
-
position: relative;
|
|
2600
|
-
text-indent: 0;
|
|
2601
|
-
vertical-align: middle;
|
|
2597
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2598
|
+
font-size: 12px;
|
|
2599
|
+
padding: 0 4px 0 0;
|
|
2602
2600
|
}
|
|
2603
2601
|
|
|
2604
|
-
.e-
|
|
2605
|
-
|
|
2606
|
-
margin-right: 0;
|
|
2602
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2603
|
+
padding: 0 0 0 4px;
|
|
2607
2604
|
}
|
|
2608
2605
|
|
|
2609
|
-
.e-
|
|
2610
|
-
|
|
2611
|
-
|
|
2606
|
+
.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2607
|
+
.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2608
|
+
font-size: 10px;
|
|
2612
2609
|
}
|
|
2613
2610
|
|
|
2614
|
-
.e-
|
|
2615
|
-
|
|
2611
|
+
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
2612
|
+
font-size: 13px;
|
|
2613
|
+
padding-right: 4px;
|
|
2616
2614
|
}
|
|
2617
2615
|
|
|
2618
|
-
.e-
|
|
2619
|
-
|
|
2616
|
+
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2617
|
+
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
2618
|
+
height: 38px;
|
|
2619
|
+
margin-top: -38px;
|
|
2620
|
+
right: 12px;
|
|
2621
|
+
top: 100%;
|
|
2622
|
+
width: 16px;
|
|
2620
2623
|
}
|
|
2621
2624
|
|
|
2622
|
-
.e-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
padding-right: 16px;
|
|
2629
|
-
position: relative;
|
|
2630
|
-
text-indent: 12px;
|
|
2631
|
-
white-space: nowrap;
|
|
2632
|
-
width: 100%;
|
|
2625
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2626
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2627
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2628
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2629
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2630
|
+
display: none;
|
|
2633
2631
|
}
|
|
2634
2632
|
|
|
2635
|
-
.e-
|
|
2636
|
-
|
|
2637
|
-
padding-left: 16px;
|
|
2638
|
-
padding-right: 15px;
|
|
2633
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2634
|
+
margin-right: 0;
|
|
2639
2635
|
}
|
|
2640
2636
|
|
|
2641
|
-
.e-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
font-size: 14px;
|
|
2637
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2638
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2639
|
+
cursor: not-allowed;
|
|
2645
2640
|
}
|
|
2646
2641
|
|
|
2647
|
-
.e-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
position: relative;
|
|
2651
|
-
text-indent: 0;
|
|
2652
|
-
vertical-align: middle;
|
|
2642
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2643
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2644
|
+
cursor: pointer;
|
|
2653
2645
|
}
|
|
2654
2646
|
|
|
2655
|
-
.e-multi-select-list-wrapper.e-
|
|
2656
|
-
|
|
2657
|
-
|
|
2647
|
+
.e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
|
|
2648
|
+
bottom: 0;
|
|
2649
|
+
right: 0;
|
|
2650
|
+
cursor: nwse-resize;
|
|
2651
|
+
height: 15px;
|
|
2652
|
+
position: absolute;
|
|
2653
|
+
width: 15px;
|
|
2658
2654
|
}
|
|
2659
2655
|
|
|
2660
|
-
.e-
|
|
2661
|
-
|
|
2662
|
-
|
|
2656
|
+
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
2657
|
+
line-height: 30px;
|
|
2658
|
+
top: 0;
|
|
2663
2659
|
}
|
|
2664
2660
|
|
|
2665
|
-
.e-multiselect
|
|
2666
|
-
|
|
2661
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2662
|
+
border-radius: 0 2px 2px 0;
|
|
2663
|
+
border-right-width: 0;
|
|
2667
2664
|
}
|
|
2668
2665
|
|
|
2669
|
-
.e-multiselect.e-
|
|
2670
|
-
|
|
2671
|
-
|
|
2666
|
+
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
2667
|
+
border-left-width: 0;
|
|
2668
|
+
border-radius: 4px 0 0 4px;
|
|
2669
|
+
border-right-width: 1px;
|
|
2672
2670
|
}
|
|
2673
2671
|
|
|
2674
|
-
.e-
|
|
2675
|
-
|
|
2672
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2673
|
+
height: 32px;
|
|
2674
|
+
width: 32px;
|
|
2676
2675
|
}
|
|
2677
2676
|
|
|
2678
|
-
.e-
|
|
2679
|
-
|
|
2677
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
2678
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
2679
|
+
color: #fff;
|
|
2680
|
+
height: 100%;
|
|
2680
2681
|
}
|
|
2681
2682
|
|
|
2682
|
-
.e-
|
|
2683
|
-
|
|
2684
|
-
padding-left: 10px;
|
|
2685
|
-
padding-left: 0;
|
|
2683
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2684
|
+
border-left-width: 0;
|
|
2686
2685
|
}
|
|
2687
2686
|
|
|
2688
|
-
.e-
|
|
2689
|
-
|
|
2690
|
-
opacity: 0.3;
|
|
2687
|
+
.e-float-input.e-control-wrapper.e-multiselect input[readonly] {
|
|
2688
|
+
background: transparent;
|
|
2691
2689
|
}
|
|
2692
2690
|
|
|
2693
|
-
.e-
|
|
2694
|
-
|
|
2695
|
-
opacity: 0.7;
|
|
2691
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2692
|
+
color: #fff;
|
|
2696
2693
|
}
|
|
2697
2694
|
|
|
2698
|
-
.e-multi-select-wrapper
|
|
2699
|
-
|
|
2695
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
2696
|
+
background-color: #adb5bd;
|
|
2700
2697
|
}
|
|
2701
2698
|
|
|
2702
|
-
.e-multiselect.e-
|
|
2703
|
-
|
|
2699
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2700
|
+
background-color: rgb(86.4, 93.6, 100);
|
|
2704
2701
|
}
|
|
2705
2702
|
|
|
2706
|
-
|
|
2707
|
-
|
|
2703
|
+
.e-multiselect {
|
|
2704
|
+
-webkit-box-sizing: border-box;
|
|
2705
|
+
box-sizing: border-box;
|
|
2708
2706
|
}
|
|
2709
2707
|
|
|
2710
|
-
|
|
2711
|
-
.e-
|
|
2712
|
-
|
|
2708
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2709
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2710
|
+
-webkit-text-fill-color: #fff;
|
|
2711
|
+
color: #fff;
|
|
2712
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2713
|
+
font-size: 14px;
|
|
2713
2714
|
}
|
|
2714
2715
|
|
|
2715
|
-
.e-
|
|
2716
|
-
|
|
2717
|
-
width: 12px;
|
|
2716
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
2717
|
+
color: #fff;
|
|
2718
2718
|
}
|
|
2719
2719
|
|
|
2720
|
-
.e-
|
|
2721
|
-
|
|
2720
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
2721
|
+
color: #fff;
|
|
2722
2722
|
}
|
|
2723
2723
|
|
|
2724
|
-
.e-
|
|
2724
|
+
.e-multi-select-wrapper .e-chips {
|
|
2725
|
+
background-color: #6c757d;
|
|
2726
|
+
border-radius: 4px;
|
|
2725
2727
|
height: 24px;
|
|
2726
|
-
min-height: 24px;
|
|
2727
2728
|
}
|
|
2728
2729
|
|
|
2729
|
-
.e-
|
|
2730
|
-
|
|
2731
|
-
line-height: 24px;
|
|
2730
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2731
|
+
background-color: rgb(91.8, 99.45, 106.25);
|
|
2732
2732
|
}
|
|
2733
2733
|
|
|
2734
|
-
.e-
|
|
2735
|
-
|
|
2736
|
-
margin-top: -2em;
|
|
2734
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
|
|
2735
|
+
color: #fff;
|
|
2737
2736
|
}
|
|
2738
2737
|
|
|
2739
|
-
.e-
|
|
2740
|
-
|
|
2741
|
-
|
|
2738
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2739
|
+
-webkit-text-fill-color: #fff;
|
|
2740
|
+
color: #fff;
|
|
2741
|
+
font-size: 14px;
|
|
2742
2742
|
}
|
|
2743
2743
|
|
|
2744
|
-
.e-
|
|
2745
|
-
background-
|
|
2746
|
-
|
|
2744
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2745
|
+
background-color: #0d6efd;
|
|
2746
|
+
border-radius: 2px;
|
|
2747
|
+
color: #fff;
|
|
2748
|
+
height: 40px;
|
|
2749
|
+
line-height: 40px;
|
|
2747
2750
|
}
|
|
2748
2751
|
|
|
2749
|
-
.e-
|
|
2750
|
-
color:
|
|
2752
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
2753
|
+
color: #fff;
|
|
2751
2754
|
}
|
|
2752
2755
|
|
|
2753
|
-
.e-
|
|
2754
|
-
|
|
2755
|
-
-webkit-box-align: normal;
|
|
2756
|
-
-ms-flex-align: normal;
|
|
2757
|
-
align-items: normal;
|
|
2756
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2757
|
+
height: 30px;
|
|
2758
2758
|
}
|
|
2759
2759
|
|
|
2760
|
-
.e-
|
|
2761
|
-
|
|
2760
|
+
.e-popup.e-multi-select-list-wrapper {
|
|
2761
|
+
-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
2762
|
+
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
2763
|
+
-webkit-box-sizing: content-box;
|
|
2764
|
+
box-sizing: content-box;
|
|
2765
|
+
overflow: initial;
|
|
2762
2766
|
}
|
|
2763
2767
|
|
|
2764
|
-
.e-
|
|
2765
|
-
|
|
2768
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
|
|
2769
|
+
border-bottom: 0 solid transparent;
|
|
2770
|
+
border-left: 0 solid #0d6efd;
|
|
2771
|
+
border-right: 0 solid #0d6efd;
|
|
2772
|
+
border-top: 0 solid #6c757d;
|
|
2766
2773
|
}
|
|
2767
2774
|
|
|
2768
|
-
.e-
|
|
2769
|
-
|
|
2775
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
2776
|
+
background-color: transparent;
|
|
2777
|
+
border-color: transparent;
|
|
2778
|
+
color: #fff;
|
|
2770
2779
|
}
|
|
2771
2780
|
|
|
2772
|
-
.e-
|
|
2773
|
-
|
|
2774
|
-
|
|
2781
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
2782
|
+
background-color: transparent;
|
|
2783
|
+
border-color: transparent;
|
|
2784
|
+
color: #fff;
|
|
2775
2785
|
}
|
|
2776
2786
|
|
|
2777
|
-
.e-
|
|
2778
|
-
|
|
2779
|
-
|
|
2787
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
2788
|
+
background-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
2789
|
+
color: #fff;
|
|
2780
2790
|
}
|
|
2781
2791
|
|
|
2782
|
-
.e-
|
|
2783
|
-
|
|
2792
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
2793
|
+
background-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
2794
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
2784
2795
|
}
|
|
2785
2796
|
|
|
2786
|
-
.e-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2790
|
-
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2791
|
-
height: 24px;
|
|
2797
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
2798
|
+
border-bottom: 0 solid transparent;
|
|
2799
|
+
border-top: 0 solid transparent;
|
|
2792
2800
|
}
|
|
2793
2801
|
|
|
2794
|
-
.e-
|
|
2795
|
-
|
|
2802
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
2803
|
+
border-bottom: 0 solid transparent;
|
|
2796
2804
|
}
|
|
2797
2805
|
|
|
2798
|
-
.e-
|
|
2799
|
-
|
|
2800
|
-
margin: 8px 8px 0 0;
|
|
2801
|
-
padding: 0 8px;
|
|
2806
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
2807
|
+
border-top: 0 solid transparent;
|
|
2802
2808
|
}
|
|
2803
2809
|
|
|
2804
|
-
.e-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2810
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2811
|
+
background-color: #0d6efd;
|
|
2812
|
+
-webkit-box-shadow: none;
|
|
2813
|
+
box-shadow: none;
|
|
2814
|
+
color: #fff;
|
|
2815
|
+
border: 0 solid transparent;
|
|
2808
2816
|
}
|
|
2809
2817
|
|
|
2810
|
-
.e-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2818
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2819
|
+
background-color: #0d6efd;
|
|
2820
|
+
-webkit-box-shadow: none;
|
|
2821
|
+
box-shadow: none;
|
|
2822
|
+
color: #fff;
|
|
2823
|
+
border: 0 solid transparent;
|
|
2815
2824
|
}
|
|
2816
2825
|
|
|
2817
|
-
.e
|
|
2818
|
-
|
|
2819
|
-
margin: 4px 0 0 4px;
|
|
2826
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
2827
|
+
border: 0 solid transparent;
|
|
2820
2828
|
}
|
|
2821
2829
|
|
|
2822
|
-
.e-
|
|
2823
|
-
|
|
2824
|
-
padding: 0 8px 0 0;
|
|
2830
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
2831
|
+
border: 0 solid transparent;
|
|
2825
2832
|
}
|
|
2826
2833
|
|
|
2827
|
-
.e-
|
|
2828
|
-
|
|
2829
|
-
font-size: 12px;
|
|
2834
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2835
|
+
color: #6c757d;
|
|
2830
2836
|
}
|
|
2831
2837
|
|
|
2832
|
-
.e-
|
|
2833
|
-
|
|
2834
|
-
padding: 0 4px 0 0;
|
|
2838
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2839
|
+
color: #6c757d;
|
|
2835
2840
|
}
|
|
2836
2841
|
|
|
2837
|
-
.e-
|
|
2838
|
-
|
|
2842
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2843
|
+
color: #6c757d;
|
|
2839
2844
|
}
|
|
2840
2845
|
|
|
2841
|
-
.e-
|
|
2842
|
-
|
|
2843
|
-
font-size: 10px;
|
|
2846
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2847
|
+
color: #6c757d;
|
|
2844
2848
|
}
|
|
2845
2849
|
|
|
2846
|
-
.e-
|
|
2847
|
-
|
|
2848
|
-
padding-right: 4px;
|
|
2850
|
+
.e-ul.e-reorder {
|
|
2851
|
+
border-bottom: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2849
2852
|
}
|
|
2850
2853
|
|
|
2851
|
-
.e-
|
|
2852
|
-
|
|
2853
|
-
height: 38px;
|
|
2854
|
-
margin-top: -38px;
|
|
2855
|
-
right: 12px;
|
|
2856
|
-
top: 100%;
|
|
2857
|
-
width: 16px;
|
|
2854
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2855
|
+
border-bottom: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2858
2856
|
}
|
|
2859
2857
|
|
|
2860
|
-
.e-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
display: none;
|
|
2858
|
+
.e-multi-select-wrapper .e-delim-values {
|
|
2859
|
+
-webkit-text-fill-color: #fff;
|
|
2860
|
+
color: #fff;
|
|
2861
|
+
-webkit-text-fill-color: #fff;
|
|
2862
|
+
color: #fff;
|
|
2866
2863
|
}
|
|
2867
2864
|
|
|
2868
|
-
.e-
|
|
2869
|
-
|
|
2865
|
+
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2866
|
+
color: #fff;
|
|
2870
2867
|
}
|
|
2871
2868
|
|
|
2872
|
-
.e-
|
|
2873
|
-
|
|
2874
|
-
|
|
2869
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
2870
|
+
border-radius: 2px;
|
|
2871
|
+
height: 20px;
|
|
2875
2872
|
}
|
|
2876
2873
|
|
|
2877
|
-
.e-
|
|
2878
|
-
|
|
2879
|
-
cursor: pointer;
|
|
2874
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2875
|
+
font-size: 12px;
|
|
2880
2876
|
}
|
|
2881
2877
|
|
|
2882
|
-
.e-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2878
|
+
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2879
|
+
font-size: 12px;
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2882
|
+
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
2883
|
+
left: 0;
|
|
2884
|
+
}
|
|
2885
|
+
|
|
2886
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2887
|
+
-webkit-text-fill-color: #e9ecef;
|
|
2888
|
+
color: #e9ecef;
|
|
2889
2889
|
}
|
|
2890
2890
|
|
|
2891
2891
|
.e-dropdownbase .e-list-group-item,
|
|
@@ -3312,782 +3312,782 @@ ejs-multiselect {
|
|
|
3312
3312
|
content: "\e744";
|
|
3313
3313
|
}
|
|
3314
3314
|
|
|
3315
|
-
|
|
3316
|
-
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3317
|
-
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3318
|
-
}
|
|
3319
|
-
|
|
3320
|
-
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3321
|
-
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3322
|
-
}
|
|
3323
|
-
|
|
3324
|
-
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3325
|
-
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3326
|
-
}
|
|
3327
|
-
|
|
3328
|
-
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3329
|
-
height: calc(100% - 86px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3330
|
-
}
|
|
3331
|
-
|
|
3332
|
-
.e-listbox-wrapper,
|
|
3333
|
-
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3334
|
-
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
3335
|
-
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
3336
|
-
}
|
|
3337
|
-
|
|
3315
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3338
3316
|
.e-listbox-wrapper,
|
|
3339
3317
|
.e-listbox-container,
|
|
3340
3318
|
.e-listboxtool-wrapper {
|
|
3341
|
-
|
|
3342
|
-
|
|
3319
|
+
-webkit-overflow-scrolling: touch;
|
|
3320
|
+
-webkit-box-sizing: border-box;
|
|
3321
|
+
box-sizing: border-box;
|
|
3322
|
+
cursor: pointer;
|
|
3323
|
+
display: block;
|
|
3324
|
+
position: relative;
|
|
3325
|
+
-webkit-user-select: none;
|
|
3326
|
+
-moz-user-select: none;
|
|
3327
|
+
-ms-user-select: none;
|
|
3328
|
+
user-select: none;
|
|
3329
|
+
width: 100%;
|
|
3343
3330
|
}
|
|
3344
|
-
.e-listbox-wrapper
|
|
3345
|
-
.e-listbox-container
|
|
3346
|
-
.e-listboxtool-wrapper
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
color: #ced4da;
|
|
3350
|
-
font-size: 12px;
|
|
3331
|
+
.e-listbox-wrapper *,
|
|
3332
|
+
.e-listbox-container *,
|
|
3333
|
+
.e-listboxtool-wrapper * {
|
|
3334
|
+
-webkit-box-sizing: border-box;
|
|
3335
|
+
box-sizing: border-box;
|
|
3351
3336
|
}
|
|
3352
|
-
|
|
3353
|
-
.e-listbox-
|
|
3354
|
-
.e-
|
|
3355
|
-
|
|
3356
|
-
height: calc(100% - 50px);
|
|
3337
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3338
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
3339
|
+
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
3340
|
+
width: 84% !important; /* stylelint-disable-line declaration-no-important */
|
|
3357
3341
|
}
|
|
3358
|
-
|
|
3359
|
-
.e-listbox-
|
|
3360
|
-
.e-listbox-container
|
|
3361
|
-
.e-listboxtool-wrapper.e-
|
|
3362
|
-
|
|
3342
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
3343
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
3344
|
+
.e-listbox-container:focus,
|
|
3345
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
3346
|
+
.e-listboxtool-wrapper:focus {
|
|
3347
|
+
outline: none;
|
|
3363
3348
|
}
|
|
3364
|
-
|
|
3365
|
-
.e-listbox-
|
|
3366
|
-
.e-
|
|
3367
|
-
|
|
3368
|
-
|
|
3349
|
+
.e-listbox-wrapper.e-disabled,
|
|
3350
|
+
.e-listbox-container.e-disabled,
|
|
3351
|
+
.e-listboxtool-wrapper.e-disabled {
|
|
3352
|
+
cursor: default;
|
|
3353
|
+
pointer-events: none;
|
|
3354
|
+
}
|
|
3355
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
3356
|
+
.e-listbox-container:not(.e-list-template) .e-list-nrt,
|
|
3357
|
+
.e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
|
|
3358
|
+
text-align: center;
|
|
3359
|
+
}
|
|
3360
|
+
.e-listbox-wrapper .e-list-parent,
|
|
3361
|
+
.e-listbox-container .e-list-parent,
|
|
3362
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
3363
|
+
height: 100%;
|
|
3364
|
+
min-height: 36px;
|
|
3369
3365
|
}
|
|
3370
|
-
|
|
3371
3366
|
.e-listbox-wrapper .e-list-item,
|
|
3372
3367
|
.e-listbox-container .e-list-item,
|
|
3373
3368
|
.e-listboxtool-wrapper .e-list-item {
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
border-left: 0 solid transparent;
|
|
3377
|
-
border-right: 0 solid transparent;
|
|
3378
|
-
border-top: 0 solid transparent;
|
|
3379
|
-
color: #fff;
|
|
3380
|
-
}
|
|
3381
|
-
|
|
3382
|
-
.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),
|
|
3383
|
-
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3384
|
-
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
3385
|
-
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3386
|
-
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3387
|
-
background-color: #343a40;
|
|
3388
|
-
border-color: transparent;
|
|
3389
|
-
color: #fff;
|
|
3390
|
-
}
|
|
3391
|
-
|
|
3392
|
-
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
3393
|
-
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
3394
|
-
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
3395
|
-
background-color: transparent;
|
|
3396
|
-
color: #fff;
|
|
3369
|
+
border-bottom: 0 solid;
|
|
3370
|
+
outline: none;
|
|
3397
3371
|
}
|
|
3398
|
-
|
|
3399
|
-
.e-listbox-
|
|
3400
|
-
.e-
|
|
3401
|
-
|
|
3402
|
-
.e-listbox-container .e-list-item.e-selected,
|
|
3403
|
-
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
3404
|
-
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3405
|
-
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
3406
|
-
background-color: #343a40;
|
|
3407
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3372
|
+
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
3373
|
+
.e-listbox-container .e-list-item.e-disabled,
|
|
3374
|
+
.e-listboxtool-wrapper .e-list-item.e-disabled {
|
|
3375
|
+
pointer-events: none;
|
|
3408
3376
|
}
|
|
3409
|
-
|
|
3410
|
-
.e-listbox-
|
|
3411
|
-
.e-
|
|
3412
|
-
|
|
3413
|
-
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3414
|
-
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3415
|
-
background-color: #0d6efd;
|
|
3416
|
-
border-color: transparent;
|
|
3417
|
-
color: #fff;
|
|
3377
|
+
.e-listbox-wrapper .e-disable,
|
|
3378
|
+
.e-listbox-container .e-disable,
|
|
3379
|
+
.e-listboxtool-wrapper .e-disable {
|
|
3380
|
+
opacity: 0.7;
|
|
3418
3381
|
}
|
|
3419
|
-
|
|
3420
|
-
.e-listbox-
|
|
3421
|
-
.e-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
3425
|
-
color: #000;
|
|
3426
|
-
font-size: 12px;
|
|
3382
|
+
.e-listbox-wrapper .e-list-parent,
|
|
3383
|
+
.e-listbox-container .e-list-parent,
|
|
3384
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
3385
|
+
margin: 0;
|
|
3386
|
+
padding: 0;
|
|
3427
3387
|
}
|
|
3428
|
-
|
|
3429
|
-
.e-listbox-
|
|
3430
|
-
.e-listbox-container .e-
|
|
3431
|
-
.e-listboxtool-wrapper .e-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
color: #fff;
|
|
3388
|
+
.e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3389
|
+
.e-listbox-container .e-list-header .e-text.header,
|
|
3390
|
+
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3391
|
+
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
3392
|
+
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
3393
|
+
display: none;
|
|
3435
3394
|
}
|
|
3436
|
-
|
|
3437
|
-
.e-listbox-
|
|
3438
|
-
.e-
|
|
3439
|
-
|
|
3440
|
-
background-color: transparent;
|
|
3395
|
+
.e-listbox-wrapper .e-icon-back,
|
|
3396
|
+
.e-listbox-container .e-icon-back,
|
|
3397
|
+
.e-listboxtool-wrapper .e-icon-back {
|
|
3398
|
+
margin-top: 2px;
|
|
3441
3399
|
}
|
|
3442
|
-
|
|
3443
|
-
.e-listbox-
|
|
3444
|
-
.e-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3400
|
+
.e-listbox-wrapper .e-list-header,
|
|
3401
|
+
.e-listbox-container .e-list-header,
|
|
3402
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
3403
|
+
-webkit-box-align: center;
|
|
3404
|
+
-ms-flex-align: center;
|
|
3405
|
+
align-items: center;
|
|
3406
|
+
border-bottom: 1px solid;
|
|
3407
|
+
display: -webkit-box;
|
|
3408
|
+
display: -ms-flexbox;
|
|
3409
|
+
display: flex;
|
|
3410
|
+
font-weight: 500;
|
|
3411
|
+
height: 18px;
|
|
3412
|
+
padding: 0 12px;
|
|
3453
3413
|
}
|
|
3454
|
-
.e-listbox-wrapper.e-
|
|
3455
|
-
.e-listbox-container.e-
|
|
3456
|
-
.e-listboxtool-wrapper.e-
|
|
3457
|
-
|
|
3414
|
+
.e-listbox-wrapper .e-has-header > .e-view,
|
|
3415
|
+
.e-listbox-container .e-has-header > .e-view,
|
|
3416
|
+
.e-listboxtool-wrapper .e-has-header > .e-view {
|
|
3417
|
+
top: 45px;
|
|
3458
3418
|
}
|
|
3459
|
-
.e-listbox-wrapper
|
|
3460
|
-
.e-listbox-container
|
|
3461
|
-
.e-listboxtool-wrapper
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
font-size: 14px;
|
|
3465
|
-
font-weight: 500;
|
|
3466
|
-
margin: 0;
|
|
3467
|
-
overflow: hidden;
|
|
3468
|
-
padding: 0;
|
|
3469
|
-
text-overflow: ellipsis;
|
|
3470
|
-
white-space: nowrap;
|
|
3419
|
+
.e-listbox-wrapper .e-but-back,
|
|
3420
|
+
.e-listbox-container .e-but-back,
|
|
3421
|
+
.e-listboxtool-wrapper .e-but-back {
|
|
3422
|
+
cursor: pointer;
|
|
3423
|
+
padding-right: 8px;
|
|
3471
3424
|
}
|
|
3472
|
-
.e-listbox-wrapper
|
|
3473
|
-
.e-listbox-container
|
|
3474
|
-
.e-listboxtool-wrapper
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
font-size: 14px;
|
|
3478
|
-
margin: 0;
|
|
3479
|
-
padding: 2px 0 0 0;
|
|
3480
|
-
word-wrap: break-word;
|
|
3425
|
+
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
3426
|
+
.e-listbox-container .e-list-group-item:first-child,
|
|
3427
|
+
.e-listboxtool-wrapper .e-list-group-item:first-child {
|
|
3428
|
+
border: 0;
|
|
3429
|
+
border-bottom: 0 solid transparent;
|
|
3481
3430
|
}
|
|
3482
|
-
.e-listbox-wrapper
|
|
3483
|
-
.e-listbox-container
|
|
3484
|
-
.e-listboxtool-wrapper
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3431
|
+
.e-listbox-wrapper .e-list-group-item,
|
|
3432
|
+
.e-listbox-container .e-list-group-item,
|
|
3433
|
+
.e-listboxtool-wrapper .e-list-group-item {
|
|
3434
|
+
border-bottom: 0 solid transparent;
|
|
3435
|
+
border-top: 1px solid;
|
|
3436
|
+
font-weight: 600;
|
|
3437
|
+
height: 30px;
|
|
3438
|
+
line-height: 10px;
|
|
3439
|
+
padding: 10px 12px;
|
|
3488
3440
|
}
|
|
3489
|
-
.e-listbox-wrapper
|
|
3490
|
-
.e-listbox-container
|
|
3491
|
-
.e-listboxtool-wrapper
|
|
3492
|
-
|
|
3493
|
-
|
|
3441
|
+
.e-listbox-wrapper .e-icon-collapsible,
|
|
3442
|
+
.e-listbox-container .e-icon-collapsible,
|
|
3443
|
+
.e-listboxtool-wrapper .e-icon-collapsible {
|
|
3444
|
+
cursor: pointer;
|
|
3445
|
+
font-size: 12px;
|
|
3494
3446
|
position: absolute;
|
|
3495
|
-
|
|
3496
|
-
|
|
3447
|
+
right: 0%;
|
|
3448
|
+
top: 50%;
|
|
3449
|
+
-webkit-transform: translateY(-50%);
|
|
3450
|
+
transform: translateY(-50%);
|
|
3497
3451
|
}
|
|
3498
|
-
.e-listbox-wrapper
|
|
3499
|
-
.e-listbox-container
|
|
3500
|
-
.e-listboxtool-wrapper
|
|
3501
|
-
|
|
3502
|
-
|
|
3452
|
+
.e-listbox-wrapper .e-text-content,
|
|
3453
|
+
.e-listbox-container .e-text-content,
|
|
3454
|
+
.e-listboxtool-wrapper .e-text-content {
|
|
3455
|
+
height: 100%;
|
|
3456
|
+
position: relative;
|
|
3457
|
+
vertical-align: middle;
|
|
3503
3458
|
}
|
|
3504
|
-
.e-listbox-wrapper.e-
|
|
3505
|
-
.e-listbox-container.e-
|
|
3506
|
-
.e-listboxtool-wrapper
|
|
3507
|
-
|
|
3508
|
-
|
|
3459
|
+
.e-listbox-wrapper .e-text-content *,
|
|
3460
|
+
.e-listbox-container .e-text-content *,
|
|
3461
|
+
.e-listboxtool-wrapper .e-text-content * {
|
|
3462
|
+
display: inline-block;
|
|
3463
|
+
vertical-align: middle;
|
|
3509
3464
|
}
|
|
3510
|
-
.e-listbox-wrapper
|
|
3511
|
-
.e-listbox-container
|
|
3512
|
-
.e-listboxtool-wrapper
|
|
3513
|
-
|
|
3514
|
-
left: 0;
|
|
3515
|
-
position: absolute;
|
|
3516
|
-
width: 40px;
|
|
3517
|
-
right: 0;
|
|
3465
|
+
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
3466
|
+
.e-listbox-container .e-text-content.e-checkbox .e-list-text,
|
|
3467
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox .e-list-text {
|
|
3468
|
+
width: calc(100% - 40px);
|
|
3518
3469
|
}
|
|
3519
|
-
.e-listbox-wrapper
|
|
3520
|
-
.e-listbox-container.e-
|
|
3521
|
-
.e-
|
|
3522
|
-
|
|
3523
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3524
|
-
top: 0;
|
|
3470
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
3471
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
3472
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
3473
|
+
width: calc(100% - 90px);
|
|
3525
3474
|
}
|
|
3526
|
-
.e-listbox-wrapper.e-
|
|
3527
|
-
.e-listbox-container.e-
|
|
3528
|
-
.e-listboxtool-wrapper.e-
|
|
3529
|
-
|
|
3530
|
-
height: 18px;
|
|
3531
|
-
line-height: 16px;
|
|
3532
|
-
padding: 0;
|
|
3533
|
-
position: absolute;
|
|
3534
|
-
right: 12px;
|
|
3535
|
-
top: 50%;
|
|
3536
|
-
-webkit-transform: translateY(-50%);
|
|
3537
|
-
transform: translateY(-50%);
|
|
3538
|
-
width: 32px;
|
|
3475
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3476
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3477
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
3478
|
+
width: calc(100% - 80px);
|
|
3539
3479
|
}
|
|
3540
|
-
.e-listbox-wrapper.e-list-
|
|
3541
|
-
.e-listbox-container.e-list-
|
|
3542
|
-
.e-listboxtool-wrapper.e-list-
|
|
3543
|
-
|
|
3544
|
-
padding-right: 10px;
|
|
3480
|
+
.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,
|
|
3481
|
+
.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,
|
|
3482
|
+
.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 {
|
|
3483
|
+
width: calc(100% - 92px);
|
|
3545
3484
|
}
|
|
3546
|
-
.e-listbox-wrapper.e-
|
|
3547
|
-
.e-listbox-container.e-
|
|
3548
|
-
.e-listboxtool-wrapper.e-
|
|
3549
|
-
|
|
3550
|
-
padding-right: 10px;
|
|
3485
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
3486
|
+
.e-listbox-container .e-checkbox .e-checkbox-left,
|
|
3487
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-left {
|
|
3488
|
+
margin: -2px 8px 0 0;
|
|
3551
3489
|
}
|
|
3552
|
-
.e-listbox-wrapper
|
|
3553
|
-
.e-listbox-container
|
|
3554
|
-
.e-listboxtool-wrapper
|
|
3555
|
-
|
|
3556
|
-
|
|
3490
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
3491
|
+
.e-listbox-container .e-checkbox .e-checkbox-right,
|
|
3492
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-right {
|
|
3493
|
+
margin: -2px 0 0 8px;
|
|
3494
|
+
}
|
|
3495
|
+
.e-listbox-wrapper .e-list-text,
|
|
3496
|
+
.e-listbox-container .e-list-text,
|
|
3497
|
+
.e-listboxtool-wrapper .e-list-text {
|
|
3498
|
+
cursor: pointer;
|
|
3499
|
+
display: inline-block;
|
|
3557
3500
|
overflow: hidden;
|
|
3558
|
-
padding: 8px 0;
|
|
3559
3501
|
text-overflow: ellipsis;
|
|
3502
|
+
vertical-align: top;
|
|
3560
3503
|
white-space: nowrap;
|
|
3504
|
+
width: 100%;
|
|
3561
3505
|
}
|
|
3562
|
-
.e-listbox-wrapper.e-list-
|
|
3563
|
-
.e-listbox-container
|
|
3564
|
-
.e-listbox-container
|
|
3565
|
-
.e-
|
|
3566
|
-
.e-listboxtool-wrapper
|
|
3567
|
-
|
|
3506
|
+
.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,
|
|
3507
|
+
.e-listbox-container .e-list-icon + .e-list-text,
|
|
3508
|
+
.e-listbox-container .e-icon-wrapper .e-list-text,
|
|
3509
|
+
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
3510
|
+
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
|
|
3511
|
+
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
|
|
3512
|
+
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
3513
|
+
width: calc(100% - 60px);
|
|
3568
3514
|
}
|
|
3569
|
-
.e-listbox-wrapper
|
|
3570
|
-
.e-listbox-container
|
|
3571
|
-
.e-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3515
|
+
.e-listbox-wrapper .e-list-icon,
|
|
3516
|
+
.e-listbox-container .e-list-icon,
|
|
3517
|
+
.e-listboxtool-wrapper .e-list-icon {
|
|
3518
|
+
height: 30px;
|
|
3519
|
+
margin-right: 16px;
|
|
3520
|
+
width: 30px;
|
|
3575
3521
|
}
|
|
3576
|
-
.e-listbox-wrapper
|
|
3577
|
-
.e-listbox-container
|
|
3578
|
-
.e-listboxtool-wrapper
|
|
3579
|
-
|
|
3580
|
-
|
|
3522
|
+
.e-listbox-wrapper .e-content,
|
|
3523
|
+
.e-listbox-container .e-content,
|
|
3524
|
+
.e-listboxtool-wrapper .e-content {
|
|
3525
|
+
overflow: hidden;
|
|
3526
|
+
position: relative;
|
|
3581
3527
|
}
|
|
3582
|
-
.e-listbox-wrapper.e-
|
|
3583
|
-
.e-listbox-container.e-
|
|
3584
|
-
.e-listboxtool-wrapper.e-
|
|
3585
|
-
|
|
3586
|
-
|
|
3528
|
+
.e-listbox-wrapper .e-list-header .e-text,
|
|
3529
|
+
.e-listbox-container .e-list-header .e-text,
|
|
3530
|
+
.e-listboxtool-wrapper .e-list-header .e-text {
|
|
3531
|
+
cursor: pointer;
|
|
3532
|
+
text-indent: 0;
|
|
3587
3533
|
}
|
|
3588
|
-
.e-listbox-wrapper.e-
|
|
3589
|
-
.e-listbox-container.e-
|
|
3590
|
-
.e-listboxtool-wrapper.e-
|
|
3591
|
-
|
|
3592
|
-
|
|
3534
|
+
.e-listbox-wrapper .e-text .e-headertext,
|
|
3535
|
+
.e-listbox-container .e-text .e-headertext,
|
|
3536
|
+
.e-listboxtool-wrapper .e-text .e-headertext {
|
|
3537
|
+
display: inline-block;
|
|
3538
|
+
line-height: 18px;
|
|
3593
3539
|
}
|
|
3594
|
-
.e-listbox-wrapper.e-rtl
|
|
3595
|
-
.e-listbox-container.e-rtl
|
|
3596
|
-
.e-listboxtool-wrapper.e-rtl
|
|
3597
|
-
|
|
3598
|
-
right: inherit;
|
|
3540
|
+
.e-listbox-wrapper.e-rtl,
|
|
3541
|
+
.e-listbox-container.e-rtl,
|
|
3542
|
+
.e-listboxtool-wrapper.e-rtl {
|
|
3543
|
+
direction: rtl;
|
|
3599
3544
|
}
|
|
3600
|
-
.e-listbox-wrapper.e-rtl
|
|
3601
|
-
.e-listbox-container.e-rtl
|
|
3602
|
-
.e-listboxtool-wrapper.e-rtl
|
|
3603
|
-
left:
|
|
3604
|
-
right:
|
|
3545
|
+
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
3546
|
+
.e-listbox-container.e-rtl .e-list-icon,
|
|
3547
|
+
.e-listboxtool-wrapper.e-rtl .e-list-icon {
|
|
3548
|
+
margin-left: 16px;
|
|
3549
|
+
margin-right: 0;
|
|
3605
3550
|
}
|
|
3606
|
-
.e-listbox-wrapper.e-rtl
|
|
3607
|
-
.e-listbox-container.e-rtl
|
|
3608
|
-
.e-listboxtool-wrapper.e-rtl
|
|
3609
|
-
|
|
3610
|
-
|
|
3551
|
+
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
3552
|
+
.e-listbox-container.e-rtl .e-icon-collapsible,
|
|
3553
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-collapsible {
|
|
3554
|
+
left: 0%;
|
|
3555
|
+
right: initial;
|
|
3556
|
+
top: 50%;
|
|
3557
|
+
-webkit-transform: translateY(-50%) rotate(180deg);
|
|
3558
|
+
transform: translateY(-50%) rotate(180deg);
|
|
3611
3559
|
}
|
|
3612
|
-
.e-listbox-wrapper.e-rtl.e-list-
|
|
3613
|
-
.e-listbox-container.e-rtl.e-list-
|
|
3614
|
-
.e-listboxtool-wrapper.e-rtl.e-list-
|
|
3615
|
-
|
|
3616
|
-
padding-right: 16px;
|
|
3560
|
+
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
3561
|
+
.e-listbox-container.e-rtl .e-list-header .e-text,
|
|
3562
|
+
.e-listboxtool-wrapper.e-rtl .e-list-header .e-text {
|
|
3563
|
+
cursor: pointer;
|
|
3617
3564
|
}
|
|
3618
|
-
|
|
3619
|
-
.e-listbox-container.e-
|
|
3620
|
-
|
|
3565
|
+
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
3566
|
+
.e-listbox-container.e-rtl .e-but-back,
|
|
3567
|
+
.e-listboxtool-wrapper.e-rtl .e-but-back {
|
|
3568
|
+
-webkit-transform: rotate(180deg);
|
|
3569
|
+
transform: rotate(180deg);
|
|
3621
3570
|
}
|
|
3622
|
-
|
|
3623
|
-
.e-listbox-container.e-
|
|
3624
|
-
|
|
3571
|
+
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
3572
|
+
.e-listbox-container.e-rtl .e-icon-back,
|
|
3573
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-back {
|
|
3574
|
+
margin-top: -2px;
|
|
3625
3575
|
}
|
|
3626
|
-
|
|
3627
|
-
.e-listbox-
|
|
3628
|
-
|
|
3576
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
3577
|
+
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
3578
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,
|
|
3579
|
+
.e-listbox-container.e-rtl .e-checkbox-wrapper,
|
|
3580
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
3581
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
3582
|
+
margin: -2px 0 0 8px;
|
|
3629
3583
|
}
|
|
3630
|
-
|
|
3631
|
-
.e-listbox-container .e-
|
|
3632
|
-
|
|
3584
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
3585
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,
|
|
3586
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right {
|
|
3587
|
+
margin: -2px 8px 0 0;
|
|
3633
3588
|
}
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
.e-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
-
|
|
3640
|
-
-webkit-box-sizing: border-box;
|
|
3641
|
-
box-sizing: border-box;
|
|
3642
|
-
cursor: pointer;
|
|
3643
|
-
display: block;
|
|
3644
|
-
position: relative;
|
|
3645
|
-
-webkit-user-select: none;
|
|
3646
|
-
-moz-user-select: none;
|
|
3647
|
-
-ms-user-select: none;
|
|
3648
|
-
user-select: none;
|
|
3649
|
-
width: 100%;
|
|
3589
|
+
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
3590
|
+
.e-listbox-container .e-checkbox-wrapper,
|
|
3591
|
+
.e-listboxtool-wrapper .e-checkbox-wrapper {
|
|
3592
|
+
margin: -2px 8px 0 0;
|
|
3593
|
+
text-indent: 0;
|
|
3594
|
+
vertical-align: middle;
|
|
3650
3595
|
}
|
|
3651
|
-
.e-listbox-wrapper
|
|
3652
|
-
.e-listbox-container
|
|
3653
|
-
.e-listboxtool-wrapper
|
|
3654
|
-
|
|
3655
|
-
|
|
3596
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
3597
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper,
|
|
3598
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper {
|
|
3599
|
+
position: absolute;
|
|
3600
|
+
right: 0;
|
|
3601
|
+
top: 30%;
|
|
3656
3602
|
}
|
|
3657
|
-
.e-listbox-wrapper
|
|
3658
|
-
.e-listbox-container
|
|
3659
|
-
.e-listboxtool-wrapper
|
|
3660
|
-
|
|
3603
|
+
.e-listbox-wrapper .e-input-group,
|
|
3604
|
+
.e-listbox-container .e-input-group,
|
|
3605
|
+
.e-listboxtool-wrapper .e-input-group {
|
|
3606
|
+
padding: 4px 8px;
|
|
3661
3607
|
}
|
|
3662
|
-
.e-listbox-wrapper .e-
|
|
3663
|
-
.e-listbox-container .e-
|
|
3664
|
-
.e-
|
|
3665
|
-
|
|
3666
|
-
.e-listboxtool-wrapper:focus {
|
|
3667
|
-
outline: none;
|
|
3608
|
+
.e-listbox-wrapper .e-input-focus,
|
|
3609
|
+
.e-listbox-container .e-input-focus,
|
|
3610
|
+
.e-listboxtool-wrapper .e-input-focus {
|
|
3611
|
+
padding: 4px 4px 4px 8px;
|
|
3668
3612
|
}
|
|
3669
|
-
.e-listbox-wrapper.e-
|
|
3670
|
-
.e-listbox-container.e-
|
|
3671
|
-
.e-listboxtool-wrapper.e-
|
|
3672
|
-
|
|
3673
|
-
|
|
3613
|
+
.e-listbox-wrapper .e-hidden-select,
|
|
3614
|
+
.e-listbox-container .e-hidden-select,
|
|
3615
|
+
.e-listboxtool-wrapper .e-hidden-select {
|
|
3616
|
+
height: 1px;
|
|
3617
|
+
opacity: 0;
|
|
3618
|
+
position: absolute;
|
|
3619
|
+
width: 100%;
|
|
3674
3620
|
}
|
|
3675
|
-
.e-listbox-wrapper
|
|
3676
|
-
.e-listbox-container
|
|
3677
|
-
.e-listboxtool-wrapper
|
|
3678
|
-
|
|
3621
|
+
.e-listbox-wrapper .e-placeholder,
|
|
3622
|
+
.e-listbox-container .e-placeholder,
|
|
3623
|
+
.e-listboxtool-wrapper .e-placeholder {
|
|
3624
|
+
background-color: #0d6efd;
|
|
3625
|
+
display: block;
|
|
3626
|
+
height: 1px;
|
|
3679
3627
|
}
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
height: 100%;
|
|
3684
|
-
min-height: 36px;
|
|
3628
|
+
|
|
3629
|
+
ejs-listbox {
|
|
3630
|
+
display: block;
|
|
3685
3631
|
}
|
|
3686
|
-
|
|
3687
|
-
.e-listbox-
|
|
3688
|
-
.e-
|
|
3689
|
-
|
|
3690
|
-
outline: none;
|
|
3632
|
+
|
|
3633
|
+
.e-listbox-wrapper:not(.e-listbox-container),
|
|
3634
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3635
|
+
overflow: auto;
|
|
3691
3636
|
}
|
|
3692
|
-
|
|
3693
|
-
.e-listbox-
|
|
3694
|
-
.e-
|
|
3695
|
-
|
|
3637
|
+
|
|
3638
|
+
.e-listbox-wrapper.e-sortableclone,
|
|
3639
|
+
.e-listbox-container.e-sortableclone,
|
|
3640
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
3641
|
+
border-width: 0;
|
|
3642
|
+
overflow: visible;
|
|
3696
3643
|
}
|
|
3697
|
-
.e-listbox-wrapper .e-
|
|
3698
|
-
.e-listbox-container .e-
|
|
3699
|
-
.e-listboxtool-wrapper .e-
|
|
3700
|
-
|
|
3644
|
+
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
3645
|
+
.e-listbox-container.e-sortableclone .e-list-item,
|
|
3646
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-item {
|
|
3647
|
+
list-style-type: none;
|
|
3648
|
+
height: 38px !important; /* stylelint-disable-line declaration-no-important */
|
|
3701
3649
|
}
|
|
3702
|
-
.e-listbox-wrapper .e-
|
|
3703
|
-
.e-listbox-container .e-
|
|
3704
|
-
.e-listboxtool-wrapper .e-
|
|
3705
|
-
|
|
3706
|
-
padding: 0;
|
|
3650
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
3651
|
+
.e-listbox-container.e-sortableclone .e-ripple,
|
|
3652
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple {
|
|
3653
|
+
overflow: visible;
|
|
3707
3654
|
}
|
|
3708
|
-
.e-listbox-wrapper
|
|
3709
|
-
.e-listbox-container .e-
|
|
3710
|
-
.e-
|
|
3711
|
-
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
3712
|
-
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
3655
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
3656
|
+
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,
|
|
3657
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple .e-ripple-element {
|
|
3713
3658
|
display: none;
|
|
3714
3659
|
}
|
|
3715
|
-
.e-listbox-wrapper .e-
|
|
3716
|
-
.e-listbox-container .e-
|
|
3717
|
-
.e-listboxtool-wrapper .e-
|
|
3718
|
-
margin-top: 2px;
|
|
3719
|
-
}
|
|
3720
|
-
.e-listbox-wrapper .e-list-header,
|
|
3721
|
-
.e-listbox-container .e-list-header,
|
|
3722
|
-
.e-listboxtool-wrapper .e-list-header {
|
|
3660
|
+
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
3661
|
+
.e-listbox-container.e-sortableclone .e-list-badge,
|
|
3662
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-badge {
|
|
3723
3663
|
-webkit-box-align: center;
|
|
3724
3664
|
-ms-flex-align: center;
|
|
3725
3665
|
align-items: center;
|
|
3726
|
-
|
|
3666
|
+
background-color: #0d6efd;
|
|
3667
|
+
border: 1px solid #fff;
|
|
3668
|
+
border-radius: 50%;
|
|
3669
|
+
color: #fff;
|
|
3727
3670
|
display: -webkit-box;
|
|
3728
3671
|
display: -ms-flexbox;
|
|
3729
3672
|
display: flex;
|
|
3730
|
-
font-
|
|
3731
|
-
height:
|
|
3732
|
-
|
|
3673
|
+
font-size: 12px;
|
|
3674
|
+
height: 22px;
|
|
3675
|
+
-webkit-box-pack: center;
|
|
3676
|
+
-ms-flex-pack: center;
|
|
3677
|
+
justify-content: center;
|
|
3678
|
+
position: absolute;
|
|
3679
|
+
right: -10px;
|
|
3680
|
+
top: -10px;
|
|
3681
|
+
width: 22px;
|
|
3733
3682
|
}
|
|
3734
|
-
|
|
3735
|
-
.e-
|
|
3736
|
-
|
|
3737
|
-
top: 45px;
|
|
3683
|
+
|
|
3684
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
3685
|
+
display: block;
|
|
3738
3686
|
}
|
|
3739
|
-
|
|
3740
|
-
.e-
|
|
3741
|
-
.e-listboxtool-
|
|
3687
|
+
|
|
3688
|
+
.e-listboxtool-wrapper,
|
|
3689
|
+
.e-listboxtool-container {
|
|
3742
3690
|
cursor: pointer;
|
|
3743
|
-
|
|
3691
|
+
display: -webkit-box;
|
|
3692
|
+
display: -ms-flexbox;
|
|
3693
|
+
display: flex;
|
|
3744
3694
|
}
|
|
3745
|
-
.e-
|
|
3746
|
-
.e-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
border-bottom: 0 solid transparent;
|
|
3695
|
+
.e-listboxtool-wrapper *,
|
|
3696
|
+
.e-listboxtool-container * {
|
|
3697
|
+
-webkit-box-sizing: border-box;
|
|
3698
|
+
box-sizing: border-box;
|
|
3750
3699
|
}
|
|
3751
|
-
.e-
|
|
3752
|
-
.e-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
border-top: 1px solid;
|
|
3756
|
-
font-weight: 600;
|
|
3757
|
-
height: 30px;
|
|
3758
|
-
line-height: 10px;
|
|
3759
|
-
padding: 10px 12px;
|
|
3700
|
+
.e-listboxtool-wrapper.e-disabled,
|
|
3701
|
+
.e-listboxtool-container.e-disabled {
|
|
3702
|
+
cursor: default;
|
|
3703
|
+
pointer-events: none;
|
|
3760
3704
|
}
|
|
3761
|
-
.e-
|
|
3762
|
-
.e-
|
|
3763
|
-
.e-listboxtool-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
top: 50%;
|
|
3769
|
-
-webkit-transform: translateY(-50%);
|
|
3770
|
-
transform: translateY(-50%);
|
|
3771
|
-
}
|
|
3772
|
-
.e-listbox-wrapper .e-text-content,
|
|
3773
|
-
.e-listbox-container .e-text-content,
|
|
3774
|
-
.e-listboxtool-wrapper .e-text-content {
|
|
3775
|
-
height: 100%;
|
|
3776
|
-
position: relative;
|
|
3777
|
-
vertical-align: middle;
|
|
3778
|
-
}
|
|
3779
|
-
.e-listbox-wrapper .e-text-content *,
|
|
3780
|
-
.e-listbox-container .e-text-content *,
|
|
3781
|
-
.e-listboxtool-wrapper .e-text-content * {
|
|
3782
|
-
display: inline-block;
|
|
3783
|
-
vertical-align: middle;
|
|
3705
|
+
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
3706
|
+
.e-listboxtool-wrapper .e-list-wrap,
|
|
3707
|
+
.e-listboxtool-container .e-listbox-wrapper,
|
|
3708
|
+
.e-listboxtool-container .e-list-wrap {
|
|
3709
|
+
-webkit-box-flex: 1;
|
|
3710
|
+
-ms-flex: 1;
|
|
3711
|
+
flex: 1;
|
|
3784
3712
|
}
|
|
3785
|
-
.e-
|
|
3786
|
-
.e-
|
|
3787
|
-
|
|
3788
|
-
width: calc(100% - 40px);
|
|
3713
|
+
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3714
|
+
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3715
|
+
margin-left: 15px;
|
|
3789
3716
|
}
|
|
3790
|
-
.e-
|
|
3791
|
-
.e-
|
|
3792
|
-
|
|
3793
|
-
width: calc(100% - 90px);
|
|
3717
|
+
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3718
|
+
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3719
|
+
margin-right: 15px;
|
|
3794
3720
|
}
|
|
3795
|
-
.e-
|
|
3796
|
-
.e-
|
|
3797
|
-
|
|
3798
|
-
|
|
3721
|
+
.e-listboxtool-wrapper .e-listbox-tool,
|
|
3722
|
+
.e-listboxtool-container .e-listbox-tool {
|
|
3723
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
3724
|
+
overflow: auto;
|
|
3725
|
+
padding: 8px;
|
|
3799
3726
|
}
|
|
3800
|
-
.e-
|
|
3801
|
-
.e-
|
|
3802
|
-
|
|
3803
|
-
|
|
3727
|
+
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
3728
|
+
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
3729
|
+
display: list-item;
|
|
3730
|
+
list-style-type: none;
|
|
3731
|
+
margin-bottom: 10px;
|
|
3804
3732
|
}
|
|
3805
|
-
.e-
|
|
3806
|
-
.e-
|
|
3807
|
-
|
|
3808
|
-
|
|
3733
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
3734
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
3735
|
+
position: absolute;
|
|
3736
|
+
right: 0;
|
|
3737
|
+
top: 30%;
|
|
3809
3738
|
}
|
|
3810
|
-
|
|
3811
|
-
.e-
|
|
3812
|
-
.e-listboxtool-
|
|
3813
|
-
margin:
|
|
3739
|
+
|
|
3740
|
+
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3741
|
+
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3742
|
+
margin-right: 15px;
|
|
3814
3743
|
}
|
|
3815
|
-
.e-
|
|
3816
|
-
.e-
|
|
3817
|
-
|
|
3818
|
-
cursor: pointer;
|
|
3819
|
-
display: inline-block;
|
|
3820
|
-
overflow: hidden;
|
|
3821
|
-
text-overflow: ellipsis;
|
|
3822
|
-
vertical-align: top;
|
|
3823
|
-
white-space: nowrap;
|
|
3824
|
-
width: 100%;
|
|
3744
|
+
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3745
|
+
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3746
|
+
margin-left: 15px;
|
|
3825
3747
|
}
|
|
3826
|
-
|
|
3827
|
-
.e-listbox-
|
|
3828
|
-
.e-listbox-
|
|
3829
|
-
.e-listbox-
|
|
3830
|
-
.e-
|
|
3831
|
-
.e-
|
|
3832
|
-
.e-
|
|
3833
|
-
|
|
3748
|
+
|
|
3749
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3750
|
+
.e-listbox-wrapper .e-list-nrt,
|
|
3751
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
3752
|
+
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3753
|
+
.e-listbox-container .e-list-nrt,
|
|
3754
|
+
.e-listbox-container .e-selectall-parent,
|
|
3755
|
+
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3756
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
3757
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
3758
|
+
height: 36px;
|
|
3759
|
+
line-height: 1;
|
|
3760
|
+
padding: 10px 12px;
|
|
3761
|
+
position: relative;
|
|
3834
3762
|
}
|
|
3835
3763
|
.e-listbox-wrapper .e-list-icon,
|
|
3836
3764
|
.e-listbox-container .e-list-icon,
|
|
3837
|
-
.e-listboxtool-wrapper .e-list-icon {
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
width:
|
|
3765
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-icon {
|
|
3766
|
+
display: inline;
|
|
3767
|
+
vertical-align: middle;
|
|
3768
|
+
width: auto;
|
|
3769
|
+
height: auto;
|
|
3770
|
+
padding-bottom: 2px;
|
|
3841
3771
|
}
|
|
3842
|
-
|
|
3843
|
-
.e-listbox-
|
|
3844
|
-
.e-
|
|
3845
|
-
|
|
3846
|
-
position: relative;
|
|
3772
|
+
|
|
3773
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3774
|
+
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3775
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3847
3776
|
}
|
|
3848
|
-
|
|
3849
|
-
.e-listbox-container
|
|
3850
|
-
|
|
3851
|
-
cursor: pointer;
|
|
3852
|
-
text-indent: 0;
|
|
3777
|
+
|
|
3778
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3779
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3853
3780
|
}
|
|
3854
|
-
|
|
3855
|
-
.e-listbox-
|
|
3856
|
-
|
|
3857
|
-
display: inline-block;
|
|
3858
|
-
line-height: 18px;
|
|
3781
|
+
|
|
3782
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3783
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3859
3784
|
}
|
|
3860
|
-
|
|
3861
|
-
.e-listbox-container.e-
|
|
3862
|
-
|
|
3863
|
-
direction: rtl;
|
|
3785
|
+
|
|
3786
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3787
|
+
height: calc(100% - 86px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3864
3788
|
}
|
|
3865
|
-
|
|
3866
|
-
.e-listbox-
|
|
3867
|
-
.e-
|
|
3868
|
-
|
|
3869
|
-
|
|
3789
|
+
|
|
3790
|
+
.e-listbox-wrapper,
|
|
3791
|
+
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3792
|
+
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
3793
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
3870
3794
|
}
|
|
3871
|
-
|
|
3872
|
-
.e-listbox-
|
|
3873
|
-
.e-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
-webkit-transform: translateY(-50%) rotate(180deg);
|
|
3878
|
-
transform: translateY(-50%) rotate(180deg);
|
|
3795
|
+
|
|
3796
|
+
.e-listbox-wrapper,
|
|
3797
|
+
.e-listbox-container,
|
|
3798
|
+
.e-listboxtool-wrapper {
|
|
3799
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
3800
|
+
font-size: 14px;
|
|
3879
3801
|
}
|
|
3880
|
-
.e-listbox-wrapper
|
|
3881
|
-
.e-listbox-container
|
|
3882
|
-
.e-listboxtool-wrapper
|
|
3883
|
-
|
|
3802
|
+
.e-listbox-wrapper .e-list-header,
|
|
3803
|
+
.e-listbox-container .e-list-header,
|
|
3804
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
3805
|
+
background-color: #343a40;
|
|
3806
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
3807
|
+
color: #ced4da;
|
|
3808
|
+
font-size: 12px;
|
|
3884
3809
|
}
|
|
3885
|
-
|
|
3886
|
-
.e-listbox-
|
|
3887
|
-
.e-
|
|
3888
|
-
|
|
3889
|
-
|
|
3810
|
+
|
|
3811
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3812
|
+
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3813
|
+
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3814
|
+
height: calc(100% - 50px);
|
|
3890
3815
|
}
|
|
3891
|
-
|
|
3892
|
-
.e-listbox-
|
|
3893
|
-
.e-
|
|
3894
|
-
|
|
3816
|
+
|
|
3817
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3818
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3819
|
+
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3820
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3895
3821
|
}
|
|
3896
|
-
|
|
3897
|
-
.e-listbox-wrapper.e-
|
|
3898
|
-
.e-listbox-container
|
|
3899
|
-
.e-
|
|
3900
|
-
|
|
3901
|
-
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
3902
|
-
margin: -2px 0 0 8px;
|
|
3822
|
+
|
|
3823
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3824
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3825
|
+
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
3826
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3903
3827
|
}
|
|
3904
|
-
|
|
3905
|
-
.e-listbox-
|
|
3906
|
-
.e-
|
|
3907
|
-
|
|
3828
|
+
|
|
3829
|
+
.e-listbox-wrapper .e-list-item,
|
|
3830
|
+
.e-listbox-container .e-list-item,
|
|
3831
|
+
.e-listboxtool-wrapper .e-list-item {
|
|
3832
|
+
background-color: transparent;
|
|
3833
|
+
border-bottom: 0 solid transparent;
|
|
3834
|
+
border-left: 0 solid transparent;
|
|
3835
|
+
border-right: 0 solid transparent;
|
|
3836
|
+
border-top: 0 solid transparent;
|
|
3837
|
+
color: #fff;
|
|
3908
3838
|
}
|
|
3909
|
-
|
|
3910
|
-
.e-listbox-
|
|
3911
|
-
.e-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3839
|
+
|
|
3840
|
+
.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),
|
|
3841
|
+
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3842
|
+
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
3843
|
+
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3844
|
+
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3845
|
+
background-color: #343a40;
|
|
3846
|
+
border-color: transparent;
|
|
3847
|
+
color: #fff;
|
|
3915
3848
|
}
|
|
3916
|
-
|
|
3917
|
-
.e-listbox-
|
|
3918
|
-
.e-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3849
|
+
|
|
3850
|
+
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
3851
|
+
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
3852
|
+
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
3853
|
+
background-color: transparent;
|
|
3854
|
+
color: #fff;
|
|
3922
3855
|
}
|
|
3923
|
-
|
|
3924
|
-
.e-listbox-
|
|
3925
|
-
.e-
|
|
3926
|
-
|
|
3856
|
+
|
|
3857
|
+
.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,
|
|
3858
|
+
.e-listbox-container .e-list-item.e-focused,
|
|
3859
|
+
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
3860
|
+
.e-listbox-container .e-list-item.e-selected,
|
|
3861
|
+
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
3862
|
+
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3863
|
+
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
3864
|
+
background-color: #343a40;
|
|
3865
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3927
3866
|
}
|
|
3928
|
-
|
|
3929
|
-
.e-listbox-
|
|
3930
|
-
.e-
|
|
3931
|
-
|
|
3867
|
+
|
|
3868
|
+
.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,
|
|
3869
|
+
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3870
|
+
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
3871
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3872
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3873
|
+
background-color: #0d6efd;
|
|
3874
|
+
border-color: transparent;
|
|
3875
|
+
color: #fff;
|
|
3932
3876
|
}
|
|
3933
|
-
|
|
3934
|
-
.e-listbox-
|
|
3935
|
-
.e-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3877
|
+
|
|
3878
|
+
.e-listbox-wrapper .e-list-group-item,
|
|
3879
|
+
.e-listbox-container .e-list-group-item,
|
|
3880
|
+
.e-listboxtool-wrapper .e-list-group-item {
|
|
3881
|
+
background-color: #343a40;
|
|
3882
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
3883
|
+
color: #000;
|
|
3884
|
+
font-size: 12px;
|
|
3940
3885
|
}
|
|
3941
|
-
|
|
3942
|
-
.e-listbox-
|
|
3943
|
-
.e-
|
|
3944
|
-
|
|
3886
|
+
|
|
3887
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
3888
|
+
.e-listbox-container .e-selectall-parent,
|
|
3889
|
+
.e-listboxtool-wrapper .e-selectall-parent {
|
|
3890
|
+
background-color: transparent;
|
|
3891
|
+
border-bottom: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
3892
|
+
color: #fff;
|
|
3893
|
+
}
|
|
3894
|
+
|
|
3895
|
+
.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
|
|
3896
|
+
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
|
|
3897
|
+
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
3898
|
+
background-color: transparent;
|
|
3899
|
+
}
|
|
3900
|
+
|
|
3901
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper,
|
|
3902
|
+
.e-listbox-container.e-list-template .e-list-wrapper,
|
|
3903
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
3904
|
+
height: inherit;
|
|
3905
|
+
position: relative;
|
|
3906
|
+
}
|
|
3907
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3908
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3909
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
3910
|
+
padding: 8px 16px;
|
|
3911
|
+
}
|
|
3912
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3913
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3914
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
3915
|
+
padding: 4px;
|
|
3916
|
+
}
|
|
3917
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3918
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3919
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
3920
|
+
color: #fff;
|
|
3945
3921
|
display: block;
|
|
3946
|
-
|
|
3922
|
+
font-size: 14px;
|
|
3923
|
+
font-weight: 500;
|
|
3924
|
+
margin: 0;
|
|
3925
|
+
overflow: hidden;
|
|
3926
|
+
padding: 0;
|
|
3927
|
+
text-overflow: ellipsis;
|
|
3928
|
+
white-space: nowrap;
|
|
3947
3929
|
}
|
|
3948
|
-
|
|
3949
|
-
|
|
3930
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3931
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3932
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
3933
|
+
color: #ced4da;
|
|
3950
3934
|
display: block;
|
|
3935
|
+
font-size: 14px;
|
|
3936
|
+
margin: 0;
|
|
3937
|
+
padding: 2px 0 0 0;
|
|
3938
|
+
word-wrap: break-word;
|
|
3951
3939
|
}
|
|
3952
|
-
|
|
3953
|
-
.e-listbox-wrapper:not(.e-
|
|
3954
|
-
.e-
|
|
3955
|
-
overflow:
|
|
3940
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3941
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3942
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
3943
|
+
overflow: hidden;
|
|
3944
|
+
text-overflow: ellipsis;
|
|
3945
|
+
white-space: nowrap;
|
|
3956
3946
|
}
|
|
3957
|
-
|
|
3958
|
-
.e-listbox-wrapper.e-
|
|
3959
|
-
.e-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3947
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3948
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3949
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3950
|
+
height: 40px;
|
|
3951
|
+
left: 0;
|
|
3952
|
+
position: absolute;
|
|
3953
|
+
width: 40px;
|
|
3954
|
+
left: 0;
|
|
3963
3955
|
}
|
|
3964
|
-
.e-listbox-wrapper.e-
|
|
3965
|
-
.e-listbox-container.e-
|
|
3966
|
-
.e-listboxtool-wrapper.e-
|
|
3967
|
-
|
|
3968
|
-
|
|
3956
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3957
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3958
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3959
|
+
padding-left: 68px;
|
|
3960
|
+
padding-right: 16px;
|
|
3969
3961
|
}
|
|
3970
|
-
.e-listbox-wrapper.e-
|
|
3971
|
-
.e-listbox-container.e-
|
|
3972
|
-
.e-listboxtool-wrapper.e-
|
|
3973
|
-
|
|
3962
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3963
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3964
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3965
|
+
padding-left: 16px;
|
|
3966
|
+
padding-right: 68px;
|
|
3974
3967
|
}
|
|
3975
|
-
.e-listbox-wrapper.e-
|
|
3976
|
-
.e-listbox-container.e-
|
|
3977
|
-
.e-listboxtool-wrapper.e-
|
|
3978
|
-
|
|
3968
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3969
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3970
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3971
|
+
height: 40px;
|
|
3972
|
+
left: 0;
|
|
3973
|
+
position: absolute;
|
|
3974
|
+
width: 40px;
|
|
3975
|
+
right: 0;
|
|
3979
3976
|
}
|
|
3980
|
-
.e-listbox-wrapper.e-
|
|
3981
|
-
.e-listbox-container.e-
|
|
3982
|
-
.e-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
height: 22px;
|
|
3995
|
-
-webkit-box-pack: center;
|
|
3996
|
-
-ms-flex-pack: center;
|
|
3997
|
-
justify-content: center;
|
|
3977
|
+
.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,
|
|
3978
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3979
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3980
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3981
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3982
|
+
top: 0;
|
|
3983
|
+
}
|
|
3984
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3985
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3986
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3987
|
+
font-size: 10px;
|
|
3988
|
+
height: 18px;
|
|
3989
|
+
line-height: 16px;
|
|
3990
|
+
padding: 0;
|
|
3998
3991
|
position: absolute;
|
|
3999
|
-
right:
|
|
4000
|
-
top:
|
|
4001
|
-
|
|
3992
|
+
right: 12px;
|
|
3993
|
+
top: 50%;
|
|
3994
|
+
-webkit-transform: translateY(-50%);
|
|
3995
|
+
transform: translateY(-50%);
|
|
3996
|
+
width: 32px;
|
|
4002
3997
|
}
|
|
4003
|
-
|
|
4004
|
-
.e-
|
|
3998
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3999
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
4000
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
4001
|
+
padding-left: 68px;
|
|
4002
|
+
padding-right: 10px;
|
|
4003
|
+
}
|
|
4004
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
4005
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
4006
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
4007
|
+
padding-left: 16px;
|
|
4008
|
+
padding-right: 10px;
|
|
4009
|
+
}
|
|
4010
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
4011
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
4012
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
4005
4013
|
display: block;
|
|
4014
|
+
margin: 0;
|
|
4015
|
+
overflow: hidden;
|
|
4016
|
+
padding: 8px 0;
|
|
4017
|
+
text-overflow: ellipsis;
|
|
4018
|
+
white-space: nowrap;
|
|
4006
4019
|
}
|
|
4007
|
-
|
|
4008
|
-
.e-
|
|
4009
|
-
.e-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
display: flex;
|
|
4020
|
+
.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,
|
|
4021
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
4022
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
4023
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
4024
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
4025
|
+
color: #fff;
|
|
4014
4026
|
}
|
|
4015
|
-
.e-
|
|
4016
|
-
.e-
|
|
4017
|
-
|
|
4018
|
-
|
|
4027
|
+
.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,
|
|
4028
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
4029
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
4030
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
4031
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
4032
|
+
color: rgba(255, 255, 255, 0.87);
|
|
4019
4033
|
}
|
|
4020
|
-
.e-
|
|
4021
|
-
.e-
|
|
4022
|
-
|
|
4023
|
-
|
|
4034
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
4035
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
4036
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
4037
|
+
left: inherit;
|
|
4038
|
+
right: 0;
|
|
4024
4039
|
}
|
|
4025
|
-
.e-
|
|
4026
|
-
.e-
|
|
4027
|
-
.e-listboxtool-
|
|
4028
|
-
|
|
4029
|
-
-
|
|
4030
|
-
-ms-flex: 1;
|
|
4031
|
-
flex: 1;
|
|
4040
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
4041
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
4042
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
4043
|
+
padding-left: 16px;
|
|
4044
|
+
padding-right: 68px;
|
|
4032
4045
|
}
|
|
4033
|
-
.e-
|
|
4034
|
-
.e-
|
|
4035
|
-
|
|
4046
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
4047
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
4048
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
4049
|
+
padding-left: 68px;
|
|
4050
|
+
padding-right: 16px;
|
|
4036
4051
|
}
|
|
4037
|
-
.e-
|
|
4038
|
-
.e-
|
|
4039
|
-
|
|
4052
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
4053
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
4054
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
4055
|
+
left: 0;
|
|
4056
|
+
right: inherit;
|
|
4040
4057
|
}
|
|
4041
|
-
.e-
|
|
4042
|
-
.e-
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4058
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
4059
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
4060
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
4061
|
+
left: 12px;
|
|
4062
|
+
right: inherit;
|
|
4046
4063
|
}
|
|
4047
|
-
.e-
|
|
4048
|
-
.e-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4064
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
4065
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
4066
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
4067
|
+
padding-left: 10px;
|
|
4068
|
+
padding-right: 68px;
|
|
4052
4069
|
}
|
|
4053
|
-
.e-
|
|
4054
|
-
.e-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4070
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
4071
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
4072
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
4073
|
+
padding-left: 10px;
|
|
4074
|
+
padding-right: 16px;
|
|
4058
4075
|
}
|
|
4059
4076
|
|
|
4060
|
-
.e-
|
|
4061
|
-
|
|
4062
|
-
margin-right: 15px;
|
|
4077
|
+
.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 {
|
|
4078
|
+
height: 100%;
|
|
4063
4079
|
}
|
|
4064
|
-
|
|
4065
|
-
.e-
|
|
4066
|
-
|
|
4080
|
+
|
|
4081
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
4082
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4067
4083
|
}
|
|
4068
4084
|
|
|
4069
|
-
.e-listbox-
|
|
4070
|
-
|
|
4071
|
-
.e-listbox-wrapper .e-selectall-parent,
|
|
4072
|
-
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
4073
|
-
.e-listbox-container .e-list-nrt,
|
|
4074
|
-
.e-listbox-container .e-selectall-parent,
|
|
4075
|
-
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
4076
|
-
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
4077
|
-
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
4078
|
-
height: 36px;
|
|
4079
|
-
line-height: 1;
|
|
4080
|
-
padding: 10px 12px;
|
|
4081
|
-
position: relative;
|
|
4085
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
4086
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4082
4087
|
}
|
|
4083
|
-
|
|
4084
|
-
.e-listbox-container .e-list-
|
|
4085
|
-
|
|
4086
|
-
display: inline;
|
|
4087
|
-
vertical-align: middle;
|
|
4088
|
-
width: auto;
|
|
4089
|
-
height: auto;
|
|
4090
|
-
padding-bottom: 2px;
|
|
4088
|
+
|
|
4089
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
4090
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4091
4091
|
}
|
|
4092
4092
|
|
|
4093
4093
|
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|