@syncfusion/ej2-angular-inputs 20.1.55 → 20.1.58
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 +6 -0
- package/dist/ej2-angular-inputs.umd.js +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +1 -1
- package/package.json +7 -7
- package/schematics/ng-add/schema.json +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +125 -658
- package/styles/bootstrap.css +122 -655
- package/styles/bootstrap4.css +122 -682
- package/styles/bootstrap5-dark.css +131 -702
- package/styles/bootstrap5.css +131 -702
- package/styles/color-picker/bootstrap-dark.css +27 -194
- package/styles/color-picker/bootstrap.css +27 -194
- package/styles/color-picker/bootstrap4.css +27 -209
- package/styles/color-picker/bootstrap5-dark.css +27 -202
- package/styles/color-picker/bootstrap5.css +27 -202
- package/styles/color-picker/fabric-dark.css +27 -194
- package/styles/color-picker/fabric.css +27 -194
- package/styles/color-picker/fluent-dark.css +27 -194
- package/styles/color-picker/fluent.css +27 -194
- package/styles/color-picker/highcontrast-light.css +27 -194
- package/styles/color-picker/highcontrast.css +27 -194
- package/styles/color-picker/material-dark.css +27 -195
- package/styles/color-picker/material.css +27 -196
- package/styles/color-picker/tailwind-dark.css +28 -203
- package/styles/color-picker/tailwind.css +28 -203
- package/styles/fabric-dark.css +122 -656
- package/styles/fabric.css +121 -655
- package/styles/fluent-dark.css +131 -691
- package/styles/fluent.css +131 -691
- package/styles/highcontrast-light.css +130 -676
- package/styles/highcontrast.css +130 -676
- package/styles/input/bootstrap-dark.css +36 -38
- package/styles/input/bootstrap.css +33 -35
- package/styles/input/bootstrap4.css +33 -35
- package/styles/input/bootstrap5-dark.css +33 -35
- package/styles/input/bootstrap5.css +33 -35
- package/styles/input/fabric-dark.css +32 -33
- package/styles/input/fabric.css +32 -33
- package/styles/input/fluent-dark.css +32 -33
- package/styles/input/fluent.css +32 -33
- package/styles/input/highcontrast-light.css +33 -35
- package/styles/input/highcontrast.css +33 -35
- package/styles/input/material-dark.css +87 -122
- package/styles/input/material.css +87 -123
- package/styles/input/tailwind-dark.css +32 -33
- package/styles/input/tailwind.css +32 -33
- package/styles/maskedtextbox/bootstrap-dark.css +1 -1
- package/styles/maskedtextbox/bootstrap.css +1 -1
- package/styles/maskedtextbox/bootstrap4.css +1 -1
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -1
- package/styles/maskedtextbox/bootstrap5.css +1 -1
- package/styles/maskedtextbox/fabric-dark.css +1 -1
- package/styles/maskedtextbox/fabric.css +1 -1
- package/styles/maskedtextbox/fluent-dark.css +1 -1
- package/styles/maskedtextbox/fluent.css +1 -1
- package/styles/maskedtextbox/highcontrast-light.css +1 -1
- package/styles/maskedtextbox/highcontrast.css +1 -1
- package/styles/maskedtextbox/material-dark.css +1 -2
- package/styles/maskedtextbox/material.css +1 -3
- package/styles/maskedtextbox/tailwind-dark.css +1 -1
- package/styles/maskedtextbox/tailwind.css +1 -1
- package/styles/material-dark.css +180 -775
- package/styles/material.css +180 -780
- package/styles/numerictextbox/bootstrap-dark.css +6 -8
- package/styles/numerictextbox/bootstrap.css +6 -8
- package/styles/numerictextbox/bootstrap4.css +6 -7
- package/styles/numerictextbox/bootstrap5-dark.css +6 -7
- package/styles/numerictextbox/bootstrap5.css +6 -7
- package/styles/numerictextbox/fabric-dark.css +6 -7
- package/styles/numerictextbox/fabric.css +6 -7
- package/styles/numerictextbox/fluent-dark.css +7 -9
- package/styles/numerictextbox/fluent.css +7 -9
- package/styles/numerictextbox/highcontrast-light.css +6 -7
- package/styles/numerictextbox/highcontrast.css +6 -7
- package/styles/numerictextbox/material-dark.css +6 -8
- package/styles/numerictextbox/material.css +6 -9
- package/styles/numerictextbox/tailwind-dark.css +6 -7
- package/styles/numerictextbox/tailwind.css +6 -7
- package/styles/signature/bootstrap-dark.css +1 -1
- package/styles/signature/bootstrap.css +1 -1
- package/styles/signature/bootstrap4.css +1 -1
- package/styles/signature/bootstrap5-dark.css +1 -1
- package/styles/signature/bootstrap5.css +1 -1
- package/styles/signature/fabric-dark.css +1 -1
- package/styles/signature/fabric.css +1 -1
- package/styles/signature/fluent-dark.css +1 -1
- package/styles/signature/fluent.css +1 -1
- package/styles/signature/highcontrast-light.css +1 -1
- package/styles/signature/highcontrast.css +1 -1
- package/styles/signature/material-dark.css +1 -1
- package/styles/signature/material.css +1 -1
- package/styles/signature/tailwind-dark.css +1 -1
- package/styles/signature/tailwind.css +1 -1
- package/styles/slider/bootstrap-dark.css +1 -91
- package/styles/slider/bootstrap.css +1 -91
- package/styles/slider/bootstrap4.css +1 -104
- package/styles/slider/bootstrap5-dark.css +10 -131
- package/styles/slider/bootstrap5.css +10 -131
- package/styles/slider/fabric-dark.css +2 -96
- package/styles/slider/fabric.css +1 -95
- package/styles/slider/fluent-dark.css +9 -113
- package/styles/slider/fluent.css +9 -113
- package/styles/slider/highcontrast-light.css +9 -113
- package/styles/slider/highcontrast.css +9 -113
- package/styles/slider/material-dark.css +5 -120
- package/styles/slider/material.css +5 -120
- package/styles/slider/tailwind-dark.css +8 -136
- package/styles/slider/tailwind.css +8 -136
- package/styles/tailwind-dark.css +129 -705
- package/styles/tailwind.css +129 -705
- package/styles/textbox/material-dark.css +1 -1
- package/styles/textbox/material.css +1 -2
- package/styles/textbox/tailwind-dark.css +1 -1
- package/styles/textbox/tailwind.css +1 -1
- package/styles/uploader/bootstrap-dark.css +59 -330
- package/styles/uploader/bootstrap.css +59 -330
- package/styles/uploader/bootstrap4.css +59 -330
- package/styles/uploader/bootstrap5-dark.css +59 -330
- package/styles/uploader/bootstrap5.css +59 -330
- package/styles/uploader/fabric-dark.css +59 -330
- package/styles/uploader/fabric.css +59 -330
- package/styles/uploader/fluent-dark.css +60 -346
- package/styles/uploader/fluent.css +60 -346
- package/styles/uploader/highcontrast-light.css +59 -330
- package/styles/uploader/highcontrast.css +59 -330
- package/styles/uploader/material-dark.css +59 -331
- package/styles/uploader/material.css +59 -331
- package/styles/uploader/tailwind-dark.css +59 -330
- package/styles/uploader/tailwind.css +59 -330
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.e-float-input .e-clear-icon::before,
|
|
2
2
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
|
-
content:
|
|
4
|
-
font-family:
|
|
3
|
+
content: "\e953";
|
|
4
|
+
font-family: "e-icons";
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.e-input-group .e-clear-icon::before,
|
|
8
8
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
9
|
-
content:
|
|
10
|
-
font-family:
|
|
9
|
+
content: "\e953";
|
|
10
|
+
font-family: "e-icons";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/*! input layout */
|
|
@@ -224,8 +224,7 @@ textarea.e-input.e-bigger,
|
|
|
224
224
|
box-sizing: border-box;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
.e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover
|
|
228
|
-
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover {
|
|
227
|
+
.e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover {
|
|
229
228
|
-moz-box-sizing: border-box;
|
|
230
229
|
-webkit-box-sizing: border-box;
|
|
231
230
|
border-width: 0px 1px 0px 1px;
|
|
@@ -1254,10 +1253,10 @@ label.e-float-text,
|
|
|
1254
1253
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1255
1254
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1256
1255
|
bottom: 0;
|
|
1257
|
-
content:
|
|
1256
|
+
content: "";
|
|
1258
1257
|
height: 2px;
|
|
1259
1258
|
position: absolute;
|
|
1260
|
-
transition: .2s ease;
|
|
1259
|
+
transition: 0.2s ease;
|
|
1261
1260
|
width: 0;
|
|
1262
1261
|
}
|
|
1263
1262
|
|
|
@@ -1434,7 +1433,7 @@ label.e-float-text,
|
|
|
1434
1433
|
|
|
1435
1434
|
.e-input-group.e-warning::before,
|
|
1436
1435
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1437
|
-
content:
|
|
1436
|
+
content: "";
|
|
1438
1437
|
}
|
|
1439
1438
|
|
|
1440
1439
|
.e-float-input input[disabled],
|
|
@@ -1490,24 +1489,24 @@ label.e-float-text,
|
|
|
1490
1489
|
.e-input-group::after,
|
|
1491
1490
|
.e-input-group.e-control-wrapper::before,
|
|
1492
1491
|
.e-input-group.e-control-wrapper::after {
|
|
1493
|
-
content:
|
|
1492
|
+
content: "";
|
|
1494
1493
|
}
|
|
1495
1494
|
|
|
1496
1495
|
.e-input-group::before,
|
|
1497
1496
|
.e-input-group.e-control-wrapper::before {
|
|
1498
|
-
content:
|
|
1497
|
+
content: "";
|
|
1499
1498
|
}
|
|
1500
1499
|
|
|
1501
1500
|
.e-input-group.e-input-focus::before,
|
|
1502
1501
|
.e-input-group.e-input-focus::after,
|
|
1503
1502
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1504
1503
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1505
|
-
content:
|
|
1504
|
+
content: "";
|
|
1506
1505
|
}
|
|
1507
1506
|
|
|
1508
1507
|
.e-input-group::after,
|
|
1509
1508
|
.e-input-group.e-control-wrapper::after {
|
|
1510
|
-
content:
|
|
1509
|
+
content: "";
|
|
1511
1510
|
}
|
|
1512
1511
|
|
|
1513
1512
|
.e-input-group,
|
|
@@ -1684,17 +1683,17 @@ label.e-float-text,
|
|
|
1684
1683
|
|
|
1685
1684
|
.e-input-group .e-input-group-icon,
|
|
1686
1685
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1687
|
-
content:
|
|
1686
|
+
content: "";
|
|
1688
1687
|
}
|
|
1689
1688
|
|
|
1690
1689
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1691
1690
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1692
|
-
content:
|
|
1691
|
+
content: "";
|
|
1693
1692
|
}
|
|
1694
1693
|
|
|
1695
1694
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1696
1695
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1697
|
-
content:
|
|
1696
|
+
content: "";
|
|
1698
1697
|
}
|
|
1699
1698
|
|
|
1700
1699
|
input.e-input::-ms-clear,
|
|
@@ -1703,18 +1702,18 @@ input.e-input::-ms-clear,
|
|
|
1703
1702
|
display: none;
|
|
1704
1703
|
}
|
|
1705
1704
|
|
|
1706
|
-
input.e-input[type=
|
|
1707
|
-
input.e-input[type=
|
|
1708
|
-
input.e-input[type=
|
|
1709
|
-
input.e-input[type=
|
|
1710
|
-
.e-float-input input[type=
|
|
1711
|
-
.e-float-input input[type=
|
|
1712
|
-
.e-float-input input[type=
|
|
1713
|
-
.e-float-input input[type=
|
|
1714
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1715
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1716
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1717
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1705
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1706
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1707
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1708
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1709
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1710
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1711
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1712
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1713
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1714
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1715
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1716
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1718
1717
|
-webkit-appearance: none;
|
|
1719
1718
|
}
|
|
1720
1719
|
|
|
@@ -1980,8 +1979,7 @@ input.e-input.e-small,
|
|
|
1980
1979
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1981
1980
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1982
1981
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1983
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1984
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1982
|
+
.e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1985
1983
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1986
1984
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1987
1985
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -4270,28 +4268,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4270
4268
|
.e-input-group::after,
|
|
4271
4269
|
.e-input-group.e-control-wrapper::before,
|
|
4272
4270
|
.e-input-group.e-control-wrapper::after {
|
|
4273
|
-
content:
|
|
4271
|
+
content: "";
|
|
4274
4272
|
}
|
|
4275
4273
|
|
|
4276
4274
|
.e-input-group.e-success::before,
|
|
4277
4275
|
.e-input-group.e-success::after,
|
|
4278
4276
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4279
4277
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4280
|
-
content:
|
|
4278
|
+
content: "";
|
|
4281
4279
|
}
|
|
4282
4280
|
|
|
4283
4281
|
.e-input-group.e-warning::before,
|
|
4284
4282
|
.e-input-group.e-warning::after,
|
|
4285
4283
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4286
4284
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4287
|
-
content:
|
|
4285
|
+
content: "";
|
|
4288
4286
|
}
|
|
4289
4287
|
|
|
4290
4288
|
.e-input-group.e-error::before,
|
|
4291
4289
|
.e-input-group.e-error::after,
|
|
4292
4290
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4293
4291
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4294
|
-
content:
|
|
4292
|
+
content: "";
|
|
4295
4293
|
}
|
|
4296
4294
|
|
|
4297
4295
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4822,4 +4820,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4822
4820
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4823
4821
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4824
4822
|
color: #000;
|
|
4825
|
-
}
|
|
4823
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.e-float-input .e-clear-icon::before,
|
|
2
2
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
|
-
content:
|
|
4
|
-
font-family:
|
|
3
|
+
content: "\e953";
|
|
4
|
+
font-family: "e-icons";
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.e-input-group .e-clear-icon::before,
|
|
8
8
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
9
|
-
content:
|
|
10
|
-
font-family:
|
|
9
|
+
content: "\e953";
|
|
10
|
+
font-family: "e-icons";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/*! input layout */
|
|
@@ -224,8 +224,7 @@ textarea.e-input.e-bigger,
|
|
|
224
224
|
box-sizing: border-box;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
.e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover
|
|
228
|
-
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover {
|
|
227
|
+
.e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover {
|
|
229
228
|
-moz-box-sizing: border-box;
|
|
230
229
|
-webkit-box-sizing: border-box;
|
|
231
230
|
border-width: 0px 1px 0px 1px;
|
|
@@ -1254,10 +1253,10 @@ label.e-float-text,
|
|
|
1254
1253
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1255
1254
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1256
1255
|
bottom: 0;
|
|
1257
|
-
content:
|
|
1256
|
+
content: "";
|
|
1258
1257
|
height: 2px;
|
|
1259
1258
|
position: absolute;
|
|
1260
|
-
transition: .2s ease;
|
|
1259
|
+
transition: 0.2s ease;
|
|
1261
1260
|
width: 0;
|
|
1262
1261
|
}
|
|
1263
1262
|
|
|
@@ -1434,7 +1433,7 @@ label.e-float-text,
|
|
|
1434
1433
|
|
|
1435
1434
|
.e-input-group.e-warning::before,
|
|
1436
1435
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1437
|
-
content:
|
|
1436
|
+
content: "";
|
|
1438
1437
|
}
|
|
1439
1438
|
|
|
1440
1439
|
.e-float-input input[disabled],
|
|
@@ -1490,24 +1489,24 @@ label.e-float-text,
|
|
|
1490
1489
|
.e-input-group::after,
|
|
1491
1490
|
.e-input-group.e-control-wrapper::before,
|
|
1492
1491
|
.e-input-group.e-control-wrapper::after {
|
|
1493
|
-
content:
|
|
1492
|
+
content: "";
|
|
1494
1493
|
}
|
|
1495
1494
|
|
|
1496
1495
|
.e-input-group::before,
|
|
1497
1496
|
.e-input-group.e-control-wrapper::before {
|
|
1498
|
-
content:
|
|
1497
|
+
content: "";
|
|
1499
1498
|
}
|
|
1500
1499
|
|
|
1501
1500
|
.e-input-group.e-input-focus::before,
|
|
1502
1501
|
.e-input-group.e-input-focus::after,
|
|
1503
1502
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1504
1503
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1505
|
-
content:
|
|
1504
|
+
content: "";
|
|
1506
1505
|
}
|
|
1507
1506
|
|
|
1508
1507
|
.e-input-group::after,
|
|
1509
1508
|
.e-input-group.e-control-wrapper::after {
|
|
1510
|
-
content:
|
|
1509
|
+
content: "";
|
|
1511
1510
|
}
|
|
1512
1511
|
|
|
1513
1512
|
.e-input-group,
|
|
@@ -1684,17 +1683,17 @@ label.e-float-text,
|
|
|
1684
1683
|
|
|
1685
1684
|
.e-input-group .e-input-group-icon,
|
|
1686
1685
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1687
|
-
content:
|
|
1686
|
+
content: "";
|
|
1688
1687
|
}
|
|
1689
1688
|
|
|
1690
1689
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1691
1690
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1692
|
-
content:
|
|
1691
|
+
content: "";
|
|
1693
1692
|
}
|
|
1694
1693
|
|
|
1695
1694
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1696
1695
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1697
|
-
content:
|
|
1696
|
+
content: "";
|
|
1698
1697
|
}
|
|
1699
1698
|
|
|
1700
1699
|
input.e-input::-ms-clear,
|
|
@@ -1703,18 +1702,18 @@ input.e-input::-ms-clear,
|
|
|
1703
1702
|
display: none;
|
|
1704
1703
|
}
|
|
1705
1704
|
|
|
1706
|
-
input.e-input[type=
|
|
1707
|
-
input.e-input[type=
|
|
1708
|
-
input.e-input[type=
|
|
1709
|
-
input.e-input[type=
|
|
1710
|
-
.e-float-input input[type=
|
|
1711
|
-
.e-float-input input[type=
|
|
1712
|
-
.e-float-input input[type=
|
|
1713
|
-
.e-float-input input[type=
|
|
1714
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1715
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1716
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1717
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1705
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1706
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1707
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1708
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1709
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1710
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1711
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1712
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1713
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1714
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1715
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1716
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1718
1717
|
-webkit-appearance: none;
|
|
1719
1718
|
}
|
|
1720
1719
|
|
|
@@ -1980,8 +1979,7 @@ input.e-input.e-small,
|
|
|
1980
1979
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1981
1980
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1982
1981
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1983
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1984
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1982
|
+
.e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1985
1983
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1986
1984
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1987
1985
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -4270,28 +4268,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4270
4268
|
.e-input-group::after,
|
|
4271
4269
|
.e-input-group.e-control-wrapper::before,
|
|
4272
4270
|
.e-input-group.e-control-wrapper::after {
|
|
4273
|
-
content:
|
|
4271
|
+
content: "";
|
|
4274
4272
|
}
|
|
4275
4273
|
|
|
4276
4274
|
.e-input-group.e-success::before,
|
|
4277
4275
|
.e-input-group.e-success::after,
|
|
4278
4276
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4279
4277
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4280
|
-
content:
|
|
4278
|
+
content: "";
|
|
4281
4279
|
}
|
|
4282
4280
|
|
|
4283
4281
|
.e-input-group.e-warning::before,
|
|
4284
4282
|
.e-input-group.e-warning::after,
|
|
4285
4283
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4286
4284
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4287
|
-
content:
|
|
4285
|
+
content: "";
|
|
4288
4286
|
}
|
|
4289
4287
|
|
|
4290
4288
|
.e-input-group.e-error::before,
|
|
4291
4289
|
.e-input-group.e-error::after,
|
|
4292
4290
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4293
4291
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4294
|
-
content:
|
|
4292
|
+
content: "";
|
|
4295
4293
|
}
|
|
4296
4294
|
|
|
4297
4295
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4822,4 +4820,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4822
4820
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4823
4821
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4824
4822
|
color: #fff;
|
|
4825
|
-
}
|
|
4823
|
+
}
|