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.
Solución elegida
See https://support.mozilla.org/en-US/questions/1425289#answer-1606487
#toolbar-menubar {order: -1 !important;}Leer esta respuesta en su contexto 👍 1
Todas las respuestas (1)
Solución elegida
See https://support.mozilla.org/en-US/questions/1425289#answer-1606487
#toolbar-menubar {order: -1 !important;}