@syncfusion/ej2-angular-inputs 26.1.42 → 26.2.4
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/CHANGELOG.md +2 -2
- package/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +6 -2
- package/styles/bootstrap.css +6 -2
- package/styles/bootstrap4.css +6 -2
- package/styles/bootstrap5-dark.css +6 -2
- package/styles/bootstrap5.css +6 -2
- package/styles/fabric-dark.css +6 -2
- package/styles/fabric.css +6 -2
- package/styles/fluent-dark.css +9 -3
- package/styles/fluent.css +9 -3
- package/styles/fluent2.css +31 -17
- package/styles/highcontrast-light.css +6 -2
- package/styles/highcontrast.css +6 -2
- package/styles/input/bootstrap-dark.css +5 -1
- package/styles/input/bootstrap.css +5 -1
- package/styles/input/bootstrap4.css +5 -1
- package/styles/input/bootstrap5-dark.css +5 -1
- package/styles/input/bootstrap5.css +5 -1
- package/styles/input/fabric-dark.css +5 -1
- package/styles/input/fabric.css +5 -1
- package/styles/input/fluent-dark.css +8 -2
- package/styles/input/fluent.css +8 -2
- package/styles/input/fluent2.css +30 -16
- package/styles/input/highcontrast-light.css +5 -1
- package/styles/input/highcontrast.css +5 -1
- package/styles/input/material-dark.css +17 -13
- package/styles/input/material.css +17 -13
- package/styles/input/material3-dark.css +17 -13
- package/styles/input/material3.css +17 -13
- package/styles/input/tailwind-dark.css +5 -1
- package/styles/input/tailwind.css +5 -1
- package/styles/material-dark.css +18 -14
- package/styles/material.css +18 -14
- package/styles/material3-dark.css +18 -14
- package/styles/material3.css +18 -14
- package/styles/otp-input/bootstrap-dark.css +1 -1
- package/styles/otp-input/bootstrap.css +1 -1
- package/styles/otp-input/bootstrap4.css +1 -1
- package/styles/otp-input/bootstrap5-dark.css +1 -1
- package/styles/otp-input/bootstrap5.css +1 -1
- package/styles/otp-input/fabric-dark.css +1 -1
- package/styles/otp-input/fabric.css +1 -1
- package/styles/otp-input/fluent-dark.css +1 -1
- package/styles/otp-input/fluent.css +1 -1
- package/styles/otp-input/fluent2.css +1 -1
- package/styles/otp-input/highcontrast-light.css +1 -1
- package/styles/otp-input/highcontrast.css +1 -1
- package/styles/otp-input/material-dark.css +1 -1
- package/styles/otp-input/material.css +1 -1
- package/styles/otp-input/material3-dark.css +1 -1
- package/styles/otp-input/material3.css +1 -1
- package/styles/otp-input/tailwind-dark.css +1 -1
- package/styles/otp-input/tailwind.css +1 -1
- package/styles/tailwind-dark.css +6 -2
- package/styles/tailwind.css +6 -2
package/styles/input/fluent2.css
CHANGED
|
@@ -3528,7 +3528,11 @@ input.e-input,
|
|
|
3528
3528
|
.e-input-group.e-input-focus input.e-input,
|
|
3529
3529
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
3530
3530
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
3531
|
-
.e-float-input.e-input-focus input
|
|
3531
|
+
.e-float-input.e-input-focus input {
|
|
3532
|
+
padding-left: 8px;
|
|
3533
|
+
text-indent: 0;
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3532
3536
|
textarea.e-input,
|
|
3533
3537
|
.e-input-group textarea.e-input,
|
|
3534
3538
|
.e-input-group textarea,
|
|
@@ -3542,7 +3546,7 @@ textarea.e-input,
|
|
|
3542
3546
|
.e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
3543
3547
|
.e-float-input.e-control-wrapper textarea:focus,
|
|
3544
3548
|
.e-float-input textarea:focus {
|
|
3545
|
-
padding-left:
|
|
3549
|
+
padding-left: 12px;
|
|
3546
3550
|
text-indent: 0;
|
|
3547
3551
|
}
|
|
3548
3552
|
|
|
@@ -3864,7 +3868,7 @@ textarea.e-input.e-bigger,
|
|
|
3864
3868
|
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
3865
3869
|
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
|
|
3866
3870
|
.e-bigger .e-float-input textarea:focus {
|
|
3867
|
-
padding
|
|
3871
|
+
padding: 6px 12px 6px 16px;
|
|
3868
3872
|
text-indent: 0;
|
|
3869
3873
|
}
|
|
3870
3874
|
|
|
@@ -4545,18 +4549,18 @@ textarea.e-input.e-bigger.e-small,
|
|
|
4545
4549
|
min-height: 22px;
|
|
4546
4550
|
}
|
|
4547
4551
|
|
|
4548
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
4549
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
4550
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
4551
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
4552
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
4553
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
4554
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
4555
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
4556
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
4557
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
4558
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
4559
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
4552
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
4553
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
4554
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
4555
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
4556
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
4557
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
4558
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
4559
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
4560
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
4561
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
4562
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
4563
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
|
|
4560
4564
|
border-bottom-width: 1px;
|
|
4561
4565
|
border-color: var(--color-sf-border-dark);
|
|
4562
4566
|
}
|
|
@@ -8403,7 +8407,7 @@ textarea.e-input::selection,
|
|
|
8403
8407
|
border-color: var(--color-sf-border-alt);
|
|
8404
8408
|
}
|
|
8405
8409
|
|
|
8406
|
-
.e-bigger .e-input:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
8410
|
+
.e-bigger .e-input:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
|
|
8407
8411
|
padding-bottom: 0;
|
|
8408
8412
|
}
|
|
8409
8413
|
|
|
@@ -8419,6 +8423,16 @@ textarea.e-input::selection,
|
|
|
8419
8423
|
border-bottom-width: 2px;
|
|
8420
8424
|
}
|
|
8421
8425
|
|
|
8426
|
+
textarea.e-input:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
8427
|
+
border-bottom-color: var(--color-sf-primary);
|
|
8428
|
+
padding-bottom: 4px;
|
|
8429
|
+
border-bottom-width: 0;
|
|
8430
|
+
}
|
|
8431
|
+
|
|
8432
|
+
.e-bigger textarea.e-input:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
8433
|
+
padding-bottom: 6px;
|
|
8434
|
+
}
|
|
8435
|
+
|
|
8422
8436
|
.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
|
|
8423
8437
|
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
|
|
8424
8438
|
.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
|
|
@@ -2072,7 +2072,11 @@ input.e-input,
|
|
|
2072
2072
|
.e-input-group.e-input-focus input.e-input,
|
|
2073
2073
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2074
2074
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2075
|
-
.e-float-input.e-input-focus input
|
|
2075
|
+
.e-float-input.e-input-focus input {
|
|
2076
|
+
padding-left: 10px;
|
|
2077
|
+
text-indent: 0;
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2076
2080
|
textarea.e-input,
|
|
2077
2081
|
.e-input-group textarea.e-input,
|
|
2078
2082
|
.e-input-group textarea,
|
|
@@ -2072,7 +2072,11 @@ input.e-input,
|
|
|
2072
2072
|
.e-input-group.e-input-focus input.e-input,
|
|
2073
2073
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2074
2074
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2075
|
-
.e-float-input.e-input-focus input
|
|
2075
|
+
.e-float-input.e-input-focus input {
|
|
2076
|
+
padding-left: 10px;
|
|
2077
|
+
text-indent: 0;
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2076
2080
|
textarea.e-input,
|
|
2077
2081
|
.e-input-group textarea.e-input,
|
|
2078
2082
|
.e-input-group textarea,
|
|
@@ -2375,7 +2375,11 @@ input.e-input,
|
|
|
2375
2375
|
.e-input-group.e-input-focus input.e-input,
|
|
2376
2376
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2377
2377
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2378
|
-
.e-float-input.e-input-focus input
|
|
2378
|
+
.e-float-input.e-input-focus input {
|
|
2379
|
+
padding-left: 0;
|
|
2380
|
+
text-indent: 0;
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2379
2383
|
textarea.e-input,
|
|
2380
2384
|
.e-input-group textarea.e-input,
|
|
2381
2385
|
.e-input-group textarea,
|
|
@@ -3432,18 +3436,18 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3432
3436
|
min-height: 22px;
|
|
3433
3437
|
}
|
|
3434
3438
|
|
|
3435
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3436
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3437
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3438
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3439
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3440
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3441
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3442
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3443
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3444
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3445
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3446
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
3439
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3440
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3441
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3442
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3443
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3444
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3445
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3446
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3447
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3448
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3449
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3450
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
|
|
3447
3451
|
border-bottom-width: 1px;
|
|
3448
3452
|
}
|
|
3449
3453
|
|
|
@@ -2395,7 +2395,11 @@ input.e-input,
|
|
|
2395
2395
|
.e-input-group.e-input-focus input.e-input,
|
|
2396
2396
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2397
2397
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2398
|
-
.e-float-input.e-input-focus input
|
|
2398
|
+
.e-float-input.e-input-focus input {
|
|
2399
|
+
padding-left: 0;
|
|
2400
|
+
text-indent: 0;
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2399
2403
|
textarea.e-input,
|
|
2400
2404
|
.e-input-group textarea.e-input,
|
|
2401
2405
|
.e-input-group textarea,
|
|
@@ -3452,18 +3456,18 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3452
3456
|
min-height: 22px;
|
|
3453
3457
|
}
|
|
3454
3458
|
|
|
3455
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3456
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3457
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3458
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3459
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3460
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3461
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3462
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3463
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3464
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3465
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3466
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
3459
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3460
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3461
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3462
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3463
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3464
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3465
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3466
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3467
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3468
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3469
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3470
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
|
|
3467
3471
|
border-bottom-width: 1px;
|
|
3468
3472
|
}
|
|
3469
3473
|
|
|
@@ -2444,7 +2444,11 @@ input.e-input,
|
|
|
2444
2444
|
.e-input-group.e-input-focus input.e-input,
|
|
2445
2445
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2446
2446
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2447
|
-
.e-float-input.e-input-focus input
|
|
2447
|
+
.e-float-input.e-input-focus input {
|
|
2448
|
+
padding-left: 0;
|
|
2449
|
+
text-indent: 0;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2448
2452
|
textarea.e-input,
|
|
2449
2453
|
.e-input-group textarea.e-input,
|
|
2450
2454
|
.e-input-group textarea,
|
|
@@ -3449,18 +3453,18 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3449
3453
|
min-height: 22px;
|
|
3450
3454
|
}
|
|
3451
3455
|
|
|
3452
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3453
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3454
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3455
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3456
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3457
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3458
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3459
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3460
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3461
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3462
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3463
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
3456
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3457
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3458
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3459
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3460
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3461
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3462
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3463
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3464
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3465
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3466
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3467
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
|
|
3464
3468
|
border-bottom-width: 1px;
|
|
3465
3469
|
}
|
|
3466
3470
|
|
|
@@ -2556,7 +2556,11 @@ input.e-input,
|
|
|
2556
2556
|
.e-input-group.e-input-focus input.e-input,
|
|
2557
2557
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2558
2558
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2559
|
-
.e-float-input.e-input-focus input
|
|
2559
|
+
.e-float-input.e-input-focus input {
|
|
2560
|
+
padding-left: 0;
|
|
2561
|
+
text-indent: 0;
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2560
2564
|
textarea.e-input,
|
|
2561
2565
|
.e-input-group textarea.e-input,
|
|
2562
2566
|
.e-input-group textarea,
|
|
@@ -3561,18 +3565,18 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3561
3565
|
min-height: 22px;
|
|
3562
3566
|
}
|
|
3563
3567
|
|
|
3564
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3565
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3566
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3567
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3568
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3569
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3570
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3571
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3572
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3573
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3574
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3575
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
3568
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3569
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3570
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3571
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3572
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3573
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3574
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3575
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3576
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3577
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3578
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3579
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
|
|
3576
3580
|
border-bottom-width: 1px;
|
|
3577
3581
|
}
|
|
3578
3582
|
|
|
@@ -2115,7 +2115,11 @@ input.e-input,
|
|
|
2115
2115
|
.e-input-group.e-input-focus input.e-input,
|
|
2116
2116
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2117
2117
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2118
|
-
.e-float-input.e-input-focus input
|
|
2118
|
+
.e-float-input.e-input-focus input {
|
|
2119
|
+
padding-left: 12px;
|
|
2120
|
+
text-indent: 0;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2119
2123
|
textarea.e-input,
|
|
2120
2124
|
.e-input-group textarea.e-input,
|
|
2121
2125
|
.e-input-group textarea,
|
|
@@ -2115,7 +2115,11 @@ input.e-input,
|
|
|
2115
2115
|
.e-input-group.e-input-focus input.e-input,
|
|
2116
2116
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2117
2117
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2118
|
-
.e-float-input.e-input-focus input
|
|
2118
|
+
.e-float-input.e-input-focus input {
|
|
2119
|
+
padding-left: 12px;
|
|
2120
|
+
text-indent: 0;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2119
2123
|
textarea.e-input,
|
|
2120
2124
|
.e-input-group textarea.e-input,
|
|
2121
2125
|
.e-input-group textarea,
|
package/styles/material-dark.css
CHANGED
|
@@ -2385,7 +2385,11 @@ input.e-input,
|
|
|
2385
2385
|
.e-input-group.e-input-focus input.e-input,
|
|
2386
2386
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2387
2387
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2388
|
-
.e-float-input.e-input-focus input
|
|
2388
|
+
.e-float-input.e-input-focus input {
|
|
2389
|
+
padding-left: 0;
|
|
2390
|
+
text-indent: 0;
|
|
2391
|
+
}
|
|
2392
|
+
|
|
2389
2393
|
textarea.e-input,
|
|
2390
2394
|
.e-input-group textarea.e-input,
|
|
2391
2395
|
.e-input-group textarea,
|
|
@@ -3442,18 +3446,18 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3442
3446
|
min-height: 22px;
|
|
3443
3447
|
}
|
|
3444
3448
|
|
|
3445
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3446
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3447
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3448
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3449
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3450
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3451
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3452
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3453
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3454
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3455
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3456
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
3449
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3450
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3451
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3452
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3453
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3454
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3455
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3456
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3457
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3458
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3459
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3460
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
|
|
3457
3461
|
border-bottom-width: 1px;
|
|
3458
3462
|
}
|
|
3459
3463
|
|
|
@@ -14881,7 +14885,7 @@ body.e-colorpicker-overflow {
|
|
|
14881
14885
|
color: #616161;
|
|
14882
14886
|
}
|
|
14883
14887
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
14884
|
-
border:
|
|
14888
|
+
border: 1px solid #616161;
|
|
14885
14889
|
}
|
|
14886
14890
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
14887
14891
|
border-bottom: 2px solid #616161;
|
package/styles/material.css
CHANGED
|
@@ -2405,7 +2405,11 @@ input.e-input,
|
|
|
2405
2405
|
.e-input-group.e-input-focus input.e-input,
|
|
2406
2406
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2407
2407
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2408
|
-
.e-float-input.e-input-focus input
|
|
2408
|
+
.e-float-input.e-input-focus input {
|
|
2409
|
+
padding-left: 0;
|
|
2410
|
+
text-indent: 0;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2409
2413
|
textarea.e-input,
|
|
2410
2414
|
.e-input-group textarea.e-input,
|
|
2411
2415
|
.e-input-group textarea,
|
|
@@ -3462,18 +3466,18 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3462
3466
|
min-height: 22px;
|
|
3463
3467
|
}
|
|
3464
3468
|
|
|
3465
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3466
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3467
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3468
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3469
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3470
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3471
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3472
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3473
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3474
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3475
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3476
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
3469
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3470
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3471
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3472
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3473
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3474
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3475
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3476
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3477
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3478
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3479
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3480
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
|
|
3477
3481
|
border-bottom-width: 1px;
|
|
3478
3482
|
}
|
|
3479
3483
|
|
|
@@ -14953,7 +14957,7 @@ body.e-colorpicker-overflow {
|
|
|
14953
14957
|
color: #bdbdbd;
|
|
14954
14958
|
}
|
|
14955
14959
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
14956
|
-
border:
|
|
14960
|
+
border: 1px solid #bdbdbd;
|
|
14957
14961
|
}
|
|
14958
14962
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
14959
14963
|
border-bottom: 2px solid #bdbdbd;
|
|
@@ -2564,7 +2564,11 @@ input.e-input,
|
|
|
2564
2564
|
.e-input-group.e-input-focus input.e-input,
|
|
2565
2565
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2566
2566
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2567
|
-
.e-float-input.e-input-focus input
|
|
2567
|
+
.e-float-input.e-input-focus input {
|
|
2568
|
+
padding-left: 0;
|
|
2569
|
+
text-indent: 0;
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2568
2572
|
textarea.e-input,
|
|
2569
2573
|
.e-input-group textarea.e-input,
|
|
2570
2574
|
.e-input-group textarea,
|
|
@@ -3569,18 +3573,18 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3569
3573
|
min-height: 22px;
|
|
3570
3574
|
}
|
|
3571
3575
|
|
|
3572
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3573
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3574
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3575
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3576
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3577
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3578
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3579
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3580
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3581
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3582
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3583
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
3576
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3577
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3578
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3579
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3580
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3581
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3582
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3583
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3584
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3585
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3586
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3587
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
|
|
3584
3588
|
border-bottom-width: 1px;
|
|
3585
3589
|
}
|
|
3586
3590
|
|
|
@@ -16284,7 +16288,7 @@ body.e-colorpicker-overflow {
|
|
|
16284
16288
|
color: var(--color-sf-outline);
|
|
16285
16289
|
}
|
|
16286
16290
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
16287
|
-
border:
|
|
16291
|
+
border: 1px solid rgba(var(--color-sf-outline));
|
|
16288
16292
|
}
|
|
16289
16293
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
16290
16294
|
border-bottom: 2px solid rgba(var(--color-sf-outline));
|
package/styles/material3.css
CHANGED
|
@@ -2788,7 +2788,11 @@ input.e-input,
|
|
|
2788
2788
|
.e-input-group.e-input-focus input.e-input,
|
|
2789
2789
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2790
2790
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2791
|
-
.e-float-input.e-input-focus input
|
|
2791
|
+
.e-float-input.e-input-focus input {
|
|
2792
|
+
padding-left: 0;
|
|
2793
|
+
text-indent: 0;
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2792
2796
|
textarea.e-input,
|
|
2793
2797
|
.e-input-group textarea.e-input,
|
|
2794
2798
|
.e-input-group textarea,
|
|
@@ -3793,18 +3797,18 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3793
3797
|
min-height: 22px;
|
|
3794
3798
|
}
|
|
3795
3799
|
|
|
3796
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3797
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3798
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3799
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3800
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3801
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3802
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3803
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
3804
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3805
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
3806
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
3807
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
3800
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3801
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3802
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3803
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3804
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3805
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3806
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3807
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
3808
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3809
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
3810
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
3811
|
+
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
|
|
3808
3812
|
border-bottom-width: 1px;
|
|
3809
3813
|
}
|
|
3810
3814
|
|
|
@@ -17628,7 +17632,7 @@ body.e-colorpicker-overflow {
|
|
|
17628
17632
|
color: var(--color-sf-outline);
|
|
17629
17633
|
}
|
|
17630
17634
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
17631
|
-
border:
|
|
17635
|
+
border: 1px solid rgba(var(--color-sf-outline));
|
|
17632
17636
|
}
|
|
17633
17637
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
17634
17638
|
border-bottom: 2px solid rgba(var(--color-sf-outline));
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
color: #767676;
|
|
191
191
|
}
|
|
192
192
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
193
|
-
border:
|
|
193
|
+
border: 1px solid #767676;
|
|
194
194
|
}
|
|
195
195
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
196
196
|
border-bottom: 2px solid #767676;
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
color: #ccc;
|
|
191
191
|
}
|
|
192
192
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
193
|
-
border:
|
|
193
|
+
border: 1px solid #ccc;
|
|
194
194
|
}
|
|
195
195
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
196
196
|
border-bottom: 2px solid #ccc;
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
color: #ced4da;
|
|
191
191
|
}
|
|
192
192
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
193
|
-
border:
|
|
193
|
+
border: 1px solid #ced4da;
|
|
194
194
|
}
|
|
195
195
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
196
196
|
border-bottom: 2px solid #ced4da;
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
color: #6c757d;
|
|
191
191
|
}
|
|
192
192
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
193
|
-
border:
|
|
193
|
+
border: 1px solid #6c757d;
|
|
194
194
|
}
|
|
195
195
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
196
196
|
border-bottom: 2px solid #6c757d;
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
color: #ced4da;
|
|
191
191
|
}
|
|
192
192
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
193
|
-
border:
|
|
193
|
+
border: 1px solid #ced4da;
|
|
194
194
|
}
|
|
195
195
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
196
196
|
border-bottom: 2px solid #ced4da;
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
color: #9a9a9a;
|
|
191
191
|
}
|
|
192
192
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
193
|
-
border:
|
|
193
|
+
border: 1px solid #9a9a9a;
|
|
194
194
|
}
|
|
195
195
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
196
196
|
border-bottom: 2px solid #9a9a9a;
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
color: #c8c8c8;
|
|
191
191
|
}
|
|
192
192
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
193
|
-
border:
|
|
193
|
+
border: 1px solid #c8c8c8;
|
|
194
194
|
}
|
|
195
195
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
196
196
|
border-bottom: 2px solid #c8c8c8;
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
color: #a19f9d;
|
|
191
191
|
}
|
|
192
192
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
193
|
-
border:
|
|
193
|
+
border: 1px solid #a19f9d;
|
|
194
194
|
}
|
|
195
195
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
196
196
|
border-bottom: 2px solid #a19f9d;
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
color: #605e5c;
|
|
191
191
|
}
|
|
192
192
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
193
|
-
border:
|
|
193
|
+
border: 1px solid #605e5c;
|
|
194
194
|
}
|
|
195
195
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
196
196
|
border-bottom: 2px solid #605e5c;
|