Form field border colour - Joomla! Forum - community, help and support
any idea how tweak form field border colour?
i don't think stands out enough.
http://www.holme-valley-anglican-church ... 2-22-46-23
i don't think stands out enough.
http://www.holme-valley-anglican-church ... 2-22-46-23
this line 85 in template.css file
here can change border color.
here can change border color.
code: select all
input.inputbox, .contact-form input {
background: url("../images/input.jpg") repeat-x scroll left bottom #ffffff;
border: 1px solid #dadada;
color: #000000;
margin: 0 4px;
padding: 3px;
text-shadow: 0 1px 0 #ffffff;
}
Comments
Post a Comment