• Resolved tydidit

    (@tydidit)


    Hello,

    I love this plugin. I was able to change the radius to 0 on the medium bar to make the submit button a rectangle.

    However on the small bar – on the iPhone it will not change to a rectangle adding a border radius of 0.

    Any idea why this could be?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Lap

    (@lapzor)

    It’s an iOS/Safari thing.

    I’ve read that from iOS 5 and higher you can add this CSS styling to the input:

    input {
    -webkit-appearance: none;
    -webkit-border-radius:0px;
    }

    Hope that helps. If you have any questions, please let me know!

    Thread Starter tydidit

    (@tydidit)

    Perfect fix. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small Bar – Submit Radius’ is closed to new replies.