border for textarea

Hi, can anyone tell me how to show the border of a readonly textarea thicker.
Thanks
D

Hi guys PLease help ASAP
Thanks alot

Hi,

You should use CSS to do it. For example, you could add the style below to your theme

.v-textarea.v-readonly { border: 1px gray solid; } That would change all the readonly TextArea components in your application to have gray border.

Thankyou Jarno.
It worked fine.
D

Hi Jarno
Can you please help me with this problem too.
I will be really thankful to you.
https://vaadin.com/forum#!/thread/8482947