@syncfusion/ej2-splitbuttons 28.2.3 → 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
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
}
|
|
12
12
|
.e-dropdown-btn:focus,
|
|
13
13
|
.e-dropdown-btn.e-btn:focus {
|
|
14
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
15
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
14
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
15
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
16
16
|
}
|
|
17
17
|
.e-dropdown-btn:active,
|
|
18
18
|
.e-dropdown-btn.e-btn:active {
|
|
19
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
20
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
19
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
20
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
21
21
|
}
|
|
22
22
|
.e-dropdown-btn .e-btn-icon,
|
|
23
23
|
.e-dropdown-btn.e-btn .e-btn-icon {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
.e-dropdown-btn .e-caret,
|
|
27
27
|
.e-dropdown-btn.e-btn .e-caret {
|
|
28
|
-
font-size:
|
|
28
|
+
font-size: 12px;
|
|
29
29
|
}
|
|
30
30
|
.e-dropdown-btn.e-vertical,
|
|
31
31
|
.e-dropdown-btn.e-btn.e-vertical {
|
|
@@ -49,13 +49,22 @@
|
|
|
49
49
|
line-height: 1;
|
|
50
50
|
padding: 6px 12px;
|
|
51
51
|
}
|
|
52
|
+
.e-dropdown-btn.e-small .e-btn-icon,
|
|
53
|
+
.e-dropdown-btn.e-btn.e-small .e-btn-icon {
|
|
54
|
+
font-size: 12px;
|
|
55
|
+
}
|
|
56
|
+
.e-dropdown-btn.e-small .e-btn-icon.e-caret,
|
|
57
|
+
.e-dropdown-btn.e-btn.e-small .e-btn-icon.e-caret {
|
|
58
|
+
font-size: 8px;
|
|
59
|
+
}
|
|
60
|
+
|
|
52
61
|
.e-dropdown-popup {
|
|
53
62
|
position: absolute;
|
|
54
63
|
border-radius: 4px;
|
|
55
64
|
margin-top: 2px;
|
|
56
65
|
}
|
|
57
66
|
.e-dropdown-popup ul {
|
|
58
|
-
border: 1px solid
|
|
67
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
59
68
|
border-radius: 4px;
|
|
60
69
|
-webkit-box-shadow: none;
|
|
61
70
|
box-shadow: none;
|
|
@@ -162,12 +171,12 @@
|
|
|
162
171
|
color: #adb5bd;
|
|
163
172
|
}
|
|
164
173
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
165
|
-
background:
|
|
174
|
+
background: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
166
175
|
-webkit-box-shadow: none;
|
|
167
176
|
box-shadow: none;
|
|
168
177
|
}
|
|
169
178
|
.e-dropdown-popup ul .e-item:hover {
|
|
170
|
-
background:
|
|
179
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
171
180
|
color: #fff;
|
|
172
181
|
}
|
|
173
182
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
@@ -181,7 +190,7 @@
|
|
|
181
190
|
color: #fff;
|
|
182
191
|
}
|
|
183
192
|
.e-dropdown-popup ul .e-separator {
|
|
184
|
-
border-bottom-color:
|
|
193
|
+
border-bottom-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
185
194
|
}
|
|
186
195
|
|
|
187
196
|
.e-dropdown-btn.e-inherit,
|
|
@@ -225,13 +234,13 @@
|
|
|
225
234
|
outline-offset: 0;
|
|
226
235
|
}
|
|
227
236
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
228
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
229
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
237
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
238
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
230
239
|
z-index: 2;
|
|
231
240
|
}
|
|
232
241
|
.e-split-btn-wrapper .e-split-btn:active {
|
|
233
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
234
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
242
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
243
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
235
244
|
z-index: 2;
|
|
236
245
|
}
|
|
237
246
|
.e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
|
|
@@ -264,8 +273,8 @@
|
|
|
264
273
|
z-index: 1;
|
|
265
274
|
}
|
|
266
275
|
.e-split-btn-wrapper .e-dropdown-btn:active {
|
|
267
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
268
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
276
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
277
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
269
278
|
z-index: 2;
|
|
270
279
|
}
|
|
271
280
|
.e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
|
|
@@ -275,13 +284,13 @@
|
|
|
275
284
|
outline-offset: 0;
|
|
276
285
|
}
|
|
277
286
|
.e-split-btn-wrapper .e-btn:focus {
|
|
278
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
279
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
287
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
288
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
280
289
|
z-index: 2;
|
|
281
290
|
}
|
|
282
291
|
.e-split-btn-wrapper .e-btn:active {
|
|
283
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
284
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
292
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
293
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
285
294
|
z-index: 2;
|
|
286
295
|
}
|
|
287
296
|
.e-split-btn-wrapper .e-btn:disabled {
|
|
@@ -370,7 +379,7 @@
|
|
|
370
379
|
border-right-color: #6c757d;
|
|
371
380
|
}
|
|
372
381
|
.e-split-btn-wrapper .e-split-btn:active {
|
|
373
|
-
border-right-color:
|
|
382
|
+
border-right-color: rgb(86.4, 93.6, 100);
|
|
374
383
|
}
|
|
375
384
|
.e-split-btn-wrapper .e-split-btn:disabled {
|
|
376
385
|
border-right-color: rgba(108, 117, 125, 0.65);
|
|
@@ -393,8 +402,8 @@
|
|
|
393
402
|
border-right-color: #6c757d;
|
|
394
403
|
}
|
|
395
404
|
.e-split-btn-wrapper.e-rtl .e-split-btn:active {
|
|
396
|
-
border-left-color:
|
|
397
|
-
border-right-color:
|
|
405
|
+
border-left-color: rgb(86.4, 93.6, 100);
|
|
406
|
+
border-right-color: rgb(86.4, 93.6, 100);
|
|
398
407
|
}
|
|
399
408
|
.e-split-btn-wrapper.e-rtl .e-split-btn:disabled {
|
|
400
409
|
border-left-color: rgba(108, 117, 125, 0.65);
|
|
@@ -422,8 +431,8 @@
|
|
|
422
431
|
border-right-color: #6c757d;
|
|
423
432
|
}
|
|
424
433
|
.e-split-btn-wrapper.e-vertical .e-split-btn:active {
|
|
425
|
-
border-bottom-color:
|
|
426
|
-
border-right-color:
|
|
434
|
+
border-bottom-color: rgb(86.4, 93.6, 100);
|
|
435
|
+
border-right-color: rgb(86.4, 93.6, 100);
|
|
427
436
|
}
|
|
428
437
|
.e-split-btn-wrapper.e-vertical .e-split-btn:disabled {
|
|
429
438
|
border-bottom-color: rgba(108, 117, 125, 0.65);
|
|
@@ -713,14 +722,14 @@
|
|
|
713
722
|
.e-css.e-btn-group .e-btn:focus,
|
|
714
723
|
.e-css.e-btn-group input:focus-visible + label.e-btn,
|
|
715
724
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
716
|
-
background:
|
|
725
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
717
726
|
border-color: #6c757d;
|
|
718
727
|
color: #fff;
|
|
719
728
|
outline: #6c757d 0 solid;
|
|
720
729
|
outline-offset: 0;
|
|
721
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
722
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
723
|
-
border-color:
|
|
730
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
731
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
732
|
+
border-color: rgb(91.8, 99.45, 106.25);
|
|
724
733
|
outline-color: inherit;
|
|
725
734
|
}
|
|
726
735
|
.e-btn-group .e-btn:focus.e-primary,
|
|
@@ -729,13 +738,13 @@
|
|
|
729
738
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
730
739
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
731
740
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
732
|
-
background:
|
|
741
|
+
background: rgb(11.05, 93.5, 215.05);
|
|
733
742
|
border-color: #0d6efd;
|
|
734
743
|
color: #fff;
|
|
735
744
|
outline: #6c757d 0 solid;
|
|
736
|
-
-webkit-box-shadow: 0 0 0 4px rgba(49,
|
|
737
|
-
box-shadow: 0 0 0 4px rgba(49,
|
|
738
|
-
border-color:
|
|
745
|
+
-webkit-box-shadow: 0 0 0 4px rgba(49.3, 131.75, 253.3, 0.5);
|
|
746
|
+
box-shadow: 0 0 0 4px rgba(49.3, 131.75, 253.3, 0.5);
|
|
747
|
+
border-color: rgb(11.05, 93.5, 215.05);
|
|
739
748
|
outline-color: inherit;
|
|
740
749
|
}
|
|
741
750
|
.e-btn-group .e-btn:focus.e-success,
|
|
@@ -744,12 +753,12 @@
|
|
|
744
753
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
745
754
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
746
755
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
747
|
-
background:
|
|
756
|
+
background: rgb(21.25, 114.75, 71.4);
|
|
748
757
|
border-color: #198754;
|
|
749
758
|
color: #fff;
|
|
750
|
-
-webkit-box-shadow: 0 0 0 4px rgba(66,
|
|
751
|
-
box-shadow: 0 0 0 4px rgba(66,
|
|
752
|
-
border-color:
|
|
759
|
+
-webkit-box-shadow: 0 0 0 4px rgba(66.2734375, 189.5765625, 132.40875, 0.5);
|
|
760
|
+
box-shadow: 0 0 0 4px rgba(66.2734375, 189.5765625, 132.40875, 0.5);
|
|
761
|
+
border-color: rgb(21.25, 114.75, 71.4);
|
|
753
762
|
outline-color: inherit;
|
|
754
763
|
}
|
|
755
764
|
.e-btn-group .e-btn:focus.e-info,
|
|
@@ -758,12 +767,12 @@
|
|
|
758
767
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
759
768
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
760
769
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
761
|
-
background:
|
|
770
|
+
background: rgb(49.3, 209.95, 242.25);
|
|
762
771
|
border-color: #0dcaf0;
|
|
763
772
|
color: #000;
|
|
764
|
-
-webkit-box-shadow: 0 0 0 4px rgba(49,
|
|
765
|
-
box-shadow: 0 0 0 4px rgba(49,
|
|
766
|
-
border-color:
|
|
773
|
+
-webkit-box-shadow: 0 0 0 4px rgba(49.3, 209.95, 242.25, 0.5);
|
|
774
|
+
box-shadow: 0 0 0 4px rgba(49.3, 209.95, 242.25, 0.5);
|
|
775
|
+
border-color: rgb(49.3, 209.95, 242.25);
|
|
767
776
|
outline-color: inherit;
|
|
768
777
|
}
|
|
769
778
|
.e-btn-group .e-btn:focus.e-warning,
|
|
@@ -772,12 +781,12 @@
|
|
|
772
781
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
773
782
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
774
783
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
775
|
-
background:
|
|
784
|
+
background: rgb(255, 202.3, 44.2);
|
|
776
785
|
border-color: #ffc107;
|
|
777
786
|
color: #000;
|
|
778
|
-
-webkit-box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
779
|
-
box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
780
|
-
border-color:
|
|
787
|
+
-webkit-box-shadow: 0 0 0 4px rgba(255, 202.3, 44.2, 0.5);
|
|
788
|
+
box-shadow: 0 0 0 4px rgba(255, 202.3, 44.2, 0.5);
|
|
789
|
+
border-color: rgb(255, 202.3, 44.2);
|
|
781
790
|
outline-color: inherit;
|
|
782
791
|
}
|
|
783
792
|
.e-btn-group .e-btn:focus.e-danger,
|
|
@@ -786,12 +795,12 @@
|
|
|
786
795
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
787
796
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
788
797
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
789
|
-
background:
|
|
798
|
+
background: rgb(187, 45.05, 58.65);
|
|
790
799
|
border-color: #dc3545;
|
|
791
800
|
color: #fff;
|
|
792
|
-
-webkit-box-shadow: 0 0 0 4px rgba(
|
|
793
|
-
box-shadow: 0 0 0 4px rgba(
|
|
794
|
-
border-color:
|
|
801
|
+
-webkit-box-shadow: 0 0 0 4px rgba(231.6518987342, 120.2481012658, 130.9215189873, 0.5);
|
|
802
|
+
box-shadow: 0 0 0 4px rgba(231.6518987342, 120.2481012658, 130.9215189873, 0.5);
|
|
803
|
+
border-color: rgb(187, 45.05, 58.65);
|
|
795
804
|
outline-color: inherit;
|
|
796
805
|
}
|
|
797
806
|
.e-btn-group .e-btn:focus.e-link,
|
|
@@ -802,7 +811,7 @@
|
|
|
802
811
|
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
803
812
|
border-radius: 0;
|
|
804
813
|
text-decoration: underline;
|
|
805
|
-
color:
|
|
814
|
+
color: rgb(10.4, 88, 202.4);
|
|
806
815
|
background-color: transparent;
|
|
807
816
|
border-color: transparent;
|
|
808
817
|
-webkit-box-shadow: none;
|
|
@@ -815,9 +824,9 @@
|
|
|
815
824
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
816
825
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
817
826
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
818
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
819
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
820
|
-
border-color:
|
|
827
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
828
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
829
|
+
border-color: rgb(91.8, 99.45, 106.25);
|
|
821
830
|
}
|
|
822
831
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
823
832
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
@@ -825,8 +834,8 @@
|
|
|
825
834
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
826
835
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
827
836
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
828
|
-
-webkit-box-shadow: 0 0 0 4px rgba(49,
|
|
829
|
-
box-shadow: 0 0 0 4px rgba(49,
|
|
837
|
+
-webkit-box-shadow: 0 0 0 4px rgba(49.3, 131.75, 253.3, 0.5);
|
|
838
|
+
box-shadow: 0 0 0 4px rgba(49.3, 131.75, 253.3, 0.5);
|
|
830
839
|
border-color: #0d6efd;
|
|
831
840
|
}
|
|
832
841
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
@@ -835,9 +844,9 @@
|
|
|
835
844
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
836
845
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
837
846
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
838
|
-
-webkit-box-shadow: 0 0 0 4px rgba(66,
|
|
839
|
-
box-shadow: 0 0 0 4px rgba(66,
|
|
840
|
-
border-color:
|
|
847
|
+
-webkit-box-shadow: 0 0 0 4px rgba(66.2734375, 189.5765625, 132.40875, 0.5);
|
|
848
|
+
box-shadow: 0 0 0 4px rgba(66.2734375, 189.5765625, 132.40875, 0.5);
|
|
849
|
+
border-color: rgb(21.25, 114.75, 71.4);
|
|
841
850
|
}
|
|
842
851
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
843
852
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
@@ -845,9 +854,9 @@
|
|
|
845
854
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
846
855
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
847
856
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
848
|
-
-webkit-box-shadow: 0 0 0 4px rgba(49,
|
|
849
|
-
box-shadow: 0 0 0 4px rgba(49,
|
|
850
|
-
border-color:
|
|
857
|
+
-webkit-box-shadow: 0 0 0 4px rgba(49.3, 209.95, 242.25, 0.5);
|
|
858
|
+
box-shadow: 0 0 0 4px rgba(49.3, 209.95, 242.25, 0.5);
|
|
859
|
+
border-color: rgb(49.3, 209.95, 242.25);
|
|
851
860
|
}
|
|
852
861
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
853
862
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
@@ -855,9 +864,9 @@
|
|
|
855
864
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
856
865
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
857
866
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
858
|
-
-webkit-box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
859
|
-
box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
860
|
-
border-color:
|
|
867
|
+
-webkit-box-shadow: 0 0 0 4px rgba(255, 202.3, 44.2, 0.5);
|
|
868
|
+
box-shadow: 0 0 0 4px rgba(255, 202.3, 44.2, 0.5);
|
|
869
|
+
border-color: rgb(255, 202.3, 44.2);
|
|
861
870
|
}
|
|
862
871
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
863
872
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
@@ -865,9 +874,9 @@
|
|
|
865
874
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
866
875
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
867
876
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
868
|
-
-webkit-box-shadow: 0 0 0 4px rgba(
|
|
869
|
-
box-shadow: 0 0 0 4px rgba(
|
|
870
|
-
border-color:
|
|
877
|
+
-webkit-box-shadow: 0 0 0 4px rgba(231.6518987342, 120.2481012658, 130.9215189873, 0.5);
|
|
878
|
+
box-shadow: 0 0 0 4px rgba(231.6518987342, 120.2481012658, 130.9215189873, 0.5);
|
|
879
|
+
border-color: rgb(187, 45.05, 58.65);
|
|
871
880
|
}
|
|
872
881
|
.e-btn-group .e-btn:active,
|
|
873
882
|
.e-btn-group input:active + label.e-btn,
|
|
@@ -875,8 +884,8 @@
|
|
|
875
884
|
.e-css.e-btn-group .e-btn:active,
|
|
876
885
|
.e-css.e-btn-group input:active + label.e-btn,
|
|
877
886
|
.e-css.e-btn-group input:checked + label.e-btn {
|
|
878
|
-
background:
|
|
879
|
-
border-color:
|
|
887
|
+
background: rgb(86.4, 93.6, 100);
|
|
888
|
+
border-color: rgb(81, 87.75, 93.75);
|
|
880
889
|
color: #fff;
|
|
881
890
|
outline: #6c757d 0 solid;
|
|
882
891
|
outline-offset: 0;
|
|
@@ -887,8 +896,8 @@
|
|
|
887
896
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
888
897
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
889
898
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
890
|
-
background:
|
|
891
|
-
border-color:
|
|
899
|
+
background: rgb(10.4, 88, 202.4);
|
|
900
|
+
border-color: rgb(9.75, 82.5, 189.75);
|
|
892
901
|
color: #fff;
|
|
893
902
|
outline: #6c757d 0 solid;
|
|
894
903
|
}
|
|
@@ -898,8 +907,8 @@
|
|
|
898
907
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
899
908
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
900
909
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
901
|
-
background:
|
|
902
|
-
border-color:
|
|
910
|
+
background: rgb(20, 108, 67.2);
|
|
911
|
+
border-color: rgb(18.75, 101.25, 63);
|
|
903
912
|
color: #fff;
|
|
904
913
|
}
|
|
905
914
|
.e-btn-group .e-btn:active.e-info,
|
|
@@ -908,9 +917,9 @@
|
|
|
908
917
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
909
918
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
910
919
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
911
|
-
background:
|
|
920
|
+
background: rgb(61.4, 212.6, 243);
|
|
912
921
|
color: #000;
|
|
913
|
-
border-color:
|
|
922
|
+
border-color: rgb(37.2, 207.3, 241.5);
|
|
914
923
|
}
|
|
915
924
|
.e-btn-group .e-btn:active.e-warning,
|
|
916
925
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
@@ -918,8 +927,8 @@
|
|
|
918
927
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
919
928
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
920
929
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
921
|
-
background:
|
|
922
|
-
border-color:
|
|
930
|
+
background: rgb(255, 205.4, 56.6);
|
|
931
|
+
border-color: rgb(255, 199.2, 31.8);
|
|
923
932
|
color: #000;
|
|
924
933
|
}
|
|
925
934
|
.e-btn-group .e-btn:active.e-danger,
|
|
@@ -928,8 +937,8 @@
|
|
|
928
937
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
929
938
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
930
939
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
931
|
-
background:
|
|
932
|
-
border-color:
|
|
940
|
+
background: rgb(176, 42.4, 55.2);
|
|
941
|
+
border-color: rgb(165, 39.75, 51.75);
|
|
933
942
|
color: #fff;
|
|
934
943
|
}
|
|
935
944
|
.e-btn-group .e-btn:active.e-outline,
|
|
@@ -938,8 +947,8 @@
|
|
|
938
947
|
.e-css.e-btn-group .e-btn:active.e-outline,
|
|
939
948
|
.e-css.e-btn-group input:active + label.e-btn.e-outline,
|
|
940
949
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
941
|
-
background:
|
|
942
|
-
border-color:
|
|
950
|
+
background: rgb(86.4, 93.6, 100);
|
|
951
|
+
border-color: rgb(81, 87.75, 93.75);
|
|
943
952
|
color: #fff;
|
|
944
953
|
}
|
|
945
954
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
@@ -957,8 +966,8 @@
|
|
|
957
966
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
958
967
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
959
968
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
960
|
-
background:
|
|
961
|
-
border-color:
|
|
969
|
+
background: rgb(20, 108, 67.2);
|
|
970
|
+
border-color: rgb(18.75, 101.25, 63);
|
|
962
971
|
color: #fff;
|
|
963
972
|
}
|
|
964
973
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
@@ -976,8 +985,8 @@
|
|
|
976
985
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
977
986
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
978
987
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
979
|
-
background:
|
|
980
|
-
border-color:
|
|
988
|
+
background: rgb(255, 205.4, 56.6);
|
|
989
|
+
border-color: rgb(255, 199.2, 31.8);
|
|
981
990
|
color: #000;
|
|
982
991
|
}
|
|
983
992
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
@@ -986,8 +995,8 @@
|
|
|
986
995
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
987
996
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
988
997
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
989
|
-
background:
|
|
990
|
-
border-color:
|
|
998
|
+
background: rgb(176, 42.4, 55.2);
|
|
999
|
+
border-color: rgb(165, 39.75, 51.75);
|
|
991
1000
|
color: #fff;
|
|
992
1001
|
}
|
|
993
1002
|
.e-btn-group .e-btn:disabled,
|
|
@@ -1074,7 +1083,7 @@
|
|
|
1074
1083
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
1075
1084
|
background: transparent;
|
|
1076
1085
|
border-color: rgba(108, 117, 125, 0.65);
|
|
1077
|
-
color:
|
|
1086
|
+
color: rgb(86.4, 93.6, 100);
|
|
1078
1087
|
border-color: #6c757d;
|
|
1079
1088
|
}
|
|
1080
1089
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -1612,8 +1621,8 @@
|
|
|
1612
1621
|
stroke: #fff;
|
|
1613
1622
|
}
|
|
1614
1623
|
.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
|
|
1615
|
-
fill:
|
|
1616
|
-
stroke:
|
|
1624
|
+
fill: rgb(63.5819672131, 140.3073770492, 253.4180327869);
|
|
1625
|
+
stroke: rgb(63.5819672131, 140.3073770492, 253.4180327869);
|
|
1617
1626
|
}
|
|
1618
1627
|
.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1619
1628
|
stroke: #fff;
|
|
@@ -1626,11 +1635,11 @@
|
|
|
1626
1635
|
stroke: #fff;
|
|
1627
1636
|
}
|
|
1628
1637
|
.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
|
|
1629
|
-
fill:
|
|
1630
|
-
stroke:
|
|
1638
|
+
fill: rgb(45.75, 216.25, 137.2);
|
|
1639
|
+
stroke: rgb(45.75, 216.25, 137.2);
|
|
1631
1640
|
}
|
|
1632
1641
|
.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1633
|
-
stroke:
|
|
1642
|
+
stroke: rgb(45.75, 216.25, 137.2);
|
|
1634
1643
|
}
|
|
1635
1644
|
.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
1636
1645
|
fill: #000;
|
|
@@ -1654,14 +1663,14 @@
|
|
|
1654
1663
|
stroke: #000;
|
|
1655
1664
|
}
|
|
1656
1665
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
|
|
1657
|
-
fill:
|
|
1658
|
-
stroke:
|
|
1666
|
+
fill: rgb(255, 205.75, 58);
|
|
1667
|
+
stroke: rgb(255, 205.75, 58);
|
|
1659
1668
|
}
|
|
1660
1669
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1661
|
-
stroke:
|
|
1670
|
+
stroke: rgb(255, 205.75, 58);
|
|
1662
1671
|
}
|
|
1663
1672
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1664
|
-
stroke:
|
|
1673
|
+
stroke: rgb(255, 205.75, 58);
|
|
1665
1674
|
}
|
|
1666
1675
|
.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg {
|
|
1667
1676
|
fill: #fff;
|
|
@@ -1671,11 +1680,11 @@
|
|
|
1671
1680
|
stroke: #fff;
|
|
1672
1681
|
}
|
|
1673
1682
|
.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
|
|
1674
|
-
fill:
|
|
1675
|
-
stroke:
|
|
1683
|
+
fill: rgb(235.0632911392, 139.9367088608, 149.0506329114);
|
|
1684
|
+
stroke: rgb(235.0632911392, 139.9367088608, 149.0506329114);
|
|
1676
1685
|
}
|
|
1677
1686
|
.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1678
|
-
stroke:
|
|
1687
|
+
stroke: rgb(235.0632911392, 139.9367088608, 149.0506329114);
|
|
1679
1688
|
}
|
|
1680
1689
|
.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg {
|
|
1681
1690
|
fill: #0d6efd;
|
|
@@ -1735,8 +1744,8 @@
|
|
|
1735
1744
|
}
|
|
1736
1745
|
|
|
1737
1746
|
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|
|
1738
|
-
fill:
|
|
1739
|
-
stroke:
|
|
1747
|
+
fill: rgb(133.7553648069, 142.4849785408, 150.2446351931);
|
|
1748
|
+
stroke: rgb(133.7553648069, 142.4849785408, 150.2446351931);
|
|
1740
1749
|
}
|
|
1741
1750
|
|
|
1742
1751
|
.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
@@ -1745,5 +1754,5 @@
|
|
|
1745
1754
|
}
|
|
1746
1755
|
|
|
1747
1756
|
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1748
|
-
stroke:
|
|
1757
|
+
stroke: rgb(133.7553648069, 142.4849785408, 150.2446351931);
|
|
1749
1758
|
}
|