検索バー の「x」を 非表示にするの難しかったけど、できた

*|input::-moz-search-clear-button {
display: none !important;
}