mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Fix search field styles
This commit is contained in:
parent
236284a675
commit
71b6407d61
2 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue