<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Remove the Toolbar Clutter</title>
	<atom:link href="http://www.firefoxfacts.com/2008/01/18/remove-the-toolbar-clutter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firefoxfacts.com/2008/01/18/remove-the-toolbar-clutter/</link>
	<description>Firefox tips, extensions, links and help!</description>
	<lastBuildDate>Wed, 17 Mar 2010 19:08:11 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric</title>
		<link>http://www.firefoxfacts.com/2008/01/18/remove-the-toolbar-clutter/#comment-13319</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 21 Jan 2008 14:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.firefoxfacts.com/2008/01/18/remove-the-toolbar-clutter/#comment-13319</guid>
		<description>Thanks Hairgel and Lou for the additional tips.  Going to go spend some time hacking away since it is a holiday and all. :)</description>
		<content:encoded><![CDATA[<p>Thanks Hairgel and Lou for the additional tips.  Going to go spend some time hacking away since it is a holiday and all. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LouCypher</title>
		<link>http://www.firefoxfacts.com/2008/01/18/remove-the-toolbar-clutter/#comment-13302</link>
		<dc:creator>LouCypher</dc:creator>
		<pubDate>Fri, 18 Jan 2008 19:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.firefoxfacts.com/2008/01/18/remove-the-toolbar-clutter/#comment-13302</guid>
		<description>Other trick is to display the buttons only when you move your mouse over the textbox

#go-button-stack,
.search-go-button-stack {
  display: none;
}

#urlbar-button-box:hover #go-button-stack,
#searchbar:hover .search-go-button-stack {
  display: -moz-stack;
}</description>
		<content:encoded><![CDATA[<p>Other trick is to display the buttons only when you move your mouse over the textbox</p>
<p>#go-button-stack,<br />
.search-go-button-stack {<br />
  display: none;<br />
}</p>
<p>#urlbar-button-box:hover #go-button-stack,<br />
#searchbar:hover .search-go-button-stack {<br />
  display: -moz-stack;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hairgel_Addict</title>
		<link>http://www.firefoxfacts.com/2008/01/18/remove-the-toolbar-clutter/#comment-13296</link>
		<dc:creator>Hairgel_Addict</dc:creator>
		<pubDate>Fri, 18 Jan 2008 14:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.firefoxfacts.com/2008/01/18/remove-the-toolbar-clutter/#comment-13296</guid>
		<description>There&#039;s also a few more tricks like that :)

Hide &quot;Back&quot; button if it&#039;s disabled:
#back-button[disabled=&quot;true&quot;] { display: none; }

Hide &quot;Forward&quot; button if it&#039;s disabled:
#forward-button[disabled=&quot;true&quot;] { display: none; }

Combine &quot;Stop&quot; &amp; &quot;Reload&quot; button into one*:
#stop-button[disabled=&quot;true&quot;] { display:none; }
#stop-button:not([disabled]) + #reload-button { display:none; }

* - &quot;Stop&quot; button must be placed right after &quot;Reload&quot; button in &quot;Customize&quot; mode.</description>
		<content:encoded><![CDATA[<p>There&#8217;s also a few more tricks like that :)</p>
<p>Hide &#8220;Back&#8221; button if it&#8217;s disabled:<br />
#back-button[disabled="true"] { display: none; }</p>
<p>Hide &#8220;Forward&#8221; button if it&#8217;s disabled:<br />
#forward-button[disabled="true"] { display: none; }</p>
<p>Combine &#8220;Stop&#8221; &amp; &#8220;Reload&#8221; button into one*:<br />
#stop-button[disabled="true"] { display:none; }<br />
#stop-button:not([disabled]) + #reload-button { display:none; }</p>
<p>* &#8211; &#8220;Stop&#8221; button must be placed right after &#8220;Reload&#8221; button in &#8220;Customize&#8221; mode.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
