
Supernova - Missing the every other email highlight color
One thing I really don't like in the new version is it's missing the grey highlight that would be every other email. Like in excel tables rows view etc. so it makes it easier on the eyes to go down your email list.
Is there a way to turn that back on?
Please thelp
All Replies (2)
This is known as zebra striping, and there are many such topics on this forum.
The css code is the following:
/* zebra striping */ #threadTree tr:nth-child(2n) { background-image: linear-gradient(rgba(0,0,0,.10), rgba(0,0,0,.10)) !important; } #folderTree li[is="folder-tree-row"]:nth-child(2n) > div.container { background-image: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)) !important; }
Help/Troubleshooting Info, Profile Folder, Show in Finder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colors as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.
Omit the folderTree code if you only want zebra on the Threads Pane.
Thank you so much! That's awesome. To bad it isn't just a feature you can turn on and off.
Appreciate it.