forked from mystiq/hydrogen-web
hide clear button in composer on IE
This commit is contained in:
parent
769feac73c
commit
e4fa4ded6c
1 changed files with 5 additions and 0 deletions
|
@ -44,3 +44,8 @@ body.hydrogen {
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* hide clear buttons in IE */
|
||||||
|
input::-ms-clear {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue