Published in: CSS
/* Merge Firefox Reload/Stop buttons a la Safari. Stop button must be placed before Reload button */ #stop-button[disabled] { display: none;} #stop-button:not([disabled]) + #reload-button { display: none; } /* Hide bookmark icons in the Personal Toolbar */ toolbarbutton.bookmark-item > .toolbarbutton-icon { display: none; } toolbarbutton.bookmark-item > .toolbarbutton-text { font-weight: bold; padding-right: 5px; } toolbarbutton.bookmark-item[container="true"] > .toolbarbutton-icon { display: inline; } /* Remove Bookmark Toolbar folder from the bookmarks menu */ menu[label="Bookmarks Toolbar Folder"] { display: none !important; }
You need to login to post a comment.
