uI'm playing with the rather nice GrApple themes for Firefox but I can't get my tabs to display favicons.
I've done what's suggested on the page here and edited my ~/Library/Application Support/Firefox/Profiles/xxxxxxx.default/chrome/userChrome.css file to include the following
But it's still not working - No favicons on display.
You can see my full userChrome.css file here
Has anyone managed this? What am I doing wrong?
I've done what's suggested on the page here and edited my ~/Library/Application Support/Firefox/Profiles/xxxxxxx.default/chrome/userChrome.css file to include the following
Code:
/* Search Bar favicons */
@import url("chrome://browser/skin/customization/search-favicons.css");
/* Tabs with favicons (site icons) */
@import url("chrome://browser/skin/customization/TabStyle-favicon-visible.css");
/* Tabs close buttons always visible - Firefox 3.6 only */
@import url("chrome://browser/skin/customization/TabStyle-close-button-visible.css");
But it's still not working - No favicons on display.
You can see my full userChrome.css file here
Has anyone managed this? What am I doing wrong?