Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is it possible to move menu button in new interface?

  • 3 replies
  • 72 have this problem
  • 4 views
  • Last reply by cor-el

more options

I find idea of menu at right side awful. Is it possible to move button to prior position or at least to the left?

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 👍 6

All Replies (3)

more options
more options

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.

more options