Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message Pane Zebra Stipes? #90

Open
Sam-Barnes-GitHub opened this issue Jan 8, 2018 · 1 comment
Open

Message Pane Zebra Stipes? #90

Sam-Barnes-GitHub opened this issue Jan 8, 2018 · 1 comment

Comments

@Sam-Barnes-GitHub
Copy link

Any way to make the message pane rows have zebra striping?

@nevaris
Copy link

nevaris commented Feb 6, 2018

Hi @Sam-Barnes-GitHub I tried adding zabra striping by changing the _base.css file.
If you want to change the color of the zebra striping in the default theme (in this case to a light green) Adding this lines:

/* add zebra striping */
#threadTree treechildren::-moz-tree-row(odd) {
	-moz-appearance: none !important;
	background-image: none !important;
	background-color:#F2F1F0 !important;
}
#threadTree treechildren::-moz-tree-row(odd, selected) {
	background-color: Highlight !important;
}

You have documentation on this link: Zebra stripping - MozillaZine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants