2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Merge pull request #17701 from lesleh/patch-1

Reset iOS rounded inputs
This commit is contained in:
Mark Otto
2015-10-13 00:34:15 -07:00
+2
View File
@@ -249,6 +249,8 @@ textarea {
// properly inherited. However, `line-height` isn't addressed there. Using this
// ensures we don't need to unnecessarily redeclare the global font stack.
line-height: inherit;
// iOS adds rounded borders by default
border-radius: 0;
}
textarea {