<?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>Firefox Tweaks &#187; colour</title>
	<atom:link href="http://firefoxtweaks.com/tag/colour/feed/" rel="self" type="application/rss+xml" />
	<link>http://firefoxtweaks.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 19 May 2009 20:21:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Change Progress Bar Colour</title>
		<link>http://firefoxtweaks.com/tweaks/change-progress-bar-colour/</link>
		<comments>http://firefoxtweaks.com/tweaks/change-progress-bar-colour/#comments</comments>
		<pubDate>Tue, 19 May 2009 20:20:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[progress bar]]></category>
		<category><![CDATA[userchrome]]></category>

		<guid isPermaLink="false">http://firefoxtweaks.com/?p=22</guid>
		<description><![CDATA[If you&#8217;re bored by the default colour of the progress bar in the status bar and for downloads, then why not change it!
You need to manually edit the userChrome.css file with you file find in your Profile Folder.
Simply add this code:
/* Change the progress bar color */
.progress-bar {
-moz-appearance: none !important;
background-color: #660000 !important;
}
And change #660000 to any [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re bored by the default colour of the progress bar in the status bar and for downloads, then why not change it!</p>
<p>You need to manually edit the <a href="http://firefoxtweaks.com/help/what-is-userchromecss/">userChrome.css</a> file with you file find in your <a href="http://firefoxtweaks.com/help/where-is-the-profile-folder/">Profile Folder</a>.</p>
<p>Simply add this code:</p>
<p><code>/* Change the progress bar color */<br />
.progress-bar {<br />
-moz-appearance: none !important;<br />
background-color: #660000 !important;<br />
}</code></p>
<p>And change #660000 to any HTML colour you want.</p>
<p>Some examples:</p>
<ul>
<li>#333366, for blue</li>
<li>#660000, for wine</li>
<li>#996600, for gold</li>
<li>#FFCCCC, for pink</li>
<li>#9900FF, for sky blue</li>
<li>#006600, for green</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://firefoxtweaks.com/tweaks/change-progress-bar-colour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
