@syncfusion/ej2-vue-inputs 20.1.55 → 20.1.61
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 +0 -17
- package/README.md +15 -2
- package/dist/ej2-vue-inputs.umd.min.js +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +158 -23
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +105 -16
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -14
- package/src/color-picker/colorpicker.component.d.ts +1 -0
- package/src/color-picker/colorpicker.component.js +12 -2
- package/src/maskedtextbox/maskedtextbox.component.d.ts +1 -0
- package/src/maskedtextbox/maskedtextbox.component.js +12 -2
- package/src/numerictextbox/numerictextbox.component.d.ts +1 -0
- package/src/numerictextbox/numerictextbox.component.js +12 -2
- package/src/signature/signature.component.d.ts +1 -0
- package/src/signature/signature.component.js +11 -2
- package/src/slider/slider.component.d.ts +1 -0
- package/src/slider/slider.component.js +12 -2
- package/src/textbox/textbox.component.d.ts +1 -0
- package/src/textbox/textbox.component.js +12 -2
- package/src/uploader/files.directive.d.ts +3 -1
- package/src/uploader/files.directive.js +24 -2
- package/src/uploader/uploader.component.d.ts +1 -0
- package/src/uploader/uploader.component.js +11 -2
- package/styles/bootstrap-dark.css +135 -670
- package/styles/bootstrap.css +132 -667
- package/styles/bootstrap4.css +131 -696
- package/styles/bootstrap5-dark.css +247 -757
- package/styles/bootstrap5.css +247 -757
- 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 +52 -221
- package/styles/color-picker/bootstrap5.css +52 -221
- package/styles/color-picker/fabric-dark.css +27 -194
- package/styles/color-picker/fabric.css +27 -194
- package/styles/color-picker/fluent-dark.css +735 -0
- package/styles/color-picker/fluent-dark.scss +1 -0
- package/styles/color-picker/fluent.css +735 -0
- package/styles/color-picker/fluent.scss +1 -0
- 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 +36 -207
- package/styles/color-picker/tailwind.css +36 -207
- package/styles/fabric-dark.css +130 -667
- package/styles/fabric.css +129 -666
- package/styles/fluent-dark.css +6806 -0
- package/styles/fluent-dark.scss +8 -0
- package/styles/fluent.css +6806 -0
- package/styles/fluent.scss +8 -0
- package/styles/highcontrast-light.css +138 -687
- package/styles/highcontrast.css +138 -687
- package/styles/input/bootstrap-dark.css +44 -46
- package/styles/input/bootstrap.css +41 -43
- package/styles/input/bootstrap4.css +41 -43
- package/styles/input/bootstrap5-dark.css +119 -64
- package/styles/input/bootstrap5.css +119 -64
- package/styles/input/fabric-dark.css +39 -40
- package/styles/input/fabric.css +39 -40
- package/styles/input/fluent-dark.css +4594 -0
- package/styles/input/fluent-dark.scss +1 -0
- package/styles/input/fluent.css +4594 -0
- package/styles/input/fluent.scss +1 -0
- package/styles/input/highcontrast-light.css +40 -42
- package/styles/input/highcontrast.css +40 -42
- package/styles/input/material-dark.css +94 -129
- package/styles/input/material.css +94 -130
- package/styles/input/tailwind-dark.css +126 -71
- package/styles/input/tailwind.css +126 -71
- 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 +26 -0
- package/styles/maskedtextbox/fluent-dark.scss +1 -0
- package/styles/maskedtextbox/fluent.css +26 -0
- package/styles/maskedtextbox/fluent.scss +1 -0
- 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 +188 -786
- package/styles/material.css +188 -791
- 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 +58 -0
- package/styles/numerictextbox/fluent-dark.scss +1 -0
- package/styles/numerictextbox/fluent.css +58 -0
- package/styles/numerictextbox/fluent.scss +1 -0
- 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 +9 -0
- package/styles/signature/fluent-dark.scss +1 -0
- package/styles/signature/fluent.css +9 -0
- package/styles/signature/fluent.scss +1 -0
- 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 +2 -91
- package/styles/slider/bootstrap.css +2 -91
- package/styles/slider/bootstrap4.css +1 -106
- package/styles/slider/bootstrap5-dark.css +14 -134
- package/styles/slider/bootstrap5.css +14 -134
- package/styles/slider/fabric-dark.css +2 -96
- package/styles/slider/fabric.css +1 -95
- package/styles/slider/fluent-dark.css +528 -0
- package/styles/slider/fluent-dark.scss +1 -0
- package/styles/slider/fluent.css +528 -0
- package/styles/slider/fluent.scss +1 -0
- 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 +11 -135
- package/styles/slider/tailwind.css +11 -135
- package/styles/tailwind-dark.css +289 -779
- package/styles/tailwind.css +289 -779
- package/styles/textbox/fluent-dark.css +0 -0
- package/styles/textbox/fluent-dark.scss +1 -0
- package/styles/textbox/fluent.css +0 -0
- package/styles/textbox/fluent.scss +1 -0
- 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 +60 -334
- package/styles/uploader/bootstrap.css +60 -334
- package/styles/uploader/bootstrap4.css +60 -334
- package/styles/uploader/bootstrap5-dark.css +60 -334
- package/styles/uploader/bootstrap5.css +60 -334
- package/styles/uploader/fabric-dark.css +60 -334
- package/styles/uploader/fabric.css +60 -334
- package/styles/uploader/fluent-dark.css +851 -0
- package/styles/uploader/fluent-dark.scss +1 -0
- package/styles/uploader/fluent.css +851 -0
- package/styles/uploader/fluent.scss +1 -0
- package/styles/uploader/highcontrast-light.css +60 -334
- package/styles/uploader/highcontrast.css +60 -334
- package/styles/uploader/material-dark.css +60 -335
- package/styles/uploader/material.css +60 -335
- package/styles/uploader/tailwind-dark.css +113 -362
- package/styles/uploader/tailwind.css +113 -362
|
@@ -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: "\e745";
|
|
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: "\e745";
|
|
10
|
+
font-family: "e-icons";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/*! input layout */
|
|
@@ -152,11 +152,7 @@ textarea.e-input.e-bigger,
|
|
|
152
152
|
.e-input-group.e-bigger,
|
|
153
153
|
.e-bigger .e-input-group,
|
|
154
154
|
.e-input-group.e-control-wrapper.e-bigger,
|
|
155
|
-
.e-bigger .e-input-group.e-control-wrapper
|
|
156
|
-
.e-input-group.e-bigger.e-disabled,
|
|
157
|
-
.e-bigger .e-input-group.e-disabled,
|
|
158
|
-
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
|
|
159
|
-
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
|
|
155
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
160
156
|
font-size: 16px;
|
|
161
157
|
}
|
|
162
158
|
|
|
@@ -220,8 +216,7 @@ textarea.e-input.e-bigger,
|
|
|
220
216
|
border-right-width: 0;
|
|
221
217
|
}
|
|
222
218
|
|
|
223
|
-
.e-input-group .e-input-group-icon + .e-input-group-icon
|
|
224
|
-
.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
219
|
+
.e-input-group .e-input-group-icon + .e-input-group-icon .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
225
220
|
border-left-width: 0;
|
|
226
221
|
}
|
|
227
222
|
|
|
@@ -251,7 +246,7 @@ textarea.e-input.e-bigger,
|
|
|
251
246
|
.e-rtl .e-input-group input ~ .e-input-group-icon,
|
|
252
247
|
.e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon {
|
|
253
248
|
border-left-width: 0;
|
|
254
|
-
border-right
|
|
249
|
+
border-right: 1px solid #ced4da;
|
|
255
250
|
}
|
|
256
251
|
|
|
257
252
|
.e-input-group.e-rtl input ~ .e-input-group-icon + .e-input-group-icon,
|
|
@@ -538,8 +533,8 @@ textarea.e-input.e-small,
|
|
|
538
533
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
539
534
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
540
535
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
541
|
-
.e-small
|
|
542
|
-
.e-small
|
|
536
|
+
.e-small.e-bigger .e-input-group .e-input-group-icon,
|
|
537
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
|
|
543
538
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
544
539
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
545
540
|
font-size: 12px;
|
|
@@ -1193,10 +1188,10 @@ label.e-float-text,
|
|
|
1193
1188
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1194
1189
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1195
1190
|
bottom: 0;
|
|
1196
|
-
content:
|
|
1191
|
+
content: "";
|
|
1197
1192
|
height: 2px;
|
|
1198
1193
|
position: absolute;
|
|
1199
|
-
transition: .2s ease;
|
|
1194
|
+
transition: 0.2s ease;
|
|
1200
1195
|
width: 0;
|
|
1201
1196
|
}
|
|
1202
1197
|
|
|
@@ -1373,7 +1368,7 @@ label.e-float-text,
|
|
|
1373
1368
|
|
|
1374
1369
|
.e-input-group.e-warning::before,
|
|
1375
1370
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1376
|
-
content:
|
|
1371
|
+
content: "";
|
|
1377
1372
|
}
|
|
1378
1373
|
|
|
1379
1374
|
.e-float-input input[disabled],
|
|
@@ -1428,24 +1423,24 @@ label.e-float-text,
|
|
|
1428
1423
|
.e-input-group::after,
|
|
1429
1424
|
.e-input-group.e-control-wrapper::before,
|
|
1430
1425
|
.e-input-group.e-control-wrapper::after {
|
|
1431
|
-
content:
|
|
1426
|
+
content: "";
|
|
1432
1427
|
}
|
|
1433
1428
|
|
|
1434
1429
|
.e-input-group::before,
|
|
1435
1430
|
.e-input-group.e-control-wrapper::before {
|
|
1436
|
-
content:
|
|
1431
|
+
content: "";
|
|
1437
1432
|
}
|
|
1438
1433
|
|
|
1439
1434
|
.e-input-group.e-input-focus::before,
|
|
1440
1435
|
.e-input-group.e-input-focus::after,
|
|
1441
1436
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1442
1437
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1443
|
-
content:
|
|
1438
|
+
content: "";
|
|
1444
1439
|
}
|
|
1445
1440
|
|
|
1446
1441
|
.e-input-group::after,
|
|
1447
1442
|
.e-input-group.e-control-wrapper::after {
|
|
1448
|
-
content:
|
|
1443
|
+
content: "";
|
|
1449
1444
|
}
|
|
1450
1445
|
|
|
1451
1446
|
.e-input-group,
|
|
@@ -1615,17 +1610,17 @@ label.e-float-text,
|
|
|
1615
1610
|
|
|
1616
1611
|
.e-input-group .e-input-group-icon,
|
|
1617
1612
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1618
|
-
content:
|
|
1613
|
+
content: "";
|
|
1619
1614
|
}
|
|
1620
1615
|
|
|
1621
1616
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1622
1617
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1623
|
-
content:
|
|
1618
|
+
content: "";
|
|
1624
1619
|
}
|
|
1625
1620
|
|
|
1626
1621
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1627
1622
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1628
|
-
content:
|
|
1623
|
+
content: "";
|
|
1629
1624
|
}
|
|
1630
1625
|
|
|
1631
1626
|
input.e-input::-ms-clear,
|
|
@@ -1634,18 +1629,18 @@ input.e-input::-ms-clear,
|
|
|
1634
1629
|
display: none;
|
|
1635
1630
|
}
|
|
1636
1631
|
|
|
1637
|
-
input.e-input[type=
|
|
1638
|
-
input.e-input[type=
|
|
1639
|
-
input.e-input[type=
|
|
1640
|
-
input.e-input[type=
|
|
1641
|
-
.e-float-input input[type=
|
|
1642
|
-
.e-float-input input[type=
|
|
1643
|
-
.e-float-input input[type=
|
|
1644
|
-
.e-float-input input[type=
|
|
1645
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1646
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1647
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1648
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1632
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1633
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1634
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1635
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1636
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1637
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1638
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1639
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1640
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1641
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1642
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1643
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1649
1644
|
-webkit-appearance: none;
|
|
1650
1645
|
}
|
|
1651
1646
|
|
|
@@ -1911,8 +1906,7 @@ input.e-input.e-small,
|
|
|
1911
1906
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1912
1907
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1913
1908
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1914
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1915
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1909
|
+
.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,
|
|
1916
1910
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1917
1911
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1918
1912
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -2769,6 +2763,10 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2769
2763
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2770
2764
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
2771
2765
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2766
|
+
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
2767
|
+
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2768
|
+
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
2769
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
2772
2770
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2773
2771
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2774
2772
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -4013,28 +4011,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4013
4011
|
.e-input-group::after,
|
|
4014
4012
|
.e-input-group.e-control-wrapper::before,
|
|
4015
4013
|
.e-input-group.e-control-wrapper::after {
|
|
4016
|
-
content:
|
|
4014
|
+
content: "";
|
|
4017
4015
|
}
|
|
4018
4016
|
|
|
4019
4017
|
.e-input-group.e-success::before,
|
|
4020
4018
|
.e-input-group.e-success::after,
|
|
4021
4019
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4022
4020
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4023
|
-
content:
|
|
4021
|
+
content: "";
|
|
4024
4022
|
}
|
|
4025
4023
|
|
|
4026
4024
|
.e-input-group.e-warning::before,
|
|
4027
4025
|
.e-input-group.e-warning::after,
|
|
4028
4026
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4029
4027
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4030
|
-
content:
|
|
4028
|
+
content: "";
|
|
4031
4029
|
}
|
|
4032
4030
|
|
|
4033
4031
|
.e-input-group.e-error::before,
|
|
4034
4032
|
.e-input-group.e-error::after,
|
|
4035
4033
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4036
4034
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4037
|
-
content:
|
|
4035
|
+
content: "";
|
|
4038
4036
|
}
|
|
4039
4037
|
|
|
4040
4038
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4610,4 +4608,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4610
4608
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4611
4609
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4612
4610
|
color: #212529;
|
|
4613
|
-
}
|
|
4611
|
+
}
|
|
@@ -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: "\e7e7";
|
|
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: "\e7e7";
|
|
10
|
+
font-family: "e-icons";
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/*! input layout */
|
|
@@ -113,7 +113,29 @@ input.e-input,
|
|
|
113
113
|
|
|
114
114
|
.e-input.e-small,
|
|
115
115
|
.e-input-group.e-small,
|
|
116
|
-
.e-input-group.e-control-wrapper.e-small
|
|
116
|
+
.e-input-group.e-control-wrapper.e-small,
|
|
117
|
+
.e-input-group.e-small .e-input,
|
|
118
|
+
.e-input-group.e-small input,
|
|
119
|
+
.e-input-group.e-control-wrapper.e-small .e-input,
|
|
120
|
+
.e-input-group.e-control-wrapper.e-small input,
|
|
121
|
+
.e-float-input.e-small input,
|
|
122
|
+
.e-float-input.e-input-group.e-small input,
|
|
123
|
+
.e-float-input.e-control-wrapper.e-small input,
|
|
124
|
+
.e-float-input.e-control-wrapper.e-input-group.e-small input,
|
|
125
|
+
.e-float-input.e-small,
|
|
126
|
+
.e-float-input.e-control-wrapper.e-small,
|
|
127
|
+
.e-small .e-input-group,
|
|
128
|
+
.e-small .e-input-group.e-control-wrapper,
|
|
129
|
+
.e-small .e-input-group .e-input,
|
|
130
|
+
.e-small .e-input-group input,
|
|
131
|
+
.e-small .e-input-group.e-control-wrapper .e-input,
|
|
132
|
+
.e-small .e-input-group.e-control-wrapper input,
|
|
133
|
+
.e-small .e-float-input input,
|
|
134
|
+
.e-small .e-float-input.e-input-group input,
|
|
135
|
+
.e-small .e-float-input.e-control-wrapper input,
|
|
136
|
+
.e-small .e-float-input.e-control-wrapper.e-input-group input,
|
|
137
|
+
.e-small .e-float-input,
|
|
138
|
+
.e-small .e-float-input.e-control-wrapper {
|
|
117
139
|
border-radius: 2px;
|
|
118
140
|
}
|
|
119
141
|
|
|
@@ -158,27 +180,64 @@ textarea.e-input.e-bigger,
|
|
|
158
180
|
.e-input-group.e-bigger,
|
|
159
181
|
.e-bigger .e-input-group,
|
|
160
182
|
.e-input-group.e-control-wrapper.e-bigger,
|
|
161
|
-
.e-bigger .e-input-group.e-control-wrapper
|
|
162
|
-
.e-input-group.e-bigger.e-disabled,
|
|
163
|
-
.e-bigger .e-input-group.e-disabled,
|
|
164
|
-
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
|
|
165
|
-
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
|
|
183
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
166
184
|
border-radius: 4px;
|
|
167
185
|
font-size: 16px;
|
|
168
186
|
}
|
|
169
187
|
|
|
188
|
+
.e-input-group.e-bigger .e-input,
|
|
189
|
+
.e-input-group.e-bigger input,
|
|
190
|
+
.e-input-group.e-control-wrapper.e-bigger .e-input,
|
|
191
|
+
.e-input-group.e-control-wrapper.e-bigger input,
|
|
192
|
+
.e-float-input.e-bigger input,
|
|
193
|
+
.e-float-input.e-input-group.e-bigger input,
|
|
194
|
+
.e-float-input.e-control-wrapper.e-bigger input,
|
|
195
|
+
.e-float-input.e-control-wrapper.e-input-group.e-bigger input,
|
|
196
|
+
.e-float-input.e-bigger,
|
|
197
|
+
.e-float-input.e-control-wrapper.e-bigger,
|
|
198
|
+
.e-bigger .e-input-group .e-input,
|
|
199
|
+
.e-bigger .e-input-group input,
|
|
200
|
+
.e-bigger .e-input-group.e-control-wrapper .e-input,
|
|
201
|
+
.e-bigger .e-input-group.e-control-wrapper input,
|
|
202
|
+
.e-bigger .e-float-input input,
|
|
203
|
+
.e-bigger .e-float-input.e-input-group input,
|
|
204
|
+
.e-bigger .e-float-input.e-control-wrapper input,
|
|
205
|
+
.e-bigger .e-float-input.e-control-wrapper.e-input-group input,
|
|
206
|
+
.e-bigger .e-float-input,
|
|
207
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
208
|
+
border-radius: 4px;
|
|
209
|
+
}
|
|
210
|
+
|
|
170
211
|
input.e-input.e-bigger.e-small,
|
|
171
212
|
textarea.e-input.e-bigger.e-small,
|
|
172
213
|
.e-bigger.e-small input.e-input,
|
|
173
214
|
.e-bigger.e-small textarea.e-input,
|
|
174
215
|
.e-input-group.e-bigger.e-small,
|
|
175
216
|
.e-bigger.e-small .e-input-group,
|
|
176
|
-
.e-input-group.e-control-wrapper
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
.e-input-group.e-
|
|
181
|
-
.e-
|
|
217
|
+
.e-bigger.e-small .e-input-group.e-control-wrapper {
|
|
218
|
+
border-radius: 4px;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.e-input-group.e-bigger.e-small .e-input,
|
|
222
|
+
.e-input-group.e-bigger.e-small input,
|
|
223
|
+
.e-input-group.e-control-wrapper.e-bigger.e-small .e-input,
|
|
224
|
+
.e-input-group.e-control-wrapper.e-bigger.e-small input,
|
|
225
|
+
.e-float-input.e-bigger.e-small input,
|
|
226
|
+
.e-float-input.e-input-group.e-bigger.e-small input,
|
|
227
|
+
.e-float-input.e-control-wrapper.e-bigger.e-small input,
|
|
228
|
+
.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,
|
|
229
|
+
.e-float-input.e-bigger.e-small,
|
|
230
|
+
.e-float-input.e-control-wrapper.e-bigger.e-small,
|
|
231
|
+
.e-bigger.e-small .e-input-group .e-input,
|
|
232
|
+
.e-bigger.e-small .e-input-group input,
|
|
233
|
+
.e-bigger.e-small .e-input-group.e-control-wrapper .e-input,
|
|
234
|
+
.e-bigger.e-small .e-input-group.e-control-wrapper input,
|
|
235
|
+
.e-bigger.e-small .e-float-input input,
|
|
236
|
+
.e-bigger.e-small .e-float-input.e-input-group input,
|
|
237
|
+
.e-bigger.e-small .e-float-input.e-control-wrapper input,
|
|
238
|
+
.e-bigger.e-small .e-float-input.e-control-wrapper.e-input-group input,
|
|
239
|
+
.e-bigger.e-small .e-float-input,
|
|
240
|
+
.e-bigger.e-small .e-float-input.e-control-wrapper {
|
|
182
241
|
border-radius: 4px;
|
|
183
242
|
}
|
|
184
243
|
|
|
@@ -227,7 +286,7 @@ textarea.e-input.e-bigger,
|
|
|
227
286
|
-ms-flex-pack: center;
|
|
228
287
|
justify-content: center;
|
|
229
288
|
line-height: 1;
|
|
230
|
-
min-height:
|
|
289
|
+
min-height: 30px;
|
|
231
290
|
min-width: 30px;
|
|
232
291
|
padding: 0;
|
|
233
292
|
text-align: center;
|
|
@@ -242,8 +301,7 @@ textarea.e-input.e-bigger,
|
|
|
242
301
|
border-right-width: 0;
|
|
243
302
|
}
|
|
244
303
|
|
|
245
|
-
.e-input-group .e-input-group-icon + .e-input-group-icon
|
|
246
|
-
.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
304
|
+
.e-input-group .e-input-group-icon + .e-input-group-icon .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon {
|
|
247
305
|
border-left-width: 0;
|
|
248
306
|
}
|
|
249
307
|
|
|
@@ -273,7 +331,7 @@ textarea.e-input.e-bigger,
|
|
|
273
331
|
.e-rtl .e-input-group input ~ .e-input-group-icon,
|
|
274
332
|
.e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon {
|
|
275
333
|
border-left-width: 0;
|
|
276
|
-
border-right
|
|
334
|
+
border-right: 1px solid #6c757d;
|
|
277
335
|
}
|
|
278
336
|
|
|
279
337
|
.e-input-group.e-rtl input ~ .e-input-group-icon + .e-input-group-icon,
|
|
@@ -551,7 +609,7 @@ textarea.e-input.e-small,
|
|
|
551
609
|
.e-small .e-input-group .e-input-group-icon,
|
|
552
610
|
.e-small .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
553
611
|
font-size: 12px;
|
|
554
|
-
min-height:
|
|
612
|
+
min-height: 24px;
|
|
555
613
|
min-width: 24px;
|
|
556
614
|
padding: 0;
|
|
557
615
|
}
|
|
@@ -560,8 +618,8 @@ textarea.e-input.e-small,
|
|
|
560
618
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
561
619
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
562
620
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
563
|
-
.e-small
|
|
564
|
-
.e-small
|
|
621
|
+
.e-small.e-bigger .e-input-group .e-input-group-icon,
|
|
622
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
|
|
565
623
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
566
624
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
567
625
|
font-size: 12px;
|
|
@@ -1219,10 +1277,10 @@ label.e-float-text,
|
|
|
1219
1277
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1220
1278
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1221
1279
|
bottom: 0;
|
|
1222
|
-
content:
|
|
1280
|
+
content: "";
|
|
1223
1281
|
height: 2px;
|
|
1224
1282
|
position: absolute;
|
|
1225
|
-
transition: .2s ease;
|
|
1283
|
+
transition: 0.2s ease;
|
|
1226
1284
|
width: 0;
|
|
1227
1285
|
}
|
|
1228
1286
|
|
|
@@ -1399,7 +1457,7 @@ label.e-float-text,
|
|
|
1399
1457
|
|
|
1400
1458
|
.e-input-group.e-warning::before,
|
|
1401
1459
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1402
|
-
content:
|
|
1460
|
+
content: "";
|
|
1403
1461
|
}
|
|
1404
1462
|
|
|
1405
1463
|
.e-float-input input[disabled],
|
|
@@ -1454,24 +1512,24 @@ label.e-float-text,
|
|
|
1454
1512
|
.e-input-group::after,
|
|
1455
1513
|
.e-input-group.e-control-wrapper::before,
|
|
1456
1514
|
.e-input-group.e-control-wrapper::after {
|
|
1457
|
-
content:
|
|
1515
|
+
content: "";
|
|
1458
1516
|
}
|
|
1459
1517
|
|
|
1460
1518
|
.e-input-group::before,
|
|
1461
1519
|
.e-input-group.e-control-wrapper::before {
|
|
1462
|
-
content:
|
|
1520
|
+
content: "";
|
|
1463
1521
|
}
|
|
1464
1522
|
|
|
1465
1523
|
.e-input-group.e-input-focus::before,
|
|
1466
1524
|
.e-input-group.e-input-focus::after,
|
|
1467
1525
|
.e-input-group.e-control-wrapper.e-input-focus::before,
|
|
1468
1526
|
.e-input-group.e-control-wrapper.e-input-focus::after {
|
|
1469
|
-
content:
|
|
1527
|
+
content: "";
|
|
1470
1528
|
}
|
|
1471
1529
|
|
|
1472
1530
|
.e-input-group::after,
|
|
1473
1531
|
.e-input-group.e-control-wrapper::after {
|
|
1474
|
-
content:
|
|
1532
|
+
content: "";
|
|
1475
1533
|
}
|
|
1476
1534
|
|
|
1477
1535
|
.e-input-group,
|
|
@@ -1641,17 +1699,17 @@ label.e-float-text,
|
|
|
1641
1699
|
|
|
1642
1700
|
.e-input-group .e-input-group-icon,
|
|
1643
1701
|
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1644
|
-
content:
|
|
1702
|
+
content: "";
|
|
1645
1703
|
}
|
|
1646
1704
|
|
|
1647
1705
|
.e-input-group:not(.e-filled) .e-input-group-icon::after,
|
|
1648
1706
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1649
|
-
content:
|
|
1707
|
+
content: "";
|
|
1650
1708
|
}
|
|
1651
1709
|
|
|
1652
1710
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1653
1711
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1654
|
-
content:
|
|
1712
|
+
content: "";
|
|
1655
1713
|
}
|
|
1656
1714
|
|
|
1657
1715
|
input.e-input::-ms-clear,
|
|
@@ -1660,18 +1718,18 @@ input.e-input::-ms-clear,
|
|
|
1660
1718
|
display: none;
|
|
1661
1719
|
}
|
|
1662
1720
|
|
|
1663
|
-
input.e-input[type=
|
|
1664
|
-
input.e-input[type=
|
|
1665
|
-
input.e-input[type=
|
|
1666
|
-
input.e-input[type=
|
|
1667
|
-
.e-float-input input[type=
|
|
1668
|
-
.e-float-input input[type=
|
|
1669
|
-
.e-float-input input[type=
|
|
1670
|
-
.e-float-input input[type=
|
|
1671
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1672
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1673
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1674
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1721
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1722
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1723
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1724
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1725
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1726
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1727
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1728
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1729
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1730
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1731
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1732
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1675
1733
|
-webkit-appearance: none;
|
|
1676
1734
|
}
|
|
1677
1735
|
|
|
@@ -1937,8 +1995,7 @@ input.e-input.e-small,
|
|
|
1937
1995
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
1938
1996
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
1939
1997
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
1940
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
1941
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
1998
|
+
.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,
|
|
1942
1999
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
1943
2000
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
1944
2001
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -2753,7 +2810,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2753
2810
|
.e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2754
2811
|
.e-input-group .e-clear-icon::before,
|
|
2755
2812
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
2756
|
-
font-size:
|
|
2813
|
+
font-size: 14px;
|
|
2757
2814
|
padding: 0;
|
|
2758
2815
|
text-align: center;
|
|
2759
2816
|
vertical-align: middle;
|
|
@@ -2793,7 +2850,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2793
2850
|
.e-small .e-float-input .e-clear-icon::before,
|
|
2794
2851
|
.e-small .e-input-group .e-clear-icon::before,
|
|
2795
2852
|
.e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
2796
|
-
font-size:
|
|
2853
|
+
font-size: 12px;
|
|
2797
2854
|
}
|
|
2798
2855
|
|
|
2799
2856
|
.e-float-input.e-bigger .e-clear-icon::before,
|
|
@@ -2806,13 +2863,17 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2806
2863
|
.e-bigger .e-float-input .e-clear-icon::before,
|
|
2807
2864
|
.e-bigger .e-input-group .e-clear-icon::before,
|
|
2808
2865
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
2809
|
-
font-size:
|
|
2866
|
+
font-size: 16px;
|
|
2810
2867
|
}
|
|
2811
2868
|
|
|
2812
2869
|
.e-float-input.e-small.e-bigger .e-clear-icon::before,
|
|
2813
2870
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2814
2871
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
2815
2872
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2873
|
+
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
2874
|
+
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2875
|
+
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
2876
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
2816
2877
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2817
2878
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2818
2879
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -2821,7 +2882,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2821
2882
|
.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2822
2883
|
.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
|
|
2823
2884
|
.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before {
|
|
2824
|
-
font-size:
|
|
2885
|
+
font-size: 14px;
|
|
2825
2886
|
}
|
|
2826
2887
|
|
|
2827
2888
|
.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
|
|
@@ -3795,7 +3856,8 @@ textarea.e-input,
|
|
|
3795
3856
|
.e-input-group .e-input[readonly] ~ span.e-input-group-icon,
|
|
3796
3857
|
.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon,
|
|
3797
3858
|
.e-float-input input[readonly] ~ span.e-input-group-icon,
|
|
3798
|
-
.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon
|
|
3859
|
+
.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon,
|
|
3860
|
+
.e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
|
|
3799
3861
|
background: #343a40;
|
|
3800
3862
|
color: #adb5bd;
|
|
3801
3863
|
}
|
|
@@ -4067,28 +4129,28 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4067
4129
|
.e-input-group::after,
|
|
4068
4130
|
.e-input-group.e-control-wrapper::before,
|
|
4069
4131
|
.e-input-group.e-control-wrapper::after {
|
|
4070
|
-
content:
|
|
4132
|
+
content: "";
|
|
4071
4133
|
}
|
|
4072
4134
|
|
|
4073
4135
|
.e-input-group.e-success::before,
|
|
4074
4136
|
.e-input-group.e-success::after,
|
|
4075
4137
|
.e-input-group.e-control-wrapper.e-success::before,
|
|
4076
4138
|
.e-input-group.e-control-wrapper.e-success::after {
|
|
4077
|
-
content:
|
|
4139
|
+
content: "";
|
|
4078
4140
|
}
|
|
4079
4141
|
|
|
4080
4142
|
.e-input-group.e-warning::before,
|
|
4081
4143
|
.e-input-group.e-warning::after,
|
|
4082
4144
|
.e-input-group.e-control-wrapper.e-warning::before,
|
|
4083
4145
|
.e-input-group.e-control-wrapper.e-warning::after {
|
|
4084
|
-
content:
|
|
4146
|
+
content: "";
|
|
4085
4147
|
}
|
|
4086
4148
|
|
|
4087
4149
|
.e-input-group.e-error::before,
|
|
4088
4150
|
.e-input-group.e-error::after,
|
|
4089
4151
|
.e-input-group.e-control-wrapper.e-error::before,
|
|
4090
4152
|
.e-input-group.e-control-wrapper.e-error::after {
|
|
4091
|
-
content:
|
|
4153
|
+
content: "";
|
|
4092
4154
|
}
|
|
4093
4155
|
|
|
4094
4156
|
.e-input-group.e-success .e-input-group-icon,
|
|
@@ -4222,13 +4284,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4222
4284
|
border-color: #6c757d;
|
|
4223
4285
|
}
|
|
4224
4286
|
|
|
4225
|
-
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
|
|
4226
|
-
.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
|
|
4227
|
-
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
|
|
4228
|
-
.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon {
|
|
4229
|
-
border-color: transparent;
|
|
4230
|
-
}
|
|
4231
|
-
|
|
4232
4287
|
.e-input-group:not(.e-success):not(.e-warning):not(.e-error),
|
|
4233
4288
|
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
|
|
4234
4289
|
border-color: #6c757d;
|
|
@@ -4664,4 +4719,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4664
4719
|
|
|
4665
4720
|
input.e-input::-webkit-input-placeholder {
|
|
4666
4721
|
color: #6c757d;
|
|
4667
|
-
}
|
|
4722
|
+
}
|