@syncfusion/ej2-angular-inputs 19.3.48 → 19.4.41
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/@syncfusion/ej2-angular-inputs.es5.js +177 -3
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-inputs.js +166 -3
- package/@syncfusion/ej2-angular-inputs.js.map +1 -1
- package/CHANGELOG.md +30 -0
- package/dist/ej2-angular-inputs.umd.js +181 -1
- package/dist/ej2-angular-inputs.umd.js.map +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +2 -2
- package/dist/ej2-angular-inputs.umd.min.js.map +1 -1
- package/ej2-angular-inputs.d.ts +1 -0
- package/ej2-angular-inputs.metadata.json +1 -1
- package/package.json +8 -8
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/index.d.ts +3 -0
- package/src/signature/signature-all.module.d.ts +5 -0
- package/src/signature/signature.component.d.ts +37 -0
- package/src/signature/signature.module.d.ts +5 -0
- package/styles/bootstrap-dark.css +43 -16
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +43 -16
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +43 -16
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +46 -41
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +46 -41
- package/styles/bootstrap5.scss +1 -0
- package/styles/color-picker/bootstrap-dark.css +20 -0
- package/styles/color-picker/bootstrap.css +20 -0
- package/styles/color-picker/bootstrap4.css +20 -0
- package/styles/color-picker/bootstrap5-dark.css +22 -20
- package/styles/color-picker/bootstrap5.css +22 -20
- package/styles/color-picker/fabric-dark.css +23 -3
- package/styles/color-picker/fabric.css +20 -0
- package/styles/color-picker/highcontrast-light.css +20 -0
- package/styles/color-picker/highcontrast.css +20 -0
- package/styles/color-picker/material-dark.css +20 -0
- package/styles/color-picker/material.css +20 -0
- package/styles/color-picker/tailwind-dark.css +20 -0
- package/styles/color-picker/tailwind.css +20 -0
- package/styles/fabric-dark.css +46 -19
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +43 -16
- package/styles/fabric.scss +1 -0
- package/styles/highcontrast-light.css +43 -16
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +43 -16
- package/styles/highcontrast.scss +1 -0
- package/styles/input/bootstrap-dark.css +13 -16
- package/styles/input/bootstrap.css +13 -16
- package/styles/input/bootstrap4.css +13 -16
- package/styles/input/bootstrap5-dark.css +13 -16
- package/styles/input/bootstrap5.css +13 -16
- package/styles/input/fabric-dark.css +13 -16
- package/styles/input/fabric.css +13 -16
- package/styles/input/highcontrast-light.css +13 -16
- package/styles/input/highcontrast.css +13 -16
- package/styles/input/material-dark.css +13 -16
- package/styles/input/material.css +13 -16
- package/styles/input/tailwind-dark.css +13 -16
- package/styles/input/tailwind.css +13 -16
- package/styles/material-dark.css +43 -16
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +43 -16
- package/styles/material.scss +1 -0
- package/styles/signature/bootstrap-dark.css +9 -0
- package/styles/signature/bootstrap-dark.scss +1 -0
- package/styles/signature/bootstrap.css +9 -0
- package/styles/signature/bootstrap.scss +1 -0
- package/styles/signature/bootstrap4.css +9 -0
- package/styles/signature/bootstrap4.scss +1 -0
- package/styles/signature/bootstrap5-dark.css +9 -0
- package/styles/signature/bootstrap5-dark.scss +1 -0
- package/styles/signature/bootstrap5.css +9 -0
- package/styles/signature/bootstrap5.scss +1 -0
- package/styles/signature/fabric-dark.css +9 -0
- package/styles/signature/fabric-dark.scss +1 -0
- package/styles/signature/fabric.css +9 -0
- package/styles/signature/fabric.scss +1 -0
- package/styles/signature/highcontrast-light.css +9 -0
- package/styles/signature/highcontrast-light.scss +1 -0
- package/styles/signature/highcontrast.css +9 -0
- package/styles/signature/highcontrast.scss +1 -0
- package/styles/signature/material-dark.css +10 -0
- package/styles/signature/material-dark.scss +1 -0
- package/styles/signature/material.css +10 -0
- package/styles/signature/material.scss +1 -0
- package/styles/signature/tailwind-dark.css +10 -0
- package/styles/signature/tailwind-dark.scss +1 -0
- package/styles/signature/tailwind.css +10 -0
- package/styles/signature/tailwind.scss +1 -0
- package/styles/slider/bootstrap5-dark.css +1 -5
- package/styles/slider/bootstrap5.css +1 -5
- package/styles/slider/tailwind-dark.css +1 -5
- package/styles/slider/tailwind.css +1 -5
- package/styles/tailwind-dark.css +45 -21
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +45 -21
- package/styles/tailwind.scss +1 -0
package/styles/bootstrap4.css
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
.e-signature {
|
|
2
|
+
border: 1px solid;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.e-signature {
|
|
6
|
+
background-color: #fff;
|
|
7
|
+
border: 1px solid;
|
|
8
|
+
border-color: #dee2e6;
|
|
9
|
+
}
|
|
10
|
+
|
|
1
11
|
.e-float-input .e-clear-icon::before,
|
|
2
12
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
13
|
content: '\e745';
|
|
@@ -538,6 +548,8 @@ textarea.e-input.e-small,
|
|
|
538
548
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
539
549
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
540
550
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
551
|
+
.e-small .e-bigger.e-input-group .e-input-group-icon,
|
|
552
|
+
.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
|
|
541
553
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
542
554
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
543
555
|
font-size: 12px;
|
|
@@ -1504,6 +1516,8 @@ label.e-float-text,
|
|
|
1504
1516
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
1505
1517
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
1506
1518
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
1519
|
+
.e-small .e-bigger.e-input-group .e-input-group-icon,
|
|
1520
|
+
.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
|
|
1507
1521
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
1508
1522
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
1509
1523
|
margin-bottom: 0;
|
|
@@ -3512,7 +3526,12 @@ textarea.e-input,
|
|
|
3512
3526
|
.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
|
|
3513
3527
|
.e-bigger .e-input-group.e-input-focus textarea,
|
|
3514
3528
|
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,
|
|
3515
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input
|
|
3529
|
+
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
|
|
3530
|
+
.e-input-group.e-control-wrapper textarea.e-bigger:focus,
|
|
3531
|
+
.e-input-group.e-control-wrapper textarea.e-input.e-bigger:focus,
|
|
3532
|
+
.e-bigger .e-input-group.e-control-wrapper textarea:focus,
|
|
3533
|
+
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea:focus,
|
|
3534
|
+
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus {
|
|
3516
3535
|
font: inherit;
|
|
3517
3536
|
line-height: 1.5;
|
|
3518
3537
|
min-height: 36px;
|
|
@@ -3525,13 +3544,8 @@ textarea.e-input,
|
|
|
3525
3544
|
.e-input-group textarea.e-input.e-small,
|
|
3526
3545
|
.e-input-group.e-control-wrapper.e-small textarea,
|
|
3527
3546
|
.e-input-group.e-control-wrapper.e-small textarea.e-input,
|
|
3528
|
-
.e-input-group.e-control-wrapper textarea.e-bigger,
|
|
3529
|
-
.e-input-group.e-control-wrapper textarea.e-input.e-bigger,
|
|
3530
3547
|
.e-small .e-input-group textarea,
|
|
3531
3548
|
.e-small .e-input-group textarea.e-input,
|
|
3532
|
-
.e-bigger .e-input-group.e-control-wrapper textarea,
|
|
3533
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,
|
|
3534
|
-
.e-bigger .e-input-group.e-control-wrapper textarea.e-input,
|
|
3535
3549
|
.e-float-input.e-small textarea,
|
|
3536
3550
|
.e-float-input textarea.e-small,
|
|
3537
3551
|
.e-float-input.e-control-wrapper.e-small textarea,
|
|
@@ -3550,11 +3564,8 @@ textarea.e-input,
|
|
|
3550
3564
|
.e-input-group.e-input-focus textarea.e-input.e-small,
|
|
3551
3565
|
.e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
|
|
3552
3566
|
.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
|
|
3553
|
-
.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,
|
|
3554
|
-
.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
|
|
3555
3567
|
.e-small .e-input-group.e-input-focus textarea,
|
|
3556
|
-
.e-small .e-input-group.e-input-focus textarea.e-input
|
|
3557
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input {
|
|
3568
|
+
.e-small .e-input-group.e-input-focus textarea.e-input {
|
|
3558
3569
|
font: inherit;
|
|
3559
3570
|
min-height: 26px;
|
|
3560
3571
|
padding: 4px 8px 4px 8px;
|
|
@@ -3566,13 +3577,8 @@ textarea.e-input,
|
|
|
3566
3577
|
.e-input-group textarea.e-input.e-small:focus,
|
|
3567
3578
|
.e-input-group.e-control-wrapper.e-small textarea:focus,
|
|
3568
3579
|
.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
|
|
3569
|
-
.e-input-group.e-control-wrapper textarea.e-bigger:focus,
|
|
3570
|
-
.e-input-group.e-control-wrapper textarea.e-input.e-bigger:focus,
|
|
3571
3580
|
.e-small .e-input-group textarea:focus,
|
|
3572
3581
|
.e-small .e-input-group textarea.e-input:focus,
|
|
3573
|
-
.e-bigger .e-input-group.e-control-wrapper textarea:focus,
|
|
3574
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea:focus,
|
|
3575
|
-
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
3576
3582
|
.e-float-input.e-small textarea:focus,
|
|
3577
3583
|
.e-float-input textarea.e-small:focus,
|
|
3578
3584
|
.e-float-input.e-control-wrapper.e-small textarea:focus,
|
|
@@ -3628,7 +3634,8 @@ textarea.e-input,
|
|
|
3628
3634
|
.e-bigger.e-small .e-input-group.e-input-focus textarea.e-input,
|
|
3629
3635
|
.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
|
|
3630
3636
|
.e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
|
|
3631
|
-
.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input
|
|
3637
|
+
.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
|
|
3638
|
+
.e-small .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input {
|
|
3632
3639
|
font: inherit;
|
|
3633
3640
|
line-height: 1.5;
|
|
3634
3641
|
min-height: 32px;
|
|
@@ -7416,6 +7423,26 @@ body.e-colorpicker-overflow {
|
|
|
7416
7423
|
color: #fff;
|
|
7417
7424
|
}
|
|
7418
7425
|
|
|
7426
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
|
|
7427
|
+
.e-colorpicker-container .e-icon-btn:disabled,
|
|
7428
|
+
.e-colorpicker-container .e-icon-btn.e-disabled {
|
|
7429
|
+
background-color: transparent;
|
|
7430
|
+
box-shadow: none;
|
|
7431
|
+
color: rgba(108, 117, 125, 0.65);
|
|
7432
|
+
}
|
|
7433
|
+
|
|
7434
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled:focus, .e-colorpicker-wrapper .e-icon-btn:disabled:hover, .e-colorpicker-wrapper .e-icon-btn:disabled:active, .e-colorpicker-wrapper .e-icon-btn.e-disabled:focus, .e-colorpicker-wrapper .e-icon-btn.e-disabled:hover, .e-colorpicker-wrapper .e-icon-btn.e-disabled:active,
|
|
7435
|
+
.e-colorpicker-container .e-icon-btn:disabled:focus,
|
|
7436
|
+
.e-colorpicker-container .e-icon-btn:disabled:hover,
|
|
7437
|
+
.e-colorpicker-container .e-icon-btn:disabled:active,
|
|
7438
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:focus,
|
|
7439
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:hover,
|
|
7440
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:active {
|
|
7441
|
+
background-color: transparent;
|
|
7442
|
+
box-shadow: none;
|
|
7443
|
+
color: rgba(108, 117, 125, 0.65);
|
|
7444
|
+
}
|
|
7445
|
+
|
|
7419
7446
|
* .e-color-picker .e-selected-value .e-css.e-btn.e-flat {
|
|
7420
7447
|
background-color: #fff;
|
|
7421
7448
|
border-color: #fff;
|
package/styles/bootstrap4.scss
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
.e-signature {
|
|
2
|
+
border: 1px solid;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.e-signature {
|
|
6
|
+
background-color: #fff;
|
|
7
|
+
border: 1px solid;
|
|
8
|
+
border-color: #444c54;
|
|
9
|
+
}
|
|
10
|
+
|
|
1
11
|
.e-float-input .e-clear-icon::before,
|
|
2
12
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
13
|
content: '\e7e7';
|
|
@@ -560,6 +570,8 @@ textarea.e-input.e-small,
|
|
|
560
570
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
561
571
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
562
572
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
573
|
+
.e-small .e-bigger.e-input-group .e-input-group-icon,
|
|
574
|
+
.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
|
|
563
575
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
564
576
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
565
577
|
font-size: 12px;
|
|
@@ -1530,6 +1542,8 @@ label.e-float-text,
|
|
|
1530
1542
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
1531
1543
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
1532
1544
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
1545
|
+
.e-small .e-bigger.e-input-group .e-input-group-icon,
|
|
1546
|
+
.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
|
|
1533
1547
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
1534
1548
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
1535
1549
|
margin-bottom: 0;
|
|
@@ -3563,7 +3577,12 @@ textarea.e-input,
|
|
|
3563
3577
|
.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
|
|
3564
3578
|
.e-bigger .e-input-group.e-input-focus textarea,
|
|
3565
3579
|
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,
|
|
3566
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input
|
|
3580
|
+
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
|
|
3581
|
+
.e-input-group.e-control-wrapper textarea.e-bigger:focus,
|
|
3582
|
+
.e-input-group.e-control-wrapper textarea.e-input.e-bigger:focus,
|
|
3583
|
+
.e-bigger .e-input-group.e-control-wrapper textarea:focus,
|
|
3584
|
+
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea:focus,
|
|
3585
|
+
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus {
|
|
3567
3586
|
font: inherit;
|
|
3568
3587
|
line-height: 1.5;
|
|
3569
3588
|
min-height: 36px;
|
|
@@ -3576,13 +3595,8 @@ textarea.e-input,
|
|
|
3576
3595
|
.e-input-group textarea.e-input.e-small,
|
|
3577
3596
|
.e-input-group.e-control-wrapper.e-small textarea,
|
|
3578
3597
|
.e-input-group.e-control-wrapper.e-small textarea.e-input,
|
|
3579
|
-
.e-input-group.e-control-wrapper textarea.e-bigger,
|
|
3580
|
-
.e-input-group.e-control-wrapper textarea.e-input.e-bigger,
|
|
3581
3598
|
.e-small .e-input-group textarea,
|
|
3582
3599
|
.e-small .e-input-group textarea.e-input,
|
|
3583
|
-
.e-bigger .e-input-group.e-control-wrapper textarea,
|
|
3584
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,
|
|
3585
|
-
.e-bigger .e-input-group.e-control-wrapper textarea.e-input,
|
|
3586
3600
|
.e-float-input.e-small textarea,
|
|
3587
3601
|
.e-float-input textarea.e-small,
|
|
3588
3602
|
.e-float-input.e-control-wrapper.e-small textarea,
|
|
@@ -3601,11 +3615,8 @@ textarea.e-input,
|
|
|
3601
3615
|
.e-input-group.e-input-focus textarea.e-input.e-small,
|
|
3602
3616
|
.e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
|
|
3603
3617
|
.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
|
|
3604
|
-
.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,
|
|
3605
|
-
.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
|
|
3606
3618
|
.e-small .e-input-group.e-input-focus textarea,
|
|
3607
|
-
.e-small .e-input-group.e-input-focus textarea.e-input
|
|
3608
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input {
|
|
3619
|
+
.e-small .e-input-group.e-input-focus textarea.e-input {
|
|
3609
3620
|
font: inherit;
|
|
3610
3621
|
min-height: 26px;
|
|
3611
3622
|
padding: 4px 8px 4px 8px;
|
|
@@ -3617,13 +3628,8 @@ textarea.e-input,
|
|
|
3617
3628
|
.e-input-group textarea.e-input.e-small:focus,
|
|
3618
3629
|
.e-input-group.e-control-wrapper.e-small textarea:focus,
|
|
3619
3630
|
.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
|
|
3620
|
-
.e-input-group.e-control-wrapper textarea.e-bigger:focus,
|
|
3621
|
-
.e-input-group.e-control-wrapper textarea.e-input.e-bigger:focus,
|
|
3622
3631
|
.e-small .e-input-group textarea:focus,
|
|
3623
3632
|
.e-small .e-input-group textarea.e-input:focus,
|
|
3624
|
-
.e-bigger .e-input-group.e-control-wrapper textarea:focus,
|
|
3625
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea:focus,
|
|
3626
|
-
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
3627
3633
|
.e-float-input.e-small textarea:focus,
|
|
3628
3634
|
.e-float-input textarea.e-small:focus,
|
|
3629
3635
|
.e-float-input.e-control-wrapper.e-small textarea:focus,
|
|
@@ -3679,7 +3685,8 @@ textarea.e-input,
|
|
|
3679
3685
|
.e-bigger.e-small .e-input-group.e-input-focus textarea.e-input,
|
|
3680
3686
|
.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
|
|
3681
3687
|
.e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
|
|
3682
|
-
.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input
|
|
3688
|
+
.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
|
|
3689
|
+
.e-small .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input {
|
|
3683
3690
|
font: inherit;
|
|
3684
3691
|
line-height: 1.5;
|
|
3685
3692
|
min-height: 32px;
|
|
@@ -5356,7 +5363,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5356
5363
|
}
|
|
5357
5364
|
|
|
5358
5365
|
.e-control-wrapper.e-slider-container .e-scale .e-tick {
|
|
5359
|
-
background-image: url("data:image/png;base64,
|
|
5366
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAQSURBVHgBAQUA+v8AbHV9/wUNAl7Qm4m+AAAAAElFTkSuQmCC");
|
|
5360
5367
|
cursor: pointer;
|
|
5361
5368
|
outline: none;
|
|
5362
5369
|
position: relative;
|
|
@@ -5366,10 +5373,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5366
5373
|
background-position: center center;
|
|
5367
5374
|
}
|
|
5368
5375
|
|
|
5369
|
-
.e-control-wrapper.e-slider-container .e-scale .e-tick.e-large {
|
|
5370
|
-
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWttb1auGYlAAAACklEQVR4nGNiAAAABgADNjd8qAAAAABJRU5ErkJggg==");
|
|
5371
|
-
}
|
|
5372
|
-
|
|
5373
5376
|
.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
|
|
5374
5377
|
color: #e9ecef;
|
|
5375
5378
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -6640,7 +6643,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6640
6643
|
.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-btn.e-icon-btn {
|
|
6641
6644
|
background-color: #fff;
|
|
6642
6645
|
border: 1px solid #6c757d;
|
|
6643
|
-
color: #
|
|
6646
|
+
color: #adb5bd;
|
|
6644
6647
|
}
|
|
6645
6648
|
|
|
6646
6649
|
.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
|
|
@@ -6650,7 +6653,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6650
6653
|
|
|
6651
6654
|
.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn,
|
|
6652
6655
|
.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn {
|
|
6653
|
-
background-color:
|
|
6656
|
+
background-color: #fff;
|
|
6654
6657
|
border: 1px solid #6c757d;
|
|
6655
6658
|
color: #adb5bd;
|
|
6656
6659
|
}
|
|
@@ -6951,7 +6954,6 @@ body.e-colorpicker-overflow {
|
|
|
6951
6954
|
position: relative;
|
|
6952
6955
|
top: 0;
|
|
6953
6956
|
width: 13.45%;
|
|
6954
|
-
height: 38px;
|
|
6955
6957
|
}
|
|
6956
6958
|
|
|
6957
6959
|
.e-container .e-slider-preview .e-preview-container .e-preview {
|
|
@@ -7212,14 +7214,6 @@ body.e-colorpicker-overflow {
|
|
|
7212
7214
|
width: 462px;
|
|
7213
7215
|
}
|
|
7214
7216
|
|
|
7215
|
-
.e-bigger .e-container.e-color-picker .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
|
|
7216
|
-
height: 38px;
|
|
7217
|
-
}
|
|
7218
|
-
|
|
7219
|
-
.e-bigger .e-container.e-color-picker .e-switch-ctrl-btn .e-mode-switch-btn {
|
|
7220
|
-
height: 38px;
|
|
7221
|
-
}
|
|
7222
|
-
|
|
7223
7217
|
.e-bigger .e-container .e-palette .e-tile {
|
|
7224
7218
|
height: 29px;
|
|
7225
7219
|
width: 29px;
|
|
@@ -7506,15 +7500,6 @@ body.e-colorpicker-overflow {
|
|
|
7506
7500
|
color: rgba(255, 255, 255, 0.65);
|
|
7507
7501
|
}
|
|
7508
7502
|
|
|
7509
|
-
.e-colorpicker-wrapper .e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-colorpicker-wrapper .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-colorpicker-wrapper .e-split-btn-wrapper .e-dropdown-btn:disabled:active,
|
|
7510
|
-
.e-colorpicker-container .e-split-btn-wrapper .e-dropdown-btn:disabled:focus,
|
|
7511
|
-
.e-colorpicker-container .e-split-btn-wrapper .e-dropdown-btn:disabled:hover,
|
|
7512
|
-
.e-colorpicker-container .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
|
|
7513
|
-
background-color: transparent;
|
|
7514
|
-
box-shadow: none;
|
|
7515
|
-
color: #adb5bd;
|
|
7516
|
-
}
|
|
7517
|
-
|
|
7518
7503
|
.e-colorpicker-wrapper .e-btn.e-icon-btn,
|
|
7519
7504
|
.e-colorpicker-container .e-btn.e-icon-btn {
|
|
7520
7505
|
background-color: transparent;
|
|
@@ -7542,6 +7527,26 @@ body.e-colorpicker-overflow {
|
|
|
7542
7527
|
color: #fff;
|
|
7543
7528
|
}
|
|
7544
7529
|
|
|
7530
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
|
|
7531
|
+
.e-colorpicker-container .e-icon-btn:disabled,
|
|
7532
|
+
.e-colorpicker-container .e-icon-btn.e-disabled {
|
|
7533
|
+
background-color: transparent;
|
|
7534
|
+
box-shadow: none;
|
|
7535
|
+
color: rgba(108, 117, 125, 0.65);
|
|
7536
|
+
}
|
|
7537
|
+
|
|
7538
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled:focus, .e-colorpicker-wrapper .e-icon-btn:disabled:hover, .e-colorpicker-wrapper .e-icon-btn:disabled:active, .e-colorpicker-wrapper .e-icon-btn.e-disabled:focus, .e-colorpicker-wrapper .e-icon-btn.e-disabled:hover, .e-colorpicker-wrapper .e-icon-btn.e-disabled:active,
|
|
7539
|
+
.e-colorpicker-container .e-icon-btn:disabled:focus,
|
|
7540
|
+
.e-colorpicker-container .e-icon-btn:disabled:hover,
|
|
7541
|
+
.e-colorpicker-container .e-icon-btn:disabled:active,
|
|
7542
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:focus,
|
|
7543
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:hover,
|
|
7544
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:active {
|
|
7545
|
+
background-color: transparent;
|
|
7546
|
+
box-shadow: none;
|
|
7547
|
+
color: rgba(108, 117, 125, 0.65);
|
|
7548
|
+
}
|
|
7549
|
+
|
|
7545
7550
|
.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
|
|
7546
7551
|
background-color: #fff;
|
|
7547
7552
|
border-color: #fff;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
.e-signature {
|
|
2
|
+
border: 1px solid;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.e-signature {
|
|
6
|
+
background-color: #fff;
|
|
7
|
+
border: 1px solid;
|
|
8
|
+
border-color: #dee2e6;
|
|
9
|
+
}
|
|
10
|
+
|
|
1
11
|
.e-float-input .e-clear-icon::before,
|
|
2
12
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
13
|
content: '\e7e7';
|
|
@@ -560,6 +570,8 @@ textarea.e-input.e-small,
|
|
|
560
570
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
561
571
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
562
572
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
573
|
+
.e-small .e-bigger.e-input-group .e-input-group-icon,
|
|
574
|
+
.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
|
|
563
575
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
564
576
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
565
577
|
font-size: 12px;
|
|
@@ -1530,6 +1542,8 @@ label.e-float-text,
|
|
|
1530
1542
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
1531
1543
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
1532
1544
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
1545
|
+
.e-small .e-bigger.e-input-group .e-input-group-icon,
|
|
1546
|
+
.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
|
|
1533
1547
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
1534
1548
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
1535
1549
|
margin-bottom: 0;
|
|
@@ -3563,7 +3577,12 @@ textarea.e-input,
|
|
|
3563
3577
|
.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
|
|
3564
3578
|
.e-bigger .e-input-group.e-input-focus textarea,
|
|
3565
3579
|
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,
|
|
3566
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input
|
|
3580
|
+
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
|
|
3581
|
+
.e-input-group.e-control-wrapper textarea.e-bigger:focus,
|
|
3582
|
+
.e-input-group.e-control-wrapper textarea.e-input.e-bigger:focus,
|
|
3583
|
+
.e-bigger .e-input-group.e-control-wrapper textarea:focus,
|
|
3584
|
+
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea:focus,
|
|
3585
|
+
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus {
|
|
3567
3586
|
font: inherit;
|
|
3568
3587
|
line-height: 1.5;
|
|
3569
3588
|
min-height: 36px;
|
|
@@ -3576,13 +3595,8 @@ textarea.e-input,
|
|
|
3576
3595
|
.e-input-group textarea.e-input.e-small,
|
|
3577
3596
|
.e-input-group.e-control-wrapper.e-small textarea,
|
|
3578
3597
|
.e-input-group.e-control-wrapper.e-small textarea.e-input,
|
|
3579
|
-
.e-input-group.e-control-wrapper textarea.e-bigger,
|
|
3580
|
-
.e-input-group.e-control-wrapper textarea.e-input.e-bigger,
|
|
3581
3598
|
.e-small .e-input-group textarea,
|
|
3582
3599
|
.e-small .e-input-group textarea.e-input,
|
|
3583
|
-
.e-bigger .e-input-group.e-control-wrapper textarea,
|
|
3584
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,
|
|
3585
|
-
.e-bigger .e-input-group.e-control-wrapper textarea.e-input,
|
|
3586
3600
|
.e-float-input.e-small textarea,
|
|
3587
3601
|
.e-float-input textarea.e-small,
|
|
3588
3602
|
.e-float-input.e-control-wrapper.e-small textarea,
|
|
@@ -3601,11 +3615,8 @@ textarea.e-input,
|
|
|
3601
3615
|
.e-input-group.e-input-focus textarea.e-input.e-small,
|
|
3602
3616
|
.e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
|
|
3603
3617
|
.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
|
|
3604
|
-
.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,
|
|
3605
|
-
.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
|
|
3606
3618
|
.e-small .e-input-group.e-input-focus textarea,
|
|
3607
|
-
.e-small .e-input-group.e-input-focus textarea.e-input
|
|
3608
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input {
|
|
3619
|
+
.e-small .e-input-group.e-input-focus textarea.e-input {
|
|
3609
3620
|
font: inherit;
|
|
3610
3621
|
min-height: 26px;
|
|
3611
3622
|
padding: 4px 8px 4px 8px;
|
|
@@ -3617,13 +3628,8 @@ textarea.e-input,
|
|
|
3617
3628
|
.e-input-group textarea.e-input.e-small:focus,
|
|
3618
3629
|
.e-input-group.e-control-wrapper.e-small textarea:focus,
|
|
3619
3630
|
.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
|
|
3620
|
-
.e-input-group.e-control-wrapper textarea.e-bigger:focus,
|
|
3621
|
-
.e-input-group.e-control-wrapper textarea.e-input.e-bigger:focus,
|
|
3622
3631
|
.e-small .e-input-group textarea:focus,
|
|
3623
3632
|
.e-small .e-input-group textarea.e-input:focus,
|
|
3624
|
-
.e-bigger .e-input-group.e-control-wrapper textarea:focus,
|
|
3625
|
-
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea:focus,
|
|
3626
|
-
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
3627
3633
|
.e-float-input.e-small textarea:focus,
|
|
3628
3634
|
.e-float-input textarea.e-small:focus,
|
|
3629
3635
|
.e-float-input.e-control-wrapper.e-small textarea:focus,
|
|
@@ -3679,7 +3685,8 @@ textarea.e-input,
|
|
|
3679
3685
|
.e-bigger.e-small .e-input-group.e-input-focus textarea.e-input,
|
|
3680
3686
|
.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
|
|
3681
3687
|
.e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
|
|
3682
|
-
.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input
|
|
3688
|
+
.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
|
|
3689
|
+
.e-small .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input {
|
|
3683
3690
|
font: inherit;
|
|
3684
3691
|
line-height: 1.5;
|
|
3685
3692
|
min-height: 32px;
|
|
@@ -5356,7 +5363,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5356
5363
|
}
|
|
5357
5364
|
|
|
5358
5365
|
.e-control-wrapper.e-slider-container .e-scale .e-tick {
|
|
5359
|
-
background-image: url("data:image/png;base64,
|
|
5366
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAQSURBVHgBAQUA+v8AztTa/whsA3yqMpmsAAAAAElFTkSuQmCC");
|
|
5360
5367
|
cursor: pointer;
|
|
5361
5368
|
outline: none;
|
|
5362
5369
|
position: relative;
|
|
@@ -5366,10 +5373,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5366
5373
|
background-position: center center;
|
|
5367
5374
|
}
|
|
5368
5375
|
|
|
5369
|
-
.e-control-wrapper.e-slider-container .e-scale .e-tick.e-large {
|
|
5370
|
-
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWttb1auGYlAAAACklEQVR4nGNiAAAABgADNjd8qAAAAABJRU5ErkJggg==");
|
|
5371
|
-
}
|
|
5372
|
-
|
|
5373
5376
|
.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
|
|
5374
5377
|
color: #343a40;
|
|
5375
5378
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -6640,7 +6643,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6640
6643
|
.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-btn.e-icon-btn {
|
|
6641
6644
|
background-color: #fff;
|
|
6642
6645
|
border: 1px solid #ced4da;
|
|
6643
|
-
color: #
|
|
6646
|
+
color: #6c757d;
|
|
6644
6647
|
}
|
|
6645
6648
|
|
|
6646
6649
|
.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
|
|
@@ -6650,7 +6653,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6650
6653
|
|
|
6651
6654
|
.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn,
|
|
6652
6655
|
.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn {
|
|
6653
|
-
background-color:
|
|
6656
|
+
background-color: #fff;
|
|
6654
6657
|
border: 1px solid #ced4da;
|
|
6655
6658
|
color: #6c757d;
|
|
6656
6659
|
}
|
|
@@ -6951,7 +6954,6 @@ body.e-colorpicker-overflow {
|
|
|
6951
6954
|
position: relative;
|
|
6952
6955
|
top: 0;
|
|
6953
6956
|
width: 13.45%;
|
|
6954
|
-
height: 38px;
|
|
6955
6957
|
}
|
|
6956
6958
|
|
|
6957
6959
|
.e-container .e-slider-preview .e-preview-container .e-preview {
|
|
@@ -7212,14 +7214,6 @@ body.e-colorpicker-overflow {
|
|
|
7212
7214
|
width: 462px;
|
|
7213
7215
|
}
|
|
7214
7216
|
|
|
7215
|
-
.e-bigger .e-container.e-color-picker .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
|
|
7216
|
-
height: 38px;
|
|
7217
|
-
}
|
|
7218
|
-
|
|
7219
|
-
.e-bigger .e-container.e-color-picker .e-switch-ctrl-btn .e-mode-switch-btn {
|
|
7220
|
-
height: 38px;
|
|
7221
|
-
}
|
|
7222
|
-
|
|
7223
7217
|
.e-bigger .e-container .e-palette .e-tile {
|
|
7224
7218
|
height: 29px;
|
|
7225
7219
|
width: 29px;
|
|
@@ -7506,15 +7500,6 @@ body.e-colorpicker-overflow {
|
|
|
7506
7500
|
color: rgba(255, 255, 255, 0.65);
|
|
7507
7501
|
}
|
|
7508
7502
|
|
|
7509
|
-
.e-colorpicker-wrapper .e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-colorpicker-wrapper .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-colorpicker-wrapper .e-split-btn-wrapper .e-dropdown-btn:disabled:active,
|
|
7510
|
-
.e-colorpicker-container .e-split-btn-wrapper .e-dropdown-btn:disabled:focus,
|
|
7511
|
-
.e-colorpicker-container .e-split-btn-wrapper .e-dropdown-btn:disabled:hover,
|
|
7512
|
-
.e-colorpicker-container .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
|
|
7513
|
-
background-color: transparent;
|
|
7514
|
-
box-shadow: none;
|
|
7515
|
-
color: #6c757d;
|
|
7516
|
-
}
|
|
7517
|
-
|
|
7518
7503
|
.e-colorpicker-wrapper .e-btn.e-icon-btn,
|
|
7519
7504
|
.e-colorpicker-container .e-btn.e-icon-btn {
|
|
7520
7505
|
background-color: transparent;
|
|
@@ -7542,6 +7527,26 @@ body.e-colorpicker-overflow {
|
|
|
7542
7527
|
color: #fff;
|
|
7543
7528
|
}
|
|
7544
7529
|
|
|
7530
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
|
|
7531
|
+
.e-colorpicker-container .e-icon-btn:disabled,
|
|
7532
|
+
.e-colorpicker-container .e-icon-btn.e-disabled {
|
|
7533
|
+
background-color: transparent;
|
|
7534
|
+
box-shadow: none;
|
|
7535
|
+
color: rgba(108, 117, 125, 0.65);
|
|
7536
|
+
}
|
|
7537
|
+
|
|
7538
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled:focus, .e-colorpicker-wrapper .e-icon-btn:disabled:hover, .e-colorpicker-wrapper .e-icon-btn:disabled:active, .e-colorpicker-wrapper .e-icon-btn.e-disabled:focus, .e-colorpicker-wrapper .e-icon-btn.e-disabled:hover, .e-colorpicker-wrapper .e-icon-btn.e-disabled:active,
|
|
7539
|
+
.e-colorpicker-container .e-icon-btn:disabled:focus,
|
|
7540
|
+
.e-colorpicker-container .e-icon-btn:disabled:hover,
|
|
7541
|
+
.e-colorpicker-container .e-icon-btn:disabled:active,
|
|
7542
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:focus,
|
|
7543
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:hover,
|
|
7544
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:active {
|
|
7545
|
+
background-color: transparent;
|
|
7546
|
+
box-shadow: none;
|
|
7547
|
+
color: rgba(108, 117, 125, 0.65);
|
|
7548
|
+
}
|
|
7549
|
+
|
|
7545
7550
|
.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
|
|
7546
7551
|
background-color: #fff;
|
|
7547
7552
|
border-color: #fff;
|
package/styles/bootstrap5.scss
CHANGED
|
@@ -888,6 +888,26 @@ body.e-colorpicker-overflow {
|
|
|
888
888
|
color: rgba(240, 240, 240, 0.3);
|
|
889
889
|
}
|
|
890
890
|
|
|
891
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
|
|
892
|
+
.e-colorpicker-container .e-icon-btn:disabled,
|
|
893
|
+
.e-colorpicker-container .e-icon-btn.e-disabled {
|
|
894
|
+
background-color: transparent;
|
|
895
|
+
box-shadow: none;
|
|
896
|
+
color: rgba(57, 57, 57, 0.4);
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled:focus, .e-colorpicker-wrapper .e-icon-btn:disabled:hover, .e-colorpicker-wrapper .e-icon-btn:disabled:active, .e-colorpicker-wrapper .e-icon-btn.e-disabled:focus, .e-colorpicker-wrapper .e-icon-btn.e-disabled:hover, .e-colorpicker-wrapper .e-icon-btn.e-disabled:active,
|
|
900
|
+
.e-colorpicker-container .e-icon-btn:disabled:focus,
|
|
901
|
+
.e-colorpicker-container .e-icon-btn:disabled:hover,
|
|
902
|
+
.e-colorpicker-container .e-icon-btn:disabled:active,
|
|
903
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:focus,
|
|
904
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:hover,
|
|
905
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:active {
|
|
906
|
+
background-color: transparent;
|
|
907
|
+
box-shadow: none;
|
|
908
|
+
color: rgba(57, 57, 57, 0.4);
|
|
909
|
+
}
|
|
910
|
+
|
|
891
911
|
.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
|
|
892
912
|
background-color: #fff;
|
|
893
913
|
border-color: #fff;
|
|
@@ -888,6 +888,26 @@ body.e-colorpicker-overflow {
|
|
|
888
888
|
color: rgba(51, 51, 51, 0.65);
|
|
889
889
|
}
|
|
890
890
|
|
|
891
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
|
|
892
|
+
.e-colorpicker-container .e-icon-btn:disabled,
|
|
893
|
+
.e-colorpicker-container .e-icon-btn.e-disabled {
|
|
894
|
+
background-color: transparent;
|
|
895
|
+
box-shadow: none;
|
|
896
|
+
color: rgba(255, 255, 255, 0.65);
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled:focus, .e-colorpicker-wrapper .e-icon-btn:disabled:hover, .e-colorpicker-wrapper .e-icon-btn:disabled:active, .e-colorpicker-wrapper .e-icon-btn.e-disabled:focus, .e-colorpicker-wrapper .e-icon-btn.e-disabled:hover, .e-colorpicker-wrapper .e-icon-btn.e-disabled:active,
|
|
900
|
+
.e-colorpicker-container .e-icon-btn:disabled:focus,
|
|
901
|
+
.e-colorpicker-container .e-icon-btn:disabled:hover,
|
|
902
|
+
.e-colorpicker-container .e-icon-btn:disabled:active,
|
|
903
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:focus,
|
|
904
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:hover,
|
|
905
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:active {
|
|
906
|
+
background-color: transparent;
|
|
907
|
+
box-shadow: none;
|
|
908
|
+
color: rgba(255, 255, 255, 0.65);
|
|
909
|
+
}
|
|
910
|
+
|
|
891
911
|
.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
|
|
892
912
|
background-color: #fff;
|
|
893
913
|
border-color: #fff;
|
|
@@ -976,6 +976,26 @@ body.e-colorpicker-overflow {
|
|
|
976
976
|
color: #fff;
|
|
977
977
|
}
|
|
978
978
|
|
|
979
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
|
|
980
|
+
.e-colorpicker-container .e-icon-btn:disabled,
|
|
981
|
+
.e-colorpicker-container .e-icon-btn.e-disabled {
|
|
982
|
+
background-color: transparent;
|
|
983
|
+
box-shadow: none;
|
|
984
|
+
color: rgba(108, 117, 125, 0.65);
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
.e-colorpicker-wrapper .e-icon-btn:disabled:focus, .e-colorpicker-wrapper .e-icon-btn:disabled:hover, .e-colorpicker-wrapper .e-icon-btn:disabled:active, .e-colorpicker-wrapper .e-icon-btn.e-disabled:focus, .e-colorpicker-wrapper .e-icon-btn.e-disabled:hover, .e-colorpicker-wrapper .e-icon-btn.e-disabled:active,
|
|
988
|
+
.e-colorpicker-container .e-icon-btn:disabled:focus,
|
|
989
|
+
.e-colorpicker-container .e-icon-btn:disabled:hover,
|
|
990
|
+
.e-colorpicker-container .e-icon-btn:disabled:active,
|
|
991
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:focus,
|
|
992
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:hover,
|
|
993
|
+
.e-colorpicker-container .e-icon-btn.e-disabled:active {
|
|
994
|
+
background-color: transparent;
|
|
995
|
+
box-shadow: none;
|
|
996
|
+
color: rgba(108, 117, 125, 0.65);
|
|
997
|
+
}
|
|
998
|
+
|
|
979
999
|
* .e-color-picker .e-selected-value .e-css.e-btn.e-flat {
|
|
980
1000
|
background-color: #fff;
|
|
981
1001
|
border-color: #fff;
|