To remove the clear or “x” button at the edge of a text input field on IE which clears away the current value of the input element:
input[type="text"]::-ms-clear { display: none; width: 0; height: 0; }
WordPress. Tutorials. Code Snippets.
To remove the clear or “x” button at the edge of a text input field on IE which clears away the current value of the input element:
input[type="text"]::-ms-clear { display: none; width: 0; height: 0; }