Show icons only in Bookmarks Toolbar Firefox v57.0b4 on Mac 10.12.6
Hello, I've installed the new beta and would like to display icons only on the bookmarks toolbar.
Thanks
Ausgewählte Lösung
Solved!
(1) Go to Firefox's Profile folder and Create folder "chrome"
(2) Use a text-editor to create a file "userChrome.css"
(3) Paste this code:
toolbar[mode="icons"] .toolbarbutton-text { display:none !important; }
(4) Save file to "chrome" folder
(5) Restart Firefox FTW
Credit: http://eyedealab.com/get-an-icons-only-firefox-bookmarks-toolbar/
Cheers
Diese Antwort im Kontext lesen 👍 6Alle Antworten (1)
Ausgewählte Lösung
Solved!
(1) Go to Firefox's Profile folder and Create folder "chrome"
(2) Use a text-editor to create a file "userChrome.css"
(3) Paste this code:
toolbar[mode="icons"] .toolbarbutton-text { display:none !important; }
(4) Save file to "chrome" folder
(5) Restart Firefox FTW
Credit: http://eyedealab.com/get-an-icons-only-firefox-bookmarks-toolbar/
Cheers
Geändert am