HI,
1, I am trying to change the input box background colour.
2, I have just altered the border radius (as seen in code below) but the right hand side of the text input field is remaining squared off. Left hand side, rounded.
Thx in advance
[css]
/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
border: 1px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color: #000;
font-family: Arial, Helvetica, Tahoma, sans-serif;
font-size: 12px;
padding: 4px 5px !important;
}
div.gform_footer input.button {
color: #fff;
}
div.gform_wrapper .ginput_complex label {
font-size: 12px;
}
div.gform_wrapper li,
div.gform_wrapper form li {
margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
border: none;
color; #fff;
margin: 0;
padding: 0;
}