[Bug 1228009] Re: Regression: Zebra striping is no longer present

Jean-Philippe Fleury 1228009 at bugs.launchpad.net
Sat Sep 21 03:43:39 UTC 2013


Same problem here. Here's a workaroud:

- Go to the Thunderbird profile folder (for example,
"~/.thunderbird/e7k4hcr2.default/"). If the folder "chrome" doesn't
exist, create it (so "~/thunderbird/e7k4hcr2.default/chrome/").

- In the folder "chrome", if there's no file "userChrome.css", create
it.

- In the file "userChrome.css", put this content:

#folderTree treechildren::-moz-tree-row {
	background-color: transparent !important;
}

treechildren::-moz-tree-row(odd),
treechildren::-moz-tree-row(even) {
	border: 1px solid transparent !important;
	min-height: 18px !important;
	height: 1.3em !important;
}

treechildren::-moz-tree-row(odd) {
	background-color: #ffffff !important;
}

treechildren::-moz-tree-row(even) {
	background-color: #f4f4f4 !important;
}

treechildren::-moz-tree-row(selected),
#folderTree treechildren::-moz-tree-row(selected) {
	background-color: #7099cc !important;
}

treechildren::-moz-tree-row(selected, focus),
#folderTree treechildren::-moz-tree-row(selected, focus) {
	background-color: #86abd9 !important;
}

treechildren::-moz-tree-row(selected, current, focus) {
	border: 1px dotted #c0c0c0 !important;
}

-- 
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1228009

Title:
  Regression: Zebra striping is no longer present

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1228009/+subscriptions




More information about the Ubuntu-mozillateam-bugs mailing list