<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: My own css styles of buttons and textareas</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: My own css styles of buttons and textareas</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 11:40:18 +0000</pubDate>

<item>
<title>redityo on "My own css styles of buttons and textareas"</title>
<link>https://www.machform.com/forums/topic/my-own-css-styles-of-buttons-and-textareas#post-15860</link>
<pubDate>Tue, 04 Sep 2012 20:40:59 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">15860@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can simply put the css code into your form theme advance css code. You can try with these codes :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body input.text, #main_body textarea.textarea {
display: block;
border: 1px solid #ccc !important;
background: #f9f9f9;
display: block;
font-size: 14px;
line-height: 21px;
font-family: sans-serif;
padding: 3% 0; text-indent:10px;
margin: 0 0 15px;
width: 96%;
color: #888;
}

.button_text {
border: 1px solid #ccc !important;
background: #f9f9f9;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>alfonso on "My own css styles of buttons and textareas"</title>
<link>https://www.machform.com/forums/topic/my-own-css-styles-of-buttons-and-textareas#post-15854</link>
<pubDate>Tue, 04 Sep 2012 01:16:43 +0000</pubDate>
<dc:creator>alfonso</dc:creator>
<guid isPermaLink="false">15854@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have created a new theme, then I select Advanced CSS Styles but I don't know how change CSS of textarea with this value, for example:&#60;br /&#62;
   display: block;&#60;br /&#62;
   border: 1px solid #ccc;&#60;br /&#62;
   background: #f9f9f9;&#60;br /&#62;
   display: block;&#60;br /&#62;
   font-size: 14px;&#60;br /&#62;
   line-height: 21px;&#60;br /&#62;
   font-family: sans-serif;&#60;br /&#62;
   padding: 3% 0; text-indent:10px;&#60;br /&#62;
   margin: 0 0 15px;&#60;br /&#62;
   width: 96%;&#60;br /&#62;
   color: #888;&#60;/p&#62;
&#60;p&#62;I have got it with :&#60;br /&#62;
#main_body input.text, textarea.textarea {&#60;br /&#62;
   display: block;&#60;br /&#62;
   border: 1px solid #ccc;&#60;br /&#62;
   background: #f9f9f9;&#60;br /&#62;
   display: block;&#60;br /&#62;
   font-size: 14px;&#60;br /&#62;
   line-height: 21px;&#60;br /&#62;
   font-family: sans-serif;&#60;br /&#62;
   padding: 3% 0; text-indent:10px;&#60;br /&#62;
   margin: 0 0 15px;&#60;br /&#62;
   width: 96%;&#60;br /&#62;
   color: #888;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I also want to change button css and text area. How must I define? Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
