breakfastclub Posted November 13, 2006 Share Posted November 13, 2006 Hi guys ! I found this: @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #bookmarks-ptf toolbarbutton:not([container="true"]) label { display: none !important; } #bookmarks-ptf toolbarbutton:not([container="true"]) { padding: 0 !important; } #bookmarks-ptf toolbarbutton:not([container="true"]) image { margin: 0 !important; } Link 1. But what I wanna do is that all bookmark-icons deleted and only text-links in my bookmark-toolbar .. what do I have to change ? 2. Or how can I change the icons from "skin" a to "skin b" ? TIA ;) Link to comment Share on other sites More sharing options...
supernova_00 Posted November 13, 2006 Share Posted November 13, 2006 #bookmarks-ptf image { margin: 0 !important; } should still work in firefox 2.0 Link to comment Share on other sites More sharing options...
karma_police Posted November 13, 2006 Share Posted November 13, 2006 This should do the trick .bookmark-item > .toolbarbutton-icon { margin: 0px; display: none !important; } Link to comment Share on other sites More sharing options...
breakfastclub Posted November 14, 2006 Author Share Posted November 14, 2006 This should do the trick Thanks alot - works great ! But it`s hard to read, a little space between the single bookmark-text would be great :blush: Link to comment Share on other sites More sharing options...
breakfastclub Posted November 15, 2006 Author Share Posted November 15, 2006 There`s one problem ... with this hack all icons gone in the toolbar, the folder-icon too - I would like to see the folder icon but not the bookark-icon ... Link to comment Share on other sites More sharing options...
breakfastclub Posted November 15, 2006 Author Share Posted November 15, 2006 Why I can`t edit my last post ? Anyway, I use this "userchrome" and it works, shows bookmark-folder but not bookmark-cons - great ... .bookmark-item:not(.bookmark-group):not([type="menu"]) > .toolbarbutton-icon { display: none; margin: 0 2px !important; } One problem, I need more space between the single bookmarks - any idea ? TIA Link to comment Share on other sites More sharing options...
Andy07 Posted November 15, 2006 Share Posted November 15, 2006 interesting, i use uitweaker to remove the text and just have the bookmark icons. Link to comment Share on other sites More sharing options...
breakfastclub Posted November 20, 2006 Author Share Posted November 20, 2006 Any chance for more s-p-a-c-e between the bookarks :shifty: Link to comment Share on other sites More sharing options...
breakfastclub Posted December 7, 2006 Author Share Posted December 7, 2006 One problem, I need more space between the single bookmarks - any idea ? TIA *bump* Link to comment Share on other sites More sharing options...
IceDogg Posted December 7, 2006 Share Posted December 7, 2006 I'm not sure, but can't you change the 2 in margin: 0 2px !important; and change the spacing? Link to comment Share on other sites More sharing options...
Recommended Posts