Recent Topics

1 Dec 07, 2008 12:57    

My b2evolution Version: 2.x

Hello,

I've completed a skin for a client's blog. All is working well except for one thing. I have customised the outline of postings and comments boxes and would like to customise the outline of the form boxes to match.

An example of this can be seen [url=http://journal.laura-n-order.co.uk/blogs/index.php/2008/12/03/sitting-room-pages?blog=2#feedbacks]here[/url]. The comments boxes have the light direction coming from top right, but the form entry boxes for name email and comment text have a top left light direction.

Can anyone tell me where must I go to alter the form boxes outline settings, please? I would like to make the line thicker too to match, but that, in theory, should be in the same place.

Thank you for your time.

Kind regards,

Ken

2 Dec 07, 2008 14:44

Just add the styles to teh bottom of your skins style.css

.form_text_input,
.form_textarea_input{
border:2px solid;
border-color:#f42 #f62 #f82 #fa2;
}

¥

3 Dec 07, 2008 15:17

Hello ¥åßßå,

Thanks for the reply, much appreciated - simple when you know how! ;)

Ken


Form is loading...