@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
|
@@ -14,6 +14,136 @@
|
|
|
14
14
|
padding: 0 8px 0 0;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
+
.e-dropdownbase {
|
|
18
|
+
display: block;
|
|
19
|
+
height: 100%;
|
|
20
|
+
min-height: 36px;
|
|
21
|
+
position: relative;
|
|
22
|
+
width: 100%;
|
|
23
|
+
}
|
|
24
|
+
.e-dropdownbase .e-list-parent {
|
|
25
|
+
margin: 0;
|
|
26
|
+
padding: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
30
|
+
cursor: default;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-dropdownbase .e-list-item {
|
|
34
|
+
cursor: pointer;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
position: relative;
|
|
37
|
+
text-overflow: ellipsis;
|
|
38
|
+
vertical-align: middle;
|
|
39
|
+
white-space: nowrap;
|
|
40
|
+
width: 100%;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
44
|
+
font-size: 16px;
|
|
45
|
+
vertical-align: middle;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-dropdownbase .e-fixed-head {
|
|
49
|
+
position: absolute;
|
|
50
|
+
top: 0;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-dropdownbase.e-content {
|
|
54
|
+
overflow: auto;
|
|
55
|
+
position: relative;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
59
|
+
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
60
|
+
color: #777;
|
|
61
|
+
cursor: default;
|
|
62
|
+
font-family: inherit;
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
padding: 14px 16px;
|
|
65
|
+
text-align: center;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-mention.e-popup {
|
|
69
|
+
background: #fff;
|
|
70
|
+
border: 0;
|
|
71
|
+
-webkit-box-shadow: 0 2px 3px 1px 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
72
|
+
box-shadow: 0 2px 3px 1px 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
73
|
+
margin-top: 2px;
|
|
74
|
+
position: absolute;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.e-mention.e-popup .e-dropdownbase {
|
|
78
|
+
min-height: 26px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
82
|
+
display: inline;
|
|
83
|
+
font-weight: bold;
|
|
84
|
+
vertical-align: baseline;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-mention .e-mention-chip,
|
|
88
|
+
.e-mention .e-mention-chip:hover {
|
|
89
|
+
background: #eee;
|
|
90
|
+
border-radius: 2px;
|
|
91
|
+
border: none;
|
|
92
|
+
color: #317ab9;
|
|
93
|
+
cursor: default;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-mention.e-editable-element {
|
|
97
|
+
border: 2px solid rgba(119, 119, 119, 0.25);
|
|
98
|
+
height: auto;
|
|
99
|
+
min-height: 120px;
|
|
100
|
+
width: 100%;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-form-mirror-div {
|
|
104
|
+
white-space: pre-wrap;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
108
|
+
padding-right: 30px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-dropdownbase.e-dd-group .e-list-item {
|
|
112
|
+
padding-left: 30px;
|
|
113
|
+
text-indent: 0;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
117
|
+
padding-left: 30px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
121
|
+
text-indent: 0;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
125
|
+
cursor: pointer;
|
|
126
|
+
font-weight: normal;
|
|
127
|
+
overflow: hidden;
|
|
128
|
+
position: relative;
|
|
129
|
+
text-overflow: ellipsis;
|
|
130
|
+
vertical-align: middle;
|
|
131
|
+
white-space: nowrap;
|
|
132
|
+
width: 100%;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
136
|
+
padding-right: 30px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
140
|
+
padding: 0 10px 0 0;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
144
|
+
padding: 0 8px 0 0;
|
|
145
|
+
}
|
|
146
|
+
|
|
17
147
|
.e-rtl .e-dropdownbase .e-list-item {
|
|
18
148
|
padding-left: 20px;
|
|
19
149
|
padding-right: 0;
|
|
@@ -189,222 +319,92 @@
|
|
|
189
319
|
background-color: #f5f5f5;
|
|
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-popup.e-ddl {
|
|
365
|
+
border-radius: 4px;
|
|
366
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
367
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
368
|
+
margin-top: 3px;
|
|
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-popup.e-ddl .e-input-group {
|
|
371
|
+
width: auto;
|
|
224
372
|
}
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
font-size: 16px;
|
|
228
|
-
vertical-align: middle;
|
|
373
|
+
.e-popup.e-ddl .e-input-group input {
|
|
374
|
+
line-height: 15px;
|
|
229
375
|
}
|
|
230
376
|
|
|
231
|
-
.e-
|
|
232
|
-
|
|
233
|
-
top: 0;
|
|
377
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
378
|
+
min-height: 26px;
|
|
234
379
|
}
|
|
235
380
|
|
|
236
|
-
.e-
|
|
237
|
-
|
|
238
|
-
|
|
381
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
382
|
+
display: -webkit-box;
|
|
383
|
+
display: -ms-flexbox;
|
|
384
|
+
display: flex;
|
|
385
|
+
width: auto;
|
|
239
386
|
}
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
243
|
-
color: #777;
|
|
244
|
-
cursor: default;
|
|
245
|
-
font-family: inherit;
|
|
246
|
-
font-size: 14px;
|
|
247
|
-
padding: 14px 16px;
|
|
248
|
-
text-align: center;
|
|
387
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
388
|
+
border: 0;
|
|
249
389
|
}
|
|
250
390
|
|
|
251
|
-
.e-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
391
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
392
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
393
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
394
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
395
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
396
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
397
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
398
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
399
|
+
background: transparent;
|
|
400
|
+
color: #333;
|
|
258
401
|
}
|
|
259
402
|
|
|
260
|
-
.e-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
display: inline;
|
|
266
|
-
font-weight: bold;
|
|
267
|
-
vertical-align: baseline;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.e-mention .e-mention-chip,
|
|
271
|
-
.e-mention .e-mention-chip:hover {
|
|
272
|
-
background: #eee;
|
|
273
|
-
border-radius: 2px;
|
|
274
|
-
border: none;
|
|
275
|
-
color: #317ab9;
|
|
276
|
-
cursor: default;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.e-mention.e-editable-element {
|
|
280
|
-
border: 2px solid rgba(119, 119, 119, 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: 30px;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.e-dropdownbase.e-dd-group .e-list-item {
|
|
295
|
-
padding-left: 30px;
|
|
296
|
-
text-indent: 0;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
300
|
-
padding-left: 30px;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
304
|
-
text-indent: 0;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
308
|
-
cursor: pointer;
|
|
309
|
-
font-weight: normal;
|
|
310
|
-
overflow: hidden;
|
|
311
|
-
position: relative;
|
|
312
|
-
text-overflow: ellipsis;
|
|
313
|
-
vertical-align: middle;
|
|
314
|
-
white-space: nowrap;
|
|
315
|
-
width: 100%;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
319
|
-
padding-right: 30px;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
/* 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-popup.e-ddl {
|
|
365
|
-
border-radius: 4px;
|
|
366
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
367
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
368
|
-
margin-top: 3px;
|
|
369
|
-
}
|
|
370
|
-
.e-popup.e-ddl .e-input-group {
|
|
371
|
-
width: auto;
|
|
372
|
-
}
|
|
373
|
-
.e-popup.e-ddl .e-input-group input {
|
|
374
|
-
line-height: 15px;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
378
|
-
min-height: 26px;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
382
|
-
display: -webkit-box;
|
|
383
|
-
display: -ms-flexbox;
|
|
384
|
-
display: flex;
|
|
385
|
-
width: auto;
|
|
386
|
-
}
|
|
387
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
388
|
-
border: 0;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
392
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
393
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
394
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
395
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
396
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
397
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
398
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
399
|
-
background: transparent;
|
|
400
|
-
color: #333;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
404
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
405
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
406
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
407
|
-
border: 0;
|
|
403
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
404
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
405
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
406
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
407
|
+
border: 0;
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
@@ -497,80 +497,6 @@
|
|
|
497
497
|
border-bottom: 1px solid #ccc;
|
|
498
498
|
}
|
|
499
499
|
|
|
500
|
-
.e-popup {
|
|
501
|
-
border-color: #ccc;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
505
|
-
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
506
|
-
color: #333;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
510
|
-
border-color: transparent;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
.e-popup.e-ddl {
|
|
514
|
-
border-radius: 4px;
|
|
515
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
516
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
517
|
-
margin-top: 3px;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.e-popup.e-ddl .e-input-group {
|
|
521
|
-
width: auto;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.e-popup.e-ddl .e-input-group input {
|
|
525
|
-
line-height: 15px;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
529
|
-
min-height: 26px;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
533
|
-
display: -webkit-box;
|
|
534
|
-
display: -ms-flexbox;
|
|
535
|
-
display: flex;
|
|
536
|
-
width: auto;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
540
|
-
border: 0;
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
544
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
545
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
546
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
547
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
548
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
549
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
550
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
551
|
-
background: transparent;
|
|
552
|
-
color: #333;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
556
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
557
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
558
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
559
|
-
border: 0;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
563
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
564
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
565
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
566
|
-
-webkit-box-shadow: none;
|
|
567
|
-
box-shadow: none;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
571
|
-
border-bottom: 1px solid #ccc;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
500
|
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
575
501
|
width: 100%;
|
|
576
502
|
border: 0 solid;
|
|
@@ -807,49 +733,90 @@ ejs-dropdownlist {
|
|
|
807
733
|
box-shadow: none;
|
|
808
734
|
}
|
|
809
735
|
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
}
|
|
816
|
-
.e-ddt .e-chips-close::before {
|
|
817
|
-
content: "\e842";
|
|
736
|
+
.e-popup.e-ddl {
|
|
737
|
+
border-radius: 4px;
|
|
738
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
739
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
740
|
+
margin-top: 3px;
|
|
818
741
|
}
|
|
819
742
|
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
background-color: #e6e6e6;
|
|
743
|
+
.e-popup.e-ddl .e-input-group {
|
|
744
|
+
width: auto;
|
|
823
745
|
}
|
|
824
|
-
|
|
825
|
-
|
|
746
|
+
|
|
747
|
+
.e-popup.e-ddl .e-input-group input {
|
|
748
|
+
line-height: 15px;
|
|
826
749
|
}
|
|
827
|
-
|
|
828
|
-
|
|
750
|
+
|
|
751
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
752
|
+
min-height: 26px;
|
|
829
753
|
}
|
|
830
|
-
|
|
831
|
-
|
|
754
|
+
|
|
755
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
756
|
+
display: -webkit-box;
|
|
757
|
+
display: -ms-flexbox;
|
|
758
|
+
display: flex;
|
|
759
|
+
width: auto;
|
|
832
760
|
}
|
|
833
|
-
|
|
834
|
-
|
|
761
|
+
|
|
762
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
763
|
+
border: 0;
|
|
835
764
|
}
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
765
|
+
|
|
766
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
767
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
768
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
769
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
770
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
771
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
772
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
773
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
774
|
+
background: transparent;
|
|
775
|
+
color: #333;
|
|
839
776
|
}
|
|
840
|
-
|
|
841
|
-
|
|
777
|
+
|
|
778
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
779
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
780
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
781
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
782
|
+
border: 0;
|
|
842
783
|
}
|
|
843
|
-
|
|
844
|
-
|
|
784
|
+
|
|
785
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
786
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
787
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
788
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
789
|
+
-webkit-box-shadow: none;
|
|
790
|
+
box-shadow: none;
|
|
845
791
|
}
|
|
846
|
-
|
|
847
|
-
|
|
792
|
+
|
|
793
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
794
|
+
border-bottom: 1px solid #ccc;
|
|
848
795
|
}
|
|
849
|
-
|
|
796
|
+
|
|
797
|
+
.e-popup {
|
|
798
|
+
border-color: #ccc;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
802
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
850
803
|
color: #333;
|
|
851
804
|
}
|
|
852
805
|
|
|
806
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
807
|
+
border-color: transparent;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
/*! TreeView's bootstrap theme wise override definitions and variables */
|
|
811
|
+
/* stylelint-disable */
|
|
812
|
+
/* stylelint-disable */
|
|
813
|
+
.e-ddt .e-ddt-icon::before {
|
|
814
|
+
content: "\e969";
|
|
815
|
+
}
|
|
816
|
+
.e-ddt .e-chips-close::before {
|
|
817
|
+
content: "\e842";
|
|
818
|
+
}
|
|
819
|
+
|
|
853
820
|
/* stylelint-disable */
|
|
854
821
|
.e-ddt {
|
|
855
822
|
cursor: pointer;
|
|
@@ -1161,6 +1128,39 @@ ejs-dropdownlist {
|
|
|
1161
1128
|
display: none;
|
|
1162
1129
|
}
|
|
1163
1130
|
|
|
1131
|
+
/* stylelint-disable */
|
|
1132
|
+
.e-ddt .e-chips {
|
|
1133
|
+
background-color: #e6e6e6;
|
|
1134
|
+
}
|
|
1135
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1136
|
+
color: #333;
|
|
1137
|
+
}
|
|
1138
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1139
|
+
color: #333;
|
|
1140
|
+
}
|
|
1141
|
+
.e-ddt .e-overflow .e-remain {
|
|
1142
|
+
color: #888;
|
|
1143
|
+
}
|
|
1144
|
+
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1145
|
+
background-color: #fff;
|
|
1146
|
+
}
|
|
1147
|
+
.e-ddt.e-popup {
|
|
1148
|
+
background: #fff;
|
|
1149
|
+
border-color: #ccc;
|
|
1150
|
+
}
|
|
1151
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1152
|
+
color: #777;
|
|
1153
|
+
}
|
|
1154
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1155
|
+
border-bottom-color: #e6e6e6;
|
|
1156
|
+
}
|
|
1157
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1158
|
+
background: #f5f5f5;
|
|
1159
|
+
}
|
|
1160
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1161
|
+
color: #333;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
1164
|
/* stylelint-disable-line no-empty-source */
|
|
1165
1165
|
/* stylelint-disable-line no-empty-source */
|
|
1166
1166
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
@@ -1213,6 +1213,14 @@ ejs-dropdownlist {
|
|
|
1213
1213
|
content: "\eb08";
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
1217
|
+
padding: 0 10px 0 0;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
1221
|
+
padding: 0 8px 0 0;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1216
1224
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1217
1225
|
line-height: 30px;
|
|
1218
1226
|
top: 0;
|
|
@@ -1234,324 +1242,92 @@ ejs-dropdownlist {
|
|
|
1234
1242
|
width: 32px;
|
|
1235
1243
|
}
|
|
1236
1244
|
|
|
1237
|
-
.e-multi-select-wrapper
|
|
1238
|
-
color: #333;
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
1242
|
-
background-color: #ccc;
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
1246
|
-
background-color: #ddd;
|
|
1247
|
-
}
|
|
1248
|
-
|
|
1249
|
-
.e-multiselect {
|
|
1245
|
+
.e-multi-select-wrapper {
|
|
1250
1246
|
-webkit-box-sizing: border-box;
|
|
1251
1247
|
box-sizing: border-box;
|
|
1248
|
+
cursor: text;
|
|
1249
|
+
line-height: normal;
|
|
1250
|
+
min-height: 32px;
|
|
1251
|
+
padding: 0 32px 0 2px;
|
|
1252
|
+
position: relative;
|
|
1253
|
+
-webkit-user-select: none;
|
|
1254
|
+
-moz-user-select: none;
|
|
1255
|
+
-ms-user-select: none;
|
|
1256
|
+
user-select: none;
|
|
1257
|
+
width: 100%;
|
|
1252
1258
|
}
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
-webkit-text-fill-color: #333;
|
|
1257
|
-
color: #333;
|
|
1258
|
-
font-family: inherit;
|
|
1259
|
-
font-size: 15px;
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
1263
|
-
color: #333;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
1267
|
-
color: #333;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
.e-multi-select-wrapper .e-chips {
|
|
1271
|
-
background-color: #e6e6e6;
|
|
1272
|
-
border-radius: 4px;
|
|
1273
|
-
height: 28px;
|
|
1259
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1260
|
+
height: 27px;
|
|
1261
|
+
vertical-align: middle;
|
|
1274
1262
|
}
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1263
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1264
|
+
height: 100%;
|
|
1265
|
+
min-height: 100%;
|
|
1278
1266
|
}
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
color: #333;
|
|
1267
|
+
.e-multi-select-wrapper .e-delim-view {
|
|
1268
|
+
white-space: nowrap;
|
|
1282
1269
|
}
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1270
|
+
.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 {
|
|
1271
|
+
-webkit-box-sizing: border-box;
|
|
1272
|
+
box-sizing: border-box;
|
|
1273
|
+
display: inline-block;
|
|
1274
|
+
overflow: hidden;
|
|
1275
|
+
text-overflow: ellipsis;
|
|
1288
1276
|
}
|
|
1289
|
-
|
|
1290
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1291
|
-
background-color: #317ab9;
|
|
1292
|
-
border-radius: 4px;
|
|
1277
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1293
1278
|
color: #fff;
|
|
1294
|
-
|
|
1295
|
-
|
|
1279
|
+
font-size: 10px;
|
|
1280
|
+
left: 17px;
|
|
1281
|
+
top: 8px;
|
|
1296
1282
|
}
|
|
1297
|
-
|
|
1298
1283
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1284
|
+
background-color: #317ab9;
|
|
1299
1285
|
color: #fff;
|
|
1286
|
+
padding: 13px 0 13px 0;
|
|
1300
1287
|
}
|
|
1301
|
-
|
|
1302
|
-
.e-multi-select-wrapper .e-
|
|
1303
|
-
|
|
1288
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1289
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1290
|
+
width: 0;
|
|
1304
1291
|
}
|
|
1305
|
-
|
|
1306
|
-
.e-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
-webkit-box-sizing: content-box;
|
|
1310
|
-
box-sizing: content-box;
|
|
1311
|
-
overflow: initial;
|
|
1292
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1293
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1294
|
+
height: 1px;
|
|
1295
|
+
min-height: 1px;
|
|
1312
1296
|
}
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
border-bottom: 1px solid transparent;
|
|
1316
|
-
border-left: 1px solid #317ab9;
|
|
1317
|
-
border-right: 1px solid #317ab9;
|
|
1318
|
-
border-top: 1px solid #142f46;
|
|
1297
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1298
|
+
max-width: 100%;
|
|
1319
1299
|
}
|
|
1320
1300
|
|
|
1321
|
-
.e-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1301
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
|
|
1302
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
|
|
1303
|
+
display: -webkit-box;
|
|
1304
|
+
display: -ms-flexbox;
|
|
1305
|
+
display: flex;
|
|
1306
|
+
float: left;
|
|
1307
|
+
width: auto;
|
|
1325
1308
|
}
|
|
1326
|
-
|
|
1327
|
-
.e-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1309
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1310
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1311
|
+
display: -webkit-inline-box;
|
|
1312
|
+
display: -ms-inline-flexbox;
|
|
1313
|
+
display: inline-flex;
|
|
1314
|
+
float: none;
|
|
1331
1315
|
}
|
|
1332
|
-
|
|
1333
|
-
.e-
|
|
1334
|
-
|
|
1316
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1317
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1318
|
+
width: 0;
|
|
1335
1319
|
}
|
|
1336
|
-
|
|
1337
|
-
.e-
|
|
1338
|
-
|
|
1320
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1321
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1322
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
1323
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1324
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1325
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1326
|
+
display: none;
|
|
1339
1327
|
}
|
|
1340
|
-
|
|
1341
|
-
.e-
|
|
1342
|
-
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
1346
|
-
background-color: #f5f5f5;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
1350
|
-
border-bottom: 1px solid transparent;
|
|
1351
|
-
border-top: 1px solid transparent;
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
1355
|
-
border-bottom: 1px solid transparent;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
1359
|
-
border-top: 1px solid transparent;
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
1363
|
-
background-color: #317ab9;
|
|
1364
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1365
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1366
|
-
color: #fff;
|
|
1367
|
-
border: 1px solid #66afe9;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
1371
|
-
background-color: #317ab9;
|
|
1372
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1373
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1374
|
-
color: #fff;
|
|
1375
|
-
border: 1px solid #66afe9;
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
1379
|
-
border: 1px solid transparent;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
1383
|
-
border: 1px solid transparent;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1387
|
-
color: #999;
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1391
|
-
color: #999;
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1395
|
-
color: #999;
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1399
|
-
color: #999;
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
.e-ul.e-reorder {
|
|
1403
|
-
border-bottom: 1px solid #e6e6e6;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
1407
|
-
border-bottom: 1px solid #e6e6e6;
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
.e-multi-select-wrapper .e-delim-values {
|
|
1411
|
-
-webkit-text-fill-color: #333;
|
|
1412
|
-
color: #333;
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1416
|
-
color: #333;
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
|
-
.e-small .e-multi-select-wrapper .e-chips {
|
|
1420
|
-
height: 22px;
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1424
|
-
font-size: 13px;
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1428
|
-
font-size: 8px;
|
|
1429
|
-
}
|
|
1430
|
-
|
|
1431
|
-
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
1432
|
-
left: 8px;
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1436
|
-
-webkit-text-fill-color: #999;
|
|
1437
|
-
color: #999;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
1441
|
-
padding: 0 10px 0 0;
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
1445
|
-
padding: 0 8px 0 0;
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1449
|
-
line-height: 30px;
|
|
1450
|
-
top: 0;
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1454
|
-
border-radius: 0 4px 4px 0;
|
|
1455
|
-
border-right-width: 0;
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
1459
|
-
border-left-width: 0;
|
|
1460
|
-
border-radius: 4px 0 0 4px;
|
|
1461
|
-
border-right-width: 1px;
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1465
|
-
height: 32px;
|
|
1466
|
-
width: 32px;
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
.e-multi-select-wrapper {
|
|
1470
|
-
-webkit-box-sizing: border-box;
|
|
1471
|
-
box-sizing: border-box;
|
|
1472
|
-
cursor: text;
|
|
1473
|
-
line-height: normal;
|
|
1474
|
-
min-height: 32px;
|
|
1475
|
-
padding: 0 32px 0 2px;
|
|
1476
|
-
position: relative;
|
|
1477
|
-
-webkit-user-select: none;
|
|
1478
|
-
-moz-user-select: none;
|
|
1479
|
-
-ms-user-select: none;
|
|
1480
|
-
user-select: none;
|
|
1481
|
-
width: 100%;
|
|
1482
|
-
}
|
|
1483
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1484
|
-
height: 27px;
|
|
1485
|
-
vertical-align: middle;
|
|
1486
|
-
}
|
|
1487
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1488
|
-
height: 100%;
|
|
1489
|
-
min-height: 100%;
|
|
1490
|
-
}
|
|
1491
|
-
.e-multi-select-wrapper .e-delim-view {
|
|
1492
|
-
white-space: nowrap;
|
|
1493
|
-
}
|
|
1494
|
-
.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 {
|
|
1495
|
-
-webkit-box-sizing: border-box;
|
|
1496
|
-
box-sizing: border-box;
|
|
1497
|
-
display: inline-block;
|
|
1498
|
-
overflow: hidden;
|
|
1499
|
-
text-overflow: ellipsis;
|
|
1500
|
-
}
|
|
1501
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1502
|
-
color: #fff;
|
|
1503
|
-
font-size: 10px;
|
|
1504
|
-
left: 17px;
|
|
1505
|
-
top: 8px;
|
|
1506
|
-
}
|
|
1507
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1508
|
-
background-color: #317ab9;
|
|
1509
|
-
color: #fff;
|
|
1510
|
-
padding: 13px 0 13px 0;
|
|
1511
|
-
}
|
|
1512
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1513
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1514
|
-
width: 0;
|
|
1515
|
-
}
|
|
1516
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1517
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1518
|
-
height: 1px;
|
|
1519
|
-
min-height: 1px;
|
|
1520
|
-
}
|
|
1521
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1522
|
-
max-width: 100%;
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
|
|
1526
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
|
|
1527
|
-
display: -webkit-box;
|
|
1528
|
-
display: -ms-flexbox;
|
|
1529
|
-
display: flex;
|
|
1530
|
-
float: left;
|
|
1531
|
-
width: auto;
|
|
1532
|
-
}
|
|
1533
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1534
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1535
|
-
display: -webkit-inline-box;
|
|
1536
|
-
display: -ms-inline-flexbox;
|
|
1537
|
-
display: inline-flex;
|
|
1538
|
-
float: none;
|
|
1539
|
-
}
|
|
1540
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1541
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1542
|
-
width: 0;
|
|
1543
|
-
}
|
|
1544
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1545
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1546
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
1547
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1548
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1549
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1550
|
-
display: none;
|
|
1551
|
-
}
|
|
1552
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1553
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1554
|
-
padding: 0 48px 0 0;
|
|
1328
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1329
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1330
|
+
padding: 0 48px 0 0;
|
|
1555
1331
|
}
|
|
1556
1332
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1557
1333
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
@@ -2229,348 +2005,252 @@ ejs-multiselect {
|
|
|
2229
2005
|
width: 15px;
|
|
2230
2006
|
}
|
|
2231
2007
|
|
|
2232
|
-
.e-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
.e-listbox-tool .e-movedown::before {
|
|
2237
|
-
content: "\e652";
|
|
2008
|
+
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
2009
|
+
line-height: 30px;
|
|
2010
|
+
top: 0;
|
|
2238
2011
|
}
|
|
2239
2012
|
|
|
2240
|
-
.e-
|
|
2241
|
-
|
|
2013
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2014
|
+
border-radius: 0 4px 4px 0;
|
|
2015
|
+
border-right-width: 0;
|
|
2242
2016
|
}
|
|
2243
2017
|
|
|
2244
|
-
.e-
|
|
2245
|
-
|
|
2018
|
+
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
2019
|
+
border-left-width: 0;
|
|
2020
|
+
border-radius: 4px 0 0 4px;
|
|
2021
|
+
border-right-width: 1px;
|
|
2246
2022
|
}
|
|
2247
2023
|
|
|
2248
|
-
.e-
|
|
2249
|
-
|
|
2024
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2025
|
+
height: 32px;
|
|
2026
|
+
width: 32px;
|
|
2250
2027
|
}
|
|
2251
2028
|
|
|
2252
|
-
.e-
|
|
2253
|
-
|
|
2029
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2030
|
+
color: #333;
|
|
2254
2031
|
}
|
|
2255
2032
|
|
|
2256
|
-
.e-
|
|
2257
|
-
|
|
2258
|
-
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2033
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
2034
|
+
background-color: #ccc;
|
|
2259
2035
|
}
|
|
2260
2036
|
|
|
2261
|
-
.e-
|
|
2262
|
-
|
|
2037
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2038
|
+
background-color: #ddd;
|
|
2263
2039
|
}
|
|
2264
2040
|
|
|
2265
|
-
.e-
|
|
2266
|
-
|
|
2041
|
+
.e-multiselect {
|
|
2042
|
+
-webkit-box-sizing: border-box;
|
|
2043
|
+
box-sizing: border-box;
|
|
2267
2044
|
}
|
|
2268
2045
|
|
|
2269
|
-
|
|
2270
|
-
|
|
2046
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2047
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2048
|
+
-webkit-text-fill-color: #333;
|
|
2049
|
+
color: #333;
|
|
2050
|
+
font-family: inherit;
|
|
2051
|
+
font-size: 15px;
|
|
2271
2052
|
}
|
|
2272
2053
|
|
|
2273
|
-
.e-
|
|
2274
|
-
|
|
2275
|
-
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
2276
|
-
border: 1px solid #ddd;
|
|
2054
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
2055
|
+
color: #333;
|
|
2277
2056
|
}
|
|
2278
2057
|
|
|
2279
|
-
.e-
|
|
2280
|
-
|
|
2281
|
-
.e-listboxtool-wrapper {
|
|
2282
|
-
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2283
|
-
font-size: 14px;
|
|
2058
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
2059
|
+
color: #333;
|
|
2284
2060
|
}
|
|
2285
|
-
|
|
2286
|
-
.e-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
color: rgba(51, 51, 51, 0.95);
|
|
2291
|
-
font-size: 14px;
|
|
2061
|
+
|
|
2062
|
+
.e-multi-select-wrapper .e-chips {
|
|
2063
|
+
background-color: #e6e6e6;
|
|
2064
|
+
border-radius: 4px;
|
|
2065
|
+
height: 28px;
|
|
2292
2066
|
}
|
|
2293
2067
|
|
|
2294
|
-
.e-
|
|
2295
|
-
|
|
2296
|
-
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
2297
|
-
height: calc(100% - 52px);
|
|
2068
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2069
|
+
background-color: #d4d4d4;
|
|
2298
2070
|
}
|
|
2299
2071
|
|
|
2300
|
-
.e-
|
|
2301
|
-
|
|
2302
|
-
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2303
|
-
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2072
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
|
|
2073
|
+
color: #333;
|
|
2304
2074
|
}
|
|
2305
2075
|
|
|
2306
|
-
.e-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2076
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2077
|
+
-webkit-text-fill-color: #333;
|
|
2078
|
+
color: #333;
|
|
2079
|
+
font-size: 10px;
|
|
2310
2080
|
}
|
|
2311
2081
|
|
|
2312
|
-
.e-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
border-right: 0 solid transparent;
|
|
2319
|
-
border-top: 0 solid transparent;
|
|
2320
|
-
color: #333333;
|
|
2082
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2083
|
+
background-color: #317ab9;
|
|
2084
|
+
border-radius: 4px;
|
|
2085
|
+
color: #fff;
|
|
2086
|
+
height: 46px;
|
|
2087
|
+
line-height: 46px;
|
|
2321
2088
|
}
|
|
2322
2089
|
|
|
2323
|
-
.e-
|
|
2324
|
-
|
|
2325
|
-
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
2326
|
-
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
2327
|
-
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
2328
|
-
background-color: #f5f5f5;
|
|
2329
|
-
border-color: transparent;
|
|
2330
|
-
color: rgba(51, 51, 51, 0.87);
|
|
2090
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
2091
|
+
color: #fff;
|
|
2331
2092
|
}
|
|
2332
2093
|
|
|
2333
|
-
.e-
|
|
2334
|
-
|
|
2335
|
-
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
2336
|
-
background-color: #fff;
|
|
2337
|
-
color: #333333;
|
|
2094
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2095
|
+
height: 32px;
|
|
2338
2096
|
}
|
|
2339
2097
|
|
|
2340
|
-
.e-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
2347
|
-
background-color: #e6e6e6;
|
|
2348
|
-
color: rgba(51, 51, 51, 0.87);
|
|
2098
|
+
.e-popup.e-multi-select-list-wrapper {
|
|
2099
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2100
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2101
|
+
-webkit-box-sizing: content-box;
|
|
2102
|
+
box-sizing: content-box;
|
|
2103
|
+
overflow: initial;
|
|
2349
2104
|
}
|
|
2350
2105
|
|
|
2351
|
-
.e-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
background-color: #fff;
|
|
2357
|
-
border-color: #ccc;
|
|
2358
|
-
color: #555;
|
|
2106
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
|
|
2107
|
+
border-bottom: 1px solid transparent;
|
|
2108
|
+
border-left: 1px solid #317ab9;
|
|
2109
|
+
border-right: 1px solid #317ab9;
|
|
2110
|
+
border-top: 1px solid #142f46;
|
|
2359
2111
|
}
|
|
2360
2112
|
|
|
2361
|
-
.e-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
background-color: #fff;
|
|
2365
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
2113
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
2114
|
+
background-color: transparent;
|
|
2115
|
+
border-color: transparent;
|
|
2366
2116
|
color: #333;
|
|
2367
|
-
font-size: 14px;
|
|
2368
2117
|
}
|
|
2369
2118
|
|
|
2370
|
-
.e-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
border-bottom: 1px solid #e6e6e6;
|
|
2375
|
-
color: #333333;
|
|
2119
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
2120
|
+
background-color: transparent;
|
|
2121
|
+
border-color: transparent;
|
|
2122
|
+
color: #333;
|
|
2376
2123
|
}
|
|
2377
2124
|
|
|
2378
|
-
.e-
|
|
2379
|
-
|
|
2380
|
-
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
2381
|
-
background-color: transparent;
|
|
2125
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
|
|
2126
|
+
color: #333;
|
|
2382
2127
|
}
|
|
2383
2128
|
|
|
2384
|
-
.e-
|
|
2385
|
-
|
|
2386
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
2387
|
-
height: inherit;
|
|
2388
|
-
position: relative;
|
|
2129
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
|
|
2130
|
+
color: #333;
|
|
2389
2131
|
}
|
|
2390
|
-
|
|
2391
|
-
.e-
|
|
2392
|
-
|
|
2393
|
-
padding: 0.7142em 1.0714em;
|
|
2132
|
+
|
|
2133
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
2134
|
+
background-color: #f5f5f5;
|
|
2394
2135
|
}
|
|
2395
|
-
|
|
2396
|
-
.e-
|
|
2397
|
-
|
|
2398
|
-
padding: 0.7142em 1.0714em;
|
|
2136
|
+
|
|
2137
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
2138
|
+
background-color: #f5f5f5;
|
|
2399
2139
|
}
|
|
2400
|
-
|
|
2401
|
-
.e-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
display: block;
|
|
2405
|
-
font-size: 18px;
|
|
2406
|
-
font-weight: 500;
|
|
2407
|
-
margin: 0;
|
|
2408
|
-
overflow: hidden;
|
|
2409
|
-
padding: 0.038em 0;
|
|
2410
|
-
text-overflow: ellipsis;
|
|
2411
|
-
white-space: nowrap;
|
|
2140
|
+
|
|
2141
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
2142
|
+
border-bottom: 1px solid transparent;
|
|
2143
|
+
border-top: 1px solid transparent;
|
|
2412
2144
|
}
|
|
2413
|
-
|
|
2414
|
-
.e-
|
|
2415
|
-
|
|
2416
|
-
color: #777;
|
|
2417
|
-
display: block;
|
|
2418
|
-
font-size: 14px;
|
|
2419
|
-
margin: 0;
|
|
2420
|
-
padding: 0.038em 0;
|
|
2421
|
-
word-wrap: break-word;
|
|
2145
|
+
|
|
2146
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
2147
|
+
border-bottom: 1px solid transparent;
|
|
2422
2148
|
}
|
|
2423
|
-
|
|
2424
|
-
.e-
|
|
2425
|
-
|
|
2426
|
-
overflow: hidden;
|
|
2427
|
-
text-overflow: ellipsis;
|
|
2428
|
-
white-space: nowrap;
|
|
2149
|
+
|
|
2150
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
2151
|
+
border-top: 1px solid transparent;
|
|
2429
2152
|
}
|
|
2430
|
-
|
|
2431
|
-
.e-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
left: 1.0667em;
|
|
2153
|
+
|
|
2154
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2155
|
+
background-color: #317ab9;
|
|
2156
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2157
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2158
|
+
color: #fff;
|
|
2159
|
+
border: 1px solid #66afe9;
|
|
2438
2160
|
}
|
|
2439
|
-
|
|
2440
|
-
.e-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2161
|
+
|
|
2162
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2163
|
+
background-color: #317ab9;
|
|
2164
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2165
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2166
|
+
color: #fff;
|
|
2167
|
+
border: 1px solid #66afe9;
|
|
2444
2168
|
}
|
|
2445
|
-
|
|
2446
|
-
.e-
|
|
2447
|
-
|
|
2448
|
-
padding-left: 1.0714em;
|
|
2449
|
-
padding-right: 4.6428em;
|
|
2169
|
+
|
|
2170
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
2171
|
+
border: 1px solid transparent;
|
|
2450
2172
|
}
|
|
2451
|
-
|
|
2452
|
-
.e-
|
|
2453
|
-
|
|
2454
|
-
height: 2.8571em;
|
|
2455
|
-
left: 1.0667em;
|
|
2456
|
-
position: absolute;
|
|
2457
|
-
width: 2.8571em;
|
|
2458
|
-
right: 1.0667em;
|
|
2173
|
+
|
|
2174
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
2175
|
+
border: 1px solid transparent;
|
|
2459
2176
|
}
|
|
2460
|
-
|
|
2461
|
-
.e-
|
|
2462
|
-
|
|
2463
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
2464
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
2465
|
-
top: 0.7142em;
|
|
2177
|
+
|
|
2178
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2179
|
+
color: #999;
|
|
2466
2180
|
}
|
|
2467
|
-
|
|
2468
|
-
.e-
|
|
2469
|
-
|
|
2470
|
-
font-size: 15px;
|
|
2471
|
-
height: 1.333em;
|
|
2472
|
-
line-height: 1.433em;
|
|
2473
|
-
padding: 0;
|
|
2474
|
-
position: absolute;
|
|
2475
|
-
right: 1em;
|
|
2476
|
-
top: 50%;
|
|
2477
|
-
-webkit-transform: translateY(-50%);
|
|
2478
|
-
transform: translateY(-50%);
|
|
2479
|
-
width: 2em;
|
|
2181
|
+
|
|
2182
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2183
|
+
color: #999;
|
|
2480
2184
|
}
|
|
2481
|
-
|
|
2482
|
-
.e-
|
|
2483
|
-
|
|
2484
|
-
padding-left: 4.6428em;
|
|
2485
|
-
padding-right: 3.9285em;
|
|
2185
|
+
|
|
2186
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2187
|
+
color: #999;
|
|
2486
2188
|
}
|
|
2487
|
-
|
|
2488
|
-
.e-
|
|
2489
|
-
|
|
2490
|
-
padding-left: 1.0714em;
|
|
2491
|
-
padding-right: 3.9285em;
|
|
2189
|
+
|
|
2190
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2191
|
+
color: #999;
|
|
2492
2192
|
}
|
|
2493
|
-
|
|
2494
|
-
.e-
|
|
2495
|
-
|
|
2496
|
-
display: block;
|
|
2497
|
-
margin: 0;
|
|
2498
|
-
overflow: hidden;
|
|
2499
|
-
padding: 0.83em 0;
|
|
2500
|
-
text-overflow: ellipsis;
|
|
2501
|
-
white-space: nowrap;
|
|
2193
|
+
|
|
2194
|
+
.e-ul.e-reorder {
|
|
2195
|
+
border-bottom: 1px solid #e6e6e6;
|
|
2502
2196
|
}
|
|
2503
|
-
|
|
2504
|
-
.e-
|
|
2505
|
-
|
|
2506
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
2507
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
2508
|
-
color: rgba(51, 51, 51, 0.87);
|
|
2197
|
+
|
|
2198
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2199
|
+
border-bottom: 1px solid #e6e6e6;
|
|
2509
2200
|
}
|
|
2510
|
-
|
|
2511
|
-
.e-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
2515
|
-
color: rgba(51, 51, 51, 0.87);
|
|
2201
|
+
|
|
2202
|
+
.e-multi-select-wrapper .e-delim-values {
|
|
2203
|
+
-webkit-text-fill-color: #333;
|
|
2204
|
+
color: #333;
|
|
2516
2205
|
}
|
|
2517
|
-
|
|
2518
|
-
.e-
|
|
2519
|
-
|
|
2520
|
-
left: inherit;
|
|
2521
|
-
right: 1.0667em;
|
|
2206
|
+
|
|
2207
|
+
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2208
|
+
color: #333;
|
|
2522
2209
|
}
|
|
2523
|
-
|
|
2524
|
-
.e-
|
|
2525
|
-
|
|
2526
|
-
padding-left: 1.0714em;
|
|
2527
|
-
padding-right: 4.6428em;
|
|
2210
|
+
|
|
2211
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
2212
|
+
height: 22px;
|
|
2528
2213
|
}
|
|
2529
|
-
|
|
2530
|
-
.e-
|
|
2531
|
-
|
|
2532
|
-
padding-left: 4.6428em;
|
|
2533
|
-
padding-right: 1.0714em;
|
|
2214
|
+
|
|
2215
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2216
|
+
font-size: 13px;
|
|
2534
2217
|
}
|
|
2535
|
-
|
|
2536
|
-
.e-
|
|
2537
|
-
|
|
2538
|
-
left: 1.0667em;
|
|
2539
|
-
right: inherit;
|
|
2218
|
+
|
|
2219
|
+
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2220
|
+
font-size: 8px;
|
|
2540
2221
|
}
|
|
2541
|
-
|
|
2542
|
-
.e-
|
|
2543
|
-
|
|
2544
|
-
left: 1em;
|
|
2545
|
-
right: inherit;
|
|
2222
|
+
|
|
2223
|
+
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
2224
|
+
left: 8px;
|
|
2546
2225
|
}
|
|
2547
|
-
|
|
2548
|
-
.e-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
padding-right: 4.6428em;
|
|
2226
|
+
|
|
2227
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2228
|
+
-webkit-text-fill-color: #999;
|
|
2229
|
+
color: #999;
|
|
2552
2230
|
}
|
|
2553
|
-
|
|
2554
|
-
.e-listbox-
|
|
2555
|
-
|
|
2556
|
-
padding-left: 3.9285em;
|
|
2557
|
-
padding-right: 1.0714em;
|
|
2231
|
+
|
|
2232
|
+
.e-listbox-tool .e-moveup::before {
|
|
2233
|
+
content: "\e651";
|
|
2558
2234
|
}
|
|
2559
2235
|
|
|
2560
|
-
.e-listbox-
|
|
2561
|
-
|
|
2236
|
+
.e-listbox-tool .e-movedown::before {
|
|
2237
|
+
content: "\e652";
|
|
2562
2238
|
}
|
|
2563
2239
|
|
|
2564
|
-
.e-listbox-
|
|
2565
|
-
|
|
2240
|
+
.e-listbox-tool .e-moveto::before {
|
|
2241
|
+
content: "\e653";
|
|
2566
2242
|
}
|
|
2567
2243
|
|
|
2568
|
-
.e-listbox-
|
|
2569
|
-
|
|
2244
|
+
.e-listbox-tool .e-movefrom::before {
|
|
2245
|
+
content: "\e654";
|
|
2570
2246
|
}
|
|
2571
2247
|
|
|
2572
|
-
.e-listbox-
|
|
2573
|
-
|
|
2248
|
+
.e-listbox-tool .e-moveallto::before {
|
|
2249
|
+
content: "\e655";
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
.e-listbox-tool .e-moveallfrom::before {
|
|
2253
|
+
content: "\e656";
|
|
2574
2254
|
}
|
|
2575
2255
|
|
|
2576
2256
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -3029,4 +2709,324 @@ ejs-listbox {
|
|
|
3029
2709
|
width: auto;
|
|
3030
2710
|
height: auto;
|
|
3031
2711
|
padding-bottom: 0;
|
|
2712
|
+
}
|
|
2713
|
+
|
|
2714
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2715
|
+
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
2716
|
+
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2720
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2721
|
+
}
|
|
2722
|
+
|
|
2723
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
2724
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
2728
|
+
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2729
|
+
}
|
|
2730
|
+
|
|
2731
|
+
.e-listbox-wrapper,
|
|
2732
|
+
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2733
|
+
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
2734
|
+
border: 1px solid #ddd;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
.e-listbox-wrapper,
|
|
2738
|
+
.e-listbox-container,
|
|
2739
|
+
.e-listboxtool-wrapper {
|
|
2740
|
+
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2741
|
+
font-size: 14px;
|
|
2742
|
+
}
|
|
2743
|
+
.e-listbox-wrapper .e-list-header,
|
|
2744
|
+
.e-listbox-container .e-list-header,
|
|
2745
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
2746
|
+
background-color: #fff;
|
|
2747
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
2748
|
+
color: rgba(51, 51, 51, 0.95);
|
|
2749
|
+
font-size: 14px;
|
|
2750
|
+
}
|
|
2751
|
+
|
|
2752
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2753
|
+
.e-listbox-container.e-filter-list .e-list-parent,
|
|
2754
|
+
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
2755
|
+
height: calc(100% - 52px);
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2758
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2759
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2760
|
+
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2761
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2765
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
2766
|
+
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
2767
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2770
|
+
.e-listbox-wrapper .e-list-item,
|
|
2771
|
+
.e-listbox-container .e-list-item,
|
|
2772
|
+
.e-listboxtool-wrapper .e-list-item {
|
|
2773
|
+
background-color: #fff;
|
|
2774
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
2775
|
+
border-left: 0 solid transparent;
|
|
2776
|
+
border-right: 0 solid transparent;
|
|
2777
|
+
border-top: 0 solid transparent;
|
|
2778
|
+
color: #333333;
|
|
2779
|
+
}
|
|
2780
|
+
|
|
2781
|
+
.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),
|
|
2782
|
+
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
2783
|
+
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
2784
|
+
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
2785
|
+
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
2786
|
+
background-color: #f5f5f5;
|
|
2787
|
+
border-color: transparent;
|
|
2788
|
+
color: rgba(51, 51, 51, 0.87);
|
|
2789
|
+
}
|
|
2790
|
+
|
|
2791
|
+
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
2792
|
+
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
2793
|
+
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
2794
|
+
background-color: #fff;
|
|
2795
|
+
color: #333333;
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2798
|
+
.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,
|
|
2799
|
+
.e-listbox-container .e-list-item.e-focused,
|
|
2800
|
+
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
2801
|
+
.e-listbox-container .e-list-item.e-selected,
|
|
2802
|
+
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
2803
|
+
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
2804
|
+
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
2805
|
+
background-color: #e6e6e6;
|
|
2806
|
+
color: rgba(51, 51, 51, 0.87);
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2809
|
+
.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,
|
|
2810
|
+
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
2811
|
+
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
2812
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
2813
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
2814
|
+
background-color: #fff;
|
|
2815
|
+
border-color: #ccc;
|
|
2816
|
+
color: #555;
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
.e-listbox-wrapper .e-list-group-item,
|
|
2820
|
+
.e-listbox-container .e-list-group-item,
|
|
2821
|
+
.e-listboxtool-wrapper .e-list-group-item {
|
|
2822
|
+
background-color: #fff;
|
|
2823
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
2824
|
+
color: #333;
|
|
2825
|
+
font-size: 14px;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
2829
|
+
.e-listbox-container .e-selectall-parent,
|
|
2830
|
+
.e-listboxtool-wrapper .e-selectall-parent {
|
|
2831
|
+
background-color: #fff;
|
|
2832
|
+
border-bottom: 1px solid #e6e6e6;
|
|
2833
|
+
color: #333333;
|
|
2834
|
+
}
|
|
2835
|
+
|
|
2836
|
+
.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
|
|
2837
|
+
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
|
|
2838
|
+
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
2839
|
+
background-color: transparent;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper,
|
|
2843
|
+
.e-listbox-container.e-list-template .e-list-wrapper,
|
|
2844
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
2845
|
+
height: inherit;
|
|
2846
|
+
position: relative;
|
|
2847
|
+
}
|
|
2848
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
2849
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
2850
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
2851
|
+
padding: 0.7142em 1.0714em;
|
|
2852
|
+
}
|
|
2853
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
2854
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
2855
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
2856
|
+
padding: 0.7142em 1.0714em;
|
|
2857
|
+
}
|
|
2858
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
2859
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
2860
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
2861
|
+
color: #333;
|
|
2862
|
+
display: block;
|
|
2863
|
+
font-size: 18px;
|
|
2864
|
+
font-weight: 500;
|
|
2865
|
+
margin: 0;
|
|
2866
|
+
overflow: hidden;
|
|
2867
|
+
padding: 0.038em 0;
|
|
2868
|
+
text-overflow: ellipsis;
|
|
2869
|
+
white-space: nowrap;
|
|
2870
|
+
}
|
|
2871
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
2872
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
2873
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
2874
|
+
color: #777;
|
|
2875
|
+
display: block;
|
|
2876
|
+
font-size: 14px;
|
|
2877
|
+
margin: 0;
|
|
2878
|
+
padding: 0.038em 0;
|
|
2879
|
+
word-wrap: break-word;
|
|
2880
|
+
}
|
|
2881
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
2882
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
2883
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
2884
|
+
overflow: hidden;
|
|
2885
|
+
text-overflow: ellipsis;
|
|
2886
|
+
white-space: nowrap;
|
|
2887
|
+
}
|
|
2888
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
2889
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
2890
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
2891
|
+
height: 2.8571em;
|
|
2892
|
+
left: 1.0667em;
|
|
2893
|
+
position: absolute;
|
|
2894
|
+
width: 2.8571em;
|
|
2895
|
+
left: 1.0667em;
|
|
2896
|
+
}
|
|
2897
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
2898
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
2899
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
2900
|
+
padding-left: 4.6428em;
|
|
2901
|
+
padding-right: 1.0714em;
|
|
2902
|
+
}
|
|
2903
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
2904
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
2905
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
2906
|
+
padding-left: 1.0714em;
|
|
2907
|
+
padding-right: 4.6428em;
|
|
2908
|
+
}
|
|
2909
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2910
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2911
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
2912
|
+
height: 2.8571em;
|
|
2913
|
+
left: 1.0667em;
|
|
2914
|
+
position: absolute;
|
|
2915
|
+
width: 2.8571em;
|
|
2916
|
+
right: 1.0667em;
|
|
2917
|
+
}
|
|
2918
|
+
.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,
|
|
2919
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
2920
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2921
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
2922
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
2923
|
+
top: 0.7142em;
|
|
2924
|
+
}
|
|
2925
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
2926
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
2927
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
2928
|
+
font-size: 15px;
|
|
2929
|
+
height: 1.333em;
|
|
2930
|
+
line-height: 1.433em;
|
|
2931
|
+
padding: 0;
|
|
2932
|
+
position: absolute;
|
|
2933
|
+
right: 1em;
|
|
2934
|
+
top: 50%;
|
|
2935
|
+
-webkit-transform: translateY(-50%);
|
|
2936
|
+
transform: translateY(-50%);
|
|
2937
|
+
width: 2em;
|
|
2938
|
+
}
|
|
2939
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
2940
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
2941
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
2942
|
+
padding-left: 4.6428em;
|
|
2943
|
+
padding-right: 3.9285em;
|
|
2944
|
+
}
|
|
2945
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
2946
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
2947
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
2948
|
+
padding-left: 1.0714em;
|
|
2949
|
+
padding-right: 3.9285em;
|
|
2950
|
+
}
|
|
2951
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
2952
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
2953
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
2954
|
+
display: block;
|
|
2955
|
+
margin: 0;
|
|
2956
|
+
overflow: hidden;
|
|
2957
|
+
padding: 0.83em 0;
|
|
2958
|
+
text-overflow: ellipsis;
|
|
2959
|
+
white-space: nowrap;
|
|
2960
|
+
}
|
|
2961
|
+
.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,
|
|
2962
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
2963
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
2964
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
2965
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
2966
|
+
color: rgba(51, 51, 51, 0.87);
|
|
2967
|
+
}
|
|
2968
|
+
.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,
|
|
2969
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
2970
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
2971
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
2972
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
2973
|
+
color: rgba(51, 51, 51, 0.87);
|
|
2974
|
+
}
|
|
2975
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
2976
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
2977
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
2978
|
+
left: inherit;
|
|
2979
|
+
right: 1.0667em;
|
|
2980
|
+
}
|
|
2981
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
2982
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
2983
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
2984
|
+
padding-left: 1.0714em;
|
|
2985
|
+
padding-right: 4.6428em;
|
|
2986
|
+
}
|
|
2987
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
2988
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
2989
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
2990
|
+
padding-left: 4.6428em;
|
|
2991
|
+
padding-right: 1.0714em;
|
|
2992
|
+
}
|
|
2993
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2994
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
2995
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
2996
|
+
left: 1.0667em;
|
|
2997
|
+
right: inherit;
|
|
2998
|
+
}
|
|
2999
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3000
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3001
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3002
|
+
left: 1em;
|
|
3003
|
+
right: inherit;
|
|
3004
|
+
}
|
|
3005
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3006
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3007
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3008
|
+
padding-left: 3.9285em;
|
|
3009
|
+
padding-right: 4.6428em;
|
|
3010
|
+
}
|
|
3011
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3012
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3013
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3014
|
+
padding-left: 3.9285em;
|
|
3015
|
+
padding-right: 1.0714em;
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.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 {
|
|
3019
|
+
height: 100%;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3023
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3024
|
+
}
|
|
3025
|
+
|
|
3026
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3027
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3031
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3032
3032
|
}
|