@syncfusion/ej2-react-splitbuttons 23.2.4 → 24.1.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.
Files changed (90) hide show
  1. package/CHANGELOG.md +2 -12
  2. package/README.md +1 -1
  3. package/dist/ej2-react-splitbuttons.min.js +1 -1
  4. package/dist/ej2-react-splitbuttons.umd.min.js +1 -1
  5. package/package.json +9 -9
  6. package/styles/bootstrap-dark.css +1 -1761
  7. package/styles/bootstrap.css +1 -1811
  8. package/styles/bootstrap4.css +1 -1836
  9. package/styles/bootstrap5-dark.css +1 -1851
  10. package/styles/bootstrap5.css +1 -1851
  11. package/styles/button-group/bootstrap-dark.css +1 -752
  12. package/styles/button-group/bootstrap.css +1 -726
  13. package/styles/button-group/bootstrap4.css +1 -756
  14. package/styles/button-group/bootstrap5-dark.css +1 -751
  15. package/styles/button-group/bootstrap5.css +1 -751
  16. package/styles/button-group/fabric-dark.css +1 -752
  17. package/styles/button-group/fabric.css +1 -758
  18. package/styles/button-group/fluent-dark.css +1 -755
  19. package/styles/button-group/fluent.css +1 -755
  20. package/styles/button-group/highcontrast-light.css +1 -752
  21. package/styles/button-group/highcontrast.css +1 -803
  22. package/styles/button-group/material-dark.css +1 -752
  23. package/styles/button-group/material.css +1 -756
  24. package/styles/button-group/material3-dark.css +1 -901
  25. package/styles/button-group/material3.css +1 -957
  26. package/styles/button-group/tailwind-dark.css +1 -739
  27. package/styles/button-group/tailwind.css +1 -739
  28. package/styles/drop-down-button/bootstrap-dark.css +1 -231
  29. package/styles/drop-down-button/bootstrap.css +1 -231
  30. package/styles/drop-down-button/bootstrap4.css +1 -226
  31. package/styles/drop-down-button/bootstrap5-dark.css +1 -236
  32. package/styles/drop-down-button/bootstrap5.css +1 -236
  33. package/styles/drop-down-button/fabric-dark.css +1 -231
  34. package/styles/drop-down-button/fabric.css +1 -231
  35. package/styles/drop-down-button/fluent-dark.css +1 -233
  36. package/styles/drop-down-button/fluent.css +1 -233
  37. package/styles/drop-down-button/highcontrast-light.css +1 -231
  38. package/styles/drop-down-button/highcontrast.css +1 -232
  39. package/styles/drop-down-button/material-dark.css +1 -231
  40. package/styles/drop-down-button/material.css +1 -231
  41. package/styles/drop-down-button/material3-dark.css +1 -292
  42. package/styles/drop-down-button/material3.css +1 -348
  43. package/styles/drop-down-button/tailwind-dark.css +1 -241
  44. package/styles/drop-down-button/tailwind.css +1 -241
  45. package/styles/fabric-dark.css +1 -1761
  46. package/styles/fabric.css +1 -1841
  47. package/styles/fluent-dark.css +1 -1852
  48. package/styles/fluent.css +1 -1852
  49. package/styles/highcontrast-light.css +1 -1761
  50. package/styles/highcontrast.css +1 -1813
  51. package/styles/material-dark.css +1 -1761
  52. package/styles/material.css +1 -1839
  53. package/styles/material3-dark.css +1 -2164
  54. package/styles/material3.css +1 -2382
  55. package/styles/progress-button/bootstrap-dark.css +1 -445
  56. package/styles/progress-button/bootstrap.css +1 -522
  57. package/styles/progress-button/bootstrap4.css +1 -525
  58. package/styles/progress-button/bootstrap5-dark.css +1 -538
  59. package/styles/progress-button/bootstrap5.css +1 -538
  60. package/styles/progress-button/fabric-dark.css +1 -445
  61. package/styles/progress-button/fabric.css +1 -522
  62. package/styles/progress-button/fluent-dark.css +1 -538
  63. package/styles/progress-button/fluent.css +1 -538
  64. package/styles/progress-button/highcontrast-light.css +1 -445
  65. package/styles/progress-button/highcontrast.css +1 -445
  66. package/styles/progress-button/material-dark.css +1 -445
  67. package/styles/progress-button/material.css +1 -522
  68. package/styles/progress-button/material3-dark.css +1 -556
  69. package/styles/progress-button/material3.css +1 -612
  70. package/styles/progress-button/tailwind-dark.css +1 -542
  71. package/styles/progress-button/tailwind.css +1 -542
  72. package/styles/split-button/bootstrap-dark.css +1 -330
  73. package/styles/split-button/bootstrap.css +1 -330
  74. package/styles/split-button/bootstrap4.css +1 -326
  75. package/styles/split-button/bootstrap5-dark.css +1 -323
  76. package/styles/split-button/bootstrap5.css +1 -323
  77. package/styles/split-button/fabric-dark.css +1 -330
  78. package/styles/split-button/fabric.css +1 -327
  79. package/styles/split-button/fluent-dark.css +1 -323
  80. package/styles/split-button/fluent.css +1 -323
  81. package/styles/split-button/highcontrast-light.css +1 -330
  82. package/styles/split-button/highcontrast.css +1 -330
  83. package/styles/split-button/material-dark.css +1 -330
  84. package/styles/split-button/material.css +1 -327
  85. package/styles/split-button/material3-dark.css +1 -412
  86. package/styles/split-button/material3.css +1 -462
  87. package/styles/split-button/tailwind-dark.css +1 -344
  88. package/styles/split-button/tailwind.css +1 -344
  89. package/styles/tailwind-dark.css +1 -1868
  90. package/styles/tailwind.css +1 -1868
