what CSS element do I need to change.
I tried them all.
Is it possible.
what CSS element do I need to change.
I tried them all.
Is it possible.
[4] Forms __forms ========================================================*/
/* ---- Form Elements styles ---- */
input[type=text],input[type=password],textarea,select,div.jhtmlarea{ background-image: url(images/inputbg.gif); background-repeat: repeat-x; background-position: 0px 0px; border: 1px solid #dcdcdc; color: #585858; font-family: "Lucida Grande", "Verdana"; font-size: 13px; padding: 4px; /*border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;*/}
However this will apply to all forms on your website.