<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: color of Send button</title>
		<link>http://www.kriesi.at/support/topic/color-of-send-button</link>
		<description>Support Forum - Topic: color of Send button</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 04:39:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/color-of-send-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "color of Send button"</title>
			<link>http://www.kriesi.at/support/topic/color-of-send-button#post-63757</link>
			<pubDate>Thu, 05 Jul 2012 02:52:24 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63757@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi c_srishti,&#60;/p&#62;
&#60;p&#62;Glad that we could help you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c_srishti on "color of Send button"</title>
			<link>http://www.kriesi.at/support/topic/color-of-send-button#post-63730</link>
			<pubDate>Wed, 04 Jul 2012 18:45:02 +0000</pubDate>
			<dc:creator>c_srishti</dc:creator>
			<guid isPermaLink="false">63730@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Looks good&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "color of Send button"</title>
			<link>http://www.kriesi.at/support/topic/color-of-send-button#post-63290</link>
			<pubDate>Tue, 03 Jul 2012 05:59:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Try to replace it with this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.ajax_form input.button {
background-color: #60a9a5;
background-position: center top;
background-repeat: repeat-x;
border-color: #60a9a5;
color: #FFFFFF;
}

.ajax_form input.button:hover {
background-color: #DCEDFD;
border-color: #DCEDFD;
color: #60a9a5;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Don't forget to save and remove cache. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c_srishti on "color of Send button"</title>
			<link>http://www.kriesi.at/support/topic/color-of-send-button#post-63251</link>
			<pubDate>Mon, 02 Jul 2012 22:33:07 +0000</pubDate>
			<dc:creator>c_srishti</dc:creator>
			<guid isPermaLink="false">63251@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank sMya,&#60;br /&#62;
It still is not doing it!!! :(&#60;br /&#62;
Am I doing something wrong?&#60;br /&#62;
Please help!&#60;br /&#62;
Srishti
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "color of Send button"</title>
			<link>http://www.kriesi.at/support/topic/color-of-send-button#post-63234</link>
			<pubDate>Mon, 02 Jul 2012 20:31:56 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">63234@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try adding !important out to the side of each value like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*Comment Form*/
#commentform #submit {
background-color: #60a9a5 !important;
border-color: #60a9a5 !important;
color: #FFFFFF !important;
}

#commentform #submit:hover {
background-color: #DCEDFD !important;
border-color: #DCEDFD !important;
color: #60a9a5 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c_srishti on "color of Send button"</title>
			<link>http://www.kriesi.at/support/topic/color-of-send-button#post-63233</link>
			<pubDate>Mon, 02 Jul 2012 20:21:28 +0000</pubDate>
			<dc:creator>c_srishti</dc:creator>
			<guid isPermaLink="false">63233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Mya,&#60;br /&#62;
Surprisingly it didn't work!!!&#60;/p&#62;
&#60;p&#62;I put this in the Custom.css&#60;/p&#62;
&#60;p&#62;/*Comment Form*/&#60;br /&#62;
#commentform #submit {&#60;br /&#62;
    background-color: #60a9a5;&#60;br /&#62;
    background-position: center top;&#60;br /&#62;
    background-repeat: repeat-x;&#60;br /&#62;
    border-color: #60a9a5;&#60;br /&#62;
    color: #FFFFFF;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#commentform #submit:hover {&#60;br /&#62;
    background-color: #DCEDFD;&#60;br /&#62;
    border-color: #DCEDFD;&#60;br /&#62;
    color: #60a9a5;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Any idea?&#60;br /&#62;
Srishti
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "color of Send button"</title>
			<link>http://www.kriesi.at/support/topic/color-of-send-button#post-63227</link>
			<pubDate>Mon, 02 Jul 2012 19:22:05 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">63227@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sRishti,&#60;/p&#62;
&#60;p&#62;Add this to your custom.css or Quick CSS.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#commentform #submit {
    background-color: #DCEDFD;
    background-position: center top;
    background-repeat: repeat-x;
    border-color: #DCEDFD;
    color: #FFFFFF;
}

#commentform #submit:hover {
    background-color: #FEFFFF;
    border-color: #FEFFFF;
    color: #FFFFFF;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The first snippet is for the normal state. The second snippet for the hover. These are the current values being used so you'll want to change them as you see fit.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c_srishti on "color of Send button"</title>
			<link>http://www.kriesi.at/support/topic/color-of-send-button#post-63224</link>
			<pubDate>Mon, 02 Jul 2012 19:11:07 +0000</pubDate>
			<dc:creator>c_srishti</dc:creator>
			<guid isPermaLink="false">63224@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
&#60;a href=&#34;http://www.surftherapyyoga.biz/contact-us&#34; rel=&#34;nofollow&#34;&#62;http://www.surftherapyyoga.biz/contact-us&#60;/a&#62;&#60;br /&#62;
How can I change the color of the send button and the hover of it?&#60;br /&#62;
Thanks&#60;br /&#62;
sRishti
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
