<?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: Inside Shadow on fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/inside-shadow-on-fields</link>
		<description>Gravity Support Forums Topic: Inside Shadow on fields</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:50:12 +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/inside-shadow-on-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Inside Shadow on fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inside-shadow-on-fields#post-49032</link>
			<pubDate>Fri, 10 Feb 2012 15:46:36 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49032@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome! Glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rlpartida on "Inside Shadow on fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inside-shadow-on-fields#post-49019</link>
			<pubDate>Fri, 10 Feb 2012 13:33:08 +0000</pubDate>
			<dc:creator>rlpartida</dc:creator>
			<guid isPermaLink="false">49019@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks Rob!&#60;/p&#62;
&#60;p&#62;That was perfect!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Inside Shadow on fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inside-shadow-on-fields#post-49015</link>
			<pubDate>Fri, 10 Feb 2012 13:20:54 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, replace this block you have below with the one below:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;text&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;email&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;url&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;tel&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;password&#38;quot;], body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
background-color: white;
color: #333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 0 8px #333;
-moz-box-shadow: inset 0 0 8px #333;
box-shadow: inset 0 0 8px #333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can obviously tinker with the values there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rlpartida on "Inside Shadow on fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inside-shadow-on-fields#post-49014</link>
			<pubDate>Fri, 10 Feb 2012 13:16:25 +0000</pubDate>
			<dc:creator>rlpartida</dc:creator>
			<guid isPermaLink="false">49014@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Rob,&#60;/p&#62;
&#60;p&#62;I really appreciate your help... here is the link to the test site:&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Inside Shadow on fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inside-shadow-on-fields#post-49013</link>
			<pubDate>Fri, 10 Feb 2012 13:12:03 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49013@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, you are either going to have to create an image to set as a background, or use CSS3 box shadow (inset), which you can generate here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://css3generator.com/&#34; rel=&#34;nofollow&#34;&#62;http://css3generator.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can find more structural information about design and styling here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you get stuck, post a link to your form and we can help you with the selectors to use based on your form's needs. You can also use Chrome Developer Tools or Firebug for Firefox to inspect and find the classes/ids/html to use where needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rlpartida on "Inside Shadow on fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inside-shadow-on-fields#post-49008</link>
			<pubDate>Fri, 10 Feb 2012 12:55:12 +0000</pubDate>
			<dc:creator>rlpartida</dc:creator>
			<guid isPermaLink="false">49008@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;First of all! Just bought GF and it is just very easy to configure the forms! Thanks for the product and support!&#60;/p&#62;
&#60;p&#62;Now, I want to include some shadows inside the fileds, such as this form:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.bluefountainmedia.com/raq-form-v2&#34; rel=&#34;nofollow&#34;&#62;http://www.bluefountainmedia.com/raq-form-v2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'll appreciate if someone helps me with the css I need to update? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
