<?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: Getting bookmark icons back on your toolbar</title>
	<atom:link href="http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/</link>
	<description>Words</description>
	<lastBuildDate>Tue, 11 Oct 2011 15:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Siemer</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/comment-page-1/#comment-3066</link>
		<dc:creator>Siemer</dc:creator>
		<pubDate>Thu, 23 Oct 2008 11:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-3066</guid>
		<description>Works great with the Favicon Picker addon, thanks all!

https://addons.mozilla.org/en-US/firefox/addon/7849


With Abdulkadir Topals fix my code looks like this:

/* Add back icons in the Bookmarks Toolbar */
.bookmark-item &gt; .toolbarbutton-icon {
    display: -moz-box !important;
    padding-right: 3px !important;
    background-position: 0px 1px !important;
}

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

.bookmark-item[container]:hover:active &gt; .toolbarbutton-icon,
.bookmark-item[container][open=&quot;true&quot;] &gt; .toolbarbutton-icon {
    background: url(&quot;chrome://browser/skin/bookmark-open-mid.png&quot;) repeat-x !important;
}</description>
		<content:encoded><![CDATA[<p>Works great with the Favicon Picker addon, thanks all!</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/7849" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/7849</a></p>
<p>With Abdulkadir Topals fix my code looks like this:</p>
<p>/* Add back icons in the Bookmarks Toolbar */<br />
.bookmark-item &gt; .toolbarbutton-icon {<br />
    display: -moz-box !important;<br />
    padding-right: 3px !important;<br />
    background-position: 0px 1px !important;<br />
}</p>
<p>.bookmark-item:hover &gt; .toolbarbutton-icon {<br />
    background: url(&#8220;chrome://global/skin/toolbar/toolbarbutton-customhover-mid.png&#8221;) repeat-x;<br />
}</p>
<p>.bookmark-item[container]:hover:active &gt; .toolbarbutton-icon,<br />
.bookmark-item[container][open="true"] &gt; .toolbarbutton-icon {<br />
    background: url(&#8220;chrome://browser/skin/bookmark-open-mid.png&#8221;) repeat-x !important;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreiE</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/comment-page-1/#comment-2224</link>
		<dc:creator>dreiE</dc:creator>
		<pubDate>Fri, 04 Jul 2008 18:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-2224</guid>
		<description>The following css will only show the favicon if there&#039;s one, otherwise there will be just the text.

.bookmark-item[image] &gt; .toolbarbutton-icon {
    display: -moz-box ! important;
    background-position: 0px 1px !important;
    padding-right: 3px ! important;
}</description>
		<content:encoded><![CDATA[<p>The following css will only show the favicon if there&#8217;s one, otherwise there will be just the text.</p>
<p>.bookmark-item[image] &gt; .toolbarbutton-icon {<br />
    display: -moz-box ! important;<br />
    background-position: 0px 1px !important;<br />
    padding-right: 3px ! important;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Einspanjer</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/comment-page-1/#comment-1161</link>
		<dc:creator>Daniel Einspanjer</dc:creator>
		<pubDate>Tue, 25 Mar 2008 18:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-1161</guid>
		<description>Thanks for this.  I used this code and a couple of comments with tweaks to create a Stylish script for people who don&#039;t want to edit userChrome.

http://userstyles.org/styles/5969</description>
		<content:encoded><![CDATA[<p>Thanks for this.  I used this code and a couple of comments with tweaks to create a Stylish script for people who don&#8217;t want to edit userChrome.</p>
<p><a href="http://userstyles.org/styles/5969" rel="nofollow">http://userstyles.org/styles/5969</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PowerLlama</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/comment-page-1/#comment-944</link>
		<dc:creator>PowerLlama</dc:creator>
		<pubDate>Sat, 15 Mar 2008 00:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-944</guid>
		<description>So ignore my last comment. Turns out I was editing the userChrome file with textedit, which wasn&#039;t saving the file as a plaintext document. Once I fixed that, it all worked.

Is it just me, or do the favicons look gigantic? Is there a way of toning them down?</description>
		<content:encoded><![CDATA[<p>So ignore my last comment. Turns out I was editing the userChrome file with textedit, which wasn&#8217;t saving the file as a plaintext document. Once I fixed that, it all worked.</p>
<p>Is it just me, or do the favicons look gigantic? Is there a way of toning them down?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PowerLlama</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/comment-page-1/#comment-939</link>
		<dc:creator>PowerLlama</dc:creator>
		<pubDate>Fri, 14 Mar 2008 21:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-939</guid>
		<description>Does this work in the beta 3 builds? I stuck this in the userChrome.css file and restarted firefox, but it didn&#039;t seem to have helped.</description>
		<content:encoded><![CDATA[<p>Does this work in the beta 3 builds? I stuck this in the userChrome.css file and restarted firefox, but it didn&#8217;t seem to have helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markc</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/comment-page-1/#comment-352</link>
		<dc:creator>Markc</dc:creator>
		<pubDate>Mon, 11 Feb 2008 16:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-352</guid>
		<description>This post prompted me to finally dig out the DOM inspector and go looking at the bookmarks toolbar in a little more detail. I&#039;ve always wanted to specifically remove the favicons from certain bookmarks so that they take up less space. I&#039;ve documented the userChrome.css changes needed here:

http://www.peppertop.com/blog/?p=47</description>
		<content:encoded><![CDATA[<p>This post prompted me to finally dig out the DOM inspector and go looking at the bookmarks toolbar in a little more detail. I&#8217;ve always wanted to specifically remove the favicons from certain bookmarks so that they take up less space. I&#8217;ve documented the userChrome.css changes needed here:</p>
<p><a href="http://www.peppertop.com/blog/?p=47" rel="nofollow">http://www.peppertop.com/blog/?p=47</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Green Life &#187; Blog Archive &#187; Removing bookmark favicons from your toolbar</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/comment-page-1/#comment-351</link>
		<dc:creator>My Green Life &#187; Blog Archive &#187; Removing bookmark favicons from your toolbar</dc:creator>
		<pubDate>Mon, 11 Feb 2008 16:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-351</guid>
		<description>[...] I stumbled across this post about showing favicons for bookmarks which appear on the bookmarks toolbar of a Mac version of [...]</description>
		<content:encoded><![CDATA[<p>[...] I stumbled across this post about showing favicons for bookmarks which appear on the bookmarks toolbar of a Mac version of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/comment-page-1/#comment-301</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 06 Feb 2008 23:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-301</guid>
		<description>This is really nice.  I have one small problem, the background color on the icon does not get reversed when hovering over the link (so it looks like there is a bite out since the rest gets reversed).  This looks especially funny when there is no name.  Is there a way to fix this?</description>
		<content:encoded><![CDATA[<p>This is really nice.  I have one small problem, the background color on the icon does not get reversed when hovering over the link (so it looks like there is a bite out since the rest gets reversed).  This looks especially funny when there is no name.  Is there a way to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edoardo</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/comment-page-1/#comment-293</link>
		<dc:creator>Edoardo</dc:creator>
		<pubDate>Tue, 05 Feb 2008 19:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-293</guid>
		<description>Great hack! I have added
.bookmark-item[container] &gt; .toolbarbutton-icon { display: none ! important }
to avoid the folder icons.</description>
		<content:encoded><![CDATA[<p>Great hack! I have added<br />
.bookmark-item[container] &gt; .toolbarbutton-icon { display: none ! important }<br />
to avoid the folder icons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Accettura</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/comment-page-1/#comment-292</link>
		<dc:creator>Robert Accettura</dc:creator>
		<pubDate>Tue, 05 Feb 2008 13:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-292</guid>
		<description>Nice.  Personally I&#039;d prefer they were enabled on Mac by default.  i don&#039;t think it&#039;s entirely necessary to copy Safari to be popular.  Firefox should adapt to the OS (native looking skinning, widgets, etc), but it doesn&#039;t have to be a carbon copy.</description>
		<content:encoded><![CDATA[<p>Nice.  Personally I&#8217;d prefer they were enabled on Mac by default.  i don&#8217;t think it&#8217;s entirely necessary to copy Safari to be popular.  Firefox should adapt to the OS (native looking skinning, widgets, etc), but it doesn&#8217;t have to be a carbon copy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

