mr-stasyuk
11/24/2017 - 12:15 PM

The following CSS code should remove that clear button on all search fields on page.

The following CSS code should remove that clear button on all search fields on page.

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }