Skip to content

Instantly share code, notes, and snippets.

@gustawho
Created September 30, 2018 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gustawho/d69eecb4b6dbb78b0bb39aa40908e286 to your computer and use it in GitHub Desktop.
Save gustawho/d69eecb4b6dbb78b0bb39aa40908e286 to your computer and use it in GitHub Desktop.
Firefox CSD to the left side (Breeze)
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#titlebar-max { -moz-box-ordinal-group: 1; }
#titlebar-content { direction: rtl; }
#TabsToolbar { direction: rtl; }
#tabbrowser-tabs { direction: ltr; }
.titlebar-placeholder { direction: ltr !important; }
#titlebar-close, #titlebar-max, #titlebar-min { margin-top: -4px !important; }
:root[sizemode="maximized"] #titlebar-close {
opacity: 0 !important;
z-index: -1 !important;
margin-top: -48px !important;
}
:root[sizemode="maximized"] #titlebar-max {
opacity: 0 !important;
z-index: -1 !important;
margin-top: -48px !important;
}
:root[sizemode="maximized"] #titlebar-min {
opacity: 0 !important;
z-index: -1 !important;
margin-top: -48px !important;
}
:root[sizemode="maximized"] #TabsToolbar {
margin-left: -118px;
z-index: 99 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment