<?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>Vladimir Vukićević &#187; Uncategorized</title>
	<atom:link href="http://blog.vlad1.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vlad1.com</link>
	<description>Words</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:05:48 +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>Getting bookmark icons back on your toolbar</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/</link>
		<comments>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 06:01:36 +0000</pubDate>
		<dc:creator>vladimir</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/</guid>
		<description><![CDATA[One of the things that&#8217;s always been different between the Windows and MacOS X versions of Firefox is favicons on the bookmarks toolbar &#8212; Windows has &#8216;em, the Mac doesn&#8217;t.  I think the origins of this are from Safari&#8217;s decision to not include them, but I&#8217;m not really sure.  Either way, this drove me nuts&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that&#8217;s always been different between the Windows and MacOS X versions of Firefox is favicons on the bookmarks toolbar &#8212; Windows has &#8216;em, the Mac doesn&#8217;t.  I think the origins of this are from Safari&#8217;s decision to not include them, but I&#8217;m not really sure.  Either way, this drove me nuts&#8230; I have a bunch of bookmarks on there where I have the title deleted, so that just the favicon shows up.  This, as you can guess, isn&#8217;t entirely useful if the favicon is hidden as well.</p>
<p>Luckily, you can restore the favicons with a quick userChrome.css hack.  Here&#8217;s what the end result looks like:</p>
<p><center><img src="http://people.mozilla.com/~vladimir/misc/bookmark-icons.png" /></center>And here are the bits to stick into userChrome.css (in ~/Library/Application Support/Firefox/Profiles/*.default/chrome/userChrome.css):</p>
<pre>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");</pre>
<pre>.bookmark-item &gt; .toolbarbutton-icon {
    display: -moz-box ! important;
    background-position: 0px 1px !important;
}

.bookmark-item:hover &gt; .toolbarbutton-icon {
    background: url("chrome://global/skin/toolbar/toolbarbutton-customhover-mid.png") repeat-x;
}

.bookmark-item[container]:hover:active &gt; .toolbarbutton-icon,
.bookmark-item[container][open="true"] &gt; .toolbarbutton-icon {
    background: url("chrome://browser/skin/bookmark-open-mid.png") repeat-x !important;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
