@syncfusion/ej2-dropdowns 32.1.24 → 32.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +263 -0
- package/aceconfig.js +17 -0
- package/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +14 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +14 -6
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/drop-down-list/drop-down-list.js +1 -1
- package/src/multi-select/multi-select.js +13 -5
- package/styles/bds-lite.css +898 -898
- package/styles/bds.css +1302 -1302
- package/styles/bootstrap-dark-lite.css +870 -870
- package/styles/bootstrap-dark.css +1275 -1275
- package/styles/bootstrap-lite.css +867 -867
- package/styles/bootstrap.css +1278 -1278
- package/styles/bootstrap4-lite.css +1408 -1408
- package/styles/bootstrap4.css +1721 -1721
- package/styles/bootstrap5-dark-lite.css +1769 -1769
- package/styles/bootstrap5-dark.css +1710 -1710
- package/styles/bootstrap5-lite.css +1396 -1396
- package/styles/bootstrap5.3-lite.css +1138 -1138
- package/styles/bootstrap5.3.css +1592 -1592
- package/styles/bootstrap5.css +1711 -1711
- package/styles/drop-down-base/_all.bds.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-base/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-base/_all.fabric.scss +1 -1
- package/styles/drop-down-base/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-base/_all.fluent.scss +1 -1
- package/styles/drop-down-base/_all.fluent2.scss +1 -1
- package/styles/drop-down-base/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-base/_all.highcontrast.scss +1 -1
- package/styles/drop-down-base/_all.material-dark.scss +1 -1
- package/styles/drop-down-base/_all.material.scss +1 -1
- package/styles/drop-down-base/_all.material3-dark.scss +1 -1
- package/styles/drop-down-base/_all.material3.scss +1 -1
- package/styles/drop-down-base/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-base/_all.tailwind.scss +1 -1
- package/styles/drop-down-base/_all.tailwind3.scss +1 -1
- package/styles/drop-down-base/bds.css +164 -164
- package/styles/drop-down-base/bootstrap-dark.css +130 -130
- package/styles/drop-down-base/bootstrap.css +130 -130
- package/styles/drop-down-base/bootstrap4.css +136 -136
- package/styles/drop-down-base/bootstrap5-dark.css +143 -143
- package/styles/drop-down-base/bootstrap5.3.css +219 -219
- package/styles/drop-down-base/bootstrap5.css +143 -143
- package/styles/drop-down-base/fabric-dark.css +130 -130
- package/styles/drop-down-base/fabric.css +130 -130
- package/styles/drop-down-base/fluent-dark.css +148 -148
- package/styles/drop-down-base/fluent.css +148 -148
- package/styles/drop-down-base/fluent2.css +215 -215
- package/styles/drop-down-base/highcontrast-light.css +146 -146
- package/styles/drop-down-base/highcontrast.css +146 -146
- package/styles/drop-down-base/material-dark.css +130 -130
- package/styles/drop-down-base/material.css +130 -130
- package/styles/drop-down-base/material3-dark.css +212 -212
- package/styles/drop-down-base/material3.css +214 -214
- package/styles/drop-down-base/tailwind-dark.css +155 -155
- package/styles/drop-down-base/tailwind.css +155 -155
- package/styles/drop-down-base/tailwind3.css +215 -215
- package/styles/drop-down-list/_all.bds.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-list/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-list/_all.fabric.scss +1 -1
- package/styles/drop-down-list/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-list/_all.fluent.scss +1 -1
- package/styles/drop-down-list/_all.fluent2.scss +1 -1
- package/styles/drop-down-list/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-list/_all.highcontrast.scss +1 -1
- package/styles/drop-down-list/_all.material-dark.scss +1 -1
- package/styles/drop-down-list/_all.material.scss +1 -1
- package/styles/drop-down-list/_all.material3-dark.scss +1 -1
- package/styles/drop-down-list/_all.material3.scss +1 -1
- package/styles/drop-down-list/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-list/_all.tailwind.scss +1 -1
- package/styles/drop-down-list/_all.tailwind3.scss +1 -1
- package/styles/drop-down-list/bds.css +87 -87
- package/styles/drop-down-list/bootstrap-dark.css +74 -74
- package/styles/drop-down-list/bootstrap.css +74 -74
- package/styles/drop-down-list/bootstrap4.css +111 -111
- package/styles/drop-down-list/bootstrap5-dark.css +113 -113
- package/styles/drop-down-list/bootstrap5.3.css +197 -197
- package/styles/drop-down-list/bootstrap5.css +113 -113
- package/styles/drop-down-list/fabric-dark.css +48 -48
- package/styles/drop-down-list/fabric.css +48 -48
- package/styles/drop-down-list/fluent-dark.css +105 -105
- package/styles/drop-down-list/fluent.css +105 -105
- package/styles/drop-down-list/fluent2.css +204 -204
- package/styles/drop-down-list/highcontrast-light.css +63 -63
- package/styles/drop-down-list/highcontrast.css +64 -64
- package/styles/drop-down-list/material-dark.css +96 -96
- package/styles/drop-down-list/material.css +100 -100
- package/styles/drop-down-list/material3-dark.css +235 -235
- package/styles/drop-down-list/material3.css +235 -235
- package/styles/drop-down-list/tailwind-dark.css +83 -83
- package/styles/drop-down-list/tailwind.css +83 -83
- package/styles/drop-down-list/tailwind3.css +186 -186
- package/styles/drop-down-tree/_all.bds.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-tree/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-tree/_all.fabric.scss +1 -1
- package/styles/drop-down-tree/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-tree/_all.fluent.scss +1 -1
- package/styles/drop-down-tree/_all.fluent2.scss +1 -1
- package/styles/drop-down-tree/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-tree/_all.highcontrast.scss +1 -1
- package/styles/drop-down-tree/_all.material-dark.scss +1 -1
- package/styles/drop-down-tree/_all.material.scss +1 -1
- package/styles/drop-down-tree/_all.material3-dark.scss +1 -1
- package/styles/drop-down-tree/_all.material3.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind3.scss +1 -1
- package/styles/drop-down-tree/bds.css +56 -56
- package/styles/drop-down-tree/bootstrap-dark.css +33 -33
- package/styles/drop-down-tree/bootstrap.css +33 -33
- package/styles/drop-down-tree/bootstrap4.css +39 -39
- package/styles/drop-down-tree/bootstrap5-dark.css +40 -40
- package/styles/drop-down-tree/bootstrap5.3.css +124 -124
- package/styles/drop-down-tree/bootstrap5.css +40 -40
- package/styles/drop-down-tree/fabric-dark.css +33 -33
- package/styles/drop-down-tree/fabric.css +33 -33
- package/styles/drop-down-tree/fluent-dark.css +33 -33
- package/styles/drop-down-tree/fluent.css +33 -33
- package/styles/drop-down-tree/fluent2.css +122 -122
- package/styles/drop-down-tree/highcontrast-light.css +33 -33
- package/styles/drop-down-tree/highcontrast.css +42 -42
- package/styles/drop-down-tree/material-dark.css +33 -33
- package/styles/drop-down-tree/material.css +33 -33
- package/styles/drop-down-tree/material3-dark.css +115 -115
- package/styles/drop-down-tree/material3.css +117 -117
- package/styles/drop-down-tree/tailwind-dark.css +52 -52
- package/styles/drop-down-tree/tailwind.css +52 -52
- package/styles/drop-down-tree/tailwind3.css +107 -107
- package/styles/fabric-dark-lite.css +877 -877
- package/styles/fabric-dark.css +1274 -1274
- package/styles/fabric-lite.css +877 -877
- package/styles/fabric.css +1147 -1147
- package/styles/fluent-dark-lite.css +1765 -1765
- package/styles/fluent-dark.css +1718 -1718
- package/styles/fluent-lite.css +1765 -1765
- package/styles/fluent.css +1718 -1718
- package/styles/fluent2-lite.css +2081 -2081
- package/styles/fluent2.css +1703 -1703
- package/styles/highcontrast-light-lite.css +1412 -1412
- package/styles/highcontrast-light.css +1760 -1760
- package/styles/highcontrast-lite.css +1751 -1751
- package/styles/highcontrast.css +1768 -1768
- package/styles/list-box/_all.bds.scss +1 -1
- package/styles/list-box/_all.bootstrap-dark.scss +1 -1
- package/styles/list-box/_all.bootstrap.scss +1 -1
- package/styles/list-box/_all.bootstrap4.scss +1 -1
- package/styles/list-box/_all.bootstrap5-dark.scss +1 -1
- package/styles/list-box/_all.bootstrap5.3.scss +1 -1
- package/styles/list-box/_all.bootstrap5.scss +1 -1
- package/styles/list-box/_all.fabric-dark.scss +1 -1
- package/styles/list-box/_all.fabric.scss +1 -1
- package/styles/list-box/_all.fluent-dark.scss +1 -1
- package/styles/list-box/_all.fluent.scss +1 -1
- package/styles/list-box/_all.fluent2.scss +1 -1
- package/styles/list-box/_all.highcontrast-light.scss +1 -1
- package/styles/list-box/_all.highcontrast.scss +1 -1
- package/styles/list-box/_all.material-dark.scss +1 -1
- package/styles/list-box/_all.material.scss +1 -1
- package/styles/list-box/_all.material3-dark.scss +1 -1
- package/styles/list-box/_all.material3.scss +1 -1
- package/styles/list-box/_all.tailwind-dark.scss +1 -1
- package/styles/list-box/_all.tailwind.scss +1 -1
- package/styles/list-box/_all.tailwind3.scss +1 -1
- package/styles/list-box/bds.css +654 -654
- package/styles/list-box/bootstrap-dark.css +644 -644
- package/styles/list-box/bootstrap.css +649 -649
- package/styles/list-box/bootstrap4.css +649 -649
- package/styles/list-box/bootstrap5-dark.css +649 -649
- package/styles/list-box/bootstrap5.3.css +659 -659
- package/styles/list-box/bootstrap5.css +649 -649
- package/styles/list-box/fabric-dark.css +644 -644
- package/styles/list-box/fabric.css +649 -649
- package/styles/list-box/fluent-dark.css +649 -649
- package/styles/list-box/fluent.css +649 -649
- package/styles/list-box/fluent2.css +692 -692
- package/styles/list-box/highcontrast-light.css +644 -644
- package/styles/list-box/highcontrast.css +649 -649
- package/styles/list-box/material-dark.css +643 -643
- package/styles/list-box/material.css +648 -648
- package/styles/list-box/material3-dark.css +659 -659
- package/styles/list-box/material3.css +659 -659
- package/styles/list-box/tailwind-dark.css +640 -640
- package/styles/list-box/tailwind.css +640 -640
- package/styles/list-box/tailwind3.css +698 -698
- package/styles/material-dark-lite.css +1566 -1566
- package/styles/material-dark.css +2278 -2278
- package/styles/material-lite.css +1659 -1659
- package/styles/material.css +1921 -1921
- package/styles/material3-dark-lite.css +2644 -2644
- package/styles/material3-dark.css +2687 -2687
- package/styles/material3-lite.css +2663 -2663
- package/styles/material3.css +2684 -2684
- package/styles/multi-select/_all.bds.scss +1 -1
- package/styles/multi-select/_all.bootstrap-dark.scss +1 -1
- package/styles/multi-select/_all.bootstrap.scss +1 -1
- package/styles/multi-select/_all.bootstrap4.scss +1 -1
- package/styles/multi-select/_all.bootstrap5-dark.scss +1 -1
- package/styles/multi-select/_all.bootstrap5.3.scss +1 -1
- package/styles/multi-select/_all.bootstrap5.scss +1 -1
- package/styles/multi-select/_all.fabric-dark.scss +1 -1
- package/styles/multi-select/_all.fabric.scss +1 -1
- package/styles/multi-select/_all.fluent-dark.scss +1 -1
- package/styles/multi-select/_all.fluent.scss +1 -1
- package/styles/multi-select/_all.fluent2.scss +1 -1
- package/styles/multi-select/_all.highcontrast-light.scss +1 -1
- package/styles/multi-select/_all.highcontrast.scss +1 -1
- package/styles/multi-select/_all.material-dark.scss +1 -1
- package/styles/multi-select/_all.material.scss +1 -1
- package/styles/multi-select/_all.material3-dark.scss +1 -1
- package/styles/multi-select/_all.material3.scss +1 -1
- package/styles/multi-select/_all.tailwind-dark.scss +1 -1
- package/styles/multi-select/_all.tailwind.scss +1 -1
- package/styles/multi-select/_all.tailwind3.scss +1 -1
- package/styles/multi-select/bds.css +221 -221
- package/styles/multi-select/bootstrap-dark.css +231 -231
- package/styles/multi-select/bootstrap.css +224 -224
- package/styles/multi-select/bootstrap4.css +676 -676
- package/styles/multi-select/bootstrap5-dark.css +235 -235
- package/styles/multi-select/bootstrap5.3.css +336 -336
- package/styles/multi-select/bootstrap5.css +235 -235
- package/styles/multi-select/fabric-dark.css +225 -225
- package/styles/multi-select/fabric.css +220 -220
- package/styles/multi-select/fluent-dark.css +677 -677
- package/styles/multi-select/fluent.css +677 -677
- package/styles/multi-select/fluent2.css +959 -959
- package/styles/multi-select/highcontrast-light.css +789 -789
- package/styles/multi-select/highcontrast.css +793 -793
- package/styles/multi-select/material-dark.css +918 -918
- package/styles/multi-select/material.css +920 -920
- package/styles/multi-select/material3-dark.css +1330 -1330
- package/styles/multi-select/material3.css +1334 -1334
- package/styles/multi-select/tailwind-dark.css +217 -217
- package/styles/multi-select/tailwind.css +217 -217
- package/styles/multi-select/tailwind3.css +326 -326
- package/styles/tailwind-dark-lite.css +861 -861
- package/styles/tailwind-dark.css +1263 -1263
- package/styles/tailwind-lite.css +862 -862
- package/styles/tailwind.css +1263 -1263
- package/styles/tailwind3-lite.css +1114 -1114
- package/styles/tailwind3.css +2339 -2339
- package/tslint.json +111 -0
package/styles/fabric-lite.css
CHANGED
|
@@ -14,6 +14,136 @@
|
|
|
14
14
|
padding: 0 8px 0 0;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
+
.e-dropdownbase {
|
|
18
|
+
display: block;
|
|
19
|
+
height: 100%;
|
|
20
|
+
min-height: 36px;
|
|
21
|
+
position: relative;
|
|
22
|
+
width: 100%;
|
|
23
|
+
}
|
|
24
|
+
.e-dropdownbase .e-list-parent {
|
|
25
|
+
margin: 0;
|
|
26
|
+
padding: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
30
|
+
cursor: default;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-dropdownbase .e-list-item {
|
|
34
|
+
cursor: pointer;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
position: relative;
|
|
37
|
+
text-overflow: ellipsis;
|
|
38
|
+
vertical-align: middle;
|
|
39
|
+
white-space: nowrap;
|
|
40
|
+
width: 100%;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
44
|
+
font-size: 16px;
|
|
45
|
+
vertical-align: middle;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-dropdownbase .e-fixed-head {
|
|
49
|
+
position: absolute;
|
|
50
|
+
top: 0;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-dropdownbase.e-content {
|
|
54
|
+
overflow: auto;
|
|
55
|
+
position: relative;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
59
|
+
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
60
|
+
color: #333;
|
|
61
|
+
cursor: default;
|
|
62
|
+
font-family: inherit;
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
padding: 14px 16px;
|
|
65
|
+
text-align: center;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-mention.e-popup {
|
|
69
|
+
background: #fff;
|
|
70
|
+
border: 0;
|
|
71
|
+
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4);
|
|
72
|
+
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4);
|
|
73
|
+
margin-top: 2px;
|
|
74
|
+
position: absolute;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.e-mention.e-popup .e-dropdownbase {
|
|
78
|
+
min-height: 36px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
82
|
+
display: inline;
|
|
83
|
+
font-weight: bold;
|
|
84
|
+
vertical-align: baseline;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-mention .e-mention-chip,
|
|
88
|
+
.e-mention .e-mention-chip:hover {
|
|
89
|
+
background: #f4f4f4;
|
|
90
|
+
border-radius: 0;
|
|
91
|
+
border: none;
|
|
92
|
+
color: #0078d6;
|
|
93
|
+
cursor: default;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-mention.e-editable-element {
|
|
97
|
+
border: 2px solid rgba(234, 234, 234, 0.25);
|
|
98
|
+
height: auto;
|
|
99
|
+
min-height: 120px;
|
|
100
|
+
width: 100%;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-form-mirror-div {
|
|
104
|
+
white-space: pre-wrap;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
108
|
+
padding-right: 20px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-dropdownbase.e-dd-group .e-list-item {
|
|
112
|
+
padding-left: 20px;
|
|
113
|
+
text-indent: 0;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
117
|
+
padding-left: 20px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
121
|
+
text-indent: 0;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
125
|
+
cursor: pointer;
|
|
126
|
+
font-weight: normal;
|
|
127
|
+
overflow: hidden;
|
|
128
|
+
position: relative;
|
|
129
|
+
text-overflow: ellipsis;
|
|
130
|
+
vertical-align: middle;
|
|
131
|
+
white-space: nowrap;
|
|
132
|
+
width: 100%;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
136
|
+
padding-right: 20px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
140
|
+
padding: 0 10px 0 0;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
144
|
+
padding: 0 8px 0 0;
|
|
145
|
+
}
|
|
146
|
+
|
|
17
147
|
.e-rtl .e-dropdownbase .e-list-item {
|
|
18
148
|
padding-left: 16px;
|
|
19
149
|
padding-right: 0;
|
|
@@ -189,223 +319,93 @@
|
|
|
189
319
|
background-color: #f4f4f4;
|
|
190
320
|
}
|
|
191
321
|
|
|
192
|
-
|
|
193
|
-
|
|
322
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
323
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
324
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
325
|
+
0% {
|
|
326
|
+
-webkit-transform: rotate(0);
|
|
327
|
+
transform: rotate(0);
|
|
328
|
+
}
|
|
329
|
+
100% {
|
|
330
|
+
-webkit-transform: rotate(360deg);
|
|
331
|
+
transform: rotate(360deg);
|
|
332
|
+
}
|
|
194
333
|
}
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
334
|
+
@keyframes material-spinner-rotate {
|
|
335
|
+
0% {
|
|
336
|
+
-webkit-transform: rotate(0);
|
|
337
|
+
transform: rotate(0);
|
|
338
|
+
}
|
|
339
|
+
100% {
|
|
340
|
+
-webkit-transform: rotate(360deg);
|
|
341
|
+
transform: rotate(360deg);
|
|
342
|
+
}
|
|
198
343
|
}
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
344
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
345
|
+
0% {
|
|
346
|
+
-webkit-transform: rotate(0);
|
|
347
|
+
transform: rotate(0);
|
|
348
|
+
}
|
|
349
|
+
100% {
|
|
350
|
+
-webkit-transform: rotate(360deg);
|
|
351
|
+
transform: rotate(360deg);
|
|
352
|
+
}
|
|
206
353
|
}
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
354
|
+
@keyframes fabric-spinner-rotate {
|
|
355
|
+
0% {
|
|
356
|
+
-webkit-transform: rotate(0);
|
|
357
|
+
transform: rotate(0);
|
|
358
|
+
}
|
|
359
|
+
100% {
|
|
360
|
+
-webkit-transform: rotate(360deg);
|
|
361
|
+
transform: rotate(360deg);
|
|
362
|
+
}
|
|
210
363
|
}
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
364
|
+
.e-ddl.e-popup {
|
|
365
|
+
border: 0;
|
|
366
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
367
|
+
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
368
|
+
margin-top: 1px;
|
|
214
369
|
}
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
cursor: pointer;
|
|
218
|
-
overflow: hidden;
|
|
219
|
-
position: relative;
|
|
220
|
-
text-overflow: ellipsis;
|
|
221
|
-
vertical-align: middle;
|
|
222
|
-
white-space: nowrap;
|
|
223
|
-
width: 100%;
|
|
370
|
+
.e-ddl.e-popup .e-input-group input {
|
|
371
|
+
line-height: 15px;
|
|
224
372
|
}
|
|
225
373
|
|
|
226
|
-
.e-
|
|
227
|
-
|
|
228
|
-
|
|
374
|
+
.e-ddl.e-popup .e-input-group {
|
|
375
|
+
display: -webkit-box;
|
|
376
|
+
display: -ms-flexbox;
|
|
377
|
+
display: flex;
|
|
378
|
+
width: auto;
|
|
229
379
|
}
|
|
230
380
|
|
|
231
|
-
.e-
|
|
232
|
-
|
|
233
|
-
top: 0;
|
|
381
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
382
|
+
min-height: 26px;
|
|
234
383
|
}
|
|
235
384
|
|
|
236
|
-
.e-
|
|
237
|
-
|
|
238
|
-
|
|
385
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
386
|
+
border-left-width: 0;
|
|
387
|
+
border-right-width: 0;
|
|
239
388
|
}
|
|
240
389
|
|
|
241
|
-
.e-
|
|
242
|
-
.e-
|
|
390
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
391
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
392
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
393
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
394
|
+
background: transparent;
|
|
243
395
|
color: #333;
|
|
244
|
-
cursor: default;
|
|
245
|
-
font-family: inherit;
|
|
246
|
-
font-size: 14px;
|
|
247
|
-
padding: 14px 16px;
|
|
248
|
-
text-align: center;
|
|
249
396
|
}
|
|
250
397
|
|
|
251
|
-
.e-
|
|
252
|
-
|
|
253
|
-
border: 0;
|
|
254
|
-
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4);
|
|
255
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4);
|
|
256
|
-
margin-top: 2px;
|
|
257
|
-
position: absolute;
|
|
398
|
+
.e-ddl .e-search-icon::before {
|
|
399
|
+
content: "\e97d";
|
|
258
400
|
}
|
|
259
401
|
|
|
260
|
-
.e-
|
|
261
|
-
|
|
402
|
+
.e-ddl .e-back-icon::before {
|
|
403
|
+
content: "\e962";
|
|
262
404
|
}
|
|
263
405
|
|
|
264
|
-
.e-
|
|
265
|
-
|
|
266
|
-
font-
|
|
267
|
-
vertical-align: baseline;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.e-mention .e-mention-chip,
|
|
271
|
-
.e-mention .e-mention-chip:hover {
|
|
272
|
-
background: #f4f4f4;
|
|
273
|
-
border-radius: 0;
|
|
274
|
-
border: none;
|
|
275
|
-
color: #0078d6;
|
|
276
|
-
cursor: default;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.e-mention.e-editable-element {
|
|
280
|
-
border: 2px solid rgba(234, 234, 234, 0.25);
|
|
281
|
-
height: auto;
|
|
282
|
-
min-height: 120px;
|
|
283
|
-
width: 100%;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.e-form-mirror-div {
|
|
287
|
-
white-space: pre-wrap;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
291
|
-
padding-right: 20px;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.e-dropdownbase.e-dd-group .e-list-item {
|
|
295
|
-
padding-left: 20px;
|
|
296
|
-
text-indent: 0;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
300
|
-
padding-left: 20px;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
304
|
-
text-indent: 0;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
308
|
-
cursor: pointer;
|
|
309
|
-
font-weight: normal;
|
|
310
|
-
overflow: hidden;
|
|
311
|
-
position: relative;
|
|
312
|
-
text-overflow: ellipsis;
|
|
313
|
-
vertical-align: middle;
|
|
314
|
-
white-space: nowrap;
|
|
315
|
-
width: 100%;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
319
|
-
padding-right: 20px;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
323
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
324
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
325
|
-
0% {
|
|
326
|
-
-webkit-transform: rotate(0);
|
|
327
|
-
transform: rotate(0);
|
|
328
|
-
}
|
|
329
|
-
100% {
|
|
330
|
-
-webkit-transform: rotate(360deg);
|
|
331
|
-
transform: rotate(360deg);
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
@keyframes material-spinner-rotate {
|
|
335
|
-
0% {
|
|
336
|
-
-webkit-transform: rotate(0);
|
|
337
|
-
transform: rotate(0);
|
|
338
|
-
}
|
|
339
|
-
100% {
|
|
340
|
-
-webkit-transform: rotate(360deg);
|
|
341
|
-
transform: rotate(360deg);
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
345
|
-
0% {
|
|
346
|
-
-webkit-transform: rotate(0);
|
|
347
|
-
transform: rotate(0);
|
|
348
|
-
}
|
|
349
|
-
100% {
|
|
350
|
-
-webkit-transform: rotate(360deg);
|
|
351
|
-
transform: rotate(360deg);
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
@keyframes fabric-spinner-rotate {
|
|
355
|
-
0% {
|
|
356
|
-
-webkit-transform: rotate(0);
|
|
357
|
-
transform: rotate(0);
|
|
358
|
-
}
|
|
359
|
-
100% {
|
|
360
|
-
-webkit-transform: rotate(360deg);
|
|
361
|
-
transform: rotate(360deg);
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
.e-ddl.e-popup {
|
|
365
|
-
border: 0;
|
|
366
|
-
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
367
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
368
|
-
margin-top: 1px;
|
|
369
|
-
}
|
|
370
|
-
.e-ddl.e-popup .e-input-group input {
|
|
371
|
-
line-height: 15px;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.e-ddl.e-popup .e-input-group {
|
|
375
|
-
display: -webkit-box;
|
|
376
|
-
display: -ms-flexbox;
|
|
377
|
-
display: flex;
|
|
378
|
-
width: auto;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
382
|
-
min-height: 26px;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
386
|
-
border-left-width: 0;
|
|
387
|
-
border-right-width: 0;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
391
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
392
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
393
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
394
|
-
background: transparent;
|
|
395
|
-
color: #333;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.e-ddl .e-search-icon::before {
|
|
399
|
-
content: "\e97d";
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.e-ddl .e-back-icon::before {
|
|
403
|
-
content: "\e962";
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
407
|
-
content: "\e966";
|
|
408
|
-
font-family: "e-icons";
|
|
406
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
407
|
+
content: "\e966";
|
|
408
|
+
font-family: "e-icons";
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
.e-ddl.e-popup.e-resize .e-icons.e-resizer-right::before {
|
|
@@ -447,54 +447,6 @@
|
|
|
447
447
|
color: #333;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
-
.e-popup {
|
|
451
|
-
border-color: #eaeaea;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
455
|
-
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
456
|
-
color: #333;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
460
|
-
border-color: transparent;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
.e-ddl.e-popup {
|
|
464
|
-
border: 0;
|
|
465
|
-
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
466
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
467
|
-
margin-top: 1px;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.e-ddl.e-popup .e-input-group input {
|
|
471
|
-
line-height: 15px;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
.e-ddl.e-popup .e-input-group {
|
|
475
|
-
display: -webkit-box;
|
|
476
|
-
display: -ms-flexbox;
|
|
477
|
-
display: flex;
|
|
478
|
-
width: auto;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
482
|
-
min-height: 26px;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
486
|
-
border-left-width: 0;
|
|
487
|
-
border-right-width: 0;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
491
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
492
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
493
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
494
|
-
background: transparent;
|
|
495
|
-
color: #333;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
450
|
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
499
451
|
width: 100%;
|
|
500
452
|
border: 0 solid;
|
|
@@ -729,54 +681,69 @@ ejs-dropdownlist {
|
|
|
729
681
|
border-color: #c8c8c8;
|
|
730
682
|
}
|
|
731
683
|
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
}
|
|
738
|
-
.e-ddt .e-chips-close::before {
|
|
739
|
-
content: "\e7a7";
|
|
684
|
+
.e-ddl.e-popup {
|
|
685
|
+
border: 0;
|
|
686
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
687
|
+
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
688
|
+
margin-top: 1px;
|
|
740
689
|
}
|
|
741
690
|
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
background-color: #f4f4f4;
|
|
691
|
+
.e-ddl.e-popup .e-input-group input {
|
|
692
|
+
line-height: 15px;
|
|
745
693
|
}
|
|
746
|
-
|
|
747
|
-
|
|
694
|
+
|
|
695
|
+
.e-ddl.e-popup .e-input-group {
|
|
696
|
+
display: -webkit-box;
|
|
697
|
+
display: -ms-flexbox;
|
|
698
|
+
display: flex;
|
|
699
|
+
width: auto;
|
|
748
700
|
}
|
|
749
|
-
|
|
750
|
-
|
|
701
|
+
|
|
702
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
703
|
+
min-height: 26px;
|
|
751
704
|
}
|
|
752
|
-
|
|
753
|
-
|
|
705
|
+
|
|
706
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
707
|
+
border-left-width: 0;
|
|
708
|
+
border-right-width: 0;
|
|
754
709
|
}
|
|
755
|
-
|
|
756
|
-
|
|
710
|
+
|
|
711
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
712
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
713
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
714
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
715
|
+
background: transparent;
|
|
716
|
+
color: #333;
|
|
757
717
|
}
|
|
758
|
-
|
|
759
|
-
|
|
718
|
+
|
|
719
|
+
.e-popup {
|
|
760
720
|
border-color: #eaeaea;
|
|
761
721
|
}
|
|
762
|
-
|
|
722
|
+
|
|
723
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
724
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
763
725
|
color: #333;
|
|
764
726
|
}
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
769
|
-
background: #f4f4f4;
|
|
770
|
-
}
|
|
771
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
772
|
-
color: rgba(51, 51, 51, 0.87);
|
|
727
|
+
|
|
728
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
729
|
+
border-color: transparent;
|
|
773
730
|
}
|
|
774
731
|
|
|
732
|
+
/*! TreeView's fabric theme wise override definitions and variables */
|
|
775
733
|
/* stylelint-disable */
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
}
|
|
734
|
+
/* stylelint-disable */
|
|
735
|
+
.e-ddt .e-ddt-icon::before {
|
|
736
|
+
content: "\e966";
|
|
737
|
+
}
|
|
738
|
+
.e-ddt .e-chips-close::before {
|
|
739
|
+
content: "\e7a7";
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
/* stylelint-disable */
|
|
743
|
+
.e-ddt {
|
|
744
|
+
cursor: pointer;
|
|
745
|
+
outline: none;
|
|
746
|
+
}
|
|
780
747
|
.e-ddt .e-ddt-icon::before {
|
|
781
748
|
-webkit-transform: rotate(0deg);
|
|
782
749
|
transform: rotate(0deg);
|
|
@@ -1085,6 +1052,39 @@ ejs-dropdownlist {
|
|
|
1085
1052
|
display: none;
|
|
1086
1053
|
}
|
|
1087
1054
|
|
|
1055
|
+
/* stylelint-disable */
|
|
1056
|
+
.e-ddt .e-chips {
|
|
1057
|
+
background-color: #f4f4f4;
|
|
1058
|
+
}
|
|
1059
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1060
|
+
color: #666;
|
|
1061
|
+
}
|
|
1062
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1063
|
+
color: #666;
|
|
1064
|
+
}
|
|
1065
|
+
.e-ddt .e-overflow .e-remain {
|
|
1066
|
+
color: #666;
|
|
1067
|
+
}
|
|
1068
|
+
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1069
|
+
background-color: #fff;
|
|
1070
|
+
}
|
|
1071
|
+
.e-ddt.e-popup {
|
|
1072
|
+
background: #fff;
|
|
1073
|
+
border-color: #eaeaea;
|
|
1074
|
+
}
|
|
1075
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1076
|
+
color: #333;
|
|
1077
|
+
}
|
|
1078
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1079
|
+
border-bottom-color: #eaeaea;
|
|
1080
|
+
}
|
|
1081
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1082
|
+
background: #f4f4f4;
|
|
1083
|
+
}
|
|
1084
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1085
|
+
color: rgba(51, 51, 51, 0.87);
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
1088
|
/* stylelint-disable-line no-empty-source */
|
|
1089
1089
|
/* stylelint-disable-line no-empty-source */
|
|
1090
1090
|
.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
|
|
@@ -1133,6 +1133,14 @@ ejs-dropdownlist {
|
|
|
1133
1133
|
content: "\eb06";
|
|
1134
1134
|
}
|
|
1135
1135
|
|
|
1136
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
1137
|
+
padding: 0 10px 0 0;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
1141
|
+
padding: 0 8px 0 0;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1136
1144
|
.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
|
|
1137
1145
|
height: 30px;
|
|
1138
1146
|
width: 30px;
|
|
@@ -1150,363 +1158,135 @@ ejs-dropdownlist {
|
|
|
1150
1158
|
margin: 2px 2px 2px 0;
|
|
1151
1159
|
}
|
|
1152
1160
|
|
|
1153
|
-
.e-multi-select-wrapper
|
|
1154
|
-
color: #666;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
1158
|
-
background-color: #d0d0d0;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
1162
|
-
background-color: #dadada;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
.e-multiselect {
|
|
1161
|
+
.e-multi-select-wrapper {
|
|
1166
1162
|
-webkit-box-sizing: border-box;
|
|
1167
1163
|
box-sizing: border-box;
|
|
1164
|
+
cursor: text;
|
|
1165
|
+
line-height: normal;
|
|
1166
|
+
min-height: 30px;
|
|
1167
|
+
padding: 0 32px 0 2px;
|
|
1168
|
+
position: relative;
|
|
1169
|
+
-webkit-user-select: none;
|
|
1170
|
+
-moz-user-select: none;
|
|
1171
|
+
-ms-user-select: none;
|
|
1172
|
+
user-select: none;
|
|
1173
|
+
width: 100%;
|
|
1168
1174
|
}
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
-webkit-text-fill-color: #666;
|
|
1173
|
-
color: #666;
|
|
1174
|
-
font-family: inherit;
|
|
1175
|
-
font-size: 14px;
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
1179
|
-
color: #666;
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
1183
|
-
color: #666;
|
|
1175
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1176
|
+
height: 27px;
|
|
1177
|
+
vertical-align: middle;
|
|
1184
1178
|
}
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
border-radius: 0;
|
|
1189
|
-
height: 26px;
|
|
1179
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1180
|
+
height: 100%;
|
|
1181
|
+
min-height: 100%;
|
|
1190
1182
|
}
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
background-color: #eaeaea;
|
|
1183
|
+
.e-multi-select-wrapper .e-delim-view {
|
|
1184
|
+
white-space: nowrap;
|
|
1194
1185
|
}
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1186
|
+
.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 {
|
|
1187
|
+
-webkit-box-sizing: border-box;
|
|
1188
|
+
box-sizing: border-box;
|
|
1189
|
+
display: inline-block;
|
|
1190
|
+
overflow: hidden;
|
|
1191
|
+
text-overflow: ellipsis;
|
|
1198
1192
|
}
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
-webkit-text-fill-color: #666;
|
|
1202
|
-
color: #666;
|
|
1193
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1194
|
+
color: #fff;
|
|
1203
1195
|
font-size: 10px;
|
|
1196
|
+
left: 12px;
|
|
1197
|
+
top: 0;
|
|
1204
1198
|
}
|
|
1205
|
-
|
|
1206
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1199
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1207
1200
|
background-color: #0078d6;
|
|
1208
|
-
border-radius: 0;
|
|
1209
1201
|
color: #fff;
|
|
1210
|
-
|
|
1211
|
-
line-height: 38px;
|
|
1202
|
+
padding: 9px 0;
|
|
1212
1203
|
}
|
|
1213
|
-
|
|
1214
|
-
.e-multi-select-wrapper .e-
|
|
1215
|
-
|
|
1204
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1205
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1206
|
+
width: 0;
|
|
1216
1207
|
}
|
|
1217
|
-
|
|
1218
|
-
.e-multi-select-wrapper .e-
|
|
1219
|
-
height:
|
|
1208
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1209
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1210
|
+
height: 1px;
|
|
1211
|
+
min-height: 1px;
|
|
1220
1212
|
}
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
1224
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
1225
|
-
-webkit-box-sizing: content-box;
|
|
1226
|
-
box-sizing: content-box;
|
|
1227
|
-
overflow: initial;
|
|
1213
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1214
|
+
max-width: 100%;
|
|
1228
1215
|
}
|
|
1229
1216
|
|
|
1230
|
-
.e-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1217
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
|
|
1218
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
|
|
1219
|
+
display: -webkit-box;
|
|
1220
|
+
display: -ms-flexbox;
|
|
1221
|
+
display: flex;
|
|
1222
|
+
float: left;
|
|
1223
|
+
width: auto;
|
|
1235
1224
|
}
|
|
1236
|
-
|
|
1237
|
-
.e-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1225
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1226
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1227
|
+
display: -webkit-inline-box;
|
|
1228
|
+
display: -ms-inline-flexbox;
|
|
1229
|
+
display: inline-flex;
|
|
1230
|
+
float: none;
|
|
1241
1231
|
}
|
|
1242
|
-
|
|
1243
|
-
.e-
|
|
1244
|
-
|
|
1245
|
-
border-color: transparent;
|
|
1246
|
-
color: rgba(51, 51, 51, 0.87);
|
|
1232
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1233
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1234
|
+
width: 0;
|
|
1247
1235
|
}
|
|
1248
|
-
|
|
1249
|
-
.e-
|
|
1250
|
-
|
|
1236
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1237
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1238
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
1239
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1240
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1241
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1242
|
+
display: none;
|
|
1251
1243
|
}
|
|
1252
|
-
|
|
1253
|
-
.e-
|
|
1254
|
-
|
|
1244
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1245
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1246
|
+
padding: 0 48px 0 0;
|
|
1255
1247
|
}
|
|
1256
|
-
|
|
1257
|
-
.e-
|
|
1258
|
-
|
|
1248
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1249
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1250
|
+
-webkit-box-align: center;
|
|
1251
|
+
-ms-flex-align: center;
|
|
1252
|
+
align-items: center;
|
|
1253
|
+
display: inline;
|
|
1254
|
+
max-width: 100%;
|
|
1255
|
+
word-break: break-word;
|
|
1259
1256
|
}
|
|
1260
|
-
|
|
1261
|
-
.e-
|
|
1262
|
-
|
|
1257
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1258
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1259
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
1260
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1261
|
+
-webkit-box-align: center;
|
|
1262
|
+
-ms-flex-align: center;
|
|
1263
|
+
align-items: center;
|
|
1264
|
+
cursor: pointer;
|
|
1265
|
+
display: none;
|
|
1266
|
+
-webkit-box-orient: horizontal;
|
|
1267
|
+
-webkit-box-direction: normal;
|
|
1268
|
+
-ms-flex-direction: row;
|
|
1269
|
+
flex-direction: row;
|
|
1270
|
+
margin-top: -3em;
|
|
1271
|
+
outline: 0;
|
|
1272
|
+
padding: 0;
|
|
1273
|
+
position: absolute;
|
|
1274
|
+
right: 0;
|
|
1275
|
+
top: 100%;
|
|
1263
1276
|
}
|
|
1264
|
-
|
|
1265
|
-
.e-
|
|
1266
|
-
|
|
1267
|
-
|
|
1277
|
+
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1278
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1279
|
+
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1280
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1281
|
+
display: -webkit-box;
|
|
1282
|
+
display: -ms-flexbox;
|
|
1283
|
+
display: flex;
|
|
1268
1284
|
}
|
|
1269
|
-
|
|
1270
|
-
.e-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
1275
|
-
border-top: 1px solid transparent;
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
1279
|
-
background-color: rgb(208.9, 234.7504672897, 255);
|
|
1280
|
-
-webkit-box-shadow: none;
|
|
1281
|
-
box-shadow: none;
|
|
1282
|
-
color: #333;
|
|
1283
|
-
border: 1px solid #666;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
1287
|
-
background-color: rgb(208.9, 234.7504672897, 255);
|
|
1288
|
-
-webkit-box-shadow: none;
|
|
1289
|
-
box-shadow: none;
|
|
1290
|
-
color: #333;
|
|
1291
|
-
border: 1px solid #666;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
1295
|
-
border: 1px solid transparent;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
1299
|
-
border: 1px solid transparent;
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1303
|
-
color: #a6a6a6;
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1307
|
-
color: #a6a6a6;
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1311
|
-
color: #a6a6a6;
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1315
|
-
color: #a6a6a6;
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
.e-ul.e-reorder {
|
|
1319
|
-
border-bottom: 1px solid #eaeaea;
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
1323
|
-
border-bottom: 1px solid #eaeaea;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
.e-multi-select-wrapper .e-delim-values {
|
|
1327
|
-
-webkit-text-fill-color: #666;
|
|
1328
|
-
color: #666;
|
|
1329
|
-
}
|
|
1330
|
-
|
|
1331
|
-
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1332
|
-
color: #333;
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
.e-small .e-multi-select-wrapper .e-chips {
|
|
1336
|
-
height: 20px;
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1340
|
-
font-size: 12px;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1344
|
-
font-size: 8px;
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
1348
|
-
left: 7px;
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1352
|
-
-webkit-text-fill-color: #a6a6a6;
|
|
1353
|
-
color: #a6a6a6;
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
1357
|
-
padding: 0 10px 0 0;
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
1361
|
-
padding: 0 8px 0 0;
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
|
|
1365
|
-
height: 30px;
|
|
1366
|
-
width: 30px;
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
.e-small .e-multi-select-wrapper .e-chips {
|
|
1370
|
-
padding: 0;
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1374
|
-
padding: 0 8px;
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
.e-small .e-multi-select-wrapper .e-chips {
|
|
1378
|
-
margin: 2px 2px 2px 0;
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
.e-multi-select-wrapper {
|
|
1382
|
-
-webkit-box-sizing: border-box;
|
|
1383
|
-
box-sizing: border-box;
|
|
1384
|
-
cursor: text;
|
|
1385
|
-
line-height: normal;
|
|
1386
|
-
min-height: 30px;
|
|
1387
|
-
padding: 0 32px 0 2px;
|
|
1388
|
-
position: relative;
|
|
1389
|
-
-webkit-user-select: none;
|
|
1390
|
-
-moz-user-select: none;
|
|
1391
|
-
-ms-user-select: none;
|
|
1392
|
-
user-select: none;
|
|
1393
|
-
width: 100%;
|
|
1394
|
-
}
|
|
1395
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1396
|
-
height: 27px;
|
|
1397
|
-
vertical-align: middle;
|
|
1398
|
-
}
|
|
1399
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1400
|
-
height: 100%;
|
|
1401
|
-
min-height: 100%;
|
|
1402
|
-
}
|
|
1403
|
-
.e-multi-select-wrapper .e-delim-view {
|
|
1404
|
-
white-space: nowrap;
|
|
1405
|
-
}
|
|
1406
|
-
.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 {
|
|
1407
|
-
-webkit-box-sizing: border-box;
|
|
1408
|
-
box-sizing: border-box;
|
|
1409
|
-
display: inline-block;
|
|
1410
|
-
overflow: hidden;
|
|
1411
|
-
text-overflow: ellipsis;
|
|
1412
|
-
}
|
|
1413
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1414
|
-
color: #fff;
|
|
1415
|
-
font-size: 10px;
|
|
1416
|
-
left: 12px;
|
|
1417
|
-
top: 0;
|
|
1418
|
-
}
|
|
1419
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1420
|
-
background-color: #0078d6;
|
|
1421
|
-
color: #fff;
|
|
1422
|
-
padding: 9px 0;
|
|
1423
|
-
}
|
|
1424
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1425
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1426
|
-
width: 0;
|
|
1427
|
-
}
|
|
1428
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1429
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1430
|
-
height: 1px;
|
|
1431
|
-
min-height: 1px;
|
|
1432
|
-
}
|
|
1433
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1434
|
-
max-width: 100%;
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
|
|
1438
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
|
|
1439
|
-
display: -webkit-box;
|
|
1440
|
-
display: -ms-flexbox;
|
|
1441
|
-
display: flex;
|
|
1442
|
-
float: left;
|
|
1443
|
-
width: auto;
|
|
1444
|
-
}
|
|
1445
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1446
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1447
|
-
display: -webkit-inline-box;
|
|
1448
|
-
display: -ms-inline-flexbox;
|
|
1449
|
-
display: inline-flex;
|
|
1450
|
-
float: none;
|
|
1451
|
-
}
|
|
1452
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1453
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1454
|
-
width: 0;
|
|
1455
|
-
}
|
|
1456
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1457
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1458
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
1459
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1460
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1461
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1462
|
-
display: none;
|
|
1463
|
-
}
|
|
1464
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1465
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1466
|
-
padding: 0 48px 0 0;
|
|
1467
|
-
}
|
|
1468
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1469
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1470
|
-
-webkit-box-align: center;
|
|
1471
|
-
-ms-flex-align: center;
|
|
1472
|
-
align-items: center;
|
|
1473
|
-
display: inline;
|
|
1474
|
-
max-width: 100%;
|
|
1475
|
-
word-break: break-word;
|
|
1476
|
-
}
|
|
1477
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1478
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1479
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
1480
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1481
|
-
-webkit-box-align: center;
|
|
1482
|
-
-ms-flex-align: center;
|
|
1483
|
-
align-items: center;
|
|
1484
|
-
cursor: pointer;
|
|
1485
|
-
display: none;
|
|
1486
|
-
-webkit-box-orient: horizontal;
|
|
1487
|
-
-webkit-box-direction: normal;
|
|
1488
|
-
-ms-flex-direction: row;
|
|
1489
|
-
flex-direction: row;
|
|
1490
|
-
margin-top: -3em;
|
|
1491
|
-
outline: 0;
|
|
1492
|
-
padding: 0;
|
|
1493
|
-
position: absolute;
|
|
1494
|
-
right: 0;
|
|
1495
|
-
top: 100%;
|
|
1496
|
-
}
|
|
1497
|
-
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1498
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1499
|
-
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1500
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1501
|
-
display: -webkit-box;
|
|
1502
|
-
display: -ms-flexbox;
|
|
1503
|
-
display: flex;
|
|
1504
|
-
}
|
|
1505
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1506
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1507
|
-
margin-right: 0;
|
|
1508
|
-
margin-top: -2.5em;
|
|
1509
|
-
right: 0;
|
|
1285
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1286
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1287
|
+
margin-right: 0;
|
|
1288
|
+
margin-top: -2.5em;
|
|
1289
|
+
right: 0;
|
|
1510
1290
|
}
|
|
1511
1291
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
1512
1292
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
|
|
@@ -2147,348 +1927,248 @@ ejs-multiselect {
|
|
|
2147
1927
|
width: 15px;
|
|
2148
1928
|
}
|
|
2149
1929
|
|
|
2150
|
-
.e-
|
|
2151
|
-
|
|
1930
|
+
.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
|
|
1931
|
+
height: 30px;
|
|
1932
|
+
width: 30px;
|
|
2152
1933
|
}
|
|
2153
1934
|
|
|
2154
|
-
.e-
|
|
2155
|
-
|
|
1935
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
1936
|
+
padding: 0;
|
|
2156
1937
|
}
|
|
2157
1938
|
|
|
2158
|
-
.e-
|
|
2159
|
-
|
|
1939
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1940
|
+
padding: 0 8px;
|
|
2160
1941
|
}
|
|
2161
1942
|
|
|
2162
|
-
.e-
|
|
2163
|
-
|
|
1943
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
1944
|
+
margin: 2px 2px 2px 0;
|
|
2164
1945
|
}
|
|
2165
1946
|
|
|
2166
|
-
.e-
|
|
2167
|
-
|
|
2168
|
-
}
|
|
1947
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
1948
|
+
color: #666;
|
|
1949
|
+
}
|
|
2169
1950
|
|
|
2170
|
-
.e-
|
|
2171
|
-
|
|
1951
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
1952
|
+
background-color: #d0d0d0;
|
|
2172
1953
|
}
|
|
2173
1954
|
|
|
2174
|
-
.e-
|
|
2175
|
-
|
|
2176
|
-
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1955
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
1956
|
+
background-color: #dadada;
|
|
2177
1957
|
}
|
|
2178
1958
|
|
|
2179
|
-
.e-
|
|
2180
|
-
|
|
1959
|
+
.e-multiselect {
|
|
1960
|
+
-webkit-box-sizing: border-box;
|
|
1961
|
+
box-sizing: border-box;
|
|
2181
1962
|
}
|
|
2182
1963
|
|
|
2183
|
-
|
|
2184
|
-
|
|
1964
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1965
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1966
|
+
-webkit-text-fill-color: #666;
|
|
1967
|
+
color: #666;
|
|
1968
|
+
font-family: inherit;
|
|
1969
|
+
font-size: 14px;
|
|
2185
1970
|
}
|
|
2186
1971
|
|
|
2187
|
-
.e-
|
|
2188
|
-
|
|
1972
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
1973
|
+
color: #666;
|
|
2189
1974
|
}
|
|
2190
1975
|
|
|
2191
|
-
.e-
|
|
2192
|
-
|
|
2193
|
-
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
2194
|
-
border: 1px solid #eaeaea;
|
|
1976
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
1977
|
+
color: #666;
|
|
2195
1978
|
}
|
|
2196
1979
|
|
|
2197
|
-
.e-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
font-size: 13px;
|
|
1980
|
+
.e-multi-select-wrapper .e-chips {
|
|
1981
|
+
background-color: #f4f4f4;
|
|
1982
|
+
border-radius: 0;
|
|
1983
|
+
height: 26px;
|
|
2202
1984
|
}
|
|
2203
|
-
|
|
2204
|
-
.e-
|
|
2205
|
-
|
|
2206
|
-
background-color: #fff;
|
|
2207
|
-
border-color: #eaeaea;
|
|
2208
|
-
color: #333;
|
|
2209
|
-
font-size: 14px;
|
|
1985
|
+
|
|
1986
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
1987
|
+
background-color: #eaeaea;
|
|
2210
1988
|
}
|
|
2211
1989
|
|
|
2212
|
-
.e-
|
|
2213
|
-
|
|
2214
|
-
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
2215
|
-
height: calc(100% - 51px);
|
|
1990
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
|
|
1991
|
+
color: #666;
|
|
2216
1992
|
}
|
|
2217
1993
|
|
|
2218
|
-
.e-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
1994
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1995
|
+
-webkit-text-fill-color: #666;
|
|
1996
|
+
color: #666;
|
|
1997
|
+
font-size: 10px;
|
|
2222
1998
|
}
|
|
2223
1999
|
|
|
2224
|
-
.e-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2000
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2001
|
+
background-color: #0078d6;
|
|
2002
|
+
border-radius: 0;
|
|
2003
|
+
color: #fff;
|
|
2004
|
+
height: 38px;
|
|
2005
|
+
line-height: 38px;
|
|
2228
2006
|
}
|
|
2229
2007
|
|
|
2230
|
-
.e-
|
|
2231
|
-
|
|
2232
|
-
.e-listboxtool-wrapper .e-list-item {
|
|
2233
|
-
background-color: inherit;
|
|
2234
|
-
border-bottom: 0 solid transparent;
|
|
2235
|
-
border-left: 0 solid transparent;
|
|
2236
|
-
border-right: 0 solid transparent;
|
|
2237
|
-
border-top: 0 solid transparent;
|
|
2238
|
-
color: #333;
|
|
2008
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
2009
|
+
color: #fff;
|
|
2239
2010
|
}
|
|
2240
2011
|
|
|
2241
|
-
.e-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
.e-
|
|
2246
|
-
|
|
2012
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2013
|
+
height: 30px;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
.e-popup.e-multi-select-list-wrapper {
|
|
2017
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
2018
|
+
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
2019
|
+
-webkit-box-sizing: content-box;
|
|
2020
|
+
box-sizing: content-box;
|
|
2021
|
+
overflow: initial;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
|
|
2025
|
+
border-bottom: 1px solid transparent;
|
|
2026
|
+
border-left: 1px solid rgb(208.9, 234.7504672897, 255);
|
|
2027
|
+
border-right: 1px solid rgb(208.9, 234.7504672897, 255);
|
|
2028
|
+
border-top: 1px solid #fff;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
2032
|
+
background-color: transparent;
|
|
2247
2033
|
border-color: transparent;
|
|
2248
|
-
color:
|
|
2034
|
+
color: rgba(51, 51, 51, 0.87);
|
|
2249
2035
|
}
|
|
2250
2036
|
|
|
2251
|
-
.e-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
color: #333;
|
|
2037
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
2038
|
+
background-color: transparent;
|
|
2039
|
+
border-color: transparent;
|
|
2040
|
+
color: rgba(51, 51, 51, 0.87);
|
|
2256
2041
|
}
|
|
2257
2042
|
|
|
2258
|
-
.e-
|
|
2259
|
-
|
|
2260
|
-
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
2261
|
-
.e-listbox-container .e-list-item.e-selected,
|
|
2262
|
-
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
2263
|
-
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
2264
|
-
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
2265
|
-
background-color: rgb(208.9, 234.7504672897, 255);
|
|
2266
|
-
color: #333;
|
|
2043
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
|
|
2044
|
+
color: rgba(51, 51, 51, 0.87);
|
|
2267
2045
|
}
|
|
2268
2046
|
|
|
2269
|
-
.e-
|
|
2270
|
-
|
|
2271
|
-
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
2272
|
-
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
2273
|
-
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
2274
|
-
background-color: #0078d6;
|
|
2275
|
-
border-color: #0078d6;
|
|
2276
|
-
color: #fff;
|
|
2047
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
|
|
2048
|
+
color: rgba(51, 51, 51, 0.87);
|
|
2277
2049
|
}
|
|
2278
2050
|
|
|
2279
|
-
.e-
|
|
2280
|
-
|
|
2281
|
-
.e-listboxtool-wrapper .e-list-group-item {
|
|
2282
|
-
background-color: #fff;
|
|
2283
|
-
border-color: #eaeaea;
|
|
2284
|
-
color: #0078d6;
|
|
2285
|
-
font-size: 14px;
|
|
2051
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
2052
|
+
background-color: #f4f4f4;
|
|
2286
2053
|
}
|
|
2287
2054
|
|
|
2288
|
-
.e-
|
|
2289
|
-
|
|
2290
|
-
.e-listboxtool-wrapper .e-selectall-parent {
|
|
2291
|
-
background-color: inherit;
|
|
2292
|
-
border-bottom: 1px solid #eaeaea;
|
|
2293
|
-
color: #333;
|
|
2055
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
2056
|
+
background-color: #f4f4f4;
|
|
2294
2057
|
}
|
|
2295
2058
|
|
|
2296
|
-
.e-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
background-color: transparent;
|
|
2059
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
2060
|
+
border-bottom: 1px solid transparent;
|
|
2061
|
+
border-top: 1px solid transparent;
|
|
2300
2062
|
}
|
|
2301
2063
|
|
|
2302
|
-
.e-
|
|
2303
|
-
|
|
2304
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
2305
|
-
height: inherit;
|
|
2306
|
-
position: relative;
|
|
2064
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
2065
|
+
border-bottom: 1px solid transparent;
|
|
2307
2066
|
}
|
|
2308
|
-
|
|
2309
|
-
.e-
|
|
2310
|
-
|
|
2311
|
-
padding: 0.6153em 0.923em;
|
|
2067
|
+
|
|
2068
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
2069
|
+
border-top: 1px solid transparent;
|
|
2312
2070
|
}
|
|
2313
|
-
|
|
2314
|
-
.e-
|
|
2315
|
-
|
|
2316
|
-
|
|
2071
|
+
|
|
2072
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2073
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
2074
|
+
-webkit-box-shadow: none;
|
|
2075
|
+
box-shadow: none;
|
|
2076
|
+
color: #333;
|
|
2077
|
+
border: 1px solid #666;
|
|
2317
2078
|
}
|
|
2318
|
-
|
|
2319
|
-
.e-
|
|
2320
|
-
|
|
2079
|
+
|
|
2080
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2081
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
2082
|
+
-webkit-box-shadow: none;
|
|
2083
|
+
box-shadow: none;
|
|
2321
2084
|
color: #333;
|
|
2322
|
-
|
|
2323
|
-
font-size: 13px;
|
|
2324
|
-
font-weight: 500;
|
|
2325
|
-
margin: 0;
|
|
2326
|
-
overflow: hidden;
|
|
2327
|
-
padding: 0.093em 0;
|
|
2328
|
-
text-overflow: ellipsis;
|
|
2329
|
-
white-space: nowrap;
|
|
2085
|
+
border: 1px solid #666;
|
|
2330
2086
|
}
|
|
2331
|
-
|
|
2332
|
-
.e-
|
|
2333
|
-
|
|
2334
|
-
color: #666;
|
|
2335
|
-
display: block;
|
|
2336
|
-
font-size: 13px;
|
|
2337
|
-
margin: 0;
|
|
2338
|
-
padding: 0.093em 0;
|
|
2339
|
-
word-wrap: break-word;
|
|
2087
|
+
|
|
2088
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
2089
|
+
border: 1px solid transparent;
|
|
2340
2090
|
}
|
|
2341
|
-
|
|
2342
|
-
.e-
|
|
2343
|
-
|
|
2344
|
-
overflow: hidden;
|
|
2345
|
-
text-overflow: ellipsis;
|
|
2346
|
-
white-space: nowrap;
|
|
2091
|
+
|
|
2092
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
2093
|
+
border: 1px solid transparent;
|
|
2347
2094
|
}
|
|
2348
|
-
|
|
2349
|
-
.e-
|
|
2350
|
-
|
|
2351
|
-
height: 3.0769em;
|
|
2352
|
-
left: 0.923em;
|
|
2353
|
-
position: absolute;
|
|
2354
|
-
width: 3.0769em;
|
|
2355
|
-
left: 0.923em;
|
|
2095
|
+
|
|
2096
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2097
|
+
color: #a6a6a6;
|
|
2356
2098
|
}
|
|
2357
|
-
|
|
2358
|
-
.e-
|
|
2359
|
-
|
|
2360
|
-
padding-left: 4.923em;
|
|
2361
|
-
padding-right: 0.923em;
|
|
2099
|
+
|
|
2100
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2101
|
+
color: #a6a6a6;
|
|
2362
2102
|
}
|
|
2363
|
-
|
|
2364
|
-
.e-
|
|
2365
|
-
|
|
2366
|
-
padding-left: 0.923em;
|
|
2367
|
-
padding-right: 4.923em;
|
|
2368
|
-
}
|
|
2369
|
-
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2370
|
-
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2371
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
2372
|
-
height: 3.0769em;
|
|
2373
|
-
left: 0.923em;
|
|
2374
|
-
position: absolute;
|
|
2375
|
-
width: 3.0769em;
|
|
2376
|
-
right: 0.923em;
|
|
2377
|
-
}
|
|
2378
|
-
.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,
|
|
2379
|
-
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
2380
|
-
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2381
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
2382
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
2383
|
-
top: 0.6153em;
|
|
2384
|
-
}
|
|
2385
|
-
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
2386
|
-
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
2387
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
2388
|
-
font-size: 13px;
|
|
2389
|
-
height: 1.5384em;
|
|
2390
|
-
line-height: 1.3384em;
|
|
2391
|
-
padding: 0;
|
|
2392
|
-
position: absolute;
|
|
2393
|
-
right: 0.923em;
|
|
2394
|
-
top: 50%;
|
|
2395
|
-
-webkit-transform: translateY(-50%);
|
|
2396
|
-
transform: translateY(-50%);
|
|
2397
|
-
width: 1.5384em;
|
|
2103
|
+
|
|
2104
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2105
|
+
color: #a6a6a6;
|
|
2398
2106
|
}
|
|
2399
|
-
|
|
2400
|
-
.e-
|
|
2401
|
-
|
|
2402
|
-
padding-left: 4.923em;
|
|
2403
|
-
padding-right: 3.3846em;
|
|
2107
|
+
|
|
2108
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2109
|
+
color: #a6a6a6;
|
|
2404
2110
|
}
|
|
2405
|
-
|
|
2406
|
-
.e-
|
|
2407
|
-
|
|
2408
|
-
padding-left: 0.923em;
|
|
2409
|
-
padding-right: 3.3846em;
|
|
2111
|
+
|
|
2112
|
+
.e-ul.e-reorder {
|
|
2113
|
+
border-bottom: 1px solid #eaeaea;
|
|
2410
2114
|
}
|
|
2411
|
-
|
|
2412
|
-
.e-
|
|
2413
|
-
|
|
2414
|
-
display: block;
|
|
2415
|
-
margin: 0;
|
|
2416
|
-
overflow: hidden;
|
|
2417
|
-
padding: 0.867em 0;
|
|
2418
|
-
text-overflow: ellipsis;
|
|
2419
|
-
white-space: nowrap;
|
|
2115
|
+
|
|
2116
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2117
|
+
border-bottom: 1px solid #eaeaea;
|
|
2420
2118
|
}
|
|
2421
|
-
|
|
2422
|
-
.e-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
2426
|
-
color: #333;
|
|
2119
|
+
|
|
2120
|
+
.e-multi-select-wrapper .e-delim-values {
|
|
2121
|
+
-webkit-text-fill-color: #666;
|
|
2122
|
+
color: #666;
|
|
2427
2123
|
}
|
|
2428
|
-
|
|
2429
|
-
.e-
|
|
2430
|
-
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
2431
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
2432
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
2124
|
+
|
|
2125
|
+
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2433
2126
|
color: #333;
|
|
2434
2127
|
}
|
|
2435
|
-
|
|
2436
|
-
.e-
|
|
2437
|
-
|
|
2438
|
-
left: inherit;
|
|
2439
|
-
right: 0.923em;
|
|
2128
|
+
|
|
2129
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
2130
|
+
height: 20px;
|
|
2440
2131
|
}
|
|
2441
|
-
|
|
2442
|
-
.e-
|
|
2443
|
-
|
|
2444
|
-
padding-left: 0.923em;
|
|
2445
|
-
padding-right: 4.923em;
|
|
2132
|
+
|
|
2133
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2134
|
+
font-size: 12px;
|
|
2446
2135
|
}
|
|
2447
|
-
|
|
2448
|
-
.e-
|
|
2449
|
-
|
|
2450
|
-
padding-left: 4.923em;
|
|
2451
|
-
padding-right: 0.923em;
|
|
2136
|
+
|
|
2137
|
+
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2138
|
+
font-size: 8px;
|
|
2452
2139
|
}
|
|
2453
|
-
|
|
2454
|
-
.e-
|
|
2455
|
-
|
|
2456
|
-
left: 0.923em;
|
|
2457
|
-
right: inherit;
|
|
2140
|
+
|
|
2141
|
+
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
2142
|
+
left: 7px;
|
|
2458
2143
|
}
|
|
2459
|
-
|
|
2460
|
-
.e-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
right: inherit;
|
|
2144
|
+
|
|
2145
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2146
|
+
-webkit-text-fill-color: #a6a6a6;
|
|
2147
|
+
color: #a6a6a6;
|
|
2464
2148
|
}
|
|
2465
|
-
|
|
2466
|
-
.e-listbox-
|
|
2467
|
-
|
|
2468
|
-
padding-left: 3.3846em;
|
|
2469
|
-
padding-right: 4.923em;
|
|
2149
|
+
|
|
2150
|
+
.e-listbox-tool .e-moveup::before {
|
|
2151
|
+
content: "\e651";
|
|
2470
2152
|
}
|
|
2471
|
-
|
|
2472
|
-
.e-listbox-
|
|
2473
|
-
|
|
2474
|
-
padding-left: 3.3846em;
|
|
2475
|
-
padding-right: 0.923em;
|
|
2153
|
+
|
|
2154
|
+
.e-listbox-tool .e-movedown::before {
|
|
2155
|
+
content: "\e652";
|
|
2476
2156
|
}
|
|
2477
2157
|
|
|
2478
|
-
.e-listbox-
|
|
2479
|
-
|
|
2158
|
+
.e-listbox-tool .e-moveto::before {
|
|
2159
|
+
content: "\e653";
|
|
2480
2160
|
}
|
|
2481
2161
|
|
|
2482
|
-
.e-listbox-
|
|
2483
|
-
|
|
2162
|
+
.e-listbox-tool .e-movefrom::before {
|
|
2163
|
+
content: "\e654";
|
|
2484
2164
|
}
|
|
2485
2165
|
|
|
2486
|
-
.e-listbox-
|
|
2487
|
-
|
|
2166
|
+
.e-listbox-tool .e-moveallto::before {
|
|
2167
|
+
content: "\e655";
|
|
2488
2168
|
}
|
|
2489
2169
|
|
|
2490
|
-
.e-listbox-
|
|
2491
|
-
|
|
2170
|
+
.e-listbox-tool .e-moveallfrom::before {
|
|
2171
|
+
content: "\e656";
|
|
2492
2172
|
}
|
|
2493
2173
|
|
|
2494
2174
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -2947,4 +2627,324 @@ ejs-listbox {
|
|
|
2947
2627
|
width: auto;
|
|
2948
2628
|
height: auto;
|
|
2949
2629
|
padding-bottom: 1px;
|
|
2630
|
+
}
|
|
2631
|
+
|
|
2632
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2633
|
+
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
2634
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2635
|
+
}
|
|
2636
|
+
|
|
2637
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2638
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2641
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
2642
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
2646
|
+
height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
.e-listbox-wrapper,
|
|
2650
|
+
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2651
|
+
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
2652
|
+
border: 1px solid #eaeaea;
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
.e-listbox-wrapper,
|
|
2656
|
+
.e-listbox-container,
|
|
2657
|
+
.e-listboxtool-wrapper {
|
|
2658
|
+
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2659
|
+
font-size: 13px;
|
|
2660
|
+
}
|
|
2661
|
+
.e-listbox-wrapper .e-list-header,
|
|
2662
|
+
.e-listbox-container .e-list-header,
|
|
2663
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
2664
|
+
background-color: #fff;
|
|
2665
|
+
border-color: #eaeaea;
|
|
2666
|
+
color: #333;
|
|
2667
|
+
font-size: 14px;
|
|
2668
|
+
}
|
|
2669
|
+
|
|
2670
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2671
|
+
.e-listbox-container.e-filter-list .e-list-parent,
|
|
2672
|
+
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
2673
|
+
height: calc(100% - 51px);
|
|
2674
|
+
}
|
|
2675
|
+
|
|
2676
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2677
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2678
|
+
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2679
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2683
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
2684
|
+
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
2685
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
.e-listbox-wrapper .e-list-item,
|
|
2689
|
+
.e-listbox-container .e-list-item,
|
|
2690
|
+
.e-listboxtool-wrapper .e-list-item {
|
|
2691
|
+
background-color: inherit;
|
|
2692
|
+
border-bottom: 0 solid transparent;
|
|
2693
|
+
border-left: 0 solid transparent;
|
|
2694
|
+
border-right: 0 solid transparent;
|
|
2695
|
+
border-top: 0 solid transparent;
|
|
2696
|
+
color: #333;
|
|
2697
|
+
}
|
|
2698
|
+
|
|
2699
|
+
.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),
|
|
2700
|
+
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
2701
|
+
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
2702
|
+
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
2703
|
+
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
2704
|
+
background-color: #eaeaea;
|
|
2705
|
+
border-color: transparent;
|
|
2706
|
+
color: #333;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
2710
|
+
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
2711
|
+
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
2712
|
+
background-color: inherit;
|
|
2713
|
+
color: #333;
|
|
2714
|
+
}
|
|
2715
|
+
|
|
2716
|
+
.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,
|
|
2717
|
+
.e-listbox-container .e-list-item.e-focused,
|
|
2718
|
+
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
2719
|
+
.e-listbox-container .e-list-item.e-selected,
|
|
2720
|
+
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
2721
|
+
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
2722
|
+
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
2723
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
2724
|
+
color: #333;
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
.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,
|
|
2728
|
+
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
2729
|
+
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
2730
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
2731
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
2732
|
+
background-color: #0078d6;
|
|
2733
|
+
border-color: #0078d6;
|
|
2734
|
+
color: #fff;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
.e-listbox-wrapper .e-list-group-item,
|
|
2738
|
+
.e-listbox-container .e-list-group-item,
|
|
2739
|
+
.e-listboxtool-wrapper .e-list-group-item {
|
|
2740
|
+
background-color: #fff;
|
|
2741
|
+
border-color: #eaeaea;
|
|
2742
|
+
color: #0078d6;
|
|
2743
|
+
font-size: 14px;
|
|
2744
|
+
}
|
|
2745
|
+
|
|
2746
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
2747
|
+
.e-listbox-container .e-selectall-parent,
|
|
2748
|
+
.e-listboxtool-wrapper .e-selectall-parent {
|
|
2749
|
+
background-color: inherit;
|
|
2750
|
+
border-bottom: 1px solid #eaeaea;
|
|
2751
|
+
color: #333;
|
|
2752
|
+
}
|
|
2753
|
+
|
|
2754
|
+
.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
|
|
2755
|
+
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
|
|
2756
|
+
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
2757
|
+
background-color: transparent;
|
|
2758
|
+
}
|
|
2759
|
+
|
|
2760
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper,
|
|
2761
|
+
.e-listbox-container.e-list-template .e-list-wrapper,
|
|
2762
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
2763
|
+
height: inherit;
|
|
2764
|
+
position: relative;
|
|
2765
|
+
}
|
|
2766
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
2767
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
2768
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
2769
|
+
padding: 0.6153em 0.923em;
|
|
2770
|
+
}
|
|
2771
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
2772
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
2773
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
2774
|
+
padding: 0.6153em 0.923em;
|
|
2775
|
+
}
|
|
2776
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
2777
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
2778
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
2779
|
+
color: #333;
|
|
2780
|
+
display: block;
|
|
2781
|
+
font-size: 13px;
|
|
2782
|
+
font-weight: 500;
|
|
2783
|
+
margin: 0;
|
|
2784
|
+
overflow: hidden;
|
|
2785
|
+
padding: 0.093em 0;
|
|
2786
|
+
text-overflow: ellipsis;
|
|
2787
|
+
white-space: nowrap;
|
|
2788
|
+
}
|
|
2789
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
2790
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
2791
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
2792
|
+
color: #666;
|
|
2793
|
+
display: block;
|
|
2794
|
+
font-size: 13px;
|
|
2795
|
+
margin: 0;
|
|
2796
|
+
padding: 0.093em 0;
|
|
2797
|
+
word-wrap: break-word;
|
|
2798
|
+
}
|
|
2799
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
2800
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
2801
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
2802
|
+
overflow: hidden;
|
|
2803
|
+
text-overflow: ellipsis;
|
|
2804
|
+
white-space: nowrap;
|
|
2805
|
+
}
|
|
2806
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
2807
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
2808
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
2809
|
+
height: 3.0769em;
|
|
2810
|
+
left: 0.923em;
|
|
2811
|
+
position: absolute;
|
|
2812
|
+
width: 3.0769em;
|
|
2813
|
+
left: 0.923em;
|
|
2814
|
+
}
|
|
2815
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
2816
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
2817
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
2818
|
+
padding-left: 4.923em;
|
|
2819
|
+
padding-right: 0.923em;
|
|
2820
|
+
}
|
|
2821
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
2822
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
2823
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
2824
|
+
padding-left: 0.923em;
|
|
2825
|
+
padding-right: 4.923em;
|
|
2826
|
+
}
|
|
2827
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2828
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2829
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
2830
|
+
height: 3.0769em;
|
|
2831
|
+
left: 0.923em;
|
|
2832
|
+
position: absolute;
|
|
2833
|
+
width: 3.0769em;
|
|
2834
|
+
right: 0.923em;
|
|
2835
|
+
}
|
|
2836
|
+
.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,
|
|
2837
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
2838
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2839
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
2840
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
2841
|
+
top: 0.6153em;
|
|
2842
|
+
}
|
|
2843
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
2844
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
2845
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
2846
|
+
font-size: 13px;
|
|
2847
|
+
height: 1.5384em;
|
|
2848
|
+
line-height: 1.3384em;
|
|
2849
|
+
padding: 0;
|
|
2850
|
+
position: absolute;
|
|
2851
|
+
right: 0.923em;
|
|
2852
|
+
top: 50%;
|
|
2853
|
+
-webkit-transform: translateY(-50%);
|
|
2854
|
+
transform: translateY(-50%);
|
|
2855
|
+
width: 1.5384em;
|
|
2856
|
+
}
|
|
2857
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
2858
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
2859
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
2860
|
+
padding-left: 4.923em;
|
|
2861
|
+
padding-right: 3.3846em;
|
|
2862
|
+
}
|
|
2863
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
2864
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
2865
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
2866
|
+
padding-left: 0.923em;
|
|
2867
|
+
padding-right: 3.3846em;
|
|
2868
|
+
}
|
|
2869
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
2870
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
2871
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
2872
|
+
display: block;
|
|
2873
|
+
margin: 0;
|
|
2874
|
+
overflow: hidden;
|
|
2875
|
+
padding: 0.867em 0;
|
|
2876
|
+
text-overflow: ellipsis;
|
|
2877
|
+
white-space: nowrap;
|
|
2878
|
+
}
|
|
2879
|
+
.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,
|
|
2880
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
2881
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
2882
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
2883
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
2884
|
+
color: #333;
|
|
2885
|
+
}
|
|
2886
|
+
.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,
|
|
2887
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
2888
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
2889
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
2890
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
2891
|
+
color: #333;
|
|
2892
|
+
}
|
|
2893
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
2894
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
2895
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
2896
|
+
left: inherit;
|
|
2897
|
+
right: 0.923em;
|
|
2898
|
+
}
|
|
2899
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
2900
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
2901
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
2902
|
+
padding-left: 0.923em;
|
|
2903
|
+
padding-right: 4.923em;
|
|
2904
|
+
}
|
|
2905
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
2906
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
2907
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
2908
|
+
padding-left: 4.923em;
|
|
2909
|
+
padding-right: 0.923em;
|
|
2910
|
+
}
|
|
2911
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2912
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2913
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
2914
|
+
left: 0.923em;
|
|
2915
|
+
right: inherit;
|
|
2916
|
+
}
|
|
2917
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
2918
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
2919
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
2920
|
+
left: 0.923em;
|
|
2921
|
+
right: inherit;
|
|
2922
|
+
}
|
|
2923
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
2924
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
2925
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
2926
|
+
padding-left: 3.3846em;
|
|
2927
|
+
padding-right: 4.923em;
|
|
2928
|
+
}
|
|
2929
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
2930
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
2931
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
2932
|
+
padding-left: 3.3846em;
|
|
2933
|
+
padding-right: 0.923em;
|
|
2934
|
+
}
|
|
2935
|
+
|
|
2936
|
+
.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 {
|
|
2937
|
+
height: 100%;
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2940
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2941
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2942
|
+
}
|
|
2943
|
+
|
|
2944
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
2945
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
2949
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2950
2950
|
}
|