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.
/* 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.
Comment