This is a theme-related style problem, not something that's Gravity Forms specific. Gravity Forms doesn't set any specific border styles on inputs.
That's the fun part of CSS rules, the browsers don't always interpret or render them the same way. The problem is coming from a border-width property ( border-width: 0.071em; ) on line 246 of your layout.css file. Chrome doesn't apparently render this odd value properly so it simply shows no border.
You can disable that property in that rule, or change it to another value that you prefer and it should resolve your display issue.
Posted 13 years ago on Wednesday August 17, 2011 |
Permalink