<?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: A Most Wanted Monday</title>
	<atom:link href="http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/</link>
	<description>Firefox tips, extensions, links and help!</description>
	<lastBuildDate>Fri, 30 Jul 2010 14:01:48 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kristoffer</title>
		<link>http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/#comment-7136</link>
		<dc:creator>Kristoffer</dc:creator>
		<pubDate>Thu, 08 Mar 2007 16:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/#comment-7136</guid>
		<description>Jens, you can find the extension on http://firefox.gate303.net/ now =)</description>
		<content:encoded><![CDATA[<p>Jens, you can find the extension on <a href="http://firefox.gate303.net/" rel="nofollow">http://firefox.gate303.net/</a> now =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monkeypup</title>
		<link>http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/#comment-7105</link>
		<dc:creator>monkeypup</dc:creator>
		<pubDate>Wed, 07 Mar 2007 18:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/#comment-7105</guid>
		<description>Ken -
Also, if you install an extension called tab mix plus, you can designate the current tab to have a certain color font, with bold or italics. You can do the same for all unread tabs. That works for me, with no code editing, and it&#039;s always clear what tab I&#039;m on.</description>
		<content:encoded><![CDATA[<p>Ken -<br />
Also, if you install an extension called tab mix plus, you can designate the current tab to have a certain color font, with bold or italics. You can do the same for all unread tabs. That works for me, with no code editing, and it&#8217;s always clear what tab I&#8217;m on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristoffer</title>
		<link>http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/#comment-7099</link>
		<dc:creator>Kristoffer</dc:creator>
		<pubDate>Wed, 07 Mar 2007 16:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/#comment-7099</guid>
		<description>Jens: I have a week number extension that is ready for release. I&#039;ll upload it on Mozillas site as soon as possible</description>
		<content:encoded><![CDATA[<p>Jens: I have a week number extension that is ready for release. I&#8217;ll upload it on Mozillas site as soon as possible</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LouCypher</title>
		<link>http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/#comment-7059</link>
		<dc:creator>LouCypher</dc:creator>
		<pubDate>Tue, 06 Mar 2007 17:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/#comment-7059</guid>
		<description>&lt;blockquote&gt;&lt;b&gt;Ken&lt;/b&gt; - This is a simple one, but… I’d love it if the mouse-over tab color were different than the active tab color. Right now they’re the same. And if the mouse is over the [X], then it’s lit up the same way. I keep closing what I think is the active tab I’m currently looking at when it’s merely the one my mouse happens to be over. Frustrating.&lt;/blockquote&gt;

&lt;blockquote&gt;&lt;b&gt;Zeke&lt;/b&gt; - Need an easy way to resize the font for the “bookmarks” sidebar.&lt;/blockquote&gt;

Both can be done by adding the following CSS codes to userChrome.css or Stylish extension

For Ken:
/* change the color code to suit your needs */
.tabbrowser-tab:hover &gt; hbox {
  background-color: red !important;
  color: white !important;
}

/* for active tab /*
.tabbrowser-tab:hover &gt; hbox[selected=&quot;true&quot;] {
  background-color: blue !important;
  color: white !important;
}

For Zeke:
#bookmarksPanel treechildren {
  font-size: large !important;
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<blockquote><p><b>Ken</b> &#8211; This is a simple one, but… I’d love it if the mouse-over tab color were different than the active tab color. Right now they’re the same. And if the mouse is over the [X], then it’s lit up the same way. I keep closing what I think is the active tab I’m currently looking at when it’s merely the one my mouse happens to be over. Frustrating.</p></blockquote>
<blockquote><p><b>Zeke</b> &#8211; Need an easy way to resize the font for the “bookmarks” sidebar.</p></blockquote>
<p>Both can be done by adding the following CSS codes to userChrome.css or Stylish extension</p>
<p>For Ken:<br />
/* change the color code to suit your needs */<br />
.tabbrowser-tab:hover &gt; hbox {<br />
  background-color: red !important;<br />
  color: white !important;<br />
}</p>
<p>/* for active tab /*<br />
.tabbrowser-tab:hover &gt; hbox[selected="true"] {<br />
  background-color: blue !important;<br />
  color: white !important;<br />
}</p>
<p>For Zeke:<br />
#bookmarksPanel treechildren {<br />
  font-size: large !important;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Step</title>
		<link>http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/#comment-7023</link>
		<dc:creator>Step</dc:creator>
		<pubDate>Mon, 05 Mar 2007 19:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.firefoxfacts.com/2007/03/05/a-most-wanted-monday/#comment-7023</guid>
		<description>Jens, I think you&#039;re looking for the &quot;week number&quot;?  I have a Google Calendar Gadget V2.0 on my desktop (running via Google Desktop Search), and that&#039;s one of the options you can turn on for it.  Not very &quot;firefox-y&quot;, but you did mention Google Calendar.</description>
		<content:encoded><![CDATA[<p>Jens, I think you&#8217;re looking for the &#8220;week number&#8221;?  I have a Google Calendar Gadget V2.0 on my desktop (running via Google Desktop Search), and that&#8217;s one of the options you can turn on for it.  Not very &#8220;firefox-y&#8221;, but you did mention Google Calendar.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
