Menu bar on top
What code should I add in the useChrome.css to have the menu bar right below the title bar, like in all windows programs? I prefer the bar with Get Messages, Write, etc. (what's it's name anyway?) to be below the menu bar.
What code should I add in the useChrome.css to have the menu bar right below the title bar, like in all windows programs? I prefer the bar with Get Messages, Write, etc. (what's it's name anyway?) to be below the menu bar.
Zvolené řešení
See https://support.mozilla.org/en-US/questions/1425289#answer-1606487
#toolbar-menubar {order: -1 !important;}Přečíst dotaz v kontextu 👍 1
Všechny odpovědi (1)
Zvolené řešení
See https://support.mozilla.org/en-US/questions/1425289#answer-1606487
#toolbar-menubar {order: -1 !important;}