Created
June 5, 2018 05:34
-
-
Save jonhoo/21ede33321c38352de8f9e478d0221ee to your computer and use it in GitHub Desktop.
Firefox tabs-on-bottom
This file contains 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"); | |
/* tabs on bottom of window */ | |
#navigator-toolbox { -moz-box-ordinal-group: 10; } | |
#TabsToolbar { -moz-box-ordinal-group: 10; } | |
#PopupAutoCompleteRichResult { | |
margin-top: -35vh; | |
/* | |
position: fixed; | |
bottom: 74px; | |
margin-left: 0 !important; | |
*/ | |
} | |
#PopupAutoCompleteRichResult > hbox { display: none; } | |
.tab-background { border-top: none !important; } | |
#navigator-toolbox::after { border: none; } | |
#TabsToolbar .tabbrowser-arrowscrollbox, | |
#tabbrowser-tabs, .tab-stack { min-height: 28px !important; } | |
.tabbrowser-tab { font-size: 80%; } | |
.tab-content { padding: 0 5px; } | |
.tab-close-button .toolbarbutton-icon { width: 12px !important; height: 12px !important; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvm, I found it here https://github.com/jonhoo/configs/blob/master/gui/.mozilla/firefox/chrome/userChrome.css