1
2 <form action="#">
3 <div class="file-field input-field">
4 <div class="btn">
5 <span>File</span>
6 <input type="file">
7 </div>
8 <div class="file-path-wrapper">
9 <input class="file-path validate" type="text">
10 </div>
11 </div>
12 </form>
13
1input:-webkit-autofill + label {
2 font-size: 0.8rem;
3 transform: translateY(-140%); }
4