You are the best, thank you.
The element inspector never gave me that selector, I don't understand why I never can find the right selectors. And didn't know I have to use 2n instead of even.
One problem.
When thread moderation tool is selected (the tickbox), and then you select threads in the thread list to moderate, the highlighted color doesn't work for "2n" threads. How to solve that issue?
I'm going to bookmark this page and this sounds like something I might try later. But just a tip, when using inspect element with XF2 I've learned to look at some of the lower areas in the hierarchy to find the higher classes. Usually the parent is referenced in them and this has always worked best for me. Not always sometimes clicking the exact class will give you the exact class but sometimes if you search a bit lower you'll find the class your looking for.
My tip is to use background: xf-intensify(#yourcolor, 2%) for the striped look. Whatever the color of the thread list is, intensifying it 2% is just enough to be noticable (and useful for the eyes) but also doesn't dominate the look.
My tip is to use background: xf-intensify(#yourcolor, 2%) for the striped look. Whatever the color of the thread list is, intensifying it 2% is just enough to be noticable (and useful for the eyes) but also doesn't dominate the look.
Thank you for the idea. I will remember to try that if I decide to do this. Also another good function is the darken fuction. You may want to look that up with LESS if you haven't heard of it. I'm sure you have though. There's also lighten too.