@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,7 +5,6 @@
|
|
|
5
5
|
transform: scale(4);
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
@keyframes slideTopUp {
|
|
10
9
|
from {
|
|
11
10
|
transform: translate3d(0, 0, 0) scale(1);
|
|
@@ -14,41 +13,40 @@
|
|
|
14
13
|
transform: translate3d(0, 0, 0) scale(1);
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
|
-
|
|
18
16
|
.e-float-input .e-clear-icon::before,
|
|
19
17
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
20
|
-
content:
|
|
21
|
-
font-family:
|
|
18
|
+
content: "\e932";
|
|
19
|
+
font-family: "e-icons";
|
|
22
20
|
}
|
|
23
21
|
|
|
24
22
|
.e-input-group .e-clear-icon::before,
|
|
25
23
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
26
|
-
content:
|
|
27
|
-
font-family:
|
|
24
|
+
content: "\e932";
|
|
25
|
+
font-family: "e-icons";
|
|
28
26
|
}
|
|
29
27
|
|
|
30
28
|
.e-filled.e-float-input .e-clear-icon::before,
|
|
31
29
|
.e-filled.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
32
|
-
content:
|
|
33
|
-
font-family:
|
|
30
|
+
content: "\e208";
|
|
31
|
+
font-family: "e-icons";
|
|
34
32
|
}
|
|
35
33
|
|
|
36
34
|
.e-filled.e-input-group .e-clear-icon::before,
|
|
37
35
|
.e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
38
|
-
content:
|
|
39
|
-
font-family:
|
|
36
|
+
content: "\e208";
|
|
37
|
+
font-family: "e-icons";
|
|
40
38
|
}
|
|
41
39
|
|
|
42
40
|
.e-outline.e-float-input .e-clear-icon::before,
|
|
43
41
|
.e-outline.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
44
|
-
content:
|
|
45
|
-
font-family:
|
|
42
|
+
content: "\e208";
|
|
43
|
+
font-family: "e-icons";
|
|
46
44
|
}
|
|
47
45
|
|
|
48
46
|
.e-outline.e-input-group .e-clear-icon::before,
|
|
49
47
|
.e-outline.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
50
|
-
content:
|
|
51
|
-
font-family:
|
|
48
|
+
content: "\e208";
|
|
49
|
+
font-family: "e-icons";
|
|
52
50
|
}
|
|
53
51
|
|
|
54
52
|
/*! input layout */
|
|
@@ -211,11 +209,7 @@ textarea.e-input.e-bigger,
|
|
|
211
209
|
.e-input-group.e-bigger,
|
|
212
210
|
.e-bigger .e-input-group,
|
|
213
211
|
.e-input-group.e-control-wrapper.e-bigger,
|
|
214
|
-
.e-bigger .e-input-group.e-control-wrapper
|
|
215
|
-
.e-input-group.e-bigger.e-disabled,
|
|
216
|
-
.e-bigger .e-input-group.e-disabled,
|
|
217
|
-
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
|
|
218
|
-
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
|
|
212
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
219
213
|
font-size: 14px;
|
|
220
214
|
}
|
|
221
215
|
|
|
@@ -608,8 +602,8 @@ textarea.e-input.e-small,
|
|
|
608
602
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
609
603
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
610
604
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
611
|
-
.e-small
|
|
612
|
-
.e-small
|
|
605
|
+
.e-small.e-bigger .e-input-group .e-input-group-icon,
|
|
606
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
|
|
613
607
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
614
608
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
615
609
|
font-size: 12px;
|
|
@@ -674,7 +668,7 @@ label.e-float-text,
|
|
|
674
668
|
.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,
|
|
675
669
|
.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,
|
|
676
670
|
.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 {
|
|
677
|
-
content:
|
|
671
|
+
content: "";
|
|
678
672
|
font-style: normal;
|
|
679
673
|
}
|
|
680
674
|
|
|
@@ -1372,10 +1366,10 @@ label.e-float-text,
|
|
|
1372
1366
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
|
|
1373
1367
|
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
|
|
1374
1368
|
bottom: 0;
|
|
1375
|
-
content:
|
|
1369
|
+
content: "";
|
|
1376
1370
|
height: 2px;
|
|
1377
1371
|
position: absolute;
|
|
1378
|
-
transition: .2s ease;
|
|
1372
|
+
transition: 0.2s ease;
|
|
1379
1373
|
width: 0;
|
|
1380
1374
|
}
|
|
1381
1375
|
|
|
@@ -1552,7 +1546,7 @@ label.e-float-text,
|
|
|
1552
1546
|
|
|
1553
1547
|
.e-input-group.e-warning::before,
|
|
1554
1548
|
.e-input-group.e-control-wrapper.e-warning::before {
|
|
1555
|
-
content:
|
|
1549
|
+
content: "";
|
|
1556
1550
|
}
|
|
1557
1551
|
|
|
1558
1552
|
.e-float-input input[disabled],
|
|
@@ -1613,7 +1607,7 @@ label.e-float-text,
|
|
|
1613
1607
|
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
|
|
1614
1608
|
-moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
1615
1609
|
bottom: 0;
|
|
1616
|
-
content:
|
|
1610
|
+
content: "";
|
|
1617
1611
|
height: 2px;
|
|
1618
1612
|
position: absolute;
|
|
1619
1613
|
transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
@@ -1630,7 +1624,7 @@ label.e-float-text,
|
|
|
1630
1624
|
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
|
|
1631
1625
|
-moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
1632
1626
|
bottom: 0;
|
|
1633
|
-
content:
|
|
1627
|
+
content: "";
|
|
1634
1628
|
height: 2px;
|
|
1635
1629
|
position: absolute;
|
|
1636
1630
|
transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
@@ -1905,12 +1899,12 @@ label.e-float-text,
|
|
|
1905
1899
|
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
|
|
1906
1900
|
background: #bdbdbd;
|
|
1907
1901
|
border-radius: 100%;
|
|
1908
|
-
content:
|
|
1902
|
+
content: "";
|
|
1909
1903
|
display: block;
|
|
1910
1904
|
filter: alpha(opacity=75);
|
|
1911
1905
|
height: 50%;
|
|
1912
1906
|
left: 25%;
|
|
1913
|
-
opacity: .75;
|
|
1907
|
+
opacity: 0.75;
|
|
1914
1908
|
position: absolute;
|
|
1915
1909
|
top: 25%;
|
|
1916
1910
|
transform: scale(0);
|
|
@@ -1919,7 +1913,7 @@ label.e-float-text,
|
|
|
1919
1913
|
|
|
1920
1914
|
.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
|
|
1921
1915
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
|
|
1922
|
-
animation: e-input-ripple .45s linear;
|
|
1916
|
+
animation: e-input-ripple 0.45s linear;
|
|
1923
1917
|
}
|
|
1924
1918
|
|
|
1925
1919
|
input.e-input::-ms-clear,
|
|
@@ -1928,18 +1922,18 @@ input.e-input::-ms-clear,
|
|
|
1928
1922
|
display: none;
|
|
1929
1923
|
}
|
|
1930
1924
|
|
|
1931
|
-
input.e-input[type=
|
|
1932
|
-
input.e-input[type=
|
|
1933
|
-
input.e-input[type=
|
|
1934
|
-
input.e-input[type=
|
|
1935
|
-
.e-float-input input[type=
|
|
1936
|
-
.e-float-input input[type=
|
|
1937
|
-
.e-float-input input[type=
|
|
1938
|
-
.e-float-input input[type=
|
|
1939
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1940
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1941
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1942
|
-
.e-float-input.e-control-wrapper input[type=
|
|
1925
|
+
input.e-input[type=search]::-webkit-search-decoration,
|
|
1926
|
+
input.e-input[type=search]::-webkit-search-cancel-button,
|
|
1927
|
+
input.e-input[type=search]::-webkit-search-results-button,
|
|
1928
|
+
input.e-input[type=search]::-webkit-search-results-decoration,
|
|
1929
|
+
.e-float-input input[type=search]::-webkit-search-decoration,
|
|
1930
|
+
.e-float-input input[type=search]::-webkit-search-cancel-button,
|
|
1931
|
+
.e-float-input input[type=search]::-webkit-search-results-button,
|
|
1932
|
+
.e-float-input input[type=search]::-webkit-search-results-decoration,
|
|
1933
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,
|
|
1934
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,
|
|
1935
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,
|
|
1936
|
+
.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration {
|
|
1943
1937
|
-webkit-appearance: none;
|
|
1944
1938
|
}
|
|
1945
1939
|
|
|
@@ -2139,13 +2133,13 @@ input.e-input,
|
|
|
2139
2133
|
.e-input-group input.e-input,
|
|
2140
2134
|
.e-input-group.e-control-wrapper input.e-input {
|
|
2141
2135
|
box-sizing: content-box;
|
|
2142
|
-
content:
|
|
2136
|
+
content: "";
|
|
2143
2137
|
}
|
|
2144
2138
|
|
|
2145
2139
|
.e-float-input:not(.e-input-group) input,
|
|
2146
2140
|
.e-float-input.e-control-wrapper:not(.e-input-group) input {
|
|
2147
2141
|
box-sizing: content-box;
|
|
2148
|
-
content:
|
|
2142
|
+
content: "";
|
|
2149
2143
|
}
|
|
2150
2144
|
|
|
2151
2145
|
.e-control input.e-input,
|
|
@@ -2182,7 +2176,7 @@ input.e-input.e-bigger,
|
|
|
2182
2176
|
.e-bigger .e-float-input.e-control-wrapper input,
|
|
2183
2177
|
.e-bigger .e-float-input.e-control-wrapper input.e-input {
|
|
2184
2178
|
box-sizing: content-box;
|
|
2185
|
-
content:
|
|
2179
|
+
content: "";
|
|
2186
2180
|
}
|
|
2187
2181
|
|
|
2188
2182
|
.e-float-input.e-bigger:not(.e-input-group) input,
|
|
@@ -2194,7 +2188,7 @@ input.e-input.e-bigger,
|
|
|
2194
2188
|
.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
2195
2189
|
.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
2196
2190
|
box-sizing: content-box;
|
|
2197
|
-
content:
|
|
2191
|
+
content: "";
|
|
2198
2192
|
}
|
|
2199
2193
|
|
|
2200
2194
|
input.e-input.e-small,
|
|
@@ -2215,19 +2209,18 @@ input.e-input.e-small,
|
|
|
2215
2209
|
.e-small .e-float-input.e-control-wrapper input,
|
|
2216
2210
|
.e-small .e-float-input.e-control-wrapper input.e-input {
|
|
2217
2211
|
box-sizing: content-box;
|
|
2218
|
-
content:
|
|
2212
|
+
content: "";
|
|
2219
2213
|
}
|
|
2220
2214
|
|
|
2221
2215
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
2222
2216
|
.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
2223
2217
|
.e-small .e-float-input:not(.e-input-group) input,
|
|
2224
|
-
.e-small .e-float-input:not(.e-input-group) input.e-input
|
|
2225
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
2218
|
+
.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,
|
|
2226
2219
|
.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
2227
2220
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
2228
2221
|
.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
2229
2222
|
box-sizing: content-box;
|
|
2230
|
-
content:
|
|
2223
|
+
content: "";
|
|
2231
2224
|
}
|
|
2232
2225
|
|
|
2233
2226
|
input.e-input.e-small.e-bigger,
|
|
@@ -2248,7 +2241,7 @@ input.e-input.e-small.e-bigger,
|
|
|
2248
2241
|
.e-bigger.e-small .e-float-input.e-control-wrapper input,
|
|
2249
2242
|
.e-bigger.e-small .e-float-input.e-control-wrapper input.e-input {
|
|
2250
2243
|
box-sizing: content-box;
|
|
2251
|
-
content:
|
|
2244
|
+
content: "";
|
|
2252
2245
|
}
|
|
2253
2246
|
|
|
2254
2247
|
.e-float-input.e-bigger.e-small:not(.e-input-group) input,
|
|
@@ -2260,7 +2253,7 @@ input.e-input.e-small.e-bigger,
|
|
|
2260
2253
|
.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
2261
2254
|
.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
2262
2255
|
box-sizing: content-box;
|
|
2263
|
-
content:
|
|
2256
|
+
content: "";
|
|
2264
2257
|
}
|
|
2265
2258
|
|
|
2266
2259
|
textarea.e-input,
|
|
@@ -2269,7 +2262,7 @@ textarea.e-input,
|
|
|
2269
2262
|
.e-float-input textarea,
|
|
2270
2263
|
.e-float-input.e-control-wrapper textarea {
|
|
2271
2264
|
box-sizing: content-box;
|
|
2272
|
-
content:
|
|
2265
|
+
content: "";
|
|
2273
2266
|
}
|
|
2274
2267
|
|
|
2275
2268
|
.e-input-group textarea.e-input.e-bigger,
|
|
@@ -2292,7 +2285,7 @@ textarea.e-input.e-bigger,
|
|
|
2292
2285
|
.e-bigger .e-float-input.e-control-wrapper textarea,
|
|
2293
2286
|
.e-bigger .e-float-input.e-control-wrapper textarea.e-input {
|
|
2294
2287
|
box-sizing: content-box;
|
|
2295
|
-
content:
|
|
2288
|
+
content: "";
|
|
2296
2289
|
}
|
|
2297
2290
|
|
|
2298
2291
|
textarea.e-input.e-small,
|
|
@@ -2313,7 +2306,7 @@ textarea.e-input.e-small,
|
|
|
2313
2306
|
.e-small .e-float-input.e-control-wrapper textarea,
|
|
2314
2307
|
.e-small .e-float-input.e-control-wrapper textarea.e-input {
|
|
2315
2308
|
box-sizing: content-box;
|
|
2316
|
-
content:
|
|
2309
|
+
content: "";
|
|
2317
2310
|
}
|
|
2318
2311
|
|
|
2319
2312
|
textarea.e-input.e-small.e-bigger,
|
|
@@ -2334,7 +2327,7 @@ textarea.e-input.e-small.e-bigger,
|
|
|
2334
2327
|
.e-bigger.e-small .e-float-input.e-control-wrapper textarea,
|
|
2335
2328
|
.e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input {
|
|
2336
2329
|
box-sizing: content-box;
|
|
2337
|
-
content:
|
|
2330
|
+
content: "";
|
|
2338
2331
|
}
|
|
2339
2332
|
|
|
2340
2333
|
input.e-input.e-bigger,
|
|
@@ -3079,6 +3072,10 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3079
3072
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
3080
3073
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
3081
3074
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
3075
|
+
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
3076
|
+
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
3077
|
+
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
3078
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
3082
3079
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
3083
3080
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
3084
3081
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -3284,8 +3281,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3284
3281
|
.e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap,
|
|
3285
3282
|
.e-rtl .e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
3286
3283
|
.e-rtl .e-input-group.e-float-icon-left .e-input-in-wrap,
|
|
3287
|
-
.e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap
|
|
3288
|
-
.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
3284
|
+
.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,
|
|
3289
3285
|
.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
3290
3286
|
.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
3291
3287
|
.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
|
|
@@ -3450,11 +3446,9 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3450
3446
|
}
|
|
3451
3447
|
|
|
3452
3448
|
.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
3453
|
-
.e-bigger .e-input-group.e-small:not(.e-float-input) .e-input
|
|
3454
|
-
.e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,
|
|
3449
|
+
.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,
|
|
3455
3450
|
.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
3456
|
-
.e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input
|
|
3457
|
-
.e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
|
|
3451
|
+
.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,
|
|
3458
3452
|
.e-float-input.e-bigger.e-small input,
|
|
3459
3453
|
.e-bigger .e-float-input.e-small input,
|
|
3460
3454
|
.e-small .e-float-input.e-bigger input,
|
|
@@ -4133,7 +4127,7 @@ textarea.e-outline.e-input,
|
|
|
4133
4127
|
border-radius: 4px;
|
|
4134
4128
|
border-width: 1px;
|
|
4135
4129
|
fill: transparent;
|
|
4136
|
-
transition: border .2s, box-shadow .2s;
|
|
4130
|
+
transition: border 0.2s, box-shadow 0.2s;
|
|
4137
4131
|
}
|
|
4138
4132
|
|
|
4139
4133
|
.e-outline.e-float-input,
|
|
@@ -4991,7 +4985,7 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
4991
4985
|
position: absolute;
|
|
4992
4986
|
top: -7px;
|
|
4993
4987
|
transform: translate3d(0, 0, 0) scale(1);
|
|
4994
|
-
transition: color .2s, font-size .2s, line-height .2s;
|
|
4988
|
+
transition: color 0.2s, font-size 0.2s, line-height 0.2s;
|
|
4995
4989
|
}
|
|
4996
4990
|
|
|
4997
4991
|
.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,
|
|
@@ -5203,14 +5197,14 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
5203
5197
|
border-top-color: transparent;
|
|
5204
5198
|
box-shadow: inset 0 1px transparent;
|
|
5205
5199
|
box-sizing: border-box;
|
|
5206
|
-
content:
|
|
5200
|
+
content: " ";
|
|
5207
5201
|
display: block;
|
|
5208
5202
|
height: 8px;
|
|
5209
5203
|
margin-top: 6px;
|
|
5210
5204
|
min-width: 9px;
|
|
5211
5205
|
pointer-events: none;
|
|
5212
5206
|
position: relative;
|
|
5213
|
-
transition: border-color .1s, box-shadow .2s;
|
|
5207
|
+
transition: border-color 0.1s, box-shadow 0.2s;
|
|
5214
5208
|
}
|
|
5215
5209
|
|
|
5216
5210
|
.e-bigger.e-outline label.e-float-text::before,
|
|
@@ -5454,8 +5448,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
|
|
|
5454
5448
|
.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,
|
|
5455
5449
|
.e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
|
|
5456
5450
|
.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
|
|
5457
|
-
.e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child
|
|
5458
|
-
.e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child {
|
|
5451
|
+
.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 {
|
|
5459
5452
|
margin-right: 0;
|
|
5460
5453
|
}
|
|
5461
5454
|
|
|
@@ -5466,8 +5459,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
|
|
|
5466
5459
|
|
|
5467
5460
|
.e-rtl.e-outline.e-input-group .e-input-group-icon,
|
|
5468
5461
|
.e-rtl .e-outline.e-input-group .e-input-group-icon,
|
|
5469
|
-
.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon
|
|
5470
|
-
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
5462
|
+
.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 {
|
|
5471
5463
|
margin-left: 12px;
|
|
5472
5464
|
margin-right: 0;
|
|
5473
5465
|
}
|
|
@@ -5481,8 +5473,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
|
|
|
5481
5473
|
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
5482
5474
|
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
5483
5475
|
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
5484
|
-
.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon
|
|
5485
|
-
.e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
|
|
5476
|
+
.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 {
|
|
5486
5477
|
padding-left: 10px;
|
|
5487
5478
|
padding-right: 0;
|
|
5488
5479
|
}
|
|
@@ -5493,8 +5484,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
|
|
|
5493
5484
|
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
|
|
5494
5485
|
.e-small .e-rtl.e-outline.e-input-group .e-input-group-icon,
|
|
5495
5486
|
.e-rtl.e-small .e-outline.e-input-group .e-input-group-icon,
|
|
5496
|
-
.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon
|
|
5497
|
-
.e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
5487
|
+
.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 {
|
|
5498
5488
|
margin-left: 10px;
|
|
5499
5489
|
margin-right: 0;
|
|
5500
5490
|
}
|
|
@@ -5504,8 +5494,7 @@ e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
|
|
|
5504
5494
|
.e-rtl.e-outline.e-input-group .e-clear-icon.e-bigger,
|
|
5505
5495
|
.e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
5506
5496
|
.e-bigger .e-rtl.e-outline.e-input-group .e-clear-icon,
|
|
5507
|
-
.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon
|
|
5508
|
-
.e-rtl .e-outline.e-input-group.e-bigger .e-clear-icon,
|
|
5497
|
+
.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,
|
|
5509
5498
|
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
|
|
5510
5499
|
.e-rtl .e-outline.e-input-group .e-clear-icon.e-bigger,
|
|
5511
5500
|
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
@@ -6129,8 +6118,7 @@ textarea.e-outline,
|
|
|
6129
6118
|
.e-filled.e-float-input.e-small:not(.e-input-group) input,
|
|
6130
6119
|
.e-filled.e-float-input.e-small:not(.e-input-group) input.e-input,
|
|
6131
6120
|
.e-small .e-filled.e-float-input:not(.e-input-group) input,
|
|
6132
|
-
.e-small .e-filled.e-float-input:not(.e-input-group) input.e-input
|
|
6133
|
-
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,
|
|
6121
|
+
.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,
|
|
6134
6122
|
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,
|
|
6135
6123
|
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,
|
|
6136
6124
|
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
|
|
@@ -6921,11 +6909,9 @@ textarea.e-outline,
|
|
|
6921
6909
|
}
|
|
6922
6910
|
|
|
6923
6911
|
.e-filled.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
6924
|
-
.e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input
|
|
6925
|
-
.e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,
|
|
6912
|
+
.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,
|
|
6926
6913
|
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
6927
|
-
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input
|
|
6928
|
-
.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input {
|
|
6914
|
+
.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 {
|
|
6929
6915
|
min-height: 39px;
|
|
6930
6916
|
}
|
|
6931
6917
|
|
|
@@ -6970,7 +6956,7 @@ textarea.e-outline,
|
|
|
6970
6956
|
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
6971
6957
|
font-size: 14px;
|
|
6972
6958
|
left: 12px;
|
|
6973
|
-
letter-spacing: .009375em;
|
|
6959
|
+
letter-spacing: 0.009375em;
|
|
6974
6960
|
line-height: 1.15;
|
|
6975
6961
|
padding-left: 0;
|
|
6976
6962
|
pointer-events: none;
|
|
@@ -7445,8 +7431,7 @@ textarea.e-outline,
|
|
|
7445
7431
|
|
|
7446
7432
|
.e-filled.e-float-input.e-rtl label.e-float-text,
|
|
7447
7433
|
.e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
|
|
7448
|
-
.e-rtl .e-filled.e-float-input label.e-float-text
|
|
7449
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7434
|
+
.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,
|
|
7450
7435
|
.e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
|
|
7451
7436
|
.e-rtl .e-filled.e-float-input.e-control-wrapper label.e-float-text,
|
|
7452
7437
|
.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -7487,14 +7472,12 @@ textarea.e-outline,
|
|
|
7487
7472
|
|
|
7488
7473
|
.e-filled.e-float-input.e-bigger.e-rtl label.e-float-text,
|
|
7489
7474
|
.e-filled.e-float-input.e-rtl.e-bigger label.e-float-text.e-label-bottom,
|
|
7490
|
-
.e-rtl .e-filled.e-float-input.e-bigger label.e-float-text
|
|
7491
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text,
|
|
7475
|
+
.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,
|
|
7492
7476
|
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom,
|
|
7493
7477
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text,
|
|
7494
7478
|
.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,
|
|
7495
7479
|
.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
|
|
7496
|
-
.e-rtl.e-bigger .e-filled.e-float-input label.e-float-text
|
|
7497
|
-
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7480
|
+
.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,
|
|
7498
7481
|
.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
|
|
7499
7482
|
.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
|
|
7500
7483
|
.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -7543,14 +7526,12 @@ textarea.e-outline,
|
|
|
7543
7526
|
|
|
7544
7527
|
.e-filled.e-float-input.e-small.e-rtl label.e-float-text,
|
|
7545
7528
|
.e-filled.e-float-input.e-rtl.e-small label.e-float-text.e-label-bottom,
|
|
7546
|
-
.e-rtl .e-filled.e-float-input.e-small label.e-float-text
|
|
7547
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text,
|
|
7529
|
+
.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,
|
|
7548
7530
|
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small label.e-float-text.e-label-bottom,
|
|
7549
7531
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,
|
|
7550
7532
|
.e-small .e-filled.e-float-input.e-rtl label.e-float-text,
|
|
7551
7533
|
.e-small .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
|
|
7552
|
-
.e-rtl.e-small .e-filled.e-float-input label.e-float-text
|
|
7553
|
-
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7534
|
+
.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,
|
|
7554
7535
|
.e-small .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
|
|
7555
7536
|
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text,
|
|
7556
7537
|
.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -7599,14 +7580,12 @@ textarea.e-outline,
|
|
|
7599
7580
|
|
|
7600
7581
|
.e-filled.e-float-input.e-small.e-bigger.e-rtl label.e-float-text,
|
|
7601
7582
|
.e-filled.e-float-input.e-rtl.e-small.e-bigger label.e-float-text.e-label-bottom,
|
|
7602
|
-
.e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text
|
|
7603
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text,
|
|
7583
|
+
.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,
|
|
7604
7584
|
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom,
|
|
7605
7585
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,
|
|
7606
7586
|
.e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,
|
|
7607
7587
|
.e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,
|
|
7608
|
-
.e-rtl.e-small.e-bigger .e-filled.e-float-input label.e-float-text
|
|
7609
|
-
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
|
|
7588
|
+
.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,
|
|
7610
7589
|
.e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,
|
|
7611
7590
|
.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
|
|
7612
7591
|
.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,
|
|
@@ -8369,8 +8348,7 @@ textarea.e-outline,
|
|
|
8369
8348
|
|
|
8370
8349
|
.e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8371
8350
|
.e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8372
|
-
.e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text
|
|
8373
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8351
|
+
.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,
|
|
8374
8352
|
.e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8375
8353
|
.e-rtl .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8376
8354
|
.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,
|
|
@@ -8385,8 +8363,7 @@ textarea.e-outline,
|
|
|
8385
8363
|
.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8386
8364
|
.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8387
8365
|
.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,
|
|
8388
|
-
.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
|
|
8389
|
-
.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
|
|
8366
|
+
.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,
|
|
8390
8367
|
.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8391
8368
|
.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8392
8369
|
.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
@@ -8397,14 +8374,12 @@ textarea.e-outline,
|
|
|
8397
8374
|
|
|
8398
8375
|
.e-filled.e-float-input.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8399
8376
|
.e-filled.e-float-input.e-rtl.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8400
|
-
.e-rtl .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text
|
|
8401
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8377
|
+
.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,
|
|
8402
8378
|
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8403
8379
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8404
8380
|
.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8405
8381
|
.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8406
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text
|
|
8407
|
-
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8382
|
+
.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,
|
|
8408
8383
|
.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8409
8384
|
.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8410
8385
|
.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,
|
|
@@ -8423,8 +8398,7 @@ textarea.e-outline,
|
|
|
8423
8398
|
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
|
|
8424
8399
|
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8425
8400
|
.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,
|
|
8426
|
-
.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
|
|
8427
|
-
.e-small .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8401
|
+
.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,
|
|
8428
8402
|
.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8429
8403
|
.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8430
8404
|
.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
@@ -8435,14 +8409,12 @@ textarea.e-outline,
|
|
|
8435
8409
|
|
|
8436
8410
|
.e-filled.e-float-input.e-small.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8437
8411
|
.e-filled.e-float-input.e-rtl.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8438
|
-
.e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text
|
|
8439
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text,
|
|
8412
|
+
.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,
|
|
8440
8413
|
.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8441
8414
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
|
|
8442
8415
|
.e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8443
8416
|
.e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8444
|
-
.e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text
|
|
8445
|
-
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8417
|
+
.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,
|
|
8446
8418
|
.e-small .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8447
8419
|
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8448
8420
|
.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,
|
|
@@ -8461,8 +8433,7 @@ textarea.e-outline,
|
|
|
8461
8433
|
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8462
8434
|
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8463
8435
|
.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,
|
|
8464
|
-
.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
|
|
8465
|
-
.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
|
|
8436
|
+
.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,
|
|
8466
8437
|
.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8467
8438
|
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8468
8439
|
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
@@ -8473,14 +8444,12 @@ textarea.e-outline,
|
|
|
8473
8444
|
|
|
8474
8445
|
.e-filled.e-float-input.e-small.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8475
8446
|
.e-filled.e-float-input.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8476
|
-
.e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text
|
|
8477
|
-
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8447
|
+
.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,
|
|
8478
8448
|
.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,
|
|
8479
8449
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
|
|
8480
8450
|
.e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8481
8451
|
.e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,
|
|
8482
|
-
.e-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text
|
|
8483
|
-
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,
|
|
8452
|
+
.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,
|
|
8484
8453
|
.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,
|
|
8485
8454
|
.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
|
|
8486
8455
|
.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,
|
|
@@ -8994,8 +8963,7 @@ textarea.e-outline,
|
|
|
8994
8963
|
.e-rtl .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
|
|
8995
8964
|
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
8996
8965
|
.e-rtl .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
|
|
8997
|
-
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap
|
|
8998
|
-
.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
8966
|
+
.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,
|
|
8999
8967
|
.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
9000
8968
|
.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
9001
8969
|
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
|
|
@@ -9080,7 +9048,7 @@ textarea.e-outline,
|
|
|
9080
9048
|
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after {
|
|
9081
9049
|
-moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
9082
9050
|
bottom: 0;
|
|
9083
|
-
content:
|
|
9051
|
+
content: "";
|
|
9084
9052
|
height: 2px;
|
|
9085
9053
|
position: absolute;
|
|
9086
9054
|
transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
@@ -9094,7 +9062,7 @@ textarea.e-outline,
|
|
|
9094
9062
|
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
|
|
9095
9063
|
-moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
9096
9064
|
bottom: 0;
|
|
9097
|
-
content:
|
|
9065
|
+
content: "";
|
|
9098
9066
|
height: 2px;
|
|
9099
9067
|
position: absolute;
|
|
9100
9068
|
transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
|
|
@@ -10208,8 +10176,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
10208
10176
|
.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
|
|
10209
10177
|
.e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
|
|
10210
10178
|
.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
|
|
10211
|
-
.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
|
|
10212
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
|
|
10179
|
+
.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,
|
|
10213
10180
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
|
|
10214
10181
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
|
|
10215
10182
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
|
|
@@ -10222,8 +10189,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
10222
10189
|
.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
|
|
10223
10190
|
.e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
|
|
10224
10191
|
.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
|
|
10225
|
-
.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
|
|
10226
|
-
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
|
|
10192
|
+
.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,
|
|
10227
10193
|
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
|
|
10228
10194
|
.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,
|
|
10229
10195
|
.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,
|
|
@@ -11243,8 +11209,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
11243
11209
|
.e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
|
|
11244
11210
|
.e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
|
|
11245
11211
|
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
|
|
11246
|
-
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
|
|
11247
|
-
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
|
|
11212
|
+
.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,
|
|
11248
11213
|
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
|
|
11249
11214
|
.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,
|
|
11250
11215
|
.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,
|
|
@@ -11257,8 +11222,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
11257
11222
|
.e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
|
|
11258
11223
|
.e-small .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
|
|
11259
11224
|
.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
|
|
11260
|
-
.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
|
|
11261
|
-
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
|
|
11225
|
+
.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,
|
|
11262
11226
|
.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,
|
|
11263
11227
|
.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,
|
|
11264
11228
|
.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,
|
|
@@ -12384,4 +12348,4 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12384
12348
|
.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,
|
|
12385
12349
|
.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
12386
12350
|
color: #ffca1c;
|
|
12387
|
-
}
|
|
12351
|
+
}
|