mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-26 19:21:30 +01:00
10 lines
186 B
CSS
10 lines
186 B
CSS
.p-floating-container label {
|
|
opacity: 0;
|
|
}
|
|
|
|
.p-floating-container input:not(:placeholder-shown) + label {
|
|
background: #FFF;
|
|
transform: translate(0, -50%);
|
|
opacity: 1;
|
|
}
|