@syncfusion/ej2-angular-inputs 26.1.42 → 26.2.4-ngcc
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 +2149 -0
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inputs.js +2025 -0
- package/@syncfusion/ej2-angular-inputs.js.map +1 -0
- package/dist/ej2-angular-inputs.umd.js +2252 -0
- package/dist/ej2-angular-inputs.umd.js.map +1 -0
- package/dist/ej2-angular-inputs.umd.min.js +11 -0
- package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
- package/ej2-angular-inputs.d.ts +14 -0
- package/ej2-angular-inputs.metadata.json +1 -0
- package/license +10 -0
- package/package.json +15 -29
- package/schematics/utils/lib-details.ts +2 -2
- package/src/color-picker/colorpicker-all.module.d.ts +0 -6
- package/src/color-picker/colorpicker.component.d.ts +0 -3
- package/src/color-picker/colorpicker.module.d.ts +0 -6
- package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
- package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
- package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
- package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
- package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
- package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
- package/src/otp-input/otpinput-all.module.d.ts +0 -6
- package/src/otp-input/otpinput.component.d.ts +0 -3
- package/src/otp-input/otpinput.module.d.ts +0 -6
- package/src/rating/rating-all.module.d.ts +0 -6
- package/src/rating/rating.component.d.ts +0 -3
- package/src/rating/rating.module.d.ts +0 -6
- package/src/signature/signature-all.module.d.ts +0 -6
- package/src/signature/signature.component.d.ts +0 -3
- package/src/signature/signature.module.d.ts +0 -6
- package/src/slider/slider-all.module.d.ts +0 -6
- package/src/slider/slider.component.d.ts +0 -3
- package/src/slider/slider.module.d.ts +0 -6
- package/src/textarea/textarea-all.module.d.ts +0 -6
- package/src/textarea/textarea.component.d.ts +0 -3
- package/src/textarea/textarea.module.d.ts +0 -6
- package/src/textbox/textbox-all.module.d.ts +0 -6
- package/src/textbox/textbox.component.d.ts +0 -3
- package/src/textbox/textbox.module.d.ts +0 -6
- package/src/uploader/files.directive.d.ts +0 -5
- package/src/uploader/uploader-all.module.d.ts +0 -6
- package/src/uploader/uploader.component.d.ts +0 -3
- package/src/uploader/uploader.module.d.ts +0 -7
- 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/CHANGELOG.md +0 -1547
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
- package/esm2020/src/color-picker/colorpicker.component.mjs +0 -84
- package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
- package/esm2020/src/form-validator/form-validator.mjs +0 -193
- package/esm2020/src/index.mjs +0 -34
- package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
- package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -85
- package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
- package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
- package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -85
- package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
- package/esm2020/src/otp-input/otpinput-all.module.mjs +0 -23
- package/esm2020/src/otp-input/otpinput.component.mjs +0 -85
- package/esm2020/src/otp-input/otpinput.module.mjs +0 -25
- package/esm2020/src/rating/rating-all.module.mjs +0 -23
- package/esm2020/src/rating/rating.component.mjs +0 -109
- package/esm2020/src/rating/rating.module.mjs +0 -25
- package/esm2020/src/signature/signature-all.module.mjs +0 -23
- package/esm2020/src/signature/signature.component.mjs +0 -84
- package/esm2020/src/signature/signature.module.mjs +0 -25
- package/esm2020/src/slider/slider-all.module.mjs +0 -23
- package/esm2020/src/slider/slider.component.mjs +0 -84
- package/esm2020/src/slider/slider.module.mjs +0 -25
- package/esm2020/src/textarea/textarea-all.module.mjs +0 -23
- package/esm2020/src/textarea/textarea.component.mjs +0 -85
- package/esm2020/src/textarea/textarea.module.mjs +0 -25
- package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
- package/esm2020/src/textbox/textbox.component.mjs +0 -85
- package/esm2020/src/textbox/textbox.module.mjs +0 -25
- package/esm2020/src/uploader/files.directive.mjs +0 -58
- package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
- package/esm2020/src/uploader/uploader.component.mjs +0 -96
- package/esm2020/src/uploader/uploader.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1479
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1479
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/syncfusion-ej2-angular-inputs.d.ts +0 -5
package/styles/fluent2.css
CHANGED
|
@@ -4572,7 +4572,11 @@ input.e-input,
|
|
|
4572
4572
|
.e-input-group.e-input-focus input.e-input,
|
|
4573
4573
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
4574
4574
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
4575
|
-
.e-float-input.e-input-focus input
|
|
4575
|
+
.e-float-input.e-input-focus input {
|
|
4576
|
+
padding-left: 8px;
|
|
4577
|
+
text-indent: 0;
|
|
4578
|
+
}
|
|
4579
|
+
|
|
4576
4580
|
textarea.e-input,
|
|
4577
4581
|
.e-input-group textarea.e-input,
|
|
4578
4582
|
.e-input-group textarea,
|
|
@@ -4586,7 +4590,7 @@ textarea.e-input,
|
|
|
4586
4590
|
.e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
4587
4591
|
.e-float-input.e-control-wrapper textarea:focus,
|
|
4588
4592
|
.e-float-input textarea:focus {
|
|
4589
|
-
padding-left:
|
|
4593
|
+
padding-left: 12px;
|
|
4590
4594
|
text-indent: 0;
|
|
4591
4595
|
}
|
|
4592
4596
|
|
|
@@ -4908,7 +4912,7 @@ textarea.e-input.e-bigger,
|
|
|
4908
4912
|
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
|
|
4909
4913
|
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
|
|
4910
4914
|
.e-bigger .e-float-input textarea:focus {
|
|
4911
|
-
padding
|
|
4915
|
+
padding: 6px 12px 6px 16px;
|
|
4912
4916
|
text-indent: 0;
|
|
4913
4917
|
}
|
|
4914
4918
|
|
|
@@ -5589,18 +5593,18 @@ textarea.e-input.e-bigger.e-small,
|
|
|
5589
5593
|
min-height: 22px;
|
|
5590
5594
|
}
|
|
5591
5595
|
|
|
5592
|
-
.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
5593
|
-
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
5594
|
-
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
5595
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
5596
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
5597
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
5598
|
-
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
5599
|
-
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
5600
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
5601
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
5602
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
5603
|
-
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
5596
|
+
.e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
5597
|
+
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
5598
|
+
.e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
5599
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
5600
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
5601
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
|
|
5602
|
+
.e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
|
|
5603
|
+
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
|
|
5604
|
+
.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]),
|
|
5605
|
+
.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]),
|
|
5606
|
+
.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]),
|
|
5607
|
+
.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]) {
|
|
5604
5608
|
border-bottom-width: 1px;
|
|
5605
5609
|
border-color: var(--color-sf-border-dark);
|
|
5606
5610
|
}
|
|
@@ -9447,7 +9451,7 @@ textarea.e-input::selection,
|
|
|
9447
9451
|
border-color: var(--color-sf-border-alt);
|
|
9448
9452
|
}
|
|
9449
9453
|
|
|
9450
|
-
.e-bigger .e-input:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
9454
|
+
.e-bigger .e-input:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
|
|
9451
9455
|
padding-bottom: 0;
|
|
9452
9456
|
}
|
|
9453
9457
|
|
|
@@ -9463,6 +9467,16 @@ textarea.e-input::selection,
|
|
|
9463
9467
|
border-bottom-width: 2px;
|
|
9464
9468
|
}
|
|
9465
9469
|
|
|
9470
|
+
textarea.e-input:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
9471
|
+
border-bottom-color: var(--color-sf-primary);
|
|
9472
|
+
padding-bottom: 4px;
|
|
9473
|
+
border-bottom-width: 0;
|
|
9474
|
+
}
|
|
9475
|
+
|
|
9476
|
+
.e-bigger textarea.e-input:focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
9477
|
+
padding-bottom: 6px;
|
|
9478
|
+
}
|
|
9479
|
+
|
|
9466
9480
|
.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
|
|
9467
9481
|
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
|
|
9468
9482
|
.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
|
|
@@ -25531,7 +25545,7 @@ body.e-colorpicker-overflow {
|
|
|
25531
25545
|
color: var(--color-sf-border);
|
|
25532
25546
|
}
|
|
25533
25547
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
25534
|
-
border:
|
|
25548
|
+
border: 1px solid var(--color-sf-border);
|
|
25535
25549
|
}
|
|
25536
25550
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
25537
25551
|
border-bottom: 2px solid var(--color-sf-border-alt);
|
|
@@ -2082,7 +2082,11 @@ input.e-input,
|
|
|
2082
2082
|
.e-input-group.e-input-focus input.e-input,
|
|
2083
2083
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2084
2084
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2085
|
-
.e-float-input.e-input-focus input
|
|
2085
|
+
.e-float-input.e-input-focus input {
|
|
2086
|
+
padding-left: 10px;
|
|
2087
|
+
text-indent: 0;
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2086
2090
|
textarea.e-input,
|
|
2087
2091
|
.e-input-group textarea.e-input,
|
|
2088
2092
|
.e-input-group textarea,
|
|
@@ -7522,7 +7526,7 @@ body.e-colorpicker-overflow {
|
|
|
7522
7526
|
color: rgb(121, 116, 126);
|
|
7523
7527
|
}
|
|
7524
7528
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7525
|
-
border:
|
|
7529
|
+
border: 1px solid rgb(121, 116, 126);
|
|
7526
7530
|
}
|
|
7527
7531
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7528
7532
|
border-bottom: 2px solid rgb(121, 116, 126);
|
package/styles/highcontrast.css
CHANGED
|
@@ -2082,7 +2082,11 @@ input.e-input,
|
|
|
2082
2082
|
.e-input-group.e-input-focus input.e-input,
|
|
2083
2083
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2084
2084
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2085
|
-
.e-float-input.e-input-focus input
|
|
2085
|
+
.e-float-input.e-input-focus input {
|
|
2086
|
+
padding-left: 10px;
|
|
2087
|
+
text-indent: 0;
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2086
2090
|
textarea.e-input,
|
|
2087
2091
|
.e-input-group textarea.e-input,
|
|
2088
2092
|
.e-input-group textarea,
|
|
@@ -7522,7 +7526,7 @@ body.e-colorpicker-overflow {
|
|
|
7522
7526
|
color: #fff;
|
|
7523
7527
|
}
|
|
7524
7528
|
.e-otpinput.e-outline .e-otp-input-field {
|
|
7525
|
-
border:
|
|
7529
|
+
border: 1px solid #fff;
|
|
7526
7530
|
}
|
|
7527
7531
|
.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
|
|
7528
7532
|
border-bottom: 2px solid #fff;
|
|
@@ -2045,7 +2045,11 @@ input.e-input,
|
|
|
2045
2045
|
.e-input-group.e-input-focus input.e-input,
|
|
2046
2046
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2047
2047
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2048
|
-
.e-float-input.e-input-focus input
|
|
2048
|
+
.e-float-input.e-input-focus input {
|
|
2049
|
+
padding-left: 12px;
|
|
2050
|
+
text-indent: 0;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2049
2053
|
textarea.e-input,
|
|
2050
2054
|
.e-input-group textarea.e-input,
|
|
2051
2055
|
.e-input-group textarea,
|
|
@@ -2045,7 +2045,11 @@ input.e-input,
|
|
|
2045
2045
|
.e-input-group.e-input-focus input.e-input,
|
|
2046
2046
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2047
2047
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2048
|
-
.e-float-input.e-input-focus input
|
|
2048
|
+
.e-float-input.e-input-focus input {
|
|
2049
|
+
padding-left: 12px;
|
|
2050
|
+
text-indent: 0;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2049
2053
|
textarea.e-input,
|
|
2050
2054
|
.e-input-group textarea.e-input,
|
|
2051
2055
|
.e-input-group textarea,
|
|
@@ -2045,7 +2045,11 @@ input.e-input,
|
|
|
2045
2045
|
.e-input-group.e-input-focus input.e-input,
|
|
2046
2046
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2047
2047
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2048
|
-
.e-float-input.e-input-focus input
|
|
2048
|
+
.e-float-input.e-input-focus input {
|
|
2049
|
+
padding-left: 8px;
|
|
2050
|
+
text-indent: 0;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2049
2053
|
textarea.e-input,
|
|
2050
2054
|
.e-input-group textarea.e-input,
|
|
2051
2055
|
.e-input-group textarea,
|
|
@@ -2134,7 +2134,11 @@ input.e-input,
|
|
|
2134
2134
|
.e-input-group.e-input-focus input.e-input,
|
|
2135
2135
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2136
2136
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2137
|
-
.e-float-input.e-input-focus input
|
|
2137
|
+
.e-float-input.e-input-focus input {
|
|
2138
|
+
padding-left: 8px;
|
|
2139
|
+
text-indent: 0;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2138
2142
|
textarea.e-input,
|
|
2139
2143
|
.e-input-group textarea.e-input,
|
|
2140
2144
|
.e-input-group textarea,
|
|
@@ -2134,7 +2134,11 @@ input.e-input,
|
|
|
2134
2134
|
.e-input-group.e-input-focus input.e-input,
|
|
2135
2135
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2136
2136
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2137
|
-
.e-float-input.e-input-focus input
|
|
2137
|
+
.e-float-input.e-input-focus input {
|
|
2138
|
+
padding-left: 8px;
|
|
2139
|
+
text-indent: 0;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2138
2142
|
textarea.e-input,
|
|
2139
2143
|
.e-input-group textarea.e-input,
|
|
2140
2144
|
.e-input-group textarea,
|
|
@@ -2006,7 +2006,11 @@ input.e-input,
|
|
|
2006
2006
|
.e-input-group.e-input-focus input.e-input,
|
|
2007
2007
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2008
2008
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2009
|
-
.e-float-input.e-input-focus input
|
|
2009
|
+
.e-float-input.e-input-focus input {
|
|
2010
|
+
padding-left: 10px;
|
|
2011
|
+
text-indent: 0;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2010
2014
|
textarea.e-input,
|
|
2011
2015
|
.e-input-group textarea.e-input,
|
|
2012
2016
|
.e-input-group textarea,
|
package/styles/input/fabric.css
CHANGED
|
@@ -2006,7 +2006,11 @@ input.e-input,
|
|
|
2006
2006
|
.e-input-group.e-input-focus input.e-input,
|
|
2007
2007
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
2008
2008
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
2009
|
-
.e-float-input.e-input-focus input
|
|
2009
|
+
.e-float-input.e-input-focus input {
|
|
2010
|
+
padding-left: 10px;
|
|
2011
|
+
text-indent: 0;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2010
2014
|
textarea.e-input,
|
|
2011
2015
|
.e-input-group textarea.e-input,
|
|
2012
2016
|
.e-input-group textarea,
|
|
@@ -1975,7 +1975,11 @@ input.e-input,
|
|
|
1975
1975
|
.e-input-group.e-input-focus input.e-input,
|
|
1976
1976
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
1977
1977
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
1978
|
-
.e-float-input.e-input-focus input
|
|
1978
|
+
.e-float-input.e-input-focus input {
|
|
1979
|
+
padding-left: 8px;
|
|
1980
|
+
text-indent: 0;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1979
1983
|
textarea.e-input,
|
|
1980
1984
|
.e-input-group textarea.e-input,
|
|
1981
1985
|
.e-input-group textarea,
|
|
@@ -3912,9 +3916,11 @@ textarea.e-input::selection,
|
|
|
3912
3916
|
|
|
3913
3917
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
3914
3918
|
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3919
|
+
border-color: #0078d4;
|
|
3915
3920
|
border-color: #0078d4;
|
|
3916
3921
|
border-radius: 2px;
|
|
3917
|
-
|
|
3922
|
+
-webkit-box-shadow: 0 0 0 1px #0078d4;
|
|
3923
|
+
box-shadow: 0 0 0 1px #0078d4;
|
|
3918
3924
|
}
|
|
3919
3925
|
|
|
3920
3926
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
package/styles/input/fluent.css
CHANGED
|
@@ -1975,7 +1975,11 @@ input.e-input,
|
|
|
1975
1975
|
.e-input-group.e-input-focus input.e-input,
|
|
1976
1976
|
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
|
|
1977
1977
|
.e-float-input.e-control-wrapper.e-input-focus input,
|
|
1978
|
-
.e-float-input.e-input-focus input
|
|
1978
|
+
.e-float-input.e-input-focus input {
|
|
1979
|
+
padding-left: 8px;
|
|
1980
|
+
text-indent: 0;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1979
1983
|
textarea.e-input,
|
|
1980
1984
|
.e-input-group textarea.e-input,
|
|
1981
1985
|
.e-input-group textarea,
|
|
@@ -3912,9 +3916,11 @@ textarea.e-input::selection,
|
|
|
3912
3916
|
|
|
3913
3917
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
3914
3918
|
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3919
|
+
border-color: #0078d4;
|
|
3915
3920
|
border-color: #0078d4;
|
|
3916
3921
|
border-radius: 2px;
|
|
3917
|
-
|
|
3922
|
+
-webkit-box-shadow: 0 0 0 1px #0078d4;
|
|
3923
|
+
box-shadow: 0 0 0 1px #0078d4;
|
|
3918
3924
|
}
|
|
3919
3925
|
|
|
3920
3926
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
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,
|