You are viewing limited content. For full access, please sign in.

Question

Question

How do I make all longtext fields in a form rounded?

asked on July 26, 2017 Show version history

Goals is to make all fields in the form appear with rounded corners.   The fields that are "X-Large" with a Field height 2 are not changing to rounded.  The CSS line is:

input[type=text], input[type=longtext], select {border-radius:5px; border:1px solid gray; padding-left:8px; padding-top:2px; padding-bottom:2px;}
 

This appears to work for all fields except the X-Large, multiple height ones.

0 0

Answer

APPROVED ANSWER
replied on July 26, 2017

Paula,

If you're referring to the multi-line fields, those are "textarea" elements and not "input" elements, so you will need to add a CSS selector for textarea to have the styling apply to those as well.

2 0
replied on July 26, 2017

Thank you so much!  I just added it to the CSS and everything is looking great!

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.