Created
December 13, 2024 13:18
-
-
Save swwind/fe691c06ea53f89e02eb194df6144afa to your computer and use it in GitHub Desktop.
Firefox userChrome (makes it more radius like edge)
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
#tabbrowser-tabbox { | |
padding-right: var(--space-small); | |
padding-bottom: var(--space-small); | |
outline: none !important; | |
box-shadow: none !important; | |
background-color: var(--toolbar-bgcolor); | |
} | |
#tabbrowser-tabpanels { | |
border-radius: var(--border-radius-medium); | |
box-shadow: var(--content-area-shadow); | |
overflow: hidden; | |
} | |
:root[inDOMFullscreen] #tabbrowser-tabbox { | |
padding-right: 0; | |
padding-bottom: 0; | |
} | |
:root[inDOMFullscreen] #tabbrowser-tabpanels { | |
border-radius: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
~/.mozilla/firefox/xxxxxxx.default-release/chrome/userChrome.css
. (depends on your firefox profile)toolkit.legacyUserProfileCustomizations.stylesheets
inabout:config
page.