mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 10:52:17 -05:00
Fix search field on iOS
This commit is contained in:
parent
2b18c905f6
commit
5dfaca7d6e
@ -7,6 +7,9 @@
|
||||
font-size: $font-size-base;
|
||||
padding: 8px 10px;
|
||||
outline: none;
|
||||
// ios
|
||||
border-radius: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.input-text-error {
|
||||
|
Loading…
Reference in New Issue
Block a user