Round tabs
How do I make this tabs rounded like in chrome?
How do I make this tabs rounded like in chrome?
All Replies (2)
You can do that with a stylesheet called userChrome.css. See this link: https://www.userchrome.org/how-create-userchrome-css.html You could ask on the Reddit sub FirefoxCSS.
Following on the previous, here is an example of rounded tabs in Firefox with a userChrome.css file:
https://www.userchrome.org/what-is-userchrome-css.html#curvetabs
The shape of the corners is determined by the border-radius rules.