
Is it possible to move menu button in new interface?
I find idea of menu at right side awful. Is it possible to move button to prior position or at least to the left?
Chosen solution
Install Stylish Add-on for Firefox https://addons.mozilla.org/de/firefox/addon/stylish/ .
Create a new style under Add-ons -> User Styles and copy the following text into the biggest of the three boxes:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@-moz-document url("chrome://browser/content/browser.xul") {
#PanelUI-button, #customization-panel-container,
#customization-panelWrapper .panel-arrow,
#ctr_panelui-button,
#wrapper-ctr_panelui-button {
-moz-box-ordinal-group: 0
}
#PanelUI-button {
background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
}
}
End of Text (Don't copy this line.)############
Save and restart. The Button should be on the left now.
Read this answer in context 👍 6All Replies (3)
You can install the Classic Theme Restorer extension to restore some functionality that was lost with the arrival of the Australis code in Firefox 29.
Chosen Solution
Install Stylish Add-on for Firefox https://addons.mozilla.org/de/firefox/addon/stylish/ .
Create a new style under Add-ons -> User Styles and copy the following text into the biggest of the three boxes:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@-moz-document url("chrome://browser/content/browser.xul") {
#PanelUI-button, #customization-panel-container,
#customization-panelWrapper .panel-arrow,
#ctr_panelui-button,
#wrapper-ctr_panelui-button {
-moz-box-ordinal-group: 0
}
#PanelUI-button {
background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
}
}
End of Text (Don't copy this line.)############
Save and restart. The Button should be on the left now.