Zebra striping in folder pane
Running TB 128.12.0esr on Linux Mint. I can get striping in my Classic View thread pane with: threadPane tr:nth-of-type(odd) { background-color: rgb(215,215,215)&nb… (read more)
Running TB 128.12.0esr on Linux Mint. I can get striping in my Classic View thread pane with:
- threadPane tr:nth-of-type(odd) {
background-color: rgb(215,215,215) !important;
}
But how can I achieve the same effect in the folder pane? I have tried replacing threadPane with folderPane or folderTree but no luck.
In Developer Toolbox the selector for the folder list appears to be is(ul, ol)[role="tree"] but I don't know how to create a striping rule from that.