Skip to content
Snippets Groups Projects
Commit 7b068fb5 authored by Richard Buchanan's avatar Richard Buchanan Committed by Richard Buchanan
Browse files

Issue #2921675 by Richard Buchanan, tkcent: Form submit button in iOS does not have proper style

parent 79fed8e2
No related branches found
Tags 5.0.0-beta2
No related merge requests found
......@@ -140,3 +140,11 @@
.vertical-tabs__panes .form-wrapper+.form-wrapper {
margin-top: 0 !important;
}
/**
* Remove default style in iOS.
*/
input[type="submit"],
input[type="button"] {
-webkit-appearance: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment