Fix search field styles

This commit is contained in:
RainLoop Team 2016-07-05 20:28:59 +03:00
parent 236284a675
commit 71b6407d61
2 changed files with 6 additions and 2 deletions

View file

@ -55,6 +55,10 @@ html.mobile *, html.rl-mobile * {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type="search"]{
box-sizing: content-box;
}
input::-ms-clear,
input::-ms-reveal {
display: none;