different buttons on ipad

GK User
Sun Mar 25, 2012 3:11 am
why are my buttons different..

http://cl.ly/0y3v2T3T240u1E2w3H2W

the login button is different on the ipad than on the computer.. why is that?

the weird things is that a lot of the other buttons are loading correctly.. and of course some other ones are also loading in correctly.

can you help me fix the issue so i can have nice buttons everywhere. thank you.
User avatar
Expert Boarder

GK User
Mon Mar 26, 2012 3:58 pm
Hi,

Can you provide another link, the given link doesn't work, also please give me your site URL for better check.

Thanks,
User avatar
Platinum Boarder

GK User
Tue Mar 27, 2012 7:54 am
User avatar
Expert Boarder

GK User
Tue Mar 27, 2012 3:14 pm
Hi,

Thank you for the links. Since I don't have an iPad so I had to change User Agent in Safafi browser to use it as an iPad but I didn't see the issue, I have attached here a screenshot for your reference. I think I will need to look for someone using iPad to check this for you instead.

Cheers,
User avatar
Platinum Boarder

GK User
Tue Mar 27, 2012 3:27 pm
Hi again,

I think I found the cause of issue http://trentwalton.com/2010/07/14/css-w ... ppearance/
User avatar
Platinum Boarder

GK User
Thu Mar 29, 2012 6:33 am
so how do i add -webkit-appearance:none; into the buttons? hmmm.. i dont' know how to do that.. what css override should i use?
thank you.
User avatar
Expert Boarder

GK User
Thu Mar 29, 2012 6:42 am
actually - it was quite easy.. i added this to the css override file.

Code: Select all
input.button,
input.button.subbutton,
input.addtocart-button.addtoCart {
   -webkit-appearance:none;
}


is this correct?

it seems to have done the trick.. :)
User avatar
Expert Boarder

GK User
Thu Mar 29, 2012 2:03 pm
Yeah you did it, well done!
User avatar
Platinum Boarder


cron