<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Gravity Support Forums Topic: rounded boxes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/rounded-boxes</link>
		<description>Gravity Support Forums Topic: rounded boxes</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 01:19:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/rounded-boxes" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "rounded boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/rounded-boxes#post-22327</link>
			<pubDate>Sat, 02 Apr 2011 18:03:45 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">22327@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure, you just need to add those field types in there as well. Replace the previous snippet with this one.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=URL],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=file],
body .gform_wrapper input[type=search] ,
body .gform_wrapper select,
body .gform_wrapper textarea {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>maximusb on "rounded boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/rounded-boxes#post-22311</link>
			<pubDate>Sat, 02 Apr 2011 10:55:25 +0000</pubDate>
			<dc:creator>maximusb</dc:creator>
			<guid isPermaLink="false">22311@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.brightpropertyagents.com/contact&#34; rel=&#34;nofollow&#34;&#62;http://www.brightpropertyagents.com/contact&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;this may help...doh!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maximusb on "rounded boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/rounded-boxes#post-22310</link>
			<pubDate>Sat, 02 Apr 2011 10:54:23 +0000</pubDate>
			<dc:creator>maximusb</dc:creator>
			<guid isPermaLink="false">22310@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks great on all input boxes, but can it be applied to all visible fields including dropdown boxes, text fields, etc...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maximusb on "rounded boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/rounded-boxes#post-22309</link>
			<pubDate>Sat, 02 Apr 2011 10:50:04 +0000</pubDate>
			<dc:creator>maximusb</dc:creator>
			<guid isPermaLink="false">22309@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin.&#60;/p&#62;
&#60;p&#62;LOVE this company and its support network!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "rounded boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/rounded-boxes#post-22306</link>
			<pubDate>Sat, 02 Apr 2011 10:24:18 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">22306@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry. Yes, that would go at the end of your theme's stylesheet. Usually it's called style.css but some of the other more advanced themes have a place in their admin panel where you add custom CSS rules.  This snippet just needs a home wherever you put your new CSS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maximusb on "rounded boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/rounded-boxes#post-22304</link>
			<pubDate>Sat, 02 Apr 2011 10:21:58 +0000</pubDate>
			<dc:creator>maximusb</dc:creator>
			<guid isPermaLink="false">22304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;sorry to be dumb about this Kevin, where exactly does this code go?&#60;/p&#62;
&#60;p&#62;Like I said, complete beginner here :\&#60;/p&#62;
&#60;p&#62;Does this go into my stylesheet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "rounded boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/rounded-boxes#post-22302</link>
			<pubDate>Sat, 02 Apr 2011 10:09:14 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">22302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would use the CSS border-radius property. Just FYI, it's not supported in Internet Exploder though (surprise). Works well in the other browsers.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=URL],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=file],
body .gform_wrapper input[type=search] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://border-radius.com/&#34; rel=&#34;nofollow&#34;&#62;http://border-radius.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maximusb on "rounded boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/rounded-boxes#post-22301</link>
			<pubDate>Sat, 02 Apr 2011 09:59:10 +0000</pubDate>
			<dc:creator>maximusb</dc:creator>
			<guid isPermaLink="false">22301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
need a bit of help styling the input fields on all forms on my site if poss?&#60;/p&#62;
&#60;p&#62;Just wanted to know how to round the corners of all the gravity forms items across all forms.&#60;br /&#62;
I am very new to this so please be nice :)&#60;/p&#62;
&#60;p&#62;Thx in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
