Skip to content

Instantly share code, notes, and snippets.

@gurkanakdeniz
Last active July 6, 2019 02:10
Show Gist options
  • Save gurkanakdeniz/7241c6e261777ebe83618f8fdcdbc62f to your computer and use it in GitHub Desktop.
Save gurkanakdeniz/7241c6e261777ebe83618f8fdcdbc62f to your computer and use it in GitHub Desktop.
firefox left buttons
/* ~/.mozilla/firefox/<YOUR_FIREFOX_PROFILE>/chrome/userChrome.css */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.titlebar-min {
order: 2 !important;
}
.titlebar-max {
order: 3 !important;
}
.titlebar-close {
order: 1 !important;
margin-left: 5px !important;
}
#tabbrowser-tabs {
direction: ltr;
}
#TabsToolbar .toolbar-items {
direction: rtl;
}
#TabsToolbar .titlebar-spacer {
width: 10px !important;
margin: 0px !important;
padding: 0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment