Last active
June 5, 2025 02:03
-
-
Save swwind/fe691c06ea53f89e02eb194df6144afa to your computer and use it in GitHub Desktop.
Firefox userChrome (makes it more radius like edge)
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
| #tabbrowser-tabbox { | |
| padding-right: var(--space-small); | |
| padding-bottom: var(--space-small); | |
| outline: none !important; | |
| box-shadow: none !important; | |
| background-color: var(--toolbar-bgcolor); | |
| :root[inDOMFullscreen] & { | |
| padding-right: 0; | |
| padding-bottom: 0; | |
| } | |
| } | |
| #tabbrowser-tabpanels { | |
| border-radius: var(--border-radius-medium); | |
| box-shadow: var(--content-area-shadow); | |
| overflow: hidden; | |
| :root[inDOMFullscreen] & { | |
| border-radius: 0; | |
| } | |
| } | |
| .browser-toolbox-background { | |
| background-color: var(--toolbar-bgcolor) !important; | |
| } |
Author
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.stylesheetsinabout:configpage.