Bookmarks toolbar - TEXT only ?


Recommended Posts

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

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

  • 3 weeks later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.