@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
|
@@ -5,41 +5,40 @@
|
|
|
5
5
|
transform: scale(4);
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
.e-float-input .e-clear-icon::before,
|
|
10
9
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
11
|
-
content:
|
|
12
|
-
font-family:
|
|
10
|
+
content: "\e932";
|
|
11
|
+
font-family: "e-icons";
|
|
13
12
|
}
|
|
14
13
|
|
|
15
14
|
.e-input-group .e-clear-icon::before,
|
|
16
15
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
17
|
-
content:
|
|
18
|
-
font-family:
|
|
16
|
+
content: "\e932";
|
|
17
|
+
font-family: "e-icons";
|
|
19
18
|
}
|
|
20
19
|
|
|
21
20
|
.e-filled.e-float-input .e-clear-icon::before,
|
|
22
21
|
.e-filled.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
23
|
-
content:
|
|
24
|
-
font-family:
|
|
22
|
+
content: "\e208";
|
|
23
|
+
font-family: "e-icons";
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
.e-filled.e-input-group .e-clear-icon::before,
|
|
28
27
|
.e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
29
|
-
content:
|
|
30
|
-
font-family:
|
|
28
|
+
content: "\e208";
|
|
29
|
+
font-family: "e-icons";
|
|
31
30
|
}
|
|
32
31
|
|
|
33
32
|
.e-outline.e-float-input .e-clear-icon::before,
|
|
34
33
|
.e-outline.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
35
|
-
content:
|
|
36
|
-
font-family:
|
|
34
|
+
content: "\e208";
|
|
35
|
+
font-family: "e-icons";
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
.e-outline.e-input-group .e-clear-icon::before,
|
|
40
39
|
.e-outline.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
41
|
-
content:
|
|
42
|
-
font-family:
|
|
40
|
+
content: "\e208";
|
|
41
|
+
font-family: "e-icons";
|
|
43
42
|
}
|
|
44
43
|
|
|
45
44
|
/*! input layout */
|
|
@@ -202,11 +201,7 @@ textarea.e-input.e-bigger,
|
|
|
202
201
|
.e-input-group.e-bigger,
|
|
203
202
|
.e-bigger .e-input-group,
|
|
204
203
|
.e-input-group.e-control-wrapper.e-bigger,
|
|
205
|
-
.e-bigger .e-input-group.e-control-wrapper
|
|
206
|
-
.e-input-group.e-bigger.e-disabled,
|
|
207
|
-
.e-bigger .e-input-group.e-disabled,
|
|
208
|
-
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
|
|
209
|
-
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
|
|
204
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
210
205
|
font-size: 14px;
|
|
211
206
|
}
|
|
212
207
|
|
|
@@ -599,8 +594,8 @@ textarea.e-input.e-small,
|
|
|
599
594
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
600
595
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
601
596
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
602
|
-
.e-small
|
|
603
|
-
.e-small
|
|
597
|
+
.e-small.e-bigger .e-input-group .e-input-group-icon,
|
|
598
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
|
|
604
599
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
605
600
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
606
601
|
font-size: 12px;
|
|
@@ -665,7 +660,7 @@ label.e-float-text,
|
|
|
665
660
|
.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
666
661
|
.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
667
662
|
.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
668
|
-
content:
|
|
663
|
+
content: "";
|
|
669
664
|
font-style: normal;
|
|
670
665
|
}
|
|
671
666
|
|
|
@@ -1363,10 +1358,10 @@ label.e-float-text,
|
|
|
1363
1358
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1364
1359
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1365
1360
|
bottom: 0;
|
|
1366
|
-
content:
|
|
1361
|
+
content: "";
|
|
1367
1362
|
height: 2px;
|
|
1368
1363
|
position: absolute;
|
|
1369
|
-
transition: .2s ease;
|
|
1364
|
+
transition: 0.2s ease;
|
|
1370
1365
|
width: 0;
|
|
1371
1366
|
}
|
|
1372
1367
|
|
|
@@ -1543,7 +1538,7 @@ label.e-float-text,
|
|
|
1543
1538
|
|
|
1544
1539
|
.e-input-group.e-warning::before,
|
|
1545
1540
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1546
|
-
content:
|
|
1541
|
+
content: "";
|
|
1547
1542
|
}
|
|
1548
1543
|
|
|
1549
1544
|
.e-float-input input[disabled],
|
|
@@ -1604,7 +1599,7 @@ label.e-float-text,
|
|
|
1604
1599
|
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
|
|
1605
1600
|
-moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
1606
1601
|
bottom: 0;
|
|
1607
|
-
content:
|
|
1602
|
+
content: "";
|
|
1608
1603
|
height: 2px;
|
|
1609
1604
|
position: absolute;
|
|
1610
1605
|
transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
@@ -1621,7 +1616,7 @@ label.e-float-text,
|
|
|
1621
1616
|
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
|
|
1622
1617
|
-moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
1623
1618
|
bottom: 0;
|
|
1624
|
-
content:
|
|
1619
|
+
content: "";
|
|
1625
1620
|
height: 2px;
|
|
1626
1621
|
position: absolute;
|
|
1627
1622
|
transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
@@ -1896,12 +1891,12 @@ label.e-float-text,
|
|
|
1896
1891
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1897
1892
|
background: #bdbdbd;
|
|
1898
1893
|
border-radius: 100%;
|
|
1899
|
-
content:
|
|
1894
|
+
content: "";
|
|
1900
1895
|
display: block;
|
|
1901
1896
|
filter: alpha(opacity=75);
|
|
1902
1897
|
height: 50%;
|
|
1903
1898
|
left: 25%;
|
|
1904
|
-
opacity: .75;
|
|
1899
|
+
opacity: 0.75;
|
|
1905
1900
|
position: absolute;
|
|
1906
1901
|
top: 25%;
|
|
1907
1902
|
transform: scale(0);
|
|
@@ -1910,7 +1905,7 @@ label.e-float-text,
|
|
|
1910
1905
|
|
|
1911
1906
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1912
1907
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1913
|
-
animation: e-input-ripple .45s linear;
|
|
1908
|
+
animation: e-input-ripple 0.45s linear;
|
|
1914
1909
|
}
|
|
1915
1910
|
|
|
1916
1911
|
input.e-input::-ms-clear,
|
|
@@ -1919,18 +1914,18 @@ input.e-input::-ms-clear,
|
|
|
1919
1914
|
display: none;
|
|
1920
1915
|
}
|
|
1921
1916
|
|
|
1922
|
-
input.e-input[type=
|
|
1923
|
-
input.e-input[type=
|
|
1924
|
-
input.e-input[type=
|
|
1925
|
-
input.e-input[type=
|
|
1926
|
-
.e-float-input input[type=
|
|
1927
|
-
.e-float-input input[type=
|
|
1928
|
-
.e-float-input input[type=
|
|
1929
|
-
.e-float-input input[type=
|
|
1930
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1931
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1932
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1933
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1917
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1918
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1919
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1920
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1921
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1922
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1923
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1924
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1925
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1926
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1927
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1928
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1934
1929
|
-webkit-appearance: none;
|
|
1935
1930
|
}
|
|
1936
1931
|
|
|
@@ -2130,13 +2125,13 @@ input.e-input,
|
|
|
2130
2125
|
.e-input-group input.e-input,
|
|
2131
2126
|
.e-input-group.e-control-wrapper input.e-input {
|
|
2132
2127
|
box-sizing: content-box;
|
|
2133
|
-
content:
|
|
2128
|
+
content: "";
|
|
2134
2129
|
}
|
|
2135
2130
|
|
|
2136
2131
|
.e-float-input:not(.e-input-group) input,
|
|
2137
2132
|
.e-float-input.e-control-wrapper:not(.e-input-group) input {
|
|
2138
2133
|
box-sizing: content-box;
|
|
2139
|
-
content:
|
|
2134
|
+
content: "";
|
|
2140
2135
|
}
|
|
2141
2136
|
|
|
2142
2137
|
.e-control input.e-input,
|
|
@@ -2173,7 +2168,7 @@ input.e-input.e-bigger,
|
|
|
2173
2168
|
.e-bigger .e-float-input.e-control-wrapper input,
|
|
2174
2169
|
.e-bigger .e-float-input.e-control-wrapper input.e-input {
|
|
2175
2170
|
box-sizing: content-box;
|
|
2176
|
-
content:
|
|
2171
|
+
content: "";
|
|
2177
2172
|
}
|
|
2178
2173
|
|
|
2179
2174
|
.e-float-input.e-bigger:not(.e-input-group) input,
|
|
@@ -2185,7 +2180,7 @@ input.e-input.e-bigger,
|
|
|
2185
2180
|
.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
2186
2181
|
.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
2187
2182
|
box-sizing: content-box;
|
|
2188
|
-
content:
|
|
2183
|
+
content: "";
|
|
2189
2184
|
}
|
|
2190
2185
|
|
|
2191
2186
|
input.e-input.e-small,
|
|
@@ -2206,19 +2201,18 @@ input.e-input.e-small,
|
|
|
2206
2201
|
.e-small .e-float-input.e-control-wrapper input,
|
|
2207
2202
|
.e-small .e-float-input.e-control-wrapper input.e-input {
|
|
2208
2203
|
box-sizing: content-box;
|
|
2209
|
-
content:
|
|
2204
|
+
content: "";
|
|
2210
2205
|
}
|
|
2211
2206
|
|
|
2212
2207
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
2213
2208
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
2214
2209
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
2215
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
2216
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
2210
|
+
.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,
|
|
2217
2211
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
2218
2212
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
2219
2213
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
2220
2214
|
box-sizing: content-box;
|
|
2221
|
-
content:
|
|
2215
|
+
content: "";
|
|
2222
2216
|
}
|
|
2223
2217
|
|
|
2224
2218
|
input.e-input.e-small.e-bigger,
|
|
@@ -2239,7 +2233,7 @@ input.e-input.e-small.e-bigger,
|
|
|
2239
2233
|
.e-bigger.e-small .e-float-input.e-control-wrapper input,
|
|
2240
2234
|
.e-bigger.e-small .e-float-input.e-control-wrapper input.e-input {
|
|
2241
2235
|
box-sizing: content-box;
|
|
2242
|
-
content:
|
|
2236
|
+
content: "";
|
|
2243
2237
|
}
|
|
2244
2238
|
|
|
2245
2239
|
.e-float-input.e-bigger.e-small:not(.e-input-group) input,
|
|
@@ -2251,7 +2245,7 @@ input.e-input.e-small.e-bigger,
|
|
|
2251
2245
|
.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
2252
2246
|
.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
2253
2247
|
box-sizing: content-box;
|
|
2254
|
-
content:
|
|
2248
|
+
content: "";
|
|
2255
2249
|
}
|
|
2256
2250
|
|
|
2257
2251
|
textarea.e-input,
|
|
@@ -2260,7 +2254,7 @@ textarea.e-input,
|
|
|
2260
2254
|
.e-float-input textarea,
|
|
2261
2255
|
.e-float-input.e-control-wrapper textarea {
|
|
2262
2256
|
box-sizing: content-box;
|
|
2263
|
-
content:
|
|
2257
|
+
content: "";
|
|
2264
2258
|
}
|
|
2265
2259
|
|
|
2266
2260
|
.e-input-group textarea.e-input.e-bigger,
|
|
@@ -2283,7 +2277,7 @@ textarea.e-input.e-bigger,
|
|
|
2283
2277
|
.e-bigger .e-float-input.e-control-wrapper textarea,
|
|
2284
2278
|
.e-bigger .e-float-input.e-control-wrapper textarea.e-input {
|
|
2285
2279
|
box-sizing: content-box;
|
|
2286
|
-
content:
|
|
2280
|
+
content: "";
|
|
2287
2281
|
}
|
|
2288
2282
|
|
|
2289
2283
|
textarea.e-input.e-small,
|
|
@@ -2304,7 +2298,7 @@ textarea.e-input.e-small,
|
|
|
2304
2298
|
.e-small .e-float-input.e-control-wrapper textarea,
|
|
2305
2299
|
.e-small .e-float-input.e-control-wrapper textarea.e-input {
|
|
2306
2300
|
box-sizing: content-box;
|
|
2307
|
-
content:
|
|
2301
|
+
content: "";
|
|
2308
2302
|
}
|
|
2309
2303
|
|
|
2310
2304
|
textarea.e-input.e-small.e-bigger,
|
|
@@ -2325,7 +2319,7 @@ textarea.e-input.e-small.e-bigger,
|
|
|
2325
2319
|
.e-bigger.e-small .e-float-input.e-control-wrapper textarea,
|
|
2326
2320
|
.e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input {
|
|
2327
2321
|
box-sizing: content-box;
|
|
2328
|
-
content:
|
|
2322
|
+
content: "";
|
|
2329
2323
|
}
|
|
2330
2324
|
|
|
2331
2325
|
input.e-input.e-bigger,
|
|
@@ -3070,6 +3064,10 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3070
3064
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
3071
3065
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
3072
3066
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
3067
|
+
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
3068
|
+
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
3069
|
+
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
3070
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
3073
3071
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
3074
3072
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
3075
3073
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -3275,8 +3273,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3275
3273
|
.e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap,
|
|
3276
3274
|
.e-rtl .e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
3277
3275
|
.e-rtl .e-input-group.e-float-icon-left .e-input-in-wrap,
|
|
3278
|
-
.e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap
|
|
3279
|
-
.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
3276
|
+
.e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
3280
3277
|
.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
3281
3278
|
.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
3282
3279
|
.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
|
|
@@ -3441,11 +3438,9 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3441
3438
|
}
|
|
3442
3439
|
|
|
3443
3440
|
.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
3444
|
-
.e-bigger .e-input-group.e-small:not(.e-float-input) .e-input
|
|
3445
|
-
.e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,
|
|
3441
|
+
.e-bigger .e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,
|
|
3446
3442
|
.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
3447
|
-
.e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input
|
|
3448
|
-
.e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
|
|
3443
|
+
.e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
|
|
3449
3444
|
.e-float-input.e-bigger.e-small input,
|
|
3450
3445
|
.e-bigger .e-float-input.e-small input,
|
|
3451
3446
|
.e-small .e-float-input.e-bigger input,
|
|
@@ -4124,7 +4119,7 @@ textarea.e-outline.e-input,
|
|
|
4124
4119
|
border-radius: 4px;
|
|
4125
4120
|
border-width: 1px;
|
|
4126
4121
|
fill: transparent;
|
|
4127
|
-
transition: border .2s, box-shadow .2s;
|
|
4122
|
+
transition: border 0.2s, box-shadow 0.2s;
|
|
4128
4123
|
}
|
|
4129
4124
|
|
|
4130
4125
|
.e-outline.e-float-input,
|
|
@@ -4982,7 +4977,7 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
4982
4977
|
position: absolute;
|
|
4983
4978
|
top: -7px;
|
|
4984
4979
|
transform: translate3d(0, 0, 0) scale(1);
|
|
4985
|
-
transition: color .2s, font-size .2s, line-height .2s;
|
|
4980
|
+
transition: color 0.2s, font-size 0.2s, line-height 0.2s;
|
|
4986
4981
|
}
|
|
4987
4982
|
|
|
4988
4983
|
.e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -5194,14 +5189,14 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
5194
5189
|
border-top-color: transparent;
|
|
5195
5190
|
box-shadow: inset 0 1px transparent;
|
|
5196
5191
|
box-sizing: border-box;
|
|
5197
|
-
content:
|
|
5192
|
+
content: " ";
|
|
5198
5193
|
display: block;
|
|
5199
5194
|
height: 8px;
|
|
5200
5195
|
margin-top: 6px;
|
|
5201
5196
|
min-width: 9px;
|
|
5202
5197
|
pointer-events: none;
|
|
5203
5198
|
position: relative;
|
|
5204
|
-
transition: border-color .1s, box-shadow .2s;
|
|
5199
|
+
transition: border-color 0.1s, box-shadow 0.2s;
|
|
5205
5200
|
}
|
|
5206
5201
|
|
|
5207
5202
|
.e-bigger.e-outline label.e-float-text::before,
|
|
@@ -5445,8 +5440,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
|
|
|
5445
5440
|
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
|
|
5446
5441
|
.e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
|
|
5447
5442
|
.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
|
|
5448
|
-
.e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child
|
|
5449
|
-
.e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child {
|
|
5443
|
+
.e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child .e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child {
|
|
5450
5444
|
margin-right: 0;
|
|
5451
5445
|
}
|
|
5452
5446
|
|
|
@@ -5457,8 +5451,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
|
|
|
5457
5451
|
|
|
5458
5452
|
.e-rtl.e-outline.e-input-group .e-input-group-icon,
|
|
5459
5453
|
.e-rtl .e-outline.e-input-group .e-input-group-icon,
|
|
5460
|
-
.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon
|
|
5461
|
-
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
5454
|
+
.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
5462
5455
|
margin-left: 12px;
|
|
5463
5456
|
margin-right: 0;
|
|
5464
5457
|
}
|
|
@@ -5472,8 +5465,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
|
|
|
5472
5465
|
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
5473
5466
|
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
5474
5467
|
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
5475
|
-
.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon
|
|
5476
|
-
.e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
|
|
5468
|
+
.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
|
|
5477
5469
|
padding-left: 10px;
|
|
5478
5470
|
padding-right: 0;
|
|
5479
5471
|
}
|
|
@@ -5484,8 +5476,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
|
|
|
5484
5476
|
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
|
|
5485
5477
|
.e-small .e-rtl.e-outline.e-input-group .e-input-group-icon,
|
|
5486
5478
|
.e-rtl.e-small .e-outline.e-input-group .e-input-group-icon,
|
|
5487
|
-
.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon
|
|
5488
|
-
.e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
5479
|
+
.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
5489
5480
|
margin-left: 10px;
|
|
5490
5481
|
margin-right: 0;
|
|
5491
5482
|
}
|
|
@@ -5495,8 +5486,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
|
|
|
5495
5486
|
.e-rtl.e-outline.e-input-group .e-clear-icon.e-bigger,
|
|
5496
5487
|
.e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
5497
5488
|
.e-bigger .e-rtl.e-outline.e-input-group .e-clear-icon,
|
|
5498
|
-
.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon
|
|
5499
|
-
.e-rtl .e-outline.e-input-group.e-bigger .e-clear-icon,
|
|
5489
|
+
.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon .e-rtl .e-outline.e-input-group.e-bigger .e-clear-icon,
|
|
5500
5490
|
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
|
|
5501
5491
|
.e-rtl .e-outline.e-input-group .e-clear-icon.e-bigger,
|
|
5502
5492
|
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
@@ -6120,8 +6110,7 @@ textarea.e-outline,
|
|
|
6120
6110
|
.e-filled.e-float-input.e-small:not(.e-input-group) input,
|
|
6121
6111
|
.e-filled.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
6122
6112
|
.e-small .e-filled.e-float-input:not(.e-input-group) input,
|
|
6123
|
-
.e-small .e-filled.e-float-input:not(.e-input-group) input.e-input
|
|
6124
|
-
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
6113
|
+
.e-small .e-filled.e-float-input:not(.e-input-group) input.e-input .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
6125
6114
|
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
6126
6115
|
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
6127
6116
|
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -6912,11 +6901,9 @@ textarea.e-outline,
|
|
|
6912
6901
|
}
|
|
6913
6902
|
|
|
6914
6903
|
.e-filled.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
6915
|
-
.e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input
|
|
6916
|
-
.e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,
|
|
6904
|
+
.e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,
|
|
6917
6905
|
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
6918
|
-
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input
|
|
6919
|
-
.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input {
|
|
6906
|
+
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input .e-small .e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input {
|
|
6920
6907
|
min-height: 39px;
|
|
6921
6908
|
}
|
|
6922
6909
|
|
|
@@ -6961,7 +6948,7 @@ textarea.e-outline,
|
|
|
6961
6948
|
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
6962
6949
|
font-size: 14px;
|
|
6963
6950
|
left: 12px;
|
|
6964
|
-
letter-spacing: .009375em;
|
|
6951
|
+
letter-spacing: 0.009375em;
|
|
6965
6952
|
line-height: 1.15;
|
|
6966
6953
|
padding-left: 0;
|
|
6967
6954
|
pointer-events: none;
|
|
@@ -7436,8 +7423,7 @@ textarea.e-outline,
|
|
|
7436
7423
|
|
|
7437
7424
|
.e-filled.e-float-input.e-rtl label.e-float-text,
|
|
7438
7425
|
.e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
|
|
7439
|
-
.e-rtl .e-filled.e-float-input label.e-float-text
|
|
7440
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7426
|
+
.e-rtl .e-filled.e-float-input label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7441
7427
|
.e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
|
|
7442
7428
|
.e-rtl .e-filled.e-float-input.e-control-wrapper label.e-float-text,
|
|
7443
7429
|
.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -7478,14 +7464,12 @@ textarea.e-outline,
|
|
|
7478
7464
|
|
|
7479
7465
|
.e-filled.e-float-input.e-bigger.e-rtl label.e-float-text,
|
|
7480
7466
|
.e-filled.e-float-input.e-rtl.e-bigger label.e-float-text.e-label-bottom,
|
|
7481
|
-
.e-rtl .e-filled.e-float-input.e-bigger label.e-float-text
|
|
7482
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text,
|
|
7467
|
+
.e-rtl .e-filled.e-float-input.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text,
|
|
7483
7468
|
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom,
|
|
7484
7469
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text,
|
|
7485
7470
|
.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,
|
|
7486
7471
|
.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
|
|
7487
|
-
.e-rtl.e-bigger .e-filled.e-float-input label.e-float-text
|
|
7488
|
-
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7472
|
+
.e-rtl.e-bigger .e-filled.e-float-input label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7489
7473
|
.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
|
|
7490
7474
|
.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
|
|
7491
7475
|
.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -7534,14 +7518,12 @@ textarea.e-outline,
|
|
|
7534
7518
|
|
|
7535
7519
|
.e-filled.e-float-input.e-small.e-rtl label.e-float-text,
|
|
7536
7520
|
.e-filled.e-float-input.e-rtl.e-small label.e-float-text.e-label-bottom,
|
|
7537
|
-
.e-rtl .e-filled.e-float-input.e-small label.e-float-text
|
|
7538
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text,
|
|
7521
|
+
.e-rtl .e-filled.e-float-input.e-small label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text,
|
|
7539
7522
|
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small label.e-float-text.e-label-bottom,
|
|
7540
7523
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,
|
|
7541
7524
|
.e-small .e-filled.e-float-input.e-rtl label.e-float-text,
|
|
7542
7525
|
.e-small .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
|
|
7543
|
-
.e-rtl.e-small .e-filled.e-float-input label.e-float-text
|
|
7544
|
-
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7526
|
+
.e-rtl.e-small .e-filled.e-float-input label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7545
7527
|
.e-small .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
|
|
7546
7528
|
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text,
|
|
7547
7529
|
.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -7590,14 +7572,12 @@ textarea.e-outline,
|
|
|
7590
7572
|
|
|
7591
7573
|
.e-filled.e-float-input.e-small.e-bigger.e-rtl label.e-float-text,
|
|
7592
7574
|
.e-filled.e-float-input.e-rtl.e-small.e-bigger label.e-float-text.e-label-bottom,
|
|
7593
|
-
.e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text
|
|
7594
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text,
|
|
7575
|
+
.e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text,
|
|
7595
7576
|
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom,
|
|
7596
7577
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,
|
|
7597
7578
|
.e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,
|
|
7598
7579
|
.e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
|
|
7599
|
-
.e-rtl.e-small.e-bigger .e-filled.e-float-input label.e-float-text
|
|
7600
|
-
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7580
|
+
.e-rtl.e-small.e-bigger .e-filled.e-float-input label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7601
7581
|
.e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
|
|
7602
7582
|
.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
|
|
7603
7583
|
.e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -8360,8 +8340,7 @@ textarea.e-outline,
|
|
|
8360
8340
|
|
|
8361
8341
|
.e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8362
8342
|
.e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8363
|
-
.e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text
|
|
8364
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8343
|
+
.e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8365
8344
|
.e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8366
8345
|
.e-rtl .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8367
8346
|
.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -8376,8 +8355,7 @@ textarea.e-outline,
|
|
|
8376
8355
|
.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8377
8356
|
.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8378
8357
|
.e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
8379
|
-
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom
|
|
8380
|
-
.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
|
|
8358
|
+
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
|
|
8381
8359
|
.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8382
8360
|
.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8383
8361
|
.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
@@ -8388,14 +8366,12 @@ textarea.e-outline,
|
|
|
8388
8366
|
|
|
8389
8367
|
.e-filled.e-float-input.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8390
8368
|
.e-filled.e-float-input.e-rtl.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8391
|
-
.e-rtl .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text
|
|
8392
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8369
|
+
.e-rtl .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8393
8370
|
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8394
8371
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8395
8372
|
.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8396
8373
|
.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8397
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text
|
|
8398
|
-
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8374
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8399
8375
|
.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8400
8376
|
.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8401
8377
|
.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -8414,8 +8390,7 @@ textarea.e-outline,
|
|
|
8414
8390
|
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
|
|
8415
8391
|
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8416
8392
|
.e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
8417
|
-
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom
|
|
8418
|
-
.e-small .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8393
|
+
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-small .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8419
8394
|
.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8420
8395
|
.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8421
8396
|
.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
@@ -8426,14 +8401,12 @@ textarea.e-outline,
|
|
|
8426
8401
|
|
|
8427
8402
|
.e-filled.e-float-input.e-small.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8428
8403
|
.e-filled.e-float-input.e-rtl.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8429
|
-
.e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text
|
|
8430
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text,
|
|
8404
|
+
.e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text,
|
|
8431
8405
|
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8432
8406
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
|
|
8433
8407
|
.e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8434
8408
|
.e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8435
|
-
.e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text
|
|
8436
|
-
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8409
|
+
.e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8437
8410
|
.e-small .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8438
8411
|
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8439
8412
|
.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -8452,8 +8425,7 @@ textarea.e-outline,
|
|
|
8452
8425
|
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8453
8426
|
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8454
8427
|
.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
8455
|
-
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom
|
|
8456
|
-
.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
|
|
8428
|
+
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
|
|
8457
8429
|
.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8458
8430
|
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8459
8431
|
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
@@ -8464,14 +8436,12 @@ textarea.e-outline,
|
|
|
8464
8436
|
|
|
8465
8437
|
.e-filled.e-float-input.e-small.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8466
8438
|
.e-filled.e-float-input.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8467
|
-
.e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text
|
|
8468
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8439
|
+
.e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8469
8440
|
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8470
8441
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8471
8442
|
.e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8472
8443
|
.e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8473
|
-
.e-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text
|
|
8474
|
-
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8444
|
+
.e-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8475
8445
|
.e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8476
8446
|
.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8477
8447
|
.e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -8985,8 +8955,7 @@ textarea.e-outline,
|
|
|
8985
8955
|
.e-rtl .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
|
|
8986
8956
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
8987
8957
|
.e-rtl .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
|
|
8988
|
-
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap
|
|
8989
|
-
.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
8958
|
+
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
8990
8959
|
.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
8991
8960
|
.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
8992
8961
|
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
|
|
@@ -9071,7 +9040,7 @@ textarea.e-outline,
|
|
|
9071
9040
|
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after {
|
|
9072
9041
|
-moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
9073
9042
|
bottom: 0;
|
|
9074
|
-
content:
|
|
9043
|
+
content: "";
|
|
9075
9044
|
height: 2px;
|
|
9076
9045
|
position: absolute;
|
|
9077
9046
|
transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
@@ -9085,7 +9054,7 @@ textarea.e-outline,
|
|
|
9085
9054
|
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
|
|
9086
9055
|
-moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
9087
9056
|
bottom: 0;
|
|
9088
|
-
content:
|
|
9057
|
+
content: "";
|
|
9089
9058
|
height: 2px;
|
|
9090
9059
|
position: absolute;
|
|
9091
9060
|
transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
@@ -10199,8 +10168,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
10199
10168
|
.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
|
|
10200
10169
|
.e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
|
|
10201
10170
|
.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
|
|
10202
|
-
.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
|
|
10203
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
|
|
10171
|
+
.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
|
|
10204
10172
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
|
|
10205
10173
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
|
|
10206
10174
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
|
|
@@ -10213,8 +10181,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
10213
10181
|
.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
|
|
10214
10182
|
.e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
|
|
10215
10183
|
.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
|
|
10216
|
-
.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
|
|
10217
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
|
|
10184
|
+
.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
|
|
10218
10185
|
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
|
|
10219
10186
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
|
|
10220
10187
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
|
|
@@ -11234,8 +11201,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
11234
11201
|
.e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
|
|
11235
11202
|
.e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
|
|
11236
11203
|
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
|
|
11237
|
-
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
|
|
11238
|
-
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
|
|
11204
|
+
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
|
|
11239
11205
|
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
|
|
11240
11206
|
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
|
|
11241
11207
|
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
|
|
@@ -11248,8 +11214,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
11248
11214
|
.e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
|
|
11249
11215
|
.e-small .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
|
|
11250
11216
|
.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
|
|
11251
|
-
.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
|
|
11252
|
-
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
|
|
11217
|
+
.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
|
|
11253
11218
|
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
|
|
11254
11219
|
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
|
|
11255
11220
|
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
|
|
@@ -12375,4 +12340,4 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12375
12340
|
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
12376
12341
|
.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
12377
12342
|
color: #ffca1c;
|
|
12378
|
-
}
|
|
12343
|
+
}
|