@syncfusion/ej2-splitbuttons 28.1.41 → 29.1.33
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/README.md +2 -6
- package/dist/ej2-splitbuttons.min.js +2 -2
- 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 +22 -4
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +22 -4
- 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/package.json +8 -8
- package/src/drop-down-button/drop-down-button.js +21 -3
- package/styles/bds-lite.css +10 -1
- package/styles/bds.css +22 -4
- package/styles/bootstrap-dark-lite.css +47 -38
- package/styles/bootstrap-dark.css +58 -40
- package/styles/bootstrap-lite.css +54 -45
- package/styles/bootstrap.css +65 -47
- package/styles/bootstrap4-lite.css +89 -80
- package/styles/bootstrap4.css +100 -82
- package/styles/bootstrap5-dark-lite.css +111 -102
- package/styles/bootstrap5-dark.css +121 -103
- package/styles/bootstrap5-lite.css +92 -83
- package/styles/bootstrap5.3-lite.css +10 -1
- package/styles/bootstrap5.3.css +20 -2
- package/styles/bootstrap5.css +102 -84
- package/styles/button-group/bootstrap-dark.css +36 -36
- package/styles/button-group/bootstrap.css +43 -43
- package/styles/button-group/bootstrap4.css +57 -57
- package/styles/button-group/bootstrap5-dark.css +63 -63
- package/styles/button-group/bootstrap5.css +63 -63
- package/styles/button-group/fabric-dark.css +16 -16
- package/styles/button-group/fabric.css +3 -3
- package/styles/button-group/fluent-dark.css +25 -25
- package/styles/button-group/fluent.css +25 -25
- package/styles/button-group/material-dark.css +17 -17
- package/styles/button-group/material.css +16 -16
- package/styles/drop-down-button/_bds-definition.scss +7 -3
- package/styles/drop-down-button/_bigger.scss +7 -2
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +6 -2
- package/styles/drop-down-button/_bootstrap-definition.scss +6 -2
- package/styles/drop-down-button/_bootstrap4-definition.scss +10 -4
- package/styles/drop-down-button/_bootstrap5-definition.scss +6 -2
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +6 -2
- package/styles/drop-down-button/_fabric-dark-definition.scss +7 -3
- package/styles/drop-down-button/_fabric-definition.scss +7 -3
- package/styles/drop-down-button/_fluent-definition.scss +8 -4
- package/styles/drop-down-button/_fluent2-definition.scss +1 -0
- package/styles/drop-down-button/_highcontrast-definition.scss +7 -3
- package/styles/drop-down-button/_highcontrast-light-definition.scss +7 -3
- package/styles/drop-down-button/_layout.scss +4 -1
- package/styles/drop-down-button/_material-dark-definition.scss +7 -3
- package/styles/drop-down-button/_material-definition.scss +7 -3
- package/styles/drop-down-button/_material3-definition.scss +6 -2
- package/styles/drop-down-button/_tailwind-definition.scss +8 -4
- package/styles/drop-down-button/_tailwind3-definition.scss +1 -0
- package/styles/drop-down-button/bds.css +21 -3
- package/styles/drop-down-button/bootstrap-dark.css +20 -2
- package/styles/drop-down-button/bootstrap.css +20 -2
- package/styles/drop-down-button/bootstrap4.css +24 -6
- package/styles/drop-down-button/bootstrap5-dark.css +28 -10
- package/styles/drop-down-button/bootstrap5.3.css +20 -2
- package/styles/drop-down-button/bootstrap5.css +24 -6
- package/styles/drop-down-button/fabric-dark.css +22 -4
- package/styles/drop-down-button/fabric.css +22 -4
- package/styles/drop-down-button/fluent-dark.css +22 -4
- package/styles/drop-down-button/fluent.css +22 -4
- package/styles/drop-down-button/fluent2.css +5 -0
- package/styles/drop-down-button/highcontrast-light.css +13 -4
- package/styles/drop-down-button/highcontrast.css +22 -4
- package/styles/drop-down-button/icons/_fabric-dark.scss +1 -1
- package/styles/drop-down-button/icons/_fabric.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast-light.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast.scss +1 -1
- package/styles/drop-down-button/material-dark.css +21 -3
- package/styles/drop-down-button/material.css +21 -3
- package/styles/drop-down-button/material3-dark.css +20 -2
- package/styles/drop-down-button/material3.css +20 -2
- package/styles/drop-down-button/tailwind-dark.css +22 -4
- package/styles/drop-down-button/tailwind.css +22 -4
- package/styles/drop-down-button/tailwind3.css +0 -1
- package/styles/fabric-dark-lite.css +27 -18
- package/styles/fabric-dark.css +39 -21
- package/styles/fabric-lite.css +14 -5
- package/styles/fabric.css +26 -8
- package/styles/fluent-dark-lite.css +37 -28
- package/styles/fluent-dark.css +49 -31
- package/styles/fluent-lite.css +37 -28
- package/styles/fluent.css +49 -31
- package/styles/fluent2.css +5 -0
- package/styles/highcontrast-light-lite.css +11 -2
- package/styles/highcontrast-light.css +14 -5
- package/styles/highcontrast-lite.css +11 -2
- package/styles/highcontrast.css +23 -5
- package/styles/material-dark-lite.css +27 -18
- package/styles/material-dark.css +39 -21
- package/styles/material-lite.css +26 -17
- package/styles/material.css +38 -20
- package/styles/material3-dark-lite.css +10 -1
- package/styles/material3-dark.css +20 -2
- package/styles/material3-lite.css +10 -1
- package/styles/material3.css +20 -2
- package/styles/progress-button/_theme.scss +44 -42
- package/styles/progress-button/bootstrap5-dark.css +15 -15
- package/styles/split-button/_bootstrap4-definition.scss +7 -5
- package/styles/split-button/bds.css +1 -1
- package/styles/split-button/bootstrap-dark.css +2 -2
- package/styles/split-button/bootstrap.css +2 -2
- package/styles/split-button/bootstrap4.css +19 -19
- package/styles/split-button/bootstrap5-dark.css +15 -15
- package/styles/split-button/bootstrap5.css +15 -15
- package/styles/split-button/fabric-dark.css +1 -1
- package/styles/split-button/fabric.css +1 -1
- package/styles/split-button/fluent-dark.css +2 -2
- package/styles/split-button/fluent.css +2 -2
- package/styles/split-button/highcontrast-light.css +1 -1
- package/styles/split-button/highcontrast.css +1 -1
- 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 -2
- package/styles/split-button/tailwind.css +2 -2
- package/styles/tailwind-dark-lite.css +12 -3
- package/styles/tailwind-dark.css +24 -6
- package/styles/tailwind-lite.css +12 -3
- package/styles/tailwind.css +24 -6
- package/styles/tailwind3.css +0 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 29.1.33
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-splitbuttons@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-splitbuttons@28.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-splitbuttons@28.1.33",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-9OvMrPJ+hKEkuBwonTT3478UNHR/UIBp4M824inyFJ2HjpfBQqcb5hd0ZNDYhXEUedNIgba0dKYtulVoQHdlWQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-splitbuttons",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"/@syncfusion/ej2-richtexteditor",
|
|
34
34
|
"/@syncfusion/ej2-vue-splitbuttons"
|
|
35
35
|
],
|
|
36
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
37
|
-
"_shasum": "
|
|
36
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-28.1.33.tgz",
|
|
37
|
+
"_shasum": "9d2f3fe807a911970bf049c278a8ac0d8b93e54e",
|
|
38
38
|
"_spec": "@syncfusion/ej2-splitbuttons@*",
|
|
39
|
-
"_where": "/jenkins/workspace/elease-
|
|
39
|
+
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
40
40
|
"author": {
|
|
41
41
|
"name": "Syncfusion Inc."
|
|
42
42
|
},
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"bundleDependencies": false,
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@syncfusion/ej2-base": "~
|
|
49
|
-
"@syncfusion/ej2-popups": "~
|
|
48
|
+
"@syncfusion/ej2-base": "~29.1.33",
|
|
49
|
+
"@syncfusion/ej2-popups": "~29.1.33"
|
|
50
50
|
},
|
|
51
51
|
"deprecated": false,
|
|
52
52
|
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
90
90
|
},
|
|
91
91
|
"typings": "index.d.ts",
|
|
92
|
-
"version": "
|
|
92
|
+
"version": "29.1.33",
|
|
93
93
|
"sideEffects": false
|
|
94
94
|
}
|
|
@@ -267,6 +267,9 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
267
267
|
else {
|
|
268
268
|
for (var i = 0; i < items.length; i++) {
|
|
269
269
|
item = items[i];
|
|
270
|
+
if (this.enableHtmlSanitizer) {
|
|
271
|
+
item.text = SanitizeHtmlHelper.sanitize(item.text);
|
|
272
|
+
}
|
|
270
273
|
var tempItem = item.text;
|
|
271
274
|
li = this.createElement('li', {
|
|
272
275
|
innerHTML: item.url ? '' : tempItem,
|
|
@@ -350,8 +353,15 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
350
353
|
return false;
|
|
351
354
|
};
|
|
352
355
|
DropDownButton.prototype.createAnchor = function (item) {
|
|
353
|
-
var tempItem =
|
|
354
|
-
|
|
356
|
+
var tempItem = item.text;
|
|
357
|
+
var anchor = this.createElement('a', { className: 'e-menu-text e-menu-url', attrs: { 'href': item.url } });
|
|
358
|
+
if (this.enableHtmlSanitizer) {
|
|
359
|
+
anchor.textContent = tempItem;
|
|
360
|
+
}
|
|
361
|
+
else {
|
|
362
|
+
anchor.innerHTML = tempItem;
|
|
363
|
+
}
|
|
364
|
+
return anchor;
|
|
355
365
|
};
|
|
356
366
|
DropDownButton.prototype.initialize = function () {
|
|
357
367
|
this.button = new Button({
|
|
@@ -553,6 +563,9 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
553
563
|
if (e.target === this.element && (e.keyCode === 9 || (!e.altKey && e.keyCode === 40) || e.keyCode === 38)) {
|
|
554
564
|
return;
|
|
555
565
|
}
|
|
566
|
+
if (e.target && (e.target.classList.contains('e-item') || (e.target.parentElement && e.target.parentElement.classList.contains('e-split-btn-wrapper'))) && e.keyCode === 13) {
|
|
567
|
+
e.preventDefault();
|
|
568
|
+
}
|
|
556
569
|
switch (e.keyCode) {
|
|
557
570
|
case 38:
|
|
558
571
|
case 40:
|
|
@@ -798,7 +811,12 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
798
811
|
_this.element.setAttribute('aria-expanded', 'false');
|
|
799
812
|
_this.element.removeAttribute('aria-owns');
|
|
800
813
|
if (focusEle) {
|
|
801
|
-
|
|
814
|
+
if (!_this.isSafari()) {
|
|
815
|
+
focusEle.focus();
|
|
816
|
+
}
|
|
817
|
+
else {
|
|
818
|
+
focusEle.focus({ preventScroll: true });
|
|
819
|
+
}
|
|
802
820
|
}
|
|
803
821
|
var closeArgs = { element: ul_2, items: _this.items };
|
|
804
822
|
_this.trigger('close', closeArgs);
|
package/styles/bds-lite.css
CHANGED
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
}
|
|
138
138
|
.e-dropdown-btn .e-caret,
|
|
139
139
|
.e-dropdown-btn.e-btn .e-caret {
|
|
140
|
-
font-size:
|
|
140
|
+
font-size: 14px;
|
|
141
141
|
}
|
|
142
142
|
.e-dropdown-btn.e-vertical,
|
|
143
143
|
.e-dropdown-btn.e-btn.e-vertical {
|
|
@@ -161,6 +161,15 @@
|
|
|
161
161
|
line-height: 1;
|
|
162
162
|
padding: 6px 12px;
|
|
163
163
|
}
|
|
164
|
+
.e-dropdown-btn.e-small .e-btn-icon,
|
|
165
|
+
.e-dropdown-btn.e-btn.e-small .e-btn-icon {
|
|
166
|
+
font-size: 12px;
|
|
167
|
+
}
|
|
168
|
+
.e-dropdown-btn.e-small .e-btn-icon.e-caret,
|
|
169
|
+
.e-dropdown-btn.e-btn.e-small .e-btn-icon.e-caret {
|
|
170
|
+
font-size: 12px;
|
|
171
|
+
}
|
|
172
|
+
|
|
164
173
|
.e-dropdown-popup {
|
|
165
174
|
position: absolute;
|
|
166
175
|
border-radius: 8px;
|
package/styles/bds.css
CHANGED
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
}
|
|
138
138
|
.e-dropdown-btn .e-caret,
|
|
139
139
|
.e-dropdown-btn.e-btn .e-caret {
|
|
140
|
-
font-size:
|
|
140
|
+
font-size: 14px;
|
|
141
141
|
}
|
|
142
142
|
.e-dropdown-btn.e-vertical,
|
|
143
143
|
.e-dropdown-btn.e-btn.e-vertical {
|
|
@@ -161,6 +161,15 @@
|
|
|
161
161
|
line-height: 1;
|
|
162
162
|
padding: 6px 12px;
|
|
163
163
|
}
|
|
164
|
+
.e-dropdown-btn.e-small .e-btn-icon,
|
|
165
|
+
.e-dropdown-btn.e-btn.e-small .e-btn-icon {
|
|
166
|
+
font-size: 12px;
|
|
167
|
+
}
|
|
168
|
+
.e-dropdown-btn.e-small .e-btn-icon.e-caret,
|
|
169
|
+
.e-dropdown-btn.e-btn.e-small .e-btn-icon.e-caret {
|
|
170
|
+
font-size: 12px;
|
|
171
|
+
}
|
|
172
|
+
|
|
164
173
|
.e-dropdown-popup {
|
|
165
174
|
position: absolute;
|
|
166
175
|
border-radius: 8px;
|
|
@@ -318,11 +327,11 @@
|
|
|
318
327
|
|
|
319
328
|
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
320
329
|
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
321
|
-
font-size:
|
|
330
|
+
font-size: 18px;
|
|
322
331
|
}
|
|
323
332
|
.e-bigger .e-dropdown-btn .e-caret,
|
|
324
333
|
.e-bigger.e-dropdown-btn .e-caret {
|
|
325
|
-
font-size:
|
|
334
|
+
font-size: 18px;
|
|
326
335
|
}
|
|
327
336
|
.e-bigger .e-dropdown-btn.e-vertical,
|
|
328
337
|
.e-bigger.e-dropdown-btn.e-vertical {
|
|
@@ -334,6 +343,15 @@
|
|
|
334
343
|
line-height: 1;
|
|
335
344
|
padding: 8px 16px;
|
|
336
345
|
}
|
|
346
|
+
.e-bigger .e-dropdown-btn.e-small .e-btn-icon,
|
|
347
|
+
.e-bigger.e-dropdown-btn.e-small .e-btn-icon {
|
|
348
|
+
font-size: 16px;
|
|
349
|
+
}
|
|
350
|
+
.e-bigger .e-dropdown-btn.e-small .e-btn-icon.e-caret,
|
|
351
|
+
.e-bigger.e-dropdown-btn.e-small .e-btn-icon.e-caret {
|
|
352
|
+
font-size: 16px;
|
|
353
|
+
}
|
|
354
|
+
|
|
337
355
|
*.e-bigger .e-dropdown-popup {
|
|
338
356
|
background-color: transparent;
|
|
339
357
|
border-radius: 8px;
|
|
@@ -662,7 +680,7 @@
|
|
|
662
680
|
}
|
|
663
681
|
.e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon,
|
|
664
682
|
.e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon {
|
|
665
|
-
font-size:
|
|
683
|
+
font-size: 18px;
|
|
666
684
|
margin-left: 0;
|
|
667
685
|
padding-right: 10px;
|
|
668
686
|
width: auto;
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
.e-dropdown-btn .e-btn-icon,
|
|
29
29
|
.e-dropdown-btn.e-btn .e-btn-icon {
|
|
30
|
-
font-size:
|
|
30
|
+
font-size: 16px;
|
|
31
31
|
}
|
|
32
32
|
.e-dropdown-btn .e-caret,
|
|
33
33
|
.e-dropdown-btn.e-btn .e-caret {
|
|
@@ -55,6 +55,15 @@
|
|
|
55
55
|
line-height: 1;
|
|
56
56
|
padding: 6px 12px;
|
|
57
57
|
}
|
|
58
|
+
.e-dropdown-btn.e-small .e-btn-icon,
|
|
59
|
+
.e-dropdown-btn.e-btn.e-small .e-btn-icon {
|
|
60
|
+
font-size: 14px;
|
|
61
|
+
}
|
|
62
|
+
.e-dropdown-btn.e-small .e-btn-icon.e-caret,
|
|
63
|
+
.e-dropdown-btn.e-btn.e-small .e-btn-icon.e-caret {
|
|
64
|
+
font-size: 8px;
|
|
65
|
+
}
|
|
66
|
+
|
|
58
67
|
.e-dropdown-popup {
|
|
59
68
|
position: absolute;
|
|
60
69
|
}
|
|
@@ -246,7 +255,7 @@
|
|
|
246
255
|
padding-top: 10px;
|
|
247
256
|
}
|
|
248
257
|
.e-split-btn-wrapper .e-split-btn .e-btn-icon {
|
|
249
|
-
font-size:
|
|
258
|
+
font-size: 16px;
|
|
250
259
|
margin-left: 0;
|
|
251
260
|
padding-right: 8px;
|
|
252
261
|
width: auto;
|
|
@@ -737,8 +746,8 @@
|
|
|
737
746
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
738
747
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
739
748
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
740
|
-
background:
|
|
741
|
-
border-color:
|
|
749
|
+
background: rgb(0, 88.2, 189);
|
|
750
|
+
border-color: rgb(0, 88.2, 189);
|
|
742
751
|
color: #fff;
|
|
743
752
|
outline: #393939 0 solid;
|
|
744
753
|
-webkit-box-shadow: none;
|
|
@@ -752,8 +761,8 @@
|
|
|
752
761
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
753
762
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
754
763
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
755
|
-
background:
|
|
756
|
-
border-color:
|
|
764
|
+
background: rgb(38.2295081967, 93.7704918033, 40.393442623);
|
|
765
|
+
border-color: rgb(38.2295081967, 93.7704918033, 40.393442623);
|
|
757
766
|
color: #fff;
|
|
758
767
|
-webkit-box-shadow: none;
|
|
759
768
|
box-shadow: none;
|
|
@@ -766,8 +775,8 @@
|
|
|
766
775
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
767
776
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
768
777
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
769
|
-
background:
|
|
770
|
-
border-color:
|
|
778
|
+
background: rgb(22.7272727273, 90.9090909091, 102.2727272727);
|
|
779
|
+
border-color: rgb(22.7272727273, 90.9090909091, 102.2727272727);
|
|
771
780
|
color: #fff;
|
|
772
781
|
-webkit-box-shadow: none;
|
|
773
782
|
box-shadow: none;
|
|
@@ -780,8 +789,8 @@
|
|
|
780
789
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
781
790
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
782
791
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
783
|
-
background:
|
|
784
|
-
border-color:
|
|
792
|
+
background: rgb(245.6310679612, 152.2912621359, 7.3689320388);
|
|
793
|
+
border-color: rgb(121.8446601942, 75.5436893204, 3.6553398058);
|
|
785
794
|
color: #000;
|
|
786
795
|
-webkit-box-shadow: none;
|
|
787
796
|
box-shadow: none;
|
|
@@ -794,8 +803,8 @@
|
|
|
794
803
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
795
804
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
796
805
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
797
|
-
background:
|
|
798
|
-
border-color:
|
|
806
|
+
background: rgb(151.9875, 37.0125, 37.0125);
|
|
807
|
+
border-color: rgb(151.9875, 37.0125, 37.0125);
|
|
799
808
|
color: #fff;
|
|
800
809
|
-webkit-box-shadow: none;
|
|
801
810
|
box-shadow: none;
|
|
@@ -889,8 +898,8 @@
|
|
|
889
898
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
890
899
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
891
900
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
892
|
-
background:
|
|
893
|
-
border-color:
|
|
901
|
+
background: rgb(0, 88.2, 189);
|
|
902
|
+
border-color: rgb(0, 88.2, 189);
|
|
894
903
|
color: #fff;
|
|
895
904
|
outline: #393939 0 solid;
|
|
896
905
|
-webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
@@ -902,8 +911,8 @@
|
|
|
902
911
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
903
912
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
904
913
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
905
|
-
background:
|
|
906
|
-
border-color:
|
|
914
|
+
background: rgb(30.8442622951, 75.6557377049, 32.5901639344);
|
|
915
|
+
border-color: rgb(38.2295081967, 93.7704918033, 40.393442623);
|
|
907
916
|
color: #fff;
|
|
908
917
|
-webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
909
918
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
@@ -914,9 +923,9 @@
|
|
|
914
923
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
915
924
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
916
925
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
917
|
-
background:
|
|
926
|
+
background: rgb(18.0909090909, 72.3636363636, 81.4090909091);
|
|
918
927
|
color: #fff;
|
|
919
|
-
border-color:
|
|
928
|
+
border-color: rgb(22.7272727273, 90.9090909091, 102.2727272727);
|
|
920
929
|
-webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
921
930
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
922
931
|
}
|
|
@@ -926,8 +935,8 @@
|
|
|
926
935
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
927
936
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
928
937
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
929
|
-
background:
|
|
930
|
-
border-color:
|
|
938
|
+
background: rgb(220.8737864078, 136.9417475728, 6.6262135922);
|
|
939
|
+
border-color: rgb(171.359223301, 106.2427184466, 5.140776699);
|
|
931
940
|
color: #000;
|
|
932
941
|
-webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
933
942
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
@@ -938,8 +947,8 @@
|
|
|
938
947
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
939
948
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
940
949
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
941
|
-
background:
|
|
942
|
-
border-color:
|
|
950
|
+
background: rgb(131.48125, 32.01875, 32.01875);
|
|
951
|
+
border-color: rgb(151.9875, 37.0125, 37.0125);
|
|
943
952
|
color: #fff;
|
|
944
953
|
-webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
945
954
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
@@ -962,8 +971,8 @@
|
|
|
962
971
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
963
972
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
964
973
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
965
|
-
background:
|
|
966
|
-
border-color:
|
|
974
|
+
background: rgb(0, 88.2, 189);
|
|
975
|
+
border-color: rgb(0, 88.2, 189);
|
|
967
976
|
-webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
968
977
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
969
978
|
color: #fff;
|
|
@@ -974,8 +983,8 @@
|
|
|
974
983
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
975
984
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
976
985
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
977
|
-
background:
|
|
978
|
-
border-color:
|
|
986
|
+
background: rgb(30.8442622951, 75.6557377049, 32.5901639344);
|
|
987
|
+
border-color: rgb(38.2295081967, 93.7704918033, 40.393442623);
|
|
979
988
|
-webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
980
989
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
981
990
|
color: #fff;
|
|
@@ -986,8 +995,8 @@
|
|
|
986
995
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
987
996
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
988
997
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
989
|
-
background:
|
|
990
|
-
border-color:
|
|
998
|
+
background: rgb(18.0909090909, 72.3636363636, 81.4090909091);
|
|
999
|
+
border-color: rgb(22.7272727273, 90.9090909091, 102.2727272727);
|
|
991
1000
|
-webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
992
1001
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
993
1002
|
color: #fff;
|
|
@@ -998,8 +1007,8 @@
|
|
|
998
1007
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
999
1008
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
1000
1009
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
1001
|
-
background:
|
|
1002
|
-
border-color:
|
|
1010
|
+
background: rgb(220.8737864078, 136.9417475728, 6.6262135922);
|
|
1011
|
+
border-color: rgb(171.359223301, 106.2427184466, 5.140776699);
|
|
1003
1012
|
-webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
1004
1013
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
1005
1014
|
color: #000;
|
|
@@ -1010,8 +1019,8 @@
|
|
|
1010
1019
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
1011
1020
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
1012
1021
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
1013
|
-
background:
|
|
1014
|
-
border-color:
|
|
1022
|
+
background: rgb(131.48125, 32.01875, 32.01875);
|
|
1023
|
+
border-color: rgb(151.9875, 37.0125, 37.0125);
|
|
1015
1024
|
-webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
1016
1025
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
1017
1026
|
color: #fff;
|
|
@@ -1036,7 +1045,7 @@
|
|
|
1036
1045
|
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
1037
1046
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
1038
1047
|
color: rgba(255, 255, 255, 0.4);
|
|
1039
|
-
border-color:
|
|
1048
|
+
border-color: rgb(36, 138.2, 255);
|
|
1040
1049
|
}
|
|
1041
1050
|
.e-btn-group .e-btn:disabled.e-success,
|
|
1042
1051
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
@@ -1047,7 +1056,7 @@
|
|
|
1047
1056
|
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
1048
1057
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
1049
1058
|
color: rgba(240, 240, 240, 0.4);
|
|
1050
|
-
border-color:
|
|
1059
|
+
border-color: rgb(38.2295081967, 93.7704918033, 40.393442623);
|
|
1051
1060
|
}
|
|
1052
1061
|
.e-btn-group .e-btn:disabled.e-info,
|
|
1053
1062
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
@@ -1069,7 +1078,7 @@
|
|
|
1069
1078
|
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
1070
1079
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
1071
1080
|
color: rgba(240, 240, 240, 0.4);
|
|
1072
|
-
border-color:
|
|
1081
|
+
border-color: rgb(245.6310679612, 152.2912621359, 7.3689320388);
|
|
1073
1082
|
}
|
|
1074
1083
|
.e-btn-group .e-btn:disabled.e-danger,
|
|
1075
1084
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
@@ -1080,7 +1089,7 @@
|
|
|
1080
1089
|
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
1081
1090
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
1082
1091
|
color: rgba(240, 240, 240, 0.4);
|
|
1083
|
-
border-color:
|
|
1092
|
+
border-color: rgb(151.9875, 37.0125, 37.0125);
|
|
1084
1093
|
}
|
|
1085
1094
|
.e-btn-group .e-btn:disabled.e-link,
|
|
1086
1095
|
.e-btn-group input:disabled + label.e-btn.e-link,
|
|
@@ -1183,7 +1192,7 @@
|
|
|
1183
1192
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
1184
1193
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
1185
1194
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
|
|
1186
|
-
border-color:
|
|
1195
|
+
border-color: rgb(61.5, 151.8, 255);
|
|
1187
1196
|
outline-color: inherit;
|
|
1188
1197
|
}
|
|
1189
1198
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -1238,7 +1247,7 @@
|
|
|
1238
1247
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
1239
1248
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
1240
1249
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
|
|
1241
|
-
border-color:
|
|
1250
|
+
border-color: rgb(61.5, 151.8, 255);
|
|
1242
1251
|
outline-color: inherit;
|
|
1243
1252
|
}
|
|
1244
1253
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|