@syncfusion/ej2-splitbuttons 20.1.47 → 20.2.36
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-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +11 -3
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +11 -3
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/dist/ts/button-group/button-group.ts +84 -0
- package/dist/ts/common/common.ts +203 -0
- package/dist/ts/drop-down-button/drop-down-button.ts +806 -0
- package/dist/ts/progress-button/progress-button.ts +689 -0
- package/dist/ts/split-button/split-button.ts +501 -0
- package/helpers/e2e/dropdownbuttonHelper.js +55 -38
- package/helpers/e2e/index.js +10 -8
- package/helpers/e2e/progressbuttonHelper.js +52 -35
- package/helpers/e2e/splitbuttonHelper.js +58 -41
- package/package.json +7 -7
- package/src/drop-down-button/drop-down-button.js +11 -3
- package/styles/bootstrap-dark.css +4 -338
- package/styles/bootstrap.css +4 -333
- package/styles/bootstrap4.css +12 -342
- package/styles/bootstrap5-dark.css +20 -331
- package/styles/bootstrap5.css +18 -329
- package/styles/button-group/_fusionnew-definition.scss +31 -0
- package/styles/button-group/_layout.scss +1 -1
- package/styles/button-group/_material3-definition.scss +31 -0
- package/styles/button-group/_theme.scss +48 -12
- package/styles/button-group/bootstrap-dark.css +1 -114
- package/styles/button-group/bootstrap.css +1 -108
- package/styles/button-group/bootstrap4.css +5 -119
- package/styles/button-group/bootstrap5-dark.css +15 -108
- package/styles/button-group/bootstrap5.css +13 -106
- package/styles/button-group/fabric-dark.css +1 -114
- package/styles/button-group/fabric.css +1 -114
- package/styles/button-group/fluent-dark.css +1 -114
- package/styles/button-group/fluent.css +1 -114
- package/styles/button-group/highcontrast-light.css +1 -114
- package/styles/button-group/highcontrast.css +1 -126
- package/styles/button-group/material-dark.css +1 -114
- package/styles/button-group/material.css +1 -115
- package/styles/button-group/tailwind-dark.css +9 -114
- package/styles/button-group/tailwind.css +9 -114
- package/styles/drop-down-button/_fusionnew-definition.scss +51 -0
- package/styles/drop-down-button/_layout.scss +4 -2
- package/styles/drop-down-button/_material3-definition.scss +51 -0
- package/styles/drop-down-button/bootstrap-dark.css +2 -36
- package/styles/drop-down-button/bootstrap.css +2 -36
- package/styles/drop-down-button/bootstrap4.css +3 -36
- package/styles/drop-down-button/bootstrap5-dark.css +4 -35
- package/styles/drop-down-button/bootstrap5.css +4 -35
- package/styles/drop-down-button/fabric-dark.css +2 -36
- package/styles/drop-down-button/fabric.css +2 -36
- package/styles/drop-down-button/fluent-dark.css +2 -36
- package/styles/drop-down-button/fluent.css +2 -36
- package/styles/drop-down-button/highcontrast-light.css +2 -36
- package/styles/drop-down-button/highcontrast.css +2 -36
- package/styles/drop-down-button/icons/_fusionnew.scss +10 -0
- package/styles/drop-down-button/icons/_material3.scss +10 -0
- package/styles/drop-down-button/material-dark.css +2 -36
- package/styles/drop-down-button/material.css +2 -36
- package/styles/drop-down-button/tailwind-dark.css +4 -36
- package/styles/drop-down-button/tailwind.css +4 -36
- package/styles/fabric-dark.css +4 -338
- package/styles/fabric.css +4 -338
- package/styles/fluent-dark.css +5 -339
- package/styles/fluent.css +5 -339
- package/styles/highcontrast-light.css +4 -338
- package/styles/highcontrast.css +4 -350
- package/styles/material-dark.css +4 -338
- package/styles/material.css +4 -339
- package/styles/progress-button/_fluent-definition.scss +1 -1
- package/styles/progress-button/_fusionnew-definition.scss +21 -0
- package/styles/progress-button/_material3-definition.scss +21 -0
- package/styles/progress-button/bootstrap-dark.css +3 -120
- package/styles/progress-button/bootstrap.css +3 -120
- package/styles/progress-button/bootstrap4.css +3 -120
- package/styles/progress-button/bootstrap5-dark.css +3 -124
- package/styles/progress-button/bootstrap5.css +3 -124
- package/styles/progress-button/fabric-dark.css +3 -120
- package/styles/progress-button/fabric.css +3 -120
- package/styles/progress-button/fluent-dark.css +4 -125
- package/styles/progress-button/fluent.css +4 -125
- package/styles/progress-button/highcontrast-light.css +3 -120
- package/styles/progress-button/highcontrast.css +3 -120
- package/styles/progress-button/material-dark.css +3 -120
- package/styles/progress-button/material.css +3 -120
- package/styles/progress-button/tailwind-dark.css +3 -124
- package/styles/progress-button/tailwind.css +3 -124
- package/styles/split-button/_fusionnew-definition.scss +25 -0
- package/styles/split-button/_material3-definition.scss +25 -0
- package/styles/split-button/bootstrap-dark.css +1 -71
- package/styles/split-button/bootstrap.css +1 -71
- package/styles/split-button/bootstrap4.css +4 -70
- package/styles/split-button/bootstrap5-dark.css +1 -67
- package/styles/split-button/bootstrap5.css +1 -67
- package/styles/split-button/fabric-dark.css +1 -71
- package/styles/split-button/fabric.css +1 -71
- package/styles/split-button/fluent-dark.css +1 -67
- package/styles/split-button/fluent.css +1 -67
- package/styles/split-button/highcontrast-light.css +1 -71
- package/styles/split-button/highcontrast.css +1 -71
- package/styles/split-button/material-dark.css +1 -71
- package/styles/split-button/material.css +1 -71
- package/styles/split-button/tailwind-dark.css +1 -71
- package/styles/split-button/tailwind.css +1 -71
- package/styles/tailwind-dark.css +14 -343
- package/styles/tailwind.css +14 -343
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
//layout variables
|
|
2
|
+
$drop-down-btn-arrow-content: '\e70d' !default;
|
|
3
|
+
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
4
|
+
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
5
|
+
$drop-down-btn-bigger-font-size: $text-base !default;
|
|
6
|
+
$drop-down-btn-bigger-li-height: 32px !default;
|
|
7
|
+
$drop-down-btn-bigger-max-width: 202px !default;
|
|
8
|
+
$drop-down-btn-bigger-min-width: 112px !default;
|
|
9
|
+
$drop-down-btn-icon-font-size: 14px !default;
|
|
10
|
+
$drop-down-btn-icon-margin-right: 11px !default;
|
|
11
|
+
$drop-down-btn-bigger-icon-margin-right: 12px !default;
|
|
12
|
+
$drop-down-btn-li-border-width: 1px !default;
|
|
13
|
+
$drop-down-btn-li-height: 30px !default;
|
|
14
|
+
$drop-down-btn-li-padding: 0 12px !default;
|
|
15
|
+
$drop-down-btn-bigger-li-padding: 0 16px !default;
|
|
16
|
+
$drop-down-btn-small-li-padding: 0 8px !default;
|
|
17
|
+
$drop-down-btn-max-width: 178px !default;
|
|
18
|
+
$drop-down-btn-menu-icon-bigger-font-size: 22px !default;
|
|
19
|
+
$drop-down-btn-menu-icon-font-size: 18px !default;
|
|
20
|
+
$drop-down-btn-min-width: 120px !default;
|
|
21
|
+
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
22
|
+
$drop-down-btn-sub-ul-box-shadow: none !default;
|
|
23
|
+
$drop-down-btn-ul-border-radius: 4px !default;
|
|
24
|
+
$drop-down-btn-ul-padding: 4px 0 !default;
|
|
25
|
+
$drop-down-btn-ul-bigger-padding: 8px 0 !default;
|
|
26
|
+
$drop-down-btn-ul-small-padding: 4px 0 !default;
|
|
27
|
+
$drop-down-btn-caret-icon-font-size: 10px !default;
|
|
28
|
+
$drop-down-btn-icon-font-size-bigger: 16px !default;
|
|
29
|
+
$drop-down-btn-caret-icon-font-size-bigger: 12px !default;
|
|
30
|
+
$drop-down-btn-box-shadow: $secondary-shadow-focus !default;
|
|
31
|
+
$drop-down-btn-popup-margin-top: 2px !default;
|
|
32
|
+
$drop-down-btn-bigger-popup-margin-top: 4px !default;
|
|
33
|
+
$drop-down-btn-ul-border: 1px solid $border-light !default;
|
|
34
|
+
$drop-down-btn-li-box-shadow: none !default;
|
|
35
|
+
$drop-down-btn-li-border-style: solid !default;
|
|
36
|
+
$drop-down-btn-color: $content-text-color !default;
|
|
37
|
+
$drop-down-btn-disable-text: $secondary-text-color-disabled !default;
|
|
38
|
+
$drop-down-btn-font-size: $text-sm !default;
|
|
39
|
+
$drop-down-btn-font-weight: $font-weight-normal !default;
|
|
40
|
+
$drop-down-btn-li-bgcolor: $content-bg-color-hover !default;
|
|
41
|
+
$drop-down-btn-ul-bgcolor: $flyout-bg-color !default;
|
|
42
|
+
$drop-down-btn-li-border-color: $border-light !default;
|
|
43
|
+
$drop-down-btn-selected-color: $content-text-color-selected !default;
|
|
44
|
+
$drop-down-btn-parent-ul-box-shadow: none !default;
|
|
45
|
+
$drop-down-btn-li-focus-bgcolor: $content-bg-color-hover !default;
|
|
46
|
+
$drop-down-btn-li-selection-bgcolor: $content-bg-color-selected !default;
|
|
47
|
+
$drop-down-btn-li-selection-font-color: $content-text-color !default;
|
|
48
|
+
$drop-down-btn-menu-icon-color: $icon-color !default;
|
|
49
|
+
$drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
|
|
50
|
+
$drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
|
|
51
|
+
|
|
@@ -87,7 +87,8 @@
|
|
|
87
87
|
|
|
88
88
|
.e-dropdown-popup {
|
|
89
89
|
position: absolute;
|
|
90
|
-
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
|
|
90
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
|
|
91
|
+
border-radius: $drop-down-btn-ul-border-radius;
|
|
91
92
|
margin-top: $drop-down-btn-popup-margin-top;
|
|
92
93
|
}
|
|
93
94
|
|
|
@@ -175,8 +176,9 @@
|
|
|
175
176
|
}
|
|
176
177
|
|
|
177
178
|
#{if(&, '&', '*')}.e-bigger .e-dropdown-popup {
|
|
178
|
-
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
|
|
179
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
|
|
179
180
|
background-color: transparent;
|
|
181
|
+
border-radius: $drop-down-btn-ul-border-radius;
|
|
180
182
|
}
|
|
181
183
|
}
|
|
182
184
|
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
//layout variables
|
|
2
|
+
$drop-down-btn-arrow-content: '\e70d' !default;
|
|
3
|
+
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
4
|
+
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
5
|
+
$drop-down-btn-bigger-font-size: $text-base !default;
|
|
6
|
+
$drop-down-btn-bigger-li-height: 32px !default;
|
|
7
|
+
$drop-down-btn-bigger-max-width: 202px !default;
|
|
8
|
+
$drop-down-btn-bigger-min-width: 112px !default;
|
|
9
|
+
$drop-down-btn-icon-font-size: 14px !default;
|
|
10
|
+
$drop-down-btn-icon-margin-right: 11px !default;
|
|
11
|
+
$drop-down-btn-bigger-icon-margin-right: 12px !default;
|
|
12
|
+
$drop-down-btn-li-border-width: 1px !default;
|
|
13
|
+
$drop-down-btn-li-height: 30px !default;
|
|
14
|
+
$drop-down-btn-li-padding: 0 12px !default;
|
|
15
|
+
$drop-down-btn-bigger-li-padding: 0 16px !default;
|
|
16
|
+
$drop-down-btn-small-li-padding: 0 8px !default;
|
|
17
|
+
$drop-down-btn-max-width: 178px !default;
|
|
18
|
+
$drop-down-btn-menu-icon-bigger-font-size: 22px !default;
|
|
19
|
+
$drop-down-btn-menu-icon-font-size: 18px !default;
|
|
20
|
+
$drop-down-btn-min-width: 120px !default;
|
|
21
|
+
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
22
|
+
$drop-down-btn-sub-ul-box-shadow: none !default;
|
|
23
|
+
$drop-down-btn-ul-border-radius: 4px !default;
|
|
24
|
+
$drop-down-btn-ul-padding: 4px 0 !default;
|
|
25
|
+
$drop-down-btn-ul-bigger-padding: 8px 0 !default;
|
|
26
|
+
$drop-down-btn-ul-small-padding: 4px 0 !default;
|
|
27
|
+
$drop-down-btn-caret-icon-font-size: 10px !default;
|
|
28
|
+
$drop-down-btn-icon-font-size-bigger: 16px !default;
|
|
29
|
+
$drop-down-btn-caret-icon-font-size-bigger: 12px !default;
|
|
30
|
+
$drop-down-btn-box-shadow: $secondary-shadow-focus !default;
|
|
31
|
+
$drop-down-btn-popup-margin-top: 2px !default;
|
|
32
|
+
$drop-down-btn-bigger-popup-margin-top: 4px !default;
|
|
33
|
+
$drop-down-btn-ul-border: 1px solid $border-light !default;
|
|
34
|
+
$drop-down-btn-li-box-shadow: none !default;
|
|
35
|
+
$drop-down-btn-li-border-style: solid !default;
|
|
36
|
+
$drop-down-btn-color: $content-text-color !default;
|
|
37
|
+
$drop-down-btn-disable-text: $secondary-text-color-disabled !default;
|
|
38
|
+
$drop-down-btn-font-size: $text-sm !default;
|
|
39
|
+
$drop-down-btn-font-weight: $font-weight-normal !default;
|
|
40
|
+
$drop-down-btn-li-bgcolor: $content-bg-color-hover !default;
|
|
41
|
+
$drop-down-btn-ul-bgcolor: $flyout-bg-color !default;
|
|
42
|
+
$drop-down-btn-li-border-color: $border-light !default;
|
|
43
|
+
$drop-down-btn-selected-color: $content-text-color-selected !default;
|
|
44
|
+
$drop-down-btn-parent-ul-box-shadow: none !default;
|
|
45
|
+
$drop-down-btn-li-focus-bgcolor: $content-bg-color-hover !default;
|
|
46
|
+
$drop-down-btn-li-selection-bgcolor: $content-bg-color-selected !default;
|
|
47
|
+
$drop-down-btn-li-selection-font-color: $content-text-color !default;
|
|
48
|
+
$drop-down-btn-menu-icon-color: $icon-color !default;
|
|
49
|
+
$drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
|
|
50
|
+
$drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
|
|
51
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.e-dropdown-btn .e-caret::before,
|
|
2
2
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
3
|
-
content:
|
|
3
|
+
content: "\e969";
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
/*! drop-down button layout */
|
|
@@ -10,53 +10,43 @@
|
|
|
10
10
|
text-transform: none;
|
|
11
11
|
white-space: normal;
|
|
12
12
|
}
|
|
13
|
-
|
|
14
13
|
.e-dropdown-btn:hover,
|
|
15
14
|
.e-dropdown-btn.e-btn:hover {
|
|
16
15
|
box-shadow: none;
|
|
17
16
|
}
|
|
18
|
-
|
|
19
17
|
.e-dropdown-btn:focus,
|
|
20
18
|
.e-dropdown-btn.e-btn:focus {
|
|
21
19
|
box-shadow: none;
|
|
22
20
|
}
|
|
23
|
-
|
|
24
21
|
.e-dropdown-btn:active,
|
|
25
22
|
.e-dropdown-btn.e-btn:active {
|
|
26
23
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
27
24
|
}
|
|
28
|
-
|
|
29
25
|
.e-dropdown-btn .e-btn-icon,
|
|
30
26
|
.e-dropdown-btn.e-btn .e-btn-icon {
|
|
31
27
|
font-size: 14px;
|
|
32
28
|
}
|
|
33
|
-
|
|
34
29
|
.e-dropdown-btn .e-caret,
|
|
35
30
|
.e-dropdown-btn.e-btn .e-caret {
|
|
36
31
|
font-size: 8px;
|
|
37
32
|
}
|
|
38
|
-
|
|
39
33
|
.e-dropdown-btn.e-vertical,
|
|
40
34
|
.e-dropdown-btn.e-btn.e-vertical {
|
|
41
35
|
line-height: 1;
|
|
42
36
|
padding: 6px 12px;
|
|
43
37
|
}
|
|
44
|
-
|
|
45
38
|
.e-dropdown-btn.e-caret-hide .e-caret,
|
|
46
39
|
.e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
47
40
|
display: none;
|
|
48
41
|
}
|
|
49
|
-
|
|
50
42
|
.e-dropdown-btn.e-small .e-dropdown-popup ul,
|
|
51
43
|
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
|
|
52
44
|
padding: 5px 0;
|
|
53
45
|
}
|
|
54
|
-
|
|
55
46
|
.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
|
|
56
47
|
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
|
|
57
48
|
padding: 0 14px;
|
|
58
49
|
}
|
|
59
|
-
|
|
60
50
|
.e-dropdown-btn.e-small.e-vertical,
|
|
61
51
|
.e-dropdown-btn.e-btn.e-small.e-vertical {
|
|
62
52
|
line-height: 1;
|
|
@@ -67,18 +57,15 @@
|
|
|
67
57
|
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
68
58
|
font-size: 16px;
|
|
69
59
|
}
|
|
70
|
-
|
|
71
60
|
.e-bigger .e-dropdown-btn .e-caret,
|
|
72
61
|
.e-bigger.e-dropdown-btn .e-caret {
|
|
73
62
|
font-size: 10px;
|
|
74
63
|
}
|
|
75
|
-
|
|
76
64
|
.e-bigger .e-dropdown-btn.e-vertical,
|
|
77
65
|
.e-bigger.e-dropdown-btn.e-vertical {
|
|
78
66
|
line-height: 1;
|
|
79
67
|
padding: 8px 16px;
|
|
80
68
|
}
|
|
81
|
-
|
|
82
69
|
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
83
70
|
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
84
71
|
line-height: 1;
|
|
@@ -88,7 +75,6 @@
|
|
|
88
75
|
.e-dropdown-popup {
|
|
89
76
|
position: absolute;
|
|
90
77
|
}
|
|
91
|
-
|
|
92
78
|
.e-dropdown-popup ul {
|
|
93
79
|
border: 1px solid #414141;
|
|
94
80
|
border-radius: 4px;
|
|
@@ -108,7 +94,6 @@
|
|
|
108
94
|
user-select: none;
|
|
109
95
|
white-space: nowrap;
|
|
110
96
|
}
|
|
111
|
-
|
|
112
97
|
.e-dropdown-popup ul .e-item {
|
|
113
98
|
cursor: pointer;
|
|
114
99
|
display: -ms-flexbox;
|
|
@@ -117,18 +102,15 @@
|
|
|
117
102
|
line-height: 26px;
|
|
118
103
|
padding: 0 14px;
|
|
119
104
|
}
|
|
120
|
-
|
|
121
105
|
.e-dropdown-popup ul .e-item.e-url {
|
|
122
106
|
padding: 0;
|
|
123
107
|
}
|
|
124
|
-
|
|
125
108
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
126
109
|
display: block;
|
|
127
110
|
padding: 0 14px;
|
|
128
111
|
text-decoration: none;
|
|
129
112
|
width: 100%;
|
|
130
113
|
}
|
|
131
|
-
|
|
132
114
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
133
115
|
float: left;
|
|
134
116
|
font-size: 16px;
|
|
@@ -137,12 +119,10 @@
|
|
|
137
119
|
vertical-align: middle;
|
|
138
120
|
width: 1em;
|
|
139
121
|
}
|
|
140
|
-
|
|
141
122
|
.e-dropdown-popup ul .e-item.e-disabled {
|
|
142
123
|
cursor: auto;
|
|
143
124
|
pointer-events: none;
|
|
144
125
|
}
|
|
145
|
-
|
|
146
126
|
.e-dropdown-popup ul .e-item.e-separator {
|
|
147
127
|
border-bottom-style: solid;
|
|
148
128
|
border-bottom-width: 1px;
|
|
@@ -152,12 +132,10 @@
|
|
|
152
132
|
margin: 3px 0;
|
|
153
133
|
pointer-events: none;
|
|
154
134
|
}
|
|
155
|
-
|
|
156
135
|
.e-dropdown-popup.e-transparent {
|
|
157
136
|
background: transparent;
|
|
158
137
|
box-shadow: none;
|
|
159
138
|
}
|
|
160
|
-
|
|
161
139
|
.e-dropdown-popup.e-transparent .e-dropdown-menu {
|
|
162
140
|
border: 0;
|
|
163
141
|
height: 1px;
|
|
@@ -180,25 +158,21 @@
|
|
|
180
158
|
min-width: 112px;
|
|
181
159
|
padding: 5px 0;
|
|
182
160
|
}
|
|
183
|
-
|
|
184
161
|
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
185
162
|
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
186
163
|
height: 40px;
|
|
187
164
|
line-height: 40px;
|
|
188
165
|
padding: 0 14px;
|
|
189
166
|
}
|
|
190
|
-
|
|
191
167
|
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
192
168
|
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
193
169
|
padding: 0;
|
|
194
170
|
}
|
|
195
|
-
|
|
196
171
|
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
197
172
|
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
198
173
|
font-size: 16px;
|
|
199
174
|
line-height: 40px;
|
|
200
175
|
}
|
|
201
|
-
|
|
202
176
|
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
203
177
|
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
204
178
|
height: auto;
|
|
@@ -210,38 +184,30 @@
|
|
|
210
184
|
background-color: #2a2a2a;
|
|
211
185
|
color: #f0f0f0;
|
|
212
186
|
}
|
|
213
|
-
|
|
214
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
215
188
|
color: #f0f0f0;
|
|
216
189
|
}
|
|
217
|
-
|
|
218
190
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
219
191
|
color: #f0f0f0;
|
|
220
192
|
}
|
|
221
|
-
|
|
222
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
223
194
|
background-color: transparent;
|
|
224
195
|
box-shadow: inset 0 0 0 1px #585858;
|
|
225
196
|
}
|
|
226
|
-
|
|
227
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
228
198
|
background-color: #414141;
|
|
229
199
|
color: #fff;
|
|
230
200
|
}
|
|
231
|
-
|
|
232
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
233
202
|
background-color: #0070f0;
|
|
234
203
|
color: #fff;
|
|
235
204
|
}
|
|
236
|
-
|
|
237
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
238
206
|
color: #fff;
|
|
239
207
|
}
|
|
240
|
-
|
|
241
208
|
.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
|
|
242
209
|
color: #fff;
|
|
243
210
|
}
|
|
244
|
-
|
|
245
211
|
.e-dropdown-popup ul .e-separator {
|
|
246
212
|
border-bottom-color: #414141;
|
|
247
|
-
}
|
|
213
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.e-dropdown-btn .e-caret::before,
|
|
2
2
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
3
|
-
content:
|
|
3
|
+
content: "\e969";
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
/*! drop-down button layout */
|
|
@@ -10,53 +10,43 @@
|
|
|
10
10
|
text-transform: none;
|
|
11
11
|
white-space: normal;
|
|
12
12
|
}
|
|
13
|
-
|
|
14
13
|
.e-dropdown-btn:hover,
|
|
15
14
|
.e-dropdown-btn.e-btn:hover {
|
|
16
15
|
box-shadow: none;
|
|
17
16
|
}
|
|
18
|
-
|
|
19
17
|
.e-dropdown-btn:focus,
|
|
20
18
|
.e-dropdown-btn.e-btn:focus {
|
|
21
19
|
box-shadow: none;
|
|
22
20
|
}
|
|
23
|
-
|
|
24
21
|
.e-dropdown-btn:active,
|
|
25
22
|
.e-dropdown-btn.e-btn:active {
|
|
26
23
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
27
24
|
}
|
|
28
|
-
|
|
29
25
|
.e-dropdown-btn .e-btn-icon,
|
|
30
26
|
.e-dropdown-btn.e-btn .e-btn-icon {
|
|
31
27
|
font-size: 14px;
|
|
32
28
|
}
|
|
33
|
-
|
|
34
29
|
.e-dropdown-btn .e-caret,
|
|
35
30
|
.e-dropdown-btn.e-btn .e-caret {
|
|
36
31
|
font-size: 8px;
|
|
37
32
|
}
|
|
38
|
-
|
|
39
33
|
.e-dropdown-btn.e-vertical,
|
|
40
34
|
.e-dropdown-btn.e-btn.e-vertical {
|
|
41
35
|
line-height: 1;
|
|
42
36
|
padding: 6px 12px;
|
|
43
37
|
}
|
|
44
|
-
|
|
45
38
|
.e-dropdown-btn.e-caret-hide .e-caret,
|
|
46
39
|
.e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
47
40
|
display: none;
|
|
48
41
|
}
|
|
49
|
-
|
|
50
42
|
.e-dropdown-btn.e-small .e-dropdown-popup ul,
|
|
51
43
|
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
|
|
52
44
|
padding: 5px 0;
|
|
53
45
|
}
|
|
54
|
-
|
|
55
46
|
.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
|
|
56
47
|
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
|
|
57
48
|
padding: 0 14px;
|
|
58
49
|
}
|
|
59
|
-
|
|
60
50
|
.e-dropdown-btn.e-small.e-vertical,
|
|
61
51
|
.e-dropdown-btn.e-btn.e-small.e-vertical {
|
|
62
52
|
line-height: 1;
|
|
@@ -67,18 +57,15 @@
|
|
|
67
57
|
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
68
58
|
font-size: 16px;
|
|
69
59
|
}
|
|
70
|
-
|
|
71
60
|
.e-bigger .e-dropdown-btn .e-caret,
|
|
72
61
|
.e-bigger.e-dropdown-btn .e-caret {
|
|
73
62
|
font-size: 10px;
|
|
74
63
|
}
|
|
75
|
-
|
|
76
64
|
.e-bigger .e-dropdown-btn.e-vertical,
|
|
77
65
|
.e-bigger.e-dropdown-btn.e-vertical {
|
|
78
66
|
line-height: 1;
|
|
79
67
|
padding: 8px 16px;
|
|
80
68
|
}
|
|
81
|
-
|
|
82
69
|
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
83
70
|
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
84
71
|
line-height: 1;
|
|
@@ -88,7 +75,6 @@
|
|
|
88
75
|
.e-dropdown-popup {
|
|
89
76
|
position: absolute;
|
|
90
77
|
}
|
|
91
|
-
|
|
92
78
|
.e-dropdown-popup ul {
|
|
93
79
|
border: 1px solid #ccc;
|
|
94
80
|
border-radius: 4px;
|
|
@@ -108,7 +94,6 @@
|
|
|
108
94
|
user-select: none;
|
|
109
95
|
white-space: nowrap;
|
|
110
96
|
}
|
|
111
|
-
|
|
112
97
|
.e-dropdown-popup ul .e-item {
|
|
113
98
|
cursor: pointer;
|
|
114
99
|
display: -ms-flexbox;
|
|
@@ -117,18 +102,15 @@
|
|
|
117
102
|
line-height: 26px;
|
|
118
103
|
padding: 0 14px;
|
|
119
104
|
}
|
|
120
|
-
|
|
121
105
|
.e-dropdown-popup ul .e-item.e-url {
|
|
122
106
|
padding: 0;
|
|
123
107
|
}
|
|
124
|
-
|
|
125
108
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
126
109
|
display: block;
|
|
127
110
|
padding: 0 14px;
|
|
128
111
|
text-decoration: none;
|
|
129
112
|
width: 100%;
|
|
130
113
|
}
|
|
131
|
-
|
|
132
114
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
133
115
|
float: left;
|
|
134
116
|
font-size: 16px;
|
|
@@ -137,12 +119,10 @@
|
|
|
137
119
|
vertical-align: middle;
|
|
138
120
|
width: 1em;
|
|
139
121
|
}
|
|
140
|
-
|
|
141
122
|
.e-dropdown-popup ul .e-item.e-disabled {
|
|
142
123
|
cursor: auto;
|
|
143
124
|
pointer-events: none;
|
|
144
125
|
}
|
|
145
|
-
|
|
146
126
|
.e-dropdown-popup ul .e-item.e-separator {
|
|
147
127
|
border-bottom-style: solid;
|
|
148
128
|
border-bottom-width: 1px;
|
|
@@ -152,12 +132,10 @@
|
|
|
152
132
|
margin: 3px 0;
|
|
153
133
|
pointer-events: none;
|
|
154
134
|
}
|
|
155
|
-
|
|
156
135
|
.e-dropdown-popup.e-transparent {
|
|
157
136
|
background: transparent;
|
|
158
137
|
box-shadow: none;
|
|
159
138
|
}
|
|
160
|
-
|
|
161
139
|
.e-dropdown-popup.e-transparent .e-dropdown-menu {
|
|
162
140
|
border: 0;
|
|
163
141
|
height: 1px;
|
|
@@ -180,25 +158,21 @@
|
|
|
180
158
|
min-width: 112px;
|
|
181
159
|
padding: 5px 0;
|
|
182
160
|
}
|
|
183
|
-
|
|
184
161
|
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
185
162
|
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
186
163
|
height: 40px;
|
|
187
164
|
line-height: 40px;
|
|
188
165
|
padding: 0 14px;
|
|
189
166
|
}
|
|
190
|
-
|
|
191
167
|
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
192
168
|
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
193
169
|
padding: 0;
|
|
194
170
|
}
|
|
195
|
-
|
|
196
171
|
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
197
172
|
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
198
173
|
font-size: 16px;
|
|
199
174
|
line-height: 40px;
|
|
200
175
|
}
|
|
201
|
-
|
|
202
176
|
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
203
177
|
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
204
178
|
height: auto;
|
|
@@ -210,38 +184,30 @@
|
|
|
210
184
|
background-color: #fff;
|
|
211
185
|
color: #333;
|
|
212
186
|
}
|
|
213
|
-
|
|
214
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
215
188
|
color: #333;
|
|
216
189
|
}
|
|
217
|
-
|
|
218
190
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
219
191
|
color: #333;
|
|
220
192
|
}
|
|
221
|
-
|
|
222
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
223
194
|
background-color: transparent;
|
|
224
195
|
box-shadow: 0 0 0 1px #8c8c8c inset;
|
|
225
196
|
}
|
|
226
|
-
|
|
227
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
228
198
|
background-color: #e6e6e6;
|
|
229
199
|
color: #333;
|
|
230
200
|
}
|
|
231
|
-
|
|
232
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
233
202
|
background-color: #e6e6e6;
|
|
234
203
|
color: #333;
|
|
235
204
|
}
|
|
236
|
-
|
|
237
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
238
206
|
color: #333;
|
|
239
207
|
}
|
|
240
|
-
|
|
241
208
|
.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
|
|
242
209
|
color: #333;
|
|
243
210
|
}
|
|
244
|
-
|
|
245
211
|
.e-dropdown-popup ul .e-separator {
|
|
246
212
|
border-bottom-color: #e6e6e6;
|
|
247
|
-
}
|
|
213
|
+
}
|