Спасибо. < /p>
Код: Выделить всё
#myInput {
width: 50%;
padding: 12px 20px 12px 40px;
border: 1px solid #000;
display: inline-block;
}
input[type=file]::-webkit-file-upload-button {
width: 0;
padding: 0;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border: 0px;
}
x::-webkit-file-upload-button,
input[type=file]:after {
-webkit-appearance: button;
-moz-appearance: button;
border-collapse: separate;
border-radius: 7px;
-webkit-border-radius: 7px;
--moz-outline-radius: 7px;
content: 'View';
color: #080708;
background: #e3e3e3;
text-decoration: none;
display: inline-block;
left: 100%;
margin-left: 50px;
position: relative;
padding: 10px 46px 10px 40px;
}< /code>
Подробнее здесь: https://stackoverflow.com/questions/446 ... tton-click