remove X from search in ie

This commit is contained in:
Sam 2014-11-10 21:31:15 +11:00
parent d77f218122
commit 6a42588007

View file

@ -365,3 +365,8 @@
#search-help table td {
padding-right: 10px;
}
// we don't need this X to clear field
#search-term::-ms-clear {
display: none;
}