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.
Valittu ratkaisu
See https://support.mozilla.org/en-US/questions/1425289#answer-1606487
#toolbar-menubar {order: -1 !important;}Lue tämä vastaus kontekstissaan 👍 1
Kaikki vastaukset (1)
Valittu ratkaisu
See https://support.mozilla.org/en-US/questions/1425289#answer-1606487
#toolbar-menubar {order: -1 !important;}