since I updated to Firefox 58 my rounded tabs are no longer really rounded because of a long seperator line between the tabs. I'm using the "Brushed Metal - OSX" theme in combination with userChrome.css modifications:
- Code: Select all
.tab-background {
border-radius: 12px 12px 0px 0px !important;
border-image: none !important;
}
.tab-line {
display: none;
}
It seems the theme is not the cause, the seperator also appears in other themes. Is there a way to remove it in userChrome.css? I don't need the complete Australis design with overlapping tabs etc., but in Firefox 57 the two entries in userChrome.css worked fine.
Greetings,
wmf38