@@ -1,231 +1 @@
1
- .e-dropdown-btn .e-caret::before,
2
- .e-dropdown-btn.e-btn .e-caret::before {
3
- content: "\e36a";
4
- }
5
-
6
- /*! drop-down button layout */
7
- .e-dropdown-btn,
8
- .e-dropdown-btn.e-btn {
9
- box-shadow: none;
10
- text-transform: none;
11
- white-space: normal;
12
- }
13
- .e-dropdown-btn:hover,
14
- .e-dropdown-btn.e-btn:hover {
15
- box-shadow: none;
16
- }
17
- .e-dropdown-btn:focus,
18
- .e-dropdown-btn.e-btn:focus {
19
- box-shadow: none;
20
- }
21
- .e-dropdown-btn:active,
22
- .e-dropdown-btn.e-btn:active {
23
- box-shadow: none;
24
- }
25
- .e-dropdown-btn .e-btn-icon,
26
- .e-dropdown-btn.e-btn .e-btn-icon {
27
- font-size: 14px;
28
- }
29
- .e-dropdown-btn .e-caret,
30
- .e-dropdown-btn.e-btn .e-caret {
31
- font-size: 10px;
32
- }
33
- .e-dropdown-btn.e-vertical,
34
- .e-dropdown-btn.e-btn.e-vertical {
35
- line-height: 1;
36
- padding: 8px 20px;
37
- }
38
- .e-dropdown-btn.e-caret-hide .e-caret,
39
- .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
40
- display: none;
41
- }
42
- .e-dropdown-btn.e-small .e-dropdown-popup ul,
43
- .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
44
- padding: 0;
45
- }
46
- .e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
47
- .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
48
- padding: 0 10px;
49
- }
50
- .e-dropdown-btn.e-small.e-vertical,
51
- .e-dropdown-btn.e-btn.e-small.e-vertical {
52
- line-height: 1;
53
- padding: 8px 20px;
54
- }
55
-
56
- .e-bigger .e-dropdown-btn .e-btn-icon,
57
- .e-bigger.e-dropdown-btn .e-btn-icon {
58
- font-size: 16px;
59
- }
60
- .e-bigger .e-dropdown-btn .e-caret,
61
- .e-bigger.e-dropdown-btn .e-caret {
62
- font-size: 10px;
63
- }
64
- .e-bigger .e-dropdown-btn.e-vertical,
65
- .e-bigger.e-dropdown-btn.e-vertical {
66
- line-height: 1;
67
- padding: 10px 24px;
68
- }
69
- .e-bigger .e-dropdown-btn.e-small.e-vertical,
70
- .e-bigger.e-dropdown-btn.e-small.e-vertical {
71
- line-height: 1;
72
- padding: 10px 24px;
73
- }
74
-
75
- .e-dropdown-popup {
76
- position: absolute;
77
- }
78
- .e-dropdown-popup ul {
79
- border: 1px solid #eaeaea;
80
- border-radius: 0;
81
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
82
- box-sizing: border-box;
83
- font-size: 14px;
84
- font-weight: normal;
85
- list-style-image: none;
86
- list-style-position: outside;
87
- list-style-type: none;
88
- margin: 0;
89
- min-width: 120px;
90
- overflow: hidden;
91
- padding: 0;
92
- -webkit-user-select: none;
93
- -ms-user-select: none;
94
- user-select: none;
95
- white-space: nowrap;
96
- }
97
- .e-dropdown-popup ul .e-item {
98
- cursor: pointer;
99
- display: -ms-flexbox;
100
- display: flex;
101
- height: 36px;
102
- line-height: 36px;
103
- padding: 0 10px;
104
- }
105
- .e-dropdown-popup ul .e-item.e-url {
106
- padding: 0;
107
- }
108
- .e-dropdown-popup ul .e-item .e-menu-url {
109
- display: block;
110
- padding: 0 10px;
111
- text-decoration: none;
112
- width: 100%;
113
- }
114
- .e-dropdown-popup ul .e-item .e-menu-icon {
115
- float: left;
116
- font-size: 16px;
117
- line-height: 36px;
118
- margin-right: 10px;
119
- vertical-align: middle;
120
- width: 1em;
121
- }
122
- .e-dropdown-popup ul .e-item.e-disabled {
123
- cursor: auto;
124
- pointer-events: none;
125
- }
126
- .e-dropdown-popup ul .e-item.e-separator {
127
- border-bottom-style: solid;
128
- border-bottom-width: 1px;
129
- cursor: auto;
130
- height: auto;
131
- line-height: normal;
132
- margin: 0;
133
- pointer-events: none;
134
- }
135
- .e-dropdown-popup.e-transparent {
136
- background: transparent;
137
- box-shadow: none;
138
- }
139
- .e-dropdown-popup.e-transparent .e-dropdown-menu {
140
- border: 0;
141
- height: 1px;
142
- min-width: 0;
143
- padding: 0;
144
- width: 1px;
145
- }
146
-
147
- .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
148
- float: right;
149
- margin-left: 10px;
150
- margin-right: 0;
151
- }
152
-
153
- *.e-bigger .e-dropdown-popup ul,
154
- *.e-bigger.e-dropdown-popup ul {
155
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
156
- font-size: 15px;
157
- max-width: 280px;
158
- min-width: 112px;
159
- padding: 0;
160
- }
161
- *.e-bigger .e-dropdown-popup ul .e-item,
162
- *.e-bigger.e-dropdown-popup ul .e-item {
163
- height: 48px;
164
- line-height: 48px;
165
- padding: 0 10px;
166
- }
167
- *.e-bigger .e-dropdown-popup ul .e-item.e-url,
168
- *.e-bigger.e-dropdown-popup ul .e-item.e-url {
169
- padding: 0;
170
- }
171
- *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
172
- *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
173
- font-size: 18px;
174
- line-height: 48px;
175
- }
176
- *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
177
- *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
178
- height: auto;
179
- line-height: normal;
180
- }
181
-
182
- /*! drop-down button theme */
183
- .e-dropdown-popup {
184
- background-color: #fff;
185
- color: #333;
186
- }
187
- .e-dropdown-popup ul .e-item .e-menu-url {
188
- color: #333;
189
- }
190
- .e-dropdown-popup ul .e-item .e-menu-icon {
191
- color: #333;
192
- }
193
- .e-dropdown-popup ul .e-item.e-focused {
194
- background-color: transparent;
195
- box-shadow: 0 0 0 1px #767676 inset;
196
- }
197
- .e-dropdown-popup ul .e-item:hover {
198
- background-color: #f4f4f4;
199
- color: #333;
200
- }
201
- .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
202
- background-color: #c8c8c8;
203
- color: #333;
204
- }
205
- .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
206
- color: #333;
207
- }
208
- .e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
209
- color: #333;
210
- }
211
- .e-dropdown-popup ul .e-separator {
212
- border-bottom-color: #eaeaea;
213
- }
214
-
215
- .e-dropdown-btn.e-inherit,
216
- .e-dropdown-btn.e-btn.e-inherit {
217
- background: inherit;
218
- border-color: transparent;
219
- box-shadow: none;
220
- color: inherit;
221
- }
222
- .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,
223
- .e-dropdown-btn.e-btn.e-inherit:hover,
224
- .e-dropdown-btn.e-btn.e-inherit:focus,
225
- .e-dropdown-btn.e-btn.e-inherit:active,
226
- .e-dropdown-btn.e-btn.e-inherit.e-active {
227
- background-color: rgba(0, 0, 0, 0.056);
228
- border-color: transparent;
229
- box-shadow: none;
230
- color: inherit;
231
- }
1
+ @import '@syncfusion/ej2-splitbuttons/styles/drop-down-button/fabric.css';
@@ -1,233 +1 @@
1
- /* stylelint-disable-line no-empty-source */
2
- .e-dropdown-btn .e-caret::before,
3
- .e-dropdown-btn.e-btn .e-caret::before {
4
- content: "\e729";
5
- }
6
-
7
- /*! drop-down button layout */
8
- .e-dropdown-btn,
9
- .e-dropdown-btn.e-btn {
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
- box-shadow: none;
17
- }
18
- .e-dropdown-btn:focus,
19
- .e-dropdown-btn.e-btn:focus {
20
- box-shadow: none;
21
- }
22
- .e-dropdown-btn:active,
23
- .e-dropdown-btn.e-btn:active {
24
- box-shadow: none;
25
- }
26
- .e-dropdown-btn .e-btn-icon,
27
- .e-dropdown-btn.e-btn .e-btn-icon {
28
- font-size: 14px;
29
- }
30
- .e-dropdown-btn .e-caret,
31
- .e-dropdown-btn.e-btn .e-caret {
32
- font-size: 16px;
33
- margin-top: 0;
34
- }
35
- .e-dropdown-btn.e-vertical,
36
- .e-dropdown-btn.e-btn.e-vertical {
37
- line-height: 1;
38
- padding: 6px 12px;
39
- }
40
- .e-dropdown-btn.e-caret-hide .e-caret,
41
- .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
42
- display: none;
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: 0 0;
47
- }
48
- .e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
49
- .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
50
- padding: 0 8px;
51
- }
52
- .e-dropdown-btn.e-small.e-vertical,
53
- .e-dropdown-btn.e-btn.e-small.e-vertical {
54
- line-height: 1;
55
- padding: 6px 12px;
56
- }
57
-
58
- .e-bigger .e-dropdown-btn .e-btn-icon,
59
- .e-bigger.e-dropdown-btn .e-btn-icon {
60
- font-size: 16px;
61
- }
62
- .e-bigger .e-dropdown-btn .e-caret,
63
- .e-bigger.e-dropdown-btn .e-caret {
64
- font-size: 20px;
65
- }
66
- .e-bigger .e-dropdown-btn.e-vertical,
67
- .e-bigger.e-dropdown-btn.e-vertical {
68
- line-height: 1;
69
- padding: 8px 16px;
70
- }
71
- .e-bigger .e-dropdown-btn.e-small.e-vertical,
72
- .e-bigger.e-dropdown-btn.e-small.e-vertical {
73
- line-height: 1;
74
- padding: 8px 16px;
75
- }
76
-
77
- .e-dropdown-popup {
78
- position: absolute;
79
- }
80
- .e-dropdown-popup ul {
81
- border: 0 solid #292827;
82
- border-radius: 2px;
83
- 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);
84
- box-sizing: border-box;
85
- font-size: 14px;
86
- font-weight: 400;
87
- list-style-image: none;
88
- list-style-position: outside;
89
- list-style-type: none;
90
- margin: 0;
91
- min-width: 120px;
92
- overflow: hidden;
93
- padding: 0 0;
94
- -webkit-user-select: none;
95
- -ms-user-select: none;
96
- user-select: none;
97
- white-space: nowrap;
98
- }
99
- .e-dropdown-popup ul .e-item {
100
- cursor: pointer;
101
- display: -ms-flexbox;
102
- display: flex;
103
- height: 36px;
104
- line-height: 36px;
105
- padding: 0 12px;
106
- }
107
- .e-dropdown-popup ul .e-item.e-url {
108
- padding: 0;
109
- }
110
- .e-dropdown-popup ul .e-item .e-menu-url {
111
- display: block;
112
- padding: 0 12px;
113
- text-decoration: none;
114
- width: 100%;
115
- }
116
- .e-dropdown-popup ul .e-item .e-menu-icon {
117
- float: left;
118
- font-size: 18px;
119
- line-height: 36px;
120
- margin-right: 11px;
121
- vertical-align: middle;
122
- width: 1em;
123
- }
124
- .e-dropdown-popup ul .e-item.e-disabled {
125
- cursor: auto;
126
- pointer-events: none;
127
- }
128
- .e-dropdown-popup ul .e-item.e-separator {
129
- border-bottom-style: solid;
130
- border-bottom-width: 1px;
131
- cursor: auto;
132
- height: auto;
133
- line-height: normal;
134
- margin: 3px 0;
135
- pointer-events: none;
136
- }
137
- .e-dropdown-popup.e-transparent {
138
- background: transparent;
139
- box-shadow: none;
140
- }
141
- .e-dropdown-popup.e-transparent .e-dropdown-menu {
142
- border: 0;
143
- height: 1px;
144
- min-width: 0;
145
- padding: 0;
146
- width: 1px;
147
- }
148
-
149
- .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
150
- float: right;
151
- margin-left: 11px;
152
- margin-right: 0;
153
- }
154
-
155
- *.e-bigger .e-dropdown-popup ul,
156
- *.e-bigger.e-dropdown-popup ul {
157
- 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);
158
- font-size: 16px;
159
- max-width: 202px;
160
- min-width: 112px;
161
- padding: 0 0;
162
- }
163
- *.e-bigger .e-dropdown-popup ul .e-item,
164
- *.e-bigger.e-dropdown-popup ul .e-item {
165
- height: 40px;
166
- line-height: 40px;
167
- padding: 0 16px;
168
- }
169
- *.e-bigger .e-dropdown-popup ul .e-item.e-url,
170
- *.e-bigger.e-dropdown-popup ul .e-item.e-url {
171
- padding: 0;
172
- }
173
- *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
174
- *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
175
- font-size: 22px;
176
- line-height: 40px;
177
- }
178
- *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
179
- *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
180
- height: auto;
181
- line-height: normal;
182
- }
183
-
184
- /*! drop-down button theme */
185
- .e-dropdown-popup {
186
- background-color: #252423;
187
- color: #fff;
188
- }
189
- .e-dropdown-popup ul .e-item .e-menu-url {
190
- color: #fff;
191
- }
192
- .e-dropdown-popup ul .e-item .e-menu-icon {
193
- color: #a19f9d;
194
- }
195
- .e-dropdown-popup ul .e-item.e-focused {
196
- background-color: #3b3a39;
197
- box-shadow: none;
198
- }
199
- .e-dropdown-popup ul .e-item:hover {
200
- background-color: #323130;
201
- color: #f3f2f1;
202
- }
203
- .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
204
- background-color: #3b3a39;
205
- color: #f3f2f1;
206
- }
207
- .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
208
- color: #f3f2f1;
209
- }
210
- .e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
211
- color: #a19f9d;
212
- }
213
- .e-dropdown-popup ul .e-separator {
214
- border-bottom-color: #292827;
215
- }
216
-
217
- .e-dropdown-btn.e-inherit,
218
- .e-dropdown-btn.e-btn.e-inherit {
219
- background: inherit;
220
- border-color: transparent;
221
- box-shadow: none;
222
- color: inherit;
223
- }
224
- .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,
225
- .e-dropdown-btn.e-btn.e-inherit:hover,
226
- .e-dropdown-btn.e-btn.e-inherit:focus,
227
- .e-dropdown-btn.e-btn.e-inherit:active,
228
- .e-dropdown-btn.e-btn.e-inherit.e-active {
229
- background-color: rgba(0, 0, 0, 0.056);
230
- border-color: transparent;
231
- box-shadow: none;
232
- color: inherit;
233
- }
1
+ @import '@syncfusion/ej2-splitbuttons/styles/drop-down-button/fluent-dark.css';
@@ -1,233 +1 @@
1
- /* stylelint-disable-line no-empty-source */
2
- .e-dropdown-btn .e-caret::before,
3
- .e-dropdown-btn.e-btn .e-caret::before {
4
- content: "\e729";
5
- }
6
-
7
- /*! drop-down button layout */
8
- .e-dropdown-btn,
9
- .e-dropdown-btn.e-btn {
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
- box-shadow: none;
17
- }
18
- .e-dropdown-btn:focus,
19
- .e-dropdown-btn.e-btn:focus {
20
- box-shadow: none;
21
- }
22
- .e-dropdown-btn:active,
23
- .e-dropdown-btn.e-btn:active {
24
- box-shadow: none;
25
- }
26
- .e-dropdown-btn .e-btn-icon,
27
- .e-dropdown-btn.e-btn .e-btn-icon {
28
- font-size: 14px;
29
- }
30
- .e-dropdown-btn .e-caret,
31
- .e-dropdown-btn.e-btn .e-caret {
32
- font-size: 16px;
33
- margin-top: 0;
34
- }
35
- .e-dropdown-btn.e-vertical,
36
- .e-dropdown-btn.e-btn.e-vertical {
37
- line-height: 1;
38
- padding: 6px 12px;
39
- }
40
- .e-dropdown-btn.e-caret-hide .e-caret,
41
- .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
42
- display: none;
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: 0 0;
47
- }
48
- .e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
49
- .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
50
- padding: 0 8px;
51
- }
52
- .e-dropdown-btn.e-small.e-vertical,
53
- .e-dropdown-btn.e-btn.e-small.e-vertical {
54
- line-height: 1;
55
- padding: 6px 12px;
56
- }
57
-
58
- .e-bigger .e-dropdown-btn .e-btn-icon,
59
- .e-bigger.e-dropdown-btn .e-btn-icon {
60
- font-size: 16px;
61
- }
62
- .e-bigger .e-dropdown-btn .e-caret,
63
- .e-bigger.e-dropdown-btn .e-caret {
64
- font-size: 20px;
65
- }
66
- .e-bigger .e-dropdown-btn.e-vertical,
67
- .e-bigger.e-dropdown-btn.e-vertical {
68
- line-height: 1;
69
- padding: 8px 16px;
70
- }
71
- .e-bigger .e-dropdown-btn.e-small.e-vertical,
72
- .e-bigger.e-dropdown-btn.e-small.e-vertical {
73
- line-height: 1;
74
- padding: 8px 16px;
75
- }
76
-
77
- .e-dropdown-popup {
78
- position: absolute;
79
- }
80
- .e-dropdown-popup ul {
81
- border: 0 solid #edebe9;
82
- border-radius: 2px;
83
- 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);
84
- box-sizing: border-box;
85
- font-size: 14px;
86
- font-weight: 400;
87
- list-style-image: none;
88
- list-style-position: outside;
89
- list-style-type: none;
90
- margin: 0;
91
- min-width: 120px;
92
- overflow: hidden;
93
- padding: 0 0;
94
- -webkit-user-select: none;
95
- -ms-user-select: none;
96
- user-select: none;
97
- white-space: nowrap;
98
- }
99
- .e-dropdown-popup ul .e-item {
100
- cursor: pointer;
101
- display: -ms-flexbox;
102
- display: flex;
103
- height: 36px;
104
- line-height: 36px;
105
- padding: 0 12px;
106
- }
107
- .e-dropdown-popup ul .e-item.e-url {
108
- padding: 0;
109
- }
110
- .e-dropdown-popup ul .e-item .e-menu-url {
111
- display: block;
112
- padding: 0 12px;
113
- text-decoration: none;
114
- width: 100%;
115
- }
116
- .e-dropdown-popup ul .e-item .e-menu-icon {
117
- float: left;
118
- font-size: 18px;
119
- line-height: 36px;
120
- margin-right: 11px;
121
- vertical-align: middle;
122
- width: 1em;
123
- }
124
- .e-dropdown-popup ul .e-item.e-disabled {
125
- cursor: auto;
126
- pointer-events: none;
127
- }
128
- .e-dropdown-popup ul .e-item.e-separator {
129
- border-bottom-style: solid;
130
- border-bottom-width: 1px;
131
- cursor: auto;
132
- height: auto;
133
- line-height: normal;
134
- margin: 3px 0;
135
- pointer-events: none;
136
- }
137
- .e-dropdown-popup.e-transparent {
138
- background: transparent;
139
- box-shadow: none;
140
- }
141
- .e-dropdown-popup.e-transparent .e-dropdown-menu {
142
- border: 0;
143
- height: 1px;
144
- min-width: 0;
145
- padding: 0;
146
- width: 1px;
147
- }
148
-
149
- .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
150
- float: right;
151
- margin-left: 11px;
152
- margin-right: 0;
153
- }
154
-
155
- *.e-bigger .e-dropdown-popup ul,
156
- *.e-bigger.e-dropdown-popup ul {
157
- 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);
158
- font-size: 16px;
159
- max-width: 202px;
160
- min-width: 112px;
161
- padding: 0 0;
162
- }
163
- *.e-bigger .e-dropdown-popup ul .e-item,
164
- *.e-bigger.e-dropdown-popup ul .e-item {
165
- height: 40px;
166
- line-height: 40px;
167
- padding: 0 16px;
168
- }
169
- *.e-bigger .e-dropdown-popup ul .e-item.e-url,
170
- *.e-bigger.e-dropdown-popup ul .e-item.e-url {
171
- padding: 0;
172
- }
173
- *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
174
- *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
175
- font-size: 22px;
176
- line-height: 40px;
177
- }
178
- *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
179
- *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
180
- height: auto;
181
- line-height: normal;
182
- }
183
-
184
- /*! drop-down button theme */
185
- .e-dropdown-popup {
186
- background-color: #fff;
187
- color: #323130;
188
- }
189
- .e-dropdown-popup ul .e-item .e-menu-url {
190
- color: #323130;
191
- }
192
- .e-dropdown-popup ul .e-item .e-menu-icon {
193
- color: #605e5c;
194
- }
195
- .e-dropdown-popup ul .e-item.e-focused {
196
- background-color: #edebe9;
197
- box-shadow: none;
198
- }
199
- .e-dropdown-popup ul .e-item:hover {
200
- background-color: #f3f2f1;
201
- color: #201f1e;
202
- }
203
- .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
204
- background-color: #edebe9;
205
- color: #201f1e;
206
- }
207
- .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
208
- color: #201f1e;
209
- }
210
- .e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
211
- color: #605e5c;
212
- }
213
- .e-dropdown-popup ul .e-separator {
214
- border-bottom-color: #edebe9;
215
- }
216
-
217
- .e-dropdown-btn.e-inherit,
218
- .e-dropdown-btn.e-btn.e-inherit {
219
- background: inherit;
220
- border-color: transparent;
221
- box-shadow: none;
222
- color: inherit;
223
- }
224
- .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,
225
- .e-dropdown-btn.e-btn.e-inherit:hover,
226
- .e-dropdown-btn.e-btn.e-inherit:focus,
227
- .e-dropdown-btn.e-btn.e-inherit:active,
228
- .e-dropdown-btn.e-btn.e-inherit.e-active {
229
- background-color: rgba(0, 0, 0, 0.056);
230
- border-color: transparent;
231
- box-shadow: none;
232
- color: inherit;
233
- }
1
+ @import '@syncfusion/ej2-splitbuttons/styles/drop-down-button/fluent.css';