Announcement

Collapse
No announcement yet.

Want to restore multi-row Bookmarks Toolbar

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Want to restore multi-row Bookmarks Toolbar

    After upgrading Kubuntu platform and reinstalling FF, I am trying to restore original profile. I have copied over userchrome from backup but it doesn't work. I get a single row of bookmarks with icons AND text instead of icons only. Here is relevant part of userchrome:


    /* Multi-row bookmarks toolbar */
    #bookmarks-ptf {
    display:block !important;
    }
    #PersonalToolbar:not([collapsed]) #bookmarks-ptf > toolbarbutton {
    visibility: visible !important;
    }
    #bookmarks-stack {
    overflow: visible !important;
    }
    #bookmarks-stack > .bookmarks-toolbar-overflow-items {
    display: none !important;
    }

    /* Hide "text" in Bookmarks Toolbar */
    #personal-bookmarks .toolbarbutton-text {display : none !important;}

    Any help would be much appreciated.

    #2
    Re: Want to restore multi-row Bookmarks Toolbar

    Solved. Permissions.

    Comment

    Working...
    X