Created
September 30, 2018 17:46
-
-
Save gustawho/d69eecb4b6dbb78b0bb39aa40908e286 to your computer and use it in GitHub Desktop.
Firefox CSD to the left side (Breeze)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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