How to change checkbox's border style in CSS?

Ricky picture Ricky · Mar 17, 2010 · Viewed 304.9k times · Source

How can I change checkbox (input) border's style? I've put border:1px solid #1e5180 upon it, but in FireFox 3.5, nothing happens!

Answer

Greg picture Greg · Apr 11, 2011

I suggest using "outline" instead of "border". For example: outline: 1px solid #1e5180.