<?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: CSS Border works around some but not all boxes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-border-works-around-some-but-not-all-boxes</link>
		<description>Gravity Support Forums Topic: CSS Border works around some but not all boxes</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 16:15:44 +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/css-border-works-around-some-but-not-all-boxes" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "CSS Border works around some but not all boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-border-works-around-some-but-not-all-boxes#post-120855</link>
			<pubDate>Sun, 13 Jan 2013 12:57:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">120855@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mike Mueller on "CSS Border works around some but not all boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-border-works-around-some-but-not-all-boxes#post-120603</link>
			<pubDate>Sun, 13 Jan 2013 00:51:58 +0000</pubDate>
			<dc:creator>Mike Mueller</dc:creator>
			<guid isPermaLink="false">120603@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That worked perfectly!  Thanks Chris!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "CSS Border works around some but not all boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-border-works-around-some-but-not-all-boxes#post-120545</link>
			<pubDate>Sat, 12 Jan 2013 23:02:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">120545@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You did not target all the input types: just &#34;text&#34;.  You need to target more input types.  Try this CSS instead:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gfield input[type=&#38;quot;text&#38;quot;],
.gfield input[type=&#38;quot;tel&#38;quot;],
.gfield input[type=&#38;quot;url&#38;quot;],
.gfield input[type=&#38;quot;file&#38;quot;],
.gfield input[type=&#38;quot;email&#38;quot;] {
    border: 1px solid #CCCCCC !important;
    border-radius: 2px 2px 2px 2px !important;
    color: #888888 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    padding: 2px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Mike Mueller on "CSS Border works around some but not all boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-border-works-around-some-but-not-all-boxes#post-120510</link>
			<pubDate>Sat, 12 Jan 2013 20:54:28 +0000</pubDate>
			<dc:creator>Mike Mueller</dc:creator>
			<guid isPermaLink="false">120510@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I did a search here and found the following css answer to get the border to work around my form fields but it doesn't work for all the boxes.  What is missing?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gfield input[type=&#38;quot;text&#38;quot;] {
    border: 1px solid #CCCCCC !important;
    border-radius: 2px 2px 2px 2px !important;
    color: #888888 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    padding: 2px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Sample form is up on the site here: &#60;a href=&#34;http://areweconnected.com/the-social-media-revamp/&#34; rel=&#34;nofollow&#34;&#62;http://areweconnected.com/the-social-media-revamp/&#60;/a&#62;&#60;br /&#62;
Thanks!&#60;br /&#62;
:)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
