How to make such fields?

Specifically, it is of interest how beautifully to stick the Button-change-save

  • It is strange that the question is closed as "it is impossible to give a concise answer." especially when you consider that it is given quite a concise answer. - PashaPash ♦

1 answer 1

The first request in Google gave the result

input {height: 1.2em;} input[name="q"] {padding-right: 1.8em;} input[type="image"] { left: -1.8em; position: relative; vertical-align: middle; width: 1.2em; } 
 <form action="//google.com/search" target="_blank"> <input name="q" /> <input type="image" src="//google.com/favicon.ico" /> </form> 

I think you will not be difficult to make up the text, instead of a picture.