mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29: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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue