@syncfusion/ej2-vue-splitbuttons 19.2.55 → 19.3.44
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/CHANGELOG.md +8 -0
- package/dist/ej2-vue-splitbuttons.umd.min.js +2 -11
- package/dist/ej2-vue-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es2015.js +73 -1
- package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es5.js +79 -1
- package/dist/es6/ej2-vue-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
- package/package.json +8 -8
- package/src/drop-down-button/dropdownbutton.component.d.ts +2 -0
- package/src/drop-down-button/dropdownbutton.component.js +27 -1
- package/src/progress-button/progressbutton.component.d.ts +2 -0
- package/src/progress-button/progressbutton.component.js +27 -1
- package/src/split-button/splitbutton.component.d.ts +2 -0
- package/src/split-button/splitbutton.component.js +27 -1
- package/styles/bootstrap-dark.css +1 -31
- package/styles/bootstrap.css +1 -19
- package/styles/bootstrap4.css +1 -31
- package/styles/bootstrap5-dark.css +2105 -0
- package/styles/bootstrap5-dark.scss +4 -0
- package/styles/bootstrap5.css +2105 -0
- package/styles/bootstrap5.scss +4 -0
- package/styles/button-group/bootstrap-dark.css +1 -31
- package/styles/button-group/bootstrap.css +1 -19
- package/styles/button-group/bootstrap4.css +1 -31
- package/styles/button-group/bootstrap5-dark.css +842 -0
- package/styles/button-group/bootstrap5-dark.scss +1 -0
- package/styles/button-group/bootstrap5.css +842 -0
- package/styles/button-group/bootstrap5.scss +1 -0
- package/styles/button-group/fabric-dark.css +1 -31
- package/styles/button-group/fabric.css +1 -31
- package/styles/button-group/highcontrast-light.css +1 -31
- package/styles/button-group/highcontrast.css +1 -31
- package/styles/button-group/material-dark.css +5 -35
- package/styles/button-group/material.css +1 -31
- package/styles/button-group/tailwind-dark.css +1 -31
- package/styles/button-group/tailwind.css +1 -31
- package/styles/drop-down-button/bootstrap5-dark.css +248 -0
- package/styles/drop-down-button/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-button/bootstrap5.css +248 -0
- package/styles/drop-down-button/bootstrap5.scss +1 -0
- package/styles/drop-down-button/tailwind-dark.css +5 -0
- package/styles/drop-down-button/tailwind.css +5 -0
- package/styles/fabric-dark.css +1 -31
- package/styles/fabric.css +1 -31
- package/styles/highcontrast-light.css +1 -31
- package/styles/highcontrast.css +1 -31
- package/styles/material-dark.css +15 -45
- package/styles/material.css +2 -32
- package/styles/progress-button/bootstrap5-dark.css +645 -0
- package/styles/progress-button/bootstrap5-dark.scss +1 -0
- package/styles/progress-button/bootstrap5.css +645 -0
- package/styles/progress-button/bootstrap5.scss +1 -0
- package/styles/progress-button/material-dark.css +9 -9
- package/styles/progress-button/tailwind-dark.css +10 -10
- package/styles/split-button/bootstrap5-dark.css +367 -0
- package/styles/split-button/bootstrap5-dark.scss +1 -0
- package/styles/split-button/bootstrap5.css +367 -0
- package/styles/split-button/bootstrap5.scss +1 -0
- package/styles/split-button/material-dark.css +1 -1
- package/styles/split-button/material.css +1 -1
- package/styles/split-button/tailwind-dark.css +2 -0
- package/styles/split-button/tailwind.css +2 -0
- package/styles/tailwind-dark.css +18 -41
- package/styles/tailwind.css +8 -31
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
.e-dropdown-btn .e-caret::before,
|
|
2
|
+
.e-dropdown-btn.e-btn .e-caret::before {
|
|
3
|
+
content: '\e70d';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
/*! drop-down button layout */
|
|
7
|
+
.e-dropdown-btn,
|
|
8
|
+
.e-dropdown-btn.e-btn {
|
|
9
|
+
text-transform: none;
|
|
10
|
+
white-space: normal;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-dropdown-btn:focus,
|
|
14
|
+
.e-dropdown-btn.e-btn:focus {
|
|
15
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-dropdown-btn:active,
|
|
19
|
+
.e-dropdown-btn.e-btn:active {
|
|
20
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-dropdown-btn .e-btn-icon,
|
|
24
|
+
.e-dropdown-btn.e-btn .e-btn-icon {
|
|
25
|
+
font-size: 14px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.e-dropdown-btn .e-caret,
|
|
29
|
+
.e-dropdown-btn.e-btn .e-caret {
|
|
30
|
+
font-size: 10px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-dropdown-btn.e-vertical,
|
|
34
|
+
.e-dropdown-btn.e-btn.e-vertical {
|
|
35
|
+
line-height: 1;
|
|
36
|
+
padding: 6px 12px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-dropdown-btn.e-caret-hide .e-caret,
|
|
40
|
+
.e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
41
|
+
display: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.e-dropdown-btn.e-small .e-dropdown-popup ul,
|
|
45
|
+
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
|
|
46
|
+
padding: 4px 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
|
|
50
|
+
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
|
|
51
|
+
padding: 0 8px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-dropdown-btn.e-small.e-vertical,
|
|
55
|
+
.e-dropdown-btn.e-btn.e-small.e-vertical {
|
|
56
|
+
line-height: 1;
|
|
57
|
+
padding: 6px 12px;
|
|
58
|
+
}
|
|
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
|
+
|
|
65
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
66
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
67
|
+
font-size: 12px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
71
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
72
|
+
line-height: 1;
|
|
73
|
+
padding: 8px 16px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
77
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
78
|
+
line-height: 1;
|
|
79
|
+
padding: 8px 16px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-dropdown-popup {
|
|
83
|
+
position: absolute;
|
|
84
|
+
margin-top: 4px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-dropdown-popup ul {
|
|
88
|
+
border: 1px solid #444c54;
|
|
89
|
+
border-radius: 4px;
|
|
90
|
+
box-shadow: none;
|
|
91
|
+
box-sizing: border-box;
|
|
92
|
+
font-size: 14px;
|
|
93
|
+
font-weight: 400;
|
|
94
|
+
list-style-image: none;
|
|
95
|
+
list-style-position: outside;
|
|
96
|
+
list-style-type: none;
|
|
97
|
+
margin: 0;
|
|
98
|
+
min-width: 120px;
|
|
99
|
+
overflow: hidden;
|
|
100
|
+
padding: 6px 0;
|
|
101
|
+
-webkit-user-select: none;
|
|
102
|
+
-ms-user-select: none;
|
|
103
|
+
user-select: none;
|
|
104
|
+
white-space: nowrap;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-dropdown-popup ul .e-item {
|
|
108
|
+
cursor: pointer;
|
|
109
|
+
display: -ms-flexbox;
|
|
110
|
+
display: flex;
|
|
111
|
+
height: 30px;
|
|
112
|
+
line-height: 30px;
|
|
113
|
+
padding: 0 12px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-dropdown-popup ul .e-item.e-url {
|
|
117
|
+
padding: 0;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
121
|
+
display: block;
|
|
122
|
+
padding: 0 12px;
|
|
123
|
+
text-decoration: none;
|
|
124
|
+
width: 100%;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
128
|
+
float: left;
|
|
129
|
+
font-size: 18px;
|
|
130
|
+
line-height: 30px;
|
|
131
|
+
margin-right: 11px;
|
|
132
|
+
vertical-align: middle;
|
|
133
|
+
width: 1em;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.e-dropdown-popup ul .e-item.e-disabled {
|
|
137
|
+
cursor: auto;
|
|
138
|
+
pointer-events: none;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.e-dropdown-popup ul .e-item.e-separator {
|
|
142
|
+
border-bottom-style: solid;
|
|
143
|
+
border-bottom-width: 1px;
|
|
144
|
+
cursor: auto;
|
|
145
|
+
height: auto;
|
|
146
|
+
line-height: normal;
|
|
147
|
+
margin: 3px 0;
|
|
148
|
+
pointer-events: none;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.e-dropdown-popup.e-transparent {
|
|
152
|
+
background: transparent;
|
|
153
|
+
box-shadow: none;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.e-dropdown-popup.e-transparent .e-dropdown-menu {
|
|
157
|
+
border: 0;
|
|
158
|
+
height: 1px;
|
|
159
|
+
min-width: 0;
|
|
160
|
+
padding: 0;
|
|
161
|
+
width: 1px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.e-rtl.e-dropdown-popup .e-item .e-menu-icon {
|
|
165
|
+
float: right;
|
|
166
|
+
margin-left: 11px;
|
|
167
|
+
margin-right: 0;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
*.e-bigger .e-dropdown-popup {
|
|
171
|
+
background-color: transparent;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
175
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
176
|
+
box-shadow: none;
|
|
177
|
+
font-size: 16px;
|
|
178
|
+
max-width: 202px;
|
|
179
|
+
min-width: 112px;
|
|
180
|
+
padding: 8px 0;
|
|
181
|
+
background-color: #343a40;
|
|
182
|
+
margin-top: 4px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
186
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
187
|
+
height: 36px;
|
|
188
|
+
line-height: 36px;
|
|
189
|
+
padding: 0 16px;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
193
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
194
|
+
padding: 0;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
198
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
199
|
+
font-size: 22px;
|
|
200
|
+
line-height: 36px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
204
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
205
|
+
height: auto;
|
|
206
|
+
line-height: normal;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/*! drop-down button theme */
|
|
210
|
+
.e-dropdown-popup {
|
|
211
|
+
background-color: #343a40;
|
|
212
|
+
color: #fff;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
216
|
+
color: #fff;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
220
|
+
color: #adb5bd;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.e-dropdown-popup ul .e-item.e-focused {
|
|
224
|
+
background-color: #31373d;
|
|
225
|
+
box-shadow: none;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.e-dropdown-popup ul .e-item:hover {
|
|
229
|
+
background-color: #444c54;
|
|
230
|
+
color: #fff;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
234
|
+
background-color: #0d6efd;
|
|
235
|
+
color: #fff;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
239
|
+
color: #fff;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
|
|
243
|
+
color: #fff;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.e-dropdown-popup ul .e-separator {
|
|
247
|
+
border-bottom-color: #444c54;
|
|
248
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-dark.scss';
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
.e-dropdown-btn .e-caret::before,
|
|
2
|
+
.e-dropdown-btn.e-btn .e-caret::before {
|
|
3
|
+
content: '\e70d';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
/*! drop-down button layout */
|
|
7
|
+
.e-dropdown-btn,
|
|
8
|
+
.e-dropdown-btn.e-btn {
|
|
9
|
+
text-transform: none;
|
|
10
|
+
white-space: normal;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-dropdown-btn:focus,
|
|
14
|
+
.e-dropdown-btn.e-btn:focus {
|
|
15
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-dropdown-btn:active,
|
|
19
|
+
.e-dropdown-btn.e-btn:active {
|
|
20
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-dropdown-btn .e-btn-icon,
|
|
24
|
+
.e-dropdown-btn.e-btn .e-btn-icon {
|
|
25
|
+
font-size: 14px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.e-dropdown-btn .e-caret,
|
|
29
|
+
.e-dropdown-btn.e-btn .e-caret {
|
|
30
|
+
font-size: 10px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-dropdown-btn.e-vertical,
|
|
34
|
+
.e-dropdown-btn.e-btn.e-vertical {
|
|
35
|
+
line-height: 1;
|
|
36
|
+
padding: 6px 12px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-dropdown-btn.e-caret-hide .e-caret,
|
|
40
|
+
.e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
41
|
+
display: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.e-dropdown-btn.e-small .e-dropdown-popup ul,
|
|
45
|
+
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
|
|
46
|
+
padding: 4px 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
|
|
50
|
+
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
|
|
51
|
+
padding: 0 8px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-dropdown-btn.e-small.e-vertical,
|
|
55
|
+
.e-dropdown-btn.e-btn.e-small.e-vertical {
|
|
56
|
+
line-height: 1;
|
|
57
|
+
padding: 6px 12px;
|
|
58
|
+
}
|
|
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
|
+
|
|
65
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
66
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
67
|
+
font-size: 12px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
71
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
72
|
+
line-height: 1;
|
|
73
|
+
padding: 8px 16px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
77
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
78
|
+
line-height: 1;
|
|
79
|
+
padding: 8px 16px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-dropdown-popup {
|
|
83
|
+
position: absolute;
|
|
84
|
+
margin-top: 4px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-dropdown-popup ul {
|
|
88
|
+
border: 1px solid #dee2e6;
|
|
89
|
+
border-radius: 4px;
|
|
90
|
+
box-shadow: none;
|
|
91
|
+
box-sizing: border-box;
|
|
92
|
+
font-size: 14px;
|
|
93
|
+
font-weight: 400;
|
|
94
|
+
list-style-image: none;
|
|
95
|
+
list-style-position: outside;
|
|
96
|
+
list-style-type: none;
|
|
97
|
+
margin: 0;
|
|
98
|
+
min-width: 120px;
|
|
99
|
+
overflow: hidden;
|
|
100
|
+
padding: 6px 0;
|
|
101
|
+
-webkit-user-select: none;
|
|
102
|
+
-ms-user-select: none;
|
|
103
|
+
user-select: none;
|
|
104
|
+
white-space: nowrap;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-dropdown-popup ul .e-item {
|
|
108
|
+
cursor: pointer;
|
|
109
|
+
display: -ms-flexbox;
|
|
110
|
+
display: flex;
|
|
111
|
+
height: 30px;
|
|
112
|
+
line-height: 30px;
|
|
113
|
+
padding: 0 12px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-dropdown-popup ul .e-item.e-url {
|
|
117
|
+
padding: 0;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
121
|
+
display: block;
|
|
122
|
+
padding: 0 12px;
|
|
123
|
+
text-decoration: none;
|
|
124
|
+
width: 100%;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
128
|
+
float: left;
|
|
129
|
+
font-size: 18px;
|
|
130
|
+
line-height: 30px;
|
|
131
|
+
margin-right: 11px;
|
|
132
|
+
vertical-align: middle;
|
|
133
|
+
width: 1em;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.e-dropdown-popup ul .e-item.e-disabled {
|
|
137
|
+
cursor: auto;
|
|
138
|
+
pointer-events: none;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.e-dropdown-popup ul .e-item.e-separator {
|
|
142
|
+
border-bottom-style: solid;
|
|
143
|
+
border-bottom-width: 1px;
|
|
144
|
+
cursor: auto;
|
|
145
|
+
height: auto;
|
|
146
|
+
line-height: normal;
|
|
147
|
+
margin: 3px 0;
|
|
148
|
+
pointer-events: none;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.e-dropdown-popup.e-transparent {
|
|
152
|
+
background: transparent;
|
|
153
|
+
box-shadow: none;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.e-dropdown-popup.e-transparent .e-dropdown-menu {
|
|
157
|
+
border: 0;
|
|
158
|
+
height: 1px;
|
|
159
|
+
min-width: 0;
|
|
160
|
+
padding: 0;
|
|
161
|
+
width: 1px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.e-rtl.e-dropdown-popup .e-item .e-menu-icon {
|
|
165
|
+
float: right;
|
|
166
|
+
margin-left: 11px;
|
|
167
|
+
margin-right: 0;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
*.e-bigger .e-dropdown-popup {
|
|
171
|
+
background-color: transparent;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
175
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
176
|
+
box-shadow: none;
|
|
177
|
+
font-size: 16px;
|
|
178
|
+
max-width: 202px;
|
|
179
|
+
min-width: 112px;
|
|
180
|
+
padding: 8px 0;
|
|
181
|
+
background-color: #fff;
|
|
182
|
+
margin-top: 4px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
186
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
187
|
+
height: 36px;
|
|
188
|
+
line-height: 36px;
|
|
189
|
+
padding: 0 16px;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
193
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
194
|
+
padding: 0;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
198
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
199
|
+
font-size: 22px;
|
|
200
|
+
line-height: 36px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
204
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
205
|
+
height: auto;
|
|
206
|
+
line-height: normal;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/*! drop-down button theme */
|
|
210
|
+
.e-dropdown-popup {
|
|
211
|
+
background-color: #fff;
|
|
212
|
+
color: #212529;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
216
|
+
color: #212529;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
220
|
+
color: #6c757d;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.e-dropdown-popup ul .e-item.e-focused {
|
|
224
|
+
background-color: #e9ecef;
|
|
225
|
+
box-shadow: none;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.e-dropdown-popup ul .e-item:hover {
|
|
229
|
+
background-color: #e9ecef;
|
|
230
|
+
color: #212529;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
234
|
+
background-color: #0d6efd;
|
|
235
|
+
color: #fff;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
239
|
+
color: #fff;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
|
|
243
|
+
color: #fff;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.e-dropdown-popup ul .e-separator {
|
|
247
|
+
border-bottom-color: #dee2e6;
|
|
248
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5.scss';
|
|
@@ -174,6 +174,10 @@
|
|
|
174
174
|
margin-right: 0;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
+
*.e-bigger .e-dropdown-popup {
|
|
178
|
+
background-color: transparent;
|
|
179
|
+
}
|
|
180
|
+
|
|
177
181
|
*.e-bigger .e-dropdown-popup ul,
|
|
178
182
|
*.e-bigger.e-dropdown-popup ul {
|
|
179
183
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
@@ -181,6 +185,7 @@
|
|
|
181
185
|
max-width: 202px;
|
|
182
186
|
min-width: 112px;
|
|
183
187
|
padding: 8px 0;
|
|
188
|
+
background-color: #374151;
|
|
184
189
|
margin-top: 4px;
|
|
185
190
|
}
|
|
186
191
|
|
|
@@ -174,6 +174,10 @@
|
|
|
174
174
|
margin-right: 0;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
+
*.e-bigger .e-dropdown-popup {
|
|
178
|
+
background-color: transparent;
|
|
179
|
+
}
|
|
180
|
+
|
|
177
181
|
*.e-bigger .e-dropdown-popup ul,
|
|
178
182
|
*.e-bigger.e-dropdown-popup ul {
|
|
179
183
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
@@ -181,6 +185,7 @@
|
|
|
181
185
|
max-width: 202px;
|
|
182
186
|
min-width: 112px;
|
|
183
187
|
padding: 8px 0;
|
|
188
|
+
background-color: #fff;
|
|
184
189
|
margin-top: 4px;
|
|
185
190
|
}
|
|
186
191
|
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1017,9 +1017,6 @@
|
|
|
1017
1017
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
1018
1018
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
1019
1019
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
1020
|
-
background-color: #414040;
|
|
1021
|
-
border-color: #201f1f;
|
|
1022
|
-
color: #fff;
|
|
1023
1020
|
box-shadow: none;
|
|
1024
1021
|
box-shadow: none;
|
|
1025
1022
|
}
|
|
@@ -1028,9 +1025,6 @@
|
|
|
1028
1025
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
1029
1026
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
1030
1027
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
1031
|
-
background-color: #0074cc;
|
|
1032
|
-
border-color: #201f1f;
|
|
1033
|
-
color: #fff;
|
|
1034
1028
|
box-shadow: none;
|
|
1035
1029
|
}
|
|
1036
1030
|
|
|
@@ -1038,9 +1032,6 @@
|
|
|
1038
1032
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
1039
1033
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
1040
1034
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
1041
|
-
background-color: #37844d;
|
|
1042
|
-
border-color: #201f1f;
|
|
1043
|
-
color: #fff;
|
|
1044
1035
|
box-shadow: none;
|
|
1045
1036
|
}
|
|
1046
1037
|
|
|
@@ -1048,9 +1039,6 @@
|
|
|
1048
1039
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
1049
1040
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
1050
1041
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
1051
|
-
background-color: #1a69b0;
|
|
1052
|
-
border-color: #201f1f;
|
|
1053
|
-
color: #fff;
|
|
1054
1042
|
box-shadow: none;
|
|
1055
1043
|
}
|
|
1056
1044
|
|
|
@@ -1058,9 +1046,6 @@
|
|
|
1058
1046
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
1059
1047
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
1060
1048
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
1061
|
-
background-color: #a06200;
|
|
1062
|
-
border-color: #201f1f;
|
|
1063
|
-
color: #fff;
|
|
1064
1049
|
box-shadow: none;
|
|
1065
1050
|
}
|
|
1066
1051
|
|
|
@@ -1068,9 +1053,6 @@
|
|
|
1068
1053
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
1069
1054
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
1070
1055
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
1071
|
-
background-color: #b22416;
|
|
1072
|
-
border-color: #201f1f;
|
|
1073
|
-
color: #fff;
|
|
1074
1056
|
box-shadow: none;
|
|
1075
1057
|
}
|
|
1076
1058
|
|
|
@@ -1086,7 +1068,6 @@
|
|
|
1086
1068
|
outline: #414040 0 solid;
|
|
1087
1069
|
outline-offset: 0;
|
|
1088
1070
|
box-shadow: none;
|
|
1089
|
-
box-shadow: none;
|
|
1090
1071
|
}
|
|
1091
1072
|
|
|
1092
1073
|
.e-btn-group .e-btn:active.e-primary,
|
|
@@ -1100,7 +1081,6 @@
|
|
|
1100
1081
|
color: #fff;
|
|
1101
1082
|
outline: #414040 0 solid;
|
|
1102
1083
|
box-shadow: none;
|
|
1103
|
-
box-shadow: none;
|
|
1104
1084
|
}
|
|
1105
1085
|
|
|
1106
1086
|
.e-btn-group .e-btn:active.e-success,
|
|
@@ -1113,7 +1093,6 @@
|
|
|
1113
1093
|
border-color: #255934;
|
|
1114
1094
|
color: #fff;
|
|
1115
1095
|
box-shadow: none;
|
|
1116
|
-
box-shadow: none;
|
|
1117
1096
|
}
|
|
1118
1097
|
|
|
1119
1098
|
.e-btn-group .e-btn:active.e-info,
|
|
@@ -1123,9 +1102,8 @@
|
|
|
1123
1102
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
1124
1103
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
1125
1104
|
background-color: #165996;
|
|
1126
|
-
border-color: #165996;
|
|
1127
1105
|
color: #fff;
|
|
1128
|
-
|
|
1106
|
+
border-color: #165996;
|
|
1129
1107
|
box-shadow: none;
|
|
1130
1108
|
}
|
|
1131
1109
|
|
|
@@ -1139,7 +1117,6 @@
|
|
|
1139
1117
|
border-color: #825000;
|
|
1140
1118
|
color: #fff;
|
|
1141
1119
|
box-shadow: none;
|
|
1142
|
-
box-shadow: none;
|
|
1143
1120
|
}
|
|
1144
1121
|
|
|
1145
1122
|
.e-btn-group .e-btn:active.e-danger,
|
|
@@ -1152,7 +1129,6 @@
|
|
|
1152
1129
|
border-color: #961f12;
|
|
1153
1130
|
color: #fff;
|
|
1154
1131
|
box-shadow: none;
|
|
1155
|
-
box-shadow: none;
|
|
1156
1132
|
}
|
|
1157
1133
|
|
|
1158
1134
|
.e-btn-group .e-btn:active.e-outline,
|
|
@@ -1165,7 +1141,6 @@
|
|
|
1165
1141
|
border-color: #6f6c6c;
|
|
1166
1142
|
box-shadow: none;
|
|
1167
1143
|
color: #fff;
|
|
1168
|
-
box-shadow: none;
|
|
1169
1144
|
}
|
|
1170
1145
|
|
|
1171
1146
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
@@ -1178,7 +1153,6 @@
|
|
|
1178
1153
|
border-color: #005799;
|
|
1179
1154
|
box-shadow: none;
|
|
1180
1155
|
color: #fff;
|
|
1181
|
-
box-shadow: none;
|
|
1182
1156
|
}
|
|
1183
1157
|
|
|
1184
1158
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
@@ -1191,7 +1165,6 @@
|
|
|
1191
1165
|
border-color: #255934;
|
|
1192
1166
|
box-shadow: none;
|
|
1193
1167
|
color: #fff;
|
|
1194
|
-
box-shadow: none;
|
|
1195
1168
|
}
|
|
1196
1169
|
|
|
1197
1170
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
@@ -1204,7 +1177,6 @@
|
|
|
1204
1177
|
border-color: #165996;
|
|
1205
1178
|
box-shadow: none;
|
|
1206
1179
|
color: #fff;
|
|
1207
|
-
box-shadow: none;
|
|
1208
1180
|
}
|
|
1209
1181
|
|
|
1210
1182
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
@@ -1217,7 +1189,6 @@
|
|
|
1217
1189
|
border-color: #825000;
|
|
1218
1190
|
box-shadow: none;
|
|
1219
1191
|
color: #fff;
|
|
1220
|
-
box-shadow: none;
|
|
1221
1192
|
}
|
|
1222
1193
|
|
|
1223
1194
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
@@ -1230,7 +1201,6 @@
|
|
|
1230
1201
|
border-color: #961f12;
|
|
1231
1202
|
box-shadow: none;
|
|
1232
1203
|
color: #fff;
|
|
1233
|
-
box-shadow: none;
|
|
1234
1204
|
}
|
|
1235
1205
|
|
|
1236
1206
|
.e-btn-group .e-btn:disabled,
|