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;

View file

@ -2,9 +2,9 @@
"name": "RainLoop",
"title": "RainLoop Webmail",
"version": "1.10.2",
"release": "141",
"release": "142",
"private": true,
"ownCloudPackageVersion": "4.20",
"ownCloudPackageVersion": "4.21",
"description": "Simple, modern & fast web-based email client",
"homepage": "http://rainloop.net",
"main": "gulpfile.js",