Removed search X for IE10

This commit is contained in:
Igor Zhukov 2015-05-01 18:28:51 +03:00
parent e301a70d06
commit f827dd5148

View File

@ -1076,6 +1076,10 @@ a.tg_radio_on:hover i.icon-radio {
&:active {
background-color: #fff;
}
&::-ms-clear {
display: none;
}
}
a.tg_search_clear {
@ -2692,6 +2696,10 @@ a.composer_emoji_btn {
.image-2x('../img/icons/IconsetW.png', 42px, 1171px);
background-position: -6px -205px;
&::-ms-clear {
display: none;
}
}
a.contacts_modal_search_clear {
@ -3058,6 +3066,10 @@ h5 {
&:active {
background-color: #fff;
}
&::-ms-clear {
display: none;
}
}
a.countries_modal_search_clear {