My form: http://www.searchandperch.com/contact/
Seriously, I've spent more than an hour now on something that should have taken 2 minutes. I officially hate CSS.
Whining aside, I want to simply add a border (the same one I have for the basic fields) to the advanced fields. I've been using firebug, finding the changes I need to make, yet every time I put them into the custom css file, NOTHING HAPPENS fsdgkasglasfglaeflkalk.
This is the latest code I've tried:
.gform_wrapper .top_label input.medium {
padding-right: 2px;
border: 1px solid #B6B6B6;
}
What am I missing here? If it's a cache thing I'm going to burn Google Chrome to the ground.