change textbox color of form

Permalink 1 user found helpful
Hi,
How to change textbox background color of default form block.

asankaw
 
Pritam replied on at Permalink Reply
You can modify the view.css of the default form block, the same way all other templates are modified. Please check the below mentioned styling to change the bg color of the text area.

.miniSurveyView textarea {
color:#FFF;
background-color: #414141;
border: 0px none;
width: 214px;
height: 50px;
}

If you find any of my posts helpful , I would appreciate if you could "Mark the Discussion as Helpful" so that other community members having the same issue can find these posts helpful too
asankaw replied on at Permalink Reply
asankaw
ok.. thanks :)