Browse Source

Removed search X for IE10

master
Igor Zhukov 9 years ago
parent
commit
f827dd5148
  1. 12
      app/less/app.less

12
app/less/app.less

@ -1076,6 +1076,10 @@ a.tg_radio_on:hover i.icon-radio { @@ -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 { @@ -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 { @@ -3058,6 +3066,10 @@ h5 {
&:active {
background-color: #fff;
}
&::-ms-clear {
display: none;
}
}
a.countries_modal_search_clear {

Loading…
Cancel
Save