Replies: 1 comment 2 replies
-
Even, if this would work (like it did in the past), you would get different results requiring individual tweaking on every OS. .tabbrowser-tab {
appearance: auto !important;
-moz-default-appearance: tab !important;
} In the past this did restore OS default tabs: .tabbrowser-tab {
-moz-appearance: tab !important;
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to emulate Firefox 1.x but the tabs on those ancient releases use the OS' native tab design. I feel like this would be good for users trying to get the look of those even earlier browsers.
Beta Was this translation helpful? Give feedback.
All reactions