<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SixCrayons &#187; safari</title>
	<atom:link href="http://sixcrayons.com/tag/safari/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixcrayons.com</link>
	<description>non-toxic designing</description>
	<lastBuildDate>Tue, 25 May 2010 16:19:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Remove Safari input highlight / glow</title>
		<link>http://sixcrayons.com/2009/09/29/remove-safari-input-highlight-glow/</link>
		<comments>http://sixcrayons.com/2009/09/29/remove-safari-input-highlight-glow/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 17:03:57 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[glow]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://sixcrayons.com/?p=827</guid>
		<description><![CDATA[By default Safari will render a glow effect around input elements when the input receives focus. In certain situation, this behaviour can be quite [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><strong>By default Safari will render a glow effect around input elements when the input receives focus.</strong></p>
<p>In certain situation, this behaviour can be quite irritating, especially if you are customising the appearance of your inputs so that that differ greatly from the standard look.</p>
<p>In this example, we were opting for an Apple like rounded input element using background images and a transparent input.</p>
<p><img class="aligncenter size-full wp-image-841" src="http://sixcrayons.com/files/2009/09/input.gif" alt="Plain Input" width="600" height="100" />All appears to be fine until the input receives focus when browsing using Safari and you are presented with the following outer glow effect around the original input element.</p>
<p><img class="aligncenter size-full wp-image-842" src="http://sixcrayons.com/files/2009/09/inputfocus.gif" alt="Input with Focus" width="600" height="100" />The solution to removing this effect is a very simple one. Set the outline property of the element to none in your CSS file.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">input <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>You may want to be more specific and target a single element, but here we are setting the value for all input elements.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixcrayons.com/2009/09/29/remove-safari-input-highlight-glow/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
