remove X from search in ie

This commit is contained in:
Sam 2014-11-10 21:31:15 +11:00
parent d77f218122
commit 6a42588007
1 changed files with 5 additions and 0 deletions

View File

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