Add following code to your extension's chrome/skin/overlay.css file for changing the location of sidebar to the right side of the browser.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
hbox#browser {
direction: rtl !important;
}
hbox#browser > vbox {
direction: ltr !important;
}
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment