mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +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);
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="search"]{
|
||||||
|
box-sizing: content-box;
|
||||||
|
}
|
||||||
|
|
||||||
input::-ms-clear,
|
input::-ms-clear,
|
||||||
input::-ms-reveal {
|
input::-ms-reveal {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
"name": "RainLoop",
|
"name": "RainLoop",
|
||||||
"title": "RainLoop Webmail",
|
"title": "RainLoop Webmail",
|
||||||
"version": "1.10.2",
|
"version": "1.10.2",
|
||||||
"release": "141",
|
"release": "142",
|
||||||
"private": true,
|
"private": true,
|
||||||
"ownCloudPackageVersion": "4.20",
|
"ownCloudPackageVersion": "4.21",
|
||||||
"description": "Simple, modern & fast web-based email client",
|
"description": "Simple, modern & fast web-based email client",
|
||||||
"homepage": "http://rainloop.net",
|
"homepage": "http://rainloop.net",
|
||||||
"main": "gulpfile.js",
|
"main": "gulpfile.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue