@syncfusion/ej2-react-splitbuttons 26.1.35 → 26.2.4
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/dist/ej2-react-splitbuttons.min.js +1 -1
- package/dist/ej2-react-splitbuttons.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +1 -1966
- package/styles/bootstrap.css +1 -2016
- package/styles/bootstrap4.css +1 -2004
- package/styles/bootstrap5-dark.css +1 -1946
- package/styles/bootstrap5.css +1 -1946
- package/styles/button-group/bootstrap-dark.css +1 -813
- package/styles/button-group/bootstrap.css +1 -787
- package/styles/button-group/bootstrap4.css +1 -786
- package/styles/button-group/bootstrap5-dark.css +1 -801
- package/styles/button-group/bootstrap5.css +1 -801
- package/styles/button-group/fabric-dark.css +1 -813
- package/styles/button-group/fabric.css +1 -819
- package/styles/button-group/fluent-dark.css +1 -825
- package/styles/button-group/fluent.css +1 -825
- package/styles/button-group/fluent2.css +1 -1849
- package/styles/button-group/highcontrast-light.css +1 -813
- package/styles/button-group/highcontrast.css +1 -864
- package/styles/button-group/material-dark.css +1 -820
- package/styles/button-group/material.css +1 -825
- package/styles/button-group/material3-dark.css +1 -1055
- package/styles/button-group/material3.css +1 -1167
- package/styles/button-group/tailwind-dark.css +1 -799
- package/styles/button-group/tailwind.css +1 -799
- package/styles/drop-down-button/bootstrap-dark.css +1 -244
- package/styles/drop-down-button/bootstrap.css +1 -244
- package/styles/drop-down-button/bootstrap4.css +1 -237
- package/styles/drop-down-button/bootstrap5-dark.css +1 -247
- package/styles/drop-down-button/bootstrap5.css +1 -247
- package/styles/drop-down-button/fabric-dark.css +1 -244
- package/styles/drop-down-button/fabric.css +1 -244
- package/styles/drop-down-button/fluent-dark.css +1 -245
- package/styles/drop-down-button/fluent.css +1 -245
- package/styles/drop-down-button/fluent2.css +1 -1308
- package/styles/drop-down-button/highcontrast-light.css +1 -244
- package/styles/drop-down-button/highcontrast.css +1 -245
- package/styles/drop-down-button/material-dark.css +1 -244
- package/styles/drop-down-button/material.css +1 -244
- package/styles/drop-down-button/material3-dark.css +1 -363
- package/styles/drop-down-button/material3.css +1 -475
- package/styles/drop-down-button/tailwind-dark.css +1 -254
- package/styles/drop-down-button/tailwind.css +1 -254
- package/styles/fabric-dark.css +1 -1966
- package/styles/fabric.css +1 -2046
- package/styles/fluent-dark.css +1 -2061
- package/styles/fluent.css +1 -2061
- package/styles/fluent2.css +1 -6175
- package/styles/highcontrast-light.css +1 -1966
- package/styles/highcontrast.css +1 -2018
- package/styles/material-dark.css +1 -1973
- package/styles/material.css +1 -2052
- package/styles/material3-dark.css +1 -2647
- package/styles/material3.css +1 -3087
- package/styles/progress-button/bootstrap-dark.css +1 -564
- package/styles/progress-button/bootstrap.css +1 -641
- package/styles/progress-button/bootstrap4.css +1 -644
- package/styles/progress-button/bootstrap5-dark.css +1 -564
- package/styles/progress-button/bootstrap5.css +1 -564
- package/styles/progress-button/fabric-dark.css +1 -564
- package/styles/progress-button/fabric.css +1 -641
- package/styles/progress-button/fluent-dark.css +1 -657
- package/styles/progress-button/fluent.css +1 -657
- package/styles/progress-button/fluent2.css +1 -1636
- package/styles/progress-button/highcontrast-light.css +1 -564
- package/styles/progress-button/highcontrast.css +1 -564
- package/styles/progress-button/material-dark.css +1 -564
- package/styles/progress-button/material.css +1 -641
- package/styles/progress-button/material3-dark.css +1 -730
- package/styles/progress-button/material3.css +1 -842
- package/styles/progress-button/tailwind-dark.css +1 -661
- package/styles/progress-button/tailwind.css +1 -661
- package/styles/split-button/bootstrap-dark.css +1 -342
- package/styles/split-button/bootstrap.css +1 -342
- package/styles/split-button/bootstrap4.css +1 -334
- package/styles/split-button/bootstrap5-dark.css +1 -331
- package/styles/split-button/bootstrap5.css +1 -331
- package/styles/split-button/fabric-dark.css +1 -342
- package/styles/split-button/fabric.css +1 -339
- package/styles/split-button/fluent-dark.css +1 -331
- package/styles/split-button/fluent.css +1 -331
- package/styles/split-button/fluent2.css +1 -1379
- package/styles/split-button/highcontrast-light.css +1 -342
- package/styles/split-button/highcontrast.css +1 -342
- package/styles/split-button/material-dark.css +1 -342
- package/styles/split-button/material.css +1 -339
- package/styles/split-button/material3-dark.css +1 -496
- package/styles/split-button/material3.css +1 -600
- package/styles/split-button/tailwind-dark.css +1 -356
- package/styles/split-button/tailwind.css +1 -356
- package/styles/tailwind-dark.css +1 -2072
- package/styles/tailwind.css +1 -2072
|
@@ -1,245 +1 @@
|
|
|
1
|
-
|
|
2
|
-
.e-dropdown-btn .e-caret::before,
|
|
3
|
-
.e-dropdown-btn.e-btn .e-caret::before {
|
|
4
|
-
content: "\e729";
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-dropdown-btn,
|
|
8
|
-
.e-dropdown-btn.e-btn {
|
|
9
|
-
-webkit-box-shadow: none;
|
|
10
|
-
box-shadow: none;
|
|
11
|
-
text-transform: none;
|
|
12
|
-
white-space: normal;
|
|
13
|
-
}
|
|
14
|
-
.e-dropdown-btn:hover,
|
|
15
|
-
.e-dropdown-btn.e-btn:hover {
|
|
16
|
-
-webkit-box-shadow: none;
|
|
17
|
-
box-shadow: none;
|
|
18
|
-
}
|
|
19
|
-
.e-dropdown-btn:focus,
|
|
20
|
-
.e-dropdown-btn.e-btn:focus {
|
|
21
|
-
-webkit-box-shadow: none;
|
|
22
|
-
box-shadow: none;
|
|
23
|
-
}
|
|
24
|
-
.e-dropdown-btn:active,
|
|
25
|
-
.e-dropdown-btn.e-btn:active {
|
|
26
|
-
-webkit-box-shadow: none;
|
|
27
|
-
box-shadow: none;
|
|
28
|
-
}
|
|
29
|
-
.e-dropdown-btn .e-btn-icon,
|
|
30
|
-
.e-dropdown-btn.e-btn .e-btn-icon {
|
|
31
|
-
font-size: 14px;
|
|
32
|
-
}
|
|
33
|
-
.e-dropdown-btn .e-caret,
|
|
34
|
-
.e-dropdown-btn.e-btn .e-caret {
|
|
35
|
-
font-size: 16px;
|
|
36
|
-
margin-top: 0;
|
|
37
|
-
}
|
|
38
|
-
.e-dropdown-btn.e-vertical,
|
|
39
|
-
.e-dropdown-btn.e-btn.e-vertical {
|
|
40
|
-
line-height: 1;
|
|
41
|
-
padding: 6px 12px;
|
|
42
|
-
}
|
|
43
|
-
.e-dropdown-btn.e-caret-hide .e-caret,
|
|
44
|
-
.e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
45
|
-
display: none;
|
|
46
|
-
}
|
|
47
|
-
.e-dropdown-btn.e-small .e-dropdown-popup ul,
|
|
48
|
-
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
|
|
49
|
-
padding: 0 0;
|
|
50
|
-
}
|
|
51
|
-
.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
|
|
52
|
-
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
|
|
53
|
-
padding: 0 8px;
|
|
54
|
-
}
|
|
55
|
-
.e-dropdown-btn.e-small.e-vertical,
|
|
56
|
-
.e-dropdown-btn.e-btn.e-small.e-vertical {
|
|
57
|
-
line-height: 1;
|
|
58
|
-
padding: 6px 12px;
|
|
59
|
-
}
|
|
60
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
61
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
62
|
-
font-size: 16px;
|
|
63
|
-
}
|
|
64
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
65
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
66
|
-
font-size: 20px;
|
|
67
|
-
}
|
|
68
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
69
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
70
|
-
line-height: 1;
|
|
71
|
-
padding: 8px 16px;
|
|
72
|
-
}
|
|
73
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
74
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
75
|
-
line-height: 1;
|
|
76
|
-
padding: 8px 16px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-dropdown-popup {
|
|
80
|
-
position: absolute;
|
|
81
|
-
}
|
|
82
|
-
.e-dropdown-popup ul {
|
|
83
|
-
border: 0 solid #292827;
|
|
84
|
-
border-radius: 2px;
|
|
85
|
-
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
86
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
87
|
-
-webkit-box-sizing: border-box;
|
|
88
|
-
box-sizing: border-box;
|
|
89
|
-
font-size: 14px;
|
|
90
|
-
font-weight: 400;
|
|
91
|
-
list-style-image: none;
|
|
92
|
-
list-style-position: outside;
|
|
93
|
-
list-style-type: none;
|
|
94
|
-
margin: 0;
|
|
95
|
-
min-width: 120px;
|
|
96
|
-
overflow: hidden;
|
|
97
|
-
padding: 0 0;
|
|
98
|
-
-webkit-user-select: none;
|
|
99
|
-
-moz-user-select: none;
|
|
100
|
-
-ms-user-select: none;
|
|
101
|
-
user-select: none;
|
|
102
|
-
white-space: nowrap;
|
|
103
|
-
}
|
|
104
|
-
.e-dropdown-popup ul .e-item {
|
|
105
|
-
cursor: pointer;
|
|
106
|
-
display: -webkit-box;
|
|
107
|
-
display: -ms-flexbox;
|
|
108
|
-
display: flex;
|
|
109
|
-
height: 36px;
|
|
110
|
-
line-height: 36px;
|
|
111
|
-
padding: 0 12px;
|
|
112
|
-
}
|
|
113
|
-
.e-dropdown-popup ul .e-item.e-separator {
|
|
114
|
-
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
115
|
-
}
|
|
116
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
117
|
-
padding: 0;
|
|
118
|
-
}
|
|
119
|
-
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
120
|
-
display: block;
|
|
121
|
-
padding: 0 12px;
|
|
122
|
-
text-decoration: none;
|
|
123
|
-
width: 100%;
|
|
124
|
-
}
|
|
125
|
-
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
126
|
-
float: left;
|
|
127
|
-
font-size: 18px;
|
|
128
|
-
line-height: 36px;
|
|
129
|
-
margin-right: 11px;
|
|
130
|
-
vertical-align: middle;
|
|
131
|
-
width: 1em;
|
|
132
|
-
}
|
|
133
|
-
.e-dropdown-popup ul .e-item.e-disabled {
|
|
134
|
-
cursor: auto;
|
|
135
|
-
pointer-events: none;
|
|
136
|
-
}
|
|
137
|
-
.e-dropdown-popup ul .e-item.e-separator {
|
|
138
|
-
border-bottom-style: solid;
|
|
139
|
-
border-bottom-width: 1px;
|
|
140
|
-
cursor: auto;
|
|
141
|
-
height: auto;
|
|
142
|
-
line-height: normal;
|
|
143
|
-
margin: 3px 0;
|
|
144
|
-
pointer-events: none;
|
|
145
|
-
}
|
|
146
|
-
.e-dropdown-popup.e-transparent {
|
|
147
|
-
background: transparent;
|
|
148
|
-
-webkit-box-shadow: none;
|
|
149
|
-
box-shadow: none;
|
|
150
|
-
}
|
|
151
|
-
.e-dropdown-popup.e-transparent .e-dropdown-menu {
|
|
152
|
-
border: 0;
|
|
153
|
-
height: 1px;
|
|
154
|
-
min-width: 0;
|
|
155
|
-
padding: 0;
|
|
156
|
-
width: 1px;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.e-rtl.e-dropdown-popup .e-item .e-menu-icon {
|
|
160
|
-
float: right;
|
|
161
|
-
margin-left: 11px;
|
|
162
|
-
margin-right: 0;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
166
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
167
|
-
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
168
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
169
|
-
font-size: 16px;
|
|
170
|
-
max-width: 202px;
|
|
171
|
-
min-width: 112px;
|
|
172
|
-
padding: 0 0;
|
|
173
|
-
}
|
|
174
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
175
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
176
|
-
height: 40px;
|
|
177
|
-
line-height: 40px;
|
|
178
|
-
padding: 0 16px;
|
|
179
|
-
}
|
|
180
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
181
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
182
|
-
padding: 0;
|
|
183
|
-
}
|
|
184
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
185
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
186
|
-
font-size: 22px;
|
|
187
|
-
line-height: 40px;
|
|
188
|
-
}
|
|
189
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
190
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
191
|
-
height: auto;
|
|
192
|
-
line-height: normal;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.e-dropdown-popup {
|
|
196
|
-
background: #252423;
|
|
197
|
-
color: #fff;
|
|
198
|
-
}
|
|
199
|
-
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
200
|
-
color: #fff;
|
|
201
|
-
}
|
|
202
|
-
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
203
|
-
color: #a19f9d;
|
|
204
|
-
}
|
|
205
|
-
.e-dropdown-popup ul .e-item.e-focused {
|
|
206
|
-
-webkit-box-shadow: inset 0 0 0 1px #f3f2f1;
|
|
207
|
-
box-shadow: inset 0 0 0 1px #f3f2f1;
|
|
208
|
-
}
|
|
209
|
-
.e-dropdown-popup ul .e-item:hover {
|
|
210
|
-
background: #323130;
|
|
211
|
-
color: #f3f2f1;
|
|
212
|
-
}
|
|
213
|
-
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
214
|
-
background: #3b3a39;
|
|
215
|
-
color: #f3f2f1;
|
|
216
|
-
}
|
|
217
|
-
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
218
|
-
color: #f3f2f1;
|
|
219
|
-
}
|
|
220
|
-
.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
|
|
221
|
-
color: #a19f9d;
|
|
222
|
-
}
|
|
223
|
-
.e-dropdown-popup ul .e-separator {
|
|
224
|
-
border-bottom-color: #292827;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.e-dropdown-btn.e-inherit,
|
|
228
|
-
.e-dropdown-btn.e-btn.e-inherit {
|
|
229
|
-
background: inherit;
|
|
230
|
-
border-color: transparent;
|
|
231
|
-
-webkit-box-shadow: none;
|
|
232
|
-
box-shadow: none;
|
|
233
|
-
color: inherit;
|
|
234
|
-
}
|
|
235
|
-
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
|
|
236
|
-
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
237
|
-
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
238
|
-
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
239
|
-
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
240
|
-
background: rgba(0, 0, 0, 0.056);
|
|
241
|
-
border-color: transparent;
|
|
242
|
-
-webkit-box-shadow: none;
|
|
243
|
-
box-shadow: none;
|
|
244
|
-
color: inherit;
|
|
245
|
-
}
|
|
1
|
+
@import '@syncfusion/ej2-splitbuttons/styles/drop-down-button/fluent-dark.css';
|
|
@@ -1,245 +1 @@
|
|
|
1
|
-
|
|
2
|
-
.e-dropdown-btn .e-caret::before,
|
|
3
|
-
.e-dropdown-btn.e-btn .e-caret::before {
|
|
4
|
-
content: "\e729";
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-dropdown-btn,
|
|
8
|
-
.e-dropdown-btn.e-btn {
|
|
9
|
-
-webkit-box-shadow: none;
|
|
10
|
-
box-shadow: none;
|
|
11
|
-
text-transform: none;
|
|
12
|
-
white-space: normal;
|
|
13
|
-
}
|
|
14
|
-
.e-dropdown-btn:hover,
|
|
15
|
-
.e-dropdown-btn.e-btn:hover {
|
|
16
|
-
-webkit-box-shadow: none;
|
|
17
|
-
box-shadow: none;
|
|
18
|
-
}
|
|
19
|
-
.e-dropdown-btn:focus,
|
|
20
|
-
.e-dropdown-btn.e-btn:focus {
|
|
21
|
-
-webkit-box-shadow: none;
|
|
22
|
-
box-shadow: none;
|
|
23
|
-
}
|
|
24
|
-
.e-dropdown-btn:active,
|
|
25
|
-
.e-dropdown-btn.e-btn:active {
|
|
26
|
-
-webkit-box-shadow: none;
|
|
27
|
-
box-shadow: none;
|
|
28
|
-
}
|
|
29
|
-
.e-dropdown-btn .e-btn-icon,
|
|
30
|
-
.e-dropdown-btn.e-btn .e-btn-icon {
|
|
31
|
-
font-size: 14px;
|
|
32
|
-
}
|
|
33
|
-
.e-dropdown-btn .e-caret,
|
|
34
|
-
.e-dropdown-btn.e-btn .e-caret {
|
|
35
|
-
font-size: 16px;
|
|
36
|
-
margin-top: 0;
|
|
37
|
-
}
|
|
38
|
-
.e-dropdown-btn.e-vertical,
|
|
39
|
-
.e-dropdown-btn.e-btn.e-vertical {
|
|
40
|
-
line-height: 1;
|
|
41
|
-
padding: 6px 12px;
|
|
42
|
-
}
|
|
43
|
-
.e-dropdown-btn.e-caret-hide .e-caret,
|
|
44
|
-
.e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
45
|
-
display: none;
|
|
46
|
-
}
|
|
47
|
-
.e-dropdown-btn.e-small .e-dropdown-popup ul,
|
|
48
|
-
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
|
|
49
|
-
padding: 0 0;
|
|
50
|
-
}
|
|
51
|
-
.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
|
|
52
|
-
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
|
|
53
|
-
padding: 0 8px;
|
|
54
|
-
}
|
|
55
|
-
.e-dropdown-btn.e-small.e-vertical,
|
|
56
|
-
.e-dropdown-btn.e-btn.e-small.e-vertical {
|
|
57
|
-
line-height: 1;
|
|
58
|
-
padding: 6px 12px;
|
|
59
|
-
}
|
|
60
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
61
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
62
|
-
font-size: 16px;
|
|
63
|
-
}
|
|
64
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
65
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
66
|
-
font-size: 20px;
|
|
67
|
-
}
|
|
68
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
69
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
70
|
-
line-height: 1;
|
|
71
|
-
padding: 8px 16px;
|
|
72
|
-
}
|
|
73
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
74
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
75
|
-
line-height: 1;
|
|
76
|
-
padding: 8px 16px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-dropdown-popup {
|
|
80
|
-
position: absolute;
|
|
81
|
-
}
|
|
82
|
-
.e-dropdown-popup ul {
|
|
83
|
-
border: 0 solid #edebe9;
|
|
84
|
-
border-radius: 2px;
|
|
85
|
-
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
86
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
87
|
-
-webkit-box-sizing: border-box;
|
|
88
|
-
box-sizing: border-box;
|
|
89
|
-
font-size: 14px;
|
|
90
|
-
font-weight: 400;
|
|
91
|
-
list-style-image: none;
|
|
92
|
-
list-style-position: outside;
|
|
93
|
-
list-style-type: none;
|
|
94
|
-
margin: 0;
|
|
95
|
-
min-width: 120px;
|
|
96
|
-
overflow: hidden;
|
|
97
|
-
padding: 0 0;
|
|
98
|
-
-webkit-user-select: none;
|
|
99
|
-
-moz-user-select: none;
|
|
100
|
-
-ms-user-select: none;
|
|
101
|
-
user-select: none;
|
|
102
|
-
white-space: nowrap;
|
|
103
|
-
}
|
|
104
|
-
.e-dropdown-popup ul .e-item {
|
|
105
|
-
cursor: pointer;
|
|
106
|
-
display: -webkit-box;
|
|
107
|
-
display: -ms-flexbox;
|
|
108
|
-
display: flex;
|
|
109
|
-
height: 36px;
|
|
110
|
-
line-height: 36px;
|
|
111
|
-
padding: 0 12px;
|
|
112
|
-
}
|
|
113
|
-
.e-dropdown-popup ul .e-item.e-separator {
|
|
114
|
-
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
115
|
-
}
|
|
116
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
117
|
-
padding: 0;
|
|
118
|
-
}
|
|
119
|
-
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
120
|
-
display: block;
|
|
121
|
-
padding: 0 12px;
|
|
122
|
-
text-decoration: none;
|
|
123
|
-
width: 100%;
|
|
124
|
-
}
|
|
125
|
-
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
126
|
-
float: left;
|
|
127
|
-
font-size: 18px;
|
|
128
|
-
line-height: 36px;
|
|
129
|
-
margin-right: 11px;
|
|
130
|
-
vertical-align: middle;
|
|
131
|
-
width: 1em;
|
|
132
|
-
}
|
|
133
|
-
.e-dropdown-popup ul .e-item.e-disabled {
|
|
134
|
-
cursor: auto;
|
|
135
|
-
pointer-events: none;
|
|
136
|
-
}
|
|
137
|
-
.e-dropdown-popup ul .e-item.e-separator {
|
|
138
|
-
border-bottom-style: solid;
|
|
139
|
-
border-bottom-width: 1px;
|
|
140
|
-
cursor: auto;
|
|
141
|
-
height: auto;
|
|
142
|
-
line-height: normal;
|
|
143
|
-
margin: 3px 0;
|
|
144
|
-
pointer-events: none;
|
|
145
|
-
}
|
|
146
|
-
.e-dropdown-popup.e-transparent {
|
|
147
|
-
background: transparent;
|
|
148
|
-
-webkit-box-shadow: none;
|
|
149
|
-
box-shadow: none;
|
|
150
|
-
}
|
|
151
|
-
.e-dropdown-popup.e-transparent .e-dropdown-menu {
|
|
152
|
-
border: 0;
|
|
153
|
-
height: 1px;
|
|
154
|
-
min-width: 0;
|
|
155
|
-
padding: 0;
|
|
156
|
-
width: 1px;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.e-rtl.e-dropdown-popup .e-item .e-menu-icon {
|
|
160
|
-
float: right;
|
|
161
|
-
margin-left: 11px;
|
|
162
|
-
margin-right: 0;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
166
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
167
|
-
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
168
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
169
|
-
font-size: 16px;
|
|
170
|
-
max-width: 202px;
|
|
171
|
-
min-width: 112px;
|
|
172
|
-
padding: 0 0;
|
|
173
|
-
}
|
|
174
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
175
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
176
|
-
height: 40px;
|
|
177
|
-
line-height: 40px;
|
|
178
|
-
padding: 0 16px;
|
|
179
|
-
}
|
|
180
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
181
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
182
|
-
padding: 0;
|
|
183
|
-
}
|
|
184
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
185
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
186
|
-
font-size: 22px;
|
|
187
|
-
line-height: 40px;
|
|
188
|
-
}
|
|
189
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
190
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
191
|
-
height: auto;
|
|
192
|
-
line-height: normal;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.e-dropdown-popup {
|
|
196
|
-
background: #fff;
|
|
197
|
-
color: #323130;
|
|
198
|
-
}
|
|
199
|
-
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
200
|
-
color: #323130;
|
|
201
|
-
}
|
|
202
|
-
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
203
|
-
color: #605e5c;
|
|
204
|
-
}
|
|
205
|
-
.e-dropdown-popup ul .e-item.e-focused {
|
|
206
|
-
-webkit-box-shadow: inset 0 0 0 1px #201f1e;
|
|
207
|
-
box-shadow: inset 0 0 0 1px #201f1e;
|
|
208
|
-
}
|
|
209
|
-
.e-dropdown-popup ul .e-item:hover {
|
|
210
|
-
background: #f3f2f1;
|
|
211
|
-
color: #201f1e;
|
|
212
|
-
}
|
|
213
|
-
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
214
|
-
background: #edebe9;
|
|
215
|
-
color: #201f1e;
|
|
216
|
-
}
|
|
217
|
-
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
218
|
-
color: #201f1e;
|
|
219
|
-
}
|
|
220
|
-
.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
|
|
221
|
-
color: #605e5c;
|
|
222
|
-
}
|
|
223
|
-
.e-dropdown-popup ul .e-separator {
|
|
224
|
-
border-bottom-color: #edebe9;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.e-dropdown-btn.e-inherit,
|
|
228
|
-
.e-dropdown-btn.e-btn.e-inherit {
|
|
229
|
-
background: inherit;
|
|
230
|
-
border-color: transparent;
|
|
231
|
-
-webkit-box-shadow: none;
|
|
232
|
-
box-shadow: none;
|
|
233
|
-
color: inherit;
|
|
234
|
-
}
|
|
235
|
-
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
|
|
236
|
-
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
237
|
-
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
238
|
-
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
239
|
-
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
240
|
-
background: rgba(0, 0, 0, 0.056);
|
|
241
|
-
border-color: transparent;
|
|
242
|
-
-webkit-box-shadow: none;
|
|
243
|
-
box-shadow: none;
|
|
244
|
-
color: inherit;
|
|
245
|
-
}
|
|
1
|
+
@import '@syncfusion/ej2-splitbuttons/styles/drop-down-button/fluent.css';
|