perkristian
(Per Kristian Grindeim)
September 24, 2013, 1:56am
1
Hi guys,
I just added a form to my project and while testing on iOS devices the form elements got a round corners.
Here is a fix:
(for custom code in the header")
<style type="text/css">
input, textarea {
-webkit-appearance: none;
border-radius: 0; } </style>
Do you have any plans of let us enter custom code in other areas than the header section?
Best Regards Per Kristian
3 Likes
thesergie
(Sergie Magdalin)
September 24, 2013, 5:52pm
2
Yup, we’re working on something like so…
Is it possible to add custom tag elements to a tag? An example would be: but support for far more than just data is important to our use case. Currently we can export sites and add it all then, which helps with initial designs, but breaks the...
Reading time: 1 mins 🕑
Likes: 14 ❤
perkristian
(Per Kristian Grindeim)
September 25, 2013, 11:23am
3
Great,
how will that work with more generic styles which is not tied to an specific element?
thesergie
(Sergie Magdalin)
September 26, 2013, 5:10pm
4
Great question! I misunderstood your question. You want to add something to the class, not the HTML tag. We’ll trying to find a way to do this. What kind of CSS properties would you like us to add?
mbirkey
(Mike B)
January 25, 2015, 1:24am
5
I found a super easy way around this. Click on the form button and give the border radius a “0px” radius. Done.
1 Like