1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

Fix search field on iOS

This commit is contained in:
Tankred Hase 2014-06-17 16:03:21 +02:00
parent 2b18c905f6
commit 5dfaca7d6e

View File

@ -7,6 +7,9 @@
font-size: $font-size-base;
padding: 8px 10px;
outline: none;
// ios
border-radius: 0;
-webkit-appearance: none;
}
.input-text-error {