Open FreshhhHub opened 7 years ago
I got the same problem.
In all of the themes that forcibly set the colors (i.e. all except system), the tab shape is changed because I have not yet found a way to reliably make Thunderbird change the background color of the tab including the color of the curved parts, which as far as I can tell are drawn by JS.
I did try changing the --fgTabBackgroundColor variable but it only seems to change the color of the middle of the tab. As a result I enabled my own square tabs on these themes. The system theme is able to use the rounded tabs because it doesn't change the color of the tab background.
If anyone knows how to correctly change the tab background color please let me know.
Regarding the other questions:
For the tab shapes, I played around with adding the following lines to .tabmail-tab .tab-content classes: border-top-left-radius: 15px; border-top-right-radius: 15px;
I found these suggestions on this website: https://css-tricks.com/better-tabs-with-round-out-borders/
@FreshhhHub : Did you finally manage to get rid of the blue colour signalling that the account has received a new mail?
I entered this in my dark_perso.css
`#folderTree > treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
color: #ECECEC !important;
font-style: italic !important;
}`
and commented it out of _base.css, but that does not seem to do the trick…
Any idea ?
hi there :-)
tab shape design should be:
mine looks like this:
why?
three more questions:
full screenshot